  /** handles (styles) :contact-form-7 | cookie-notice-front | ubermenu | ubermenu-none | ubermenu-font-awesome | roots_css  */

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
}

.cookie-notice-container {
    padding: 10px;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

#cookie-notice .button {
    margin-left: 10px;
}

#cookie-notice .button.wp-default {
    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 12px;
    background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBB;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}

#cookie-notice .button.wp-default:hover,
#cookie-notice .button.wp-default:focus {
    background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
    border-color: #999999;
    color: #222222;
}

#cookie-notice .button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-right: 0.3em;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

#cookie-notice .button.bootstrap:hover,
#cookie-notice .button.bootstrap:focus {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.ubermenu,
.ubermenu .ubermenu-column,
.ubermenu .ubermenu-divider,
.ubermenu .ubermenu-icon,
.ubermenu .ubermenu-image,
.ubermenu .ubermenu-item,
.ubermenu .ubermenu-nav,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-row,
.ubermenu .ubermenu-search,
.ubermenu .ubermenu-search-input,
.ubermenu .ubermenu-search-submit,
.ubermenu .ubermenu-submenu,
.ubermenu .ubermenu-submenu-footer,
.ubermenu .ubermenu-tabs,
.ubermenu .ubermenu-tabs-panels,
.ubermenu .ubermenu-target,
.ubermenu-responsive-toggle {
    margin: 0;
    padding: 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    text-indent: 0;
    clip: auto;
    position: static;
    background: 0 0;
    text-transform: none;
    overflow: visible;
    z-index: 10;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.3em;
    border: none;
    border-radius: 0;
    pointer-events: auto
}

.ubermenu,
.ubermenu .ubermenu-column,
.ubermenu .ubermenu-divider,
.ubermenu .ubermenu-item,
.ubermenu .ubermenu-nav,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-row,
.ubermenu .ubermenu-search,
.ubermenu .ubermenu-search-input,
.ubermenu .ubermenu-search-submit,
.ubermenu .ubermenu-submenu,
.ubermenu .ubermenu-submenu-footer,
.ubermenu .ubermenu-tabs,
.ubermenu .ubermenu-tabs-panels,
.ubermenu .ubermenu-target,
.ubermenu-responsive-toggle {
    height: auto;
    width: auto;
    max-height: none;
    min-height: 0
}

.ubermenu .ubermenu-image,
.ubermenu .ubermenu-submenu-drop {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.ubermenu {
    display: block;
    line-height: 1.3em;
    text-align: left
}

.ubermenu-bound,
.ubermenu-bound-inner .ubermenu-nav {
    position: relative
}

.ubermenu,
.ubermenu-nav {
    overflow: visible!important;
    z-index: 100
}

.ubermenu-nav {
    text-align: inherit
}

.ubermenu-nav,
.ubermenu-row,
.ubermenu-submenu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.ubermenu a.ubermenu-target,
.ubermenu-trigger-click .ubermenu-has-submenu-drop>.ubermenu-target {
    cursor: pointer
}

.ubermenu span.ubermenu-target {
    cursor: default
}

.ubermenu-accessible .ubermenu-target {
    outline: 0
}

.ubermenu-accessible input:not(:hover):focus,
.ubermenu-accessible:not(:hover) .ubermenu-target:focus {
    outline: #2cc4ff solid 1px;
    box-shadow: 0 0 5px #2CC4FF!important;
    z-index: 50;
    transition: outline .1s linear
}

.ubermenu-responsive-toggle,
.ubermenu-sticky-toggle-wrapper {
    display: none;
    text-decoration: none;
    cursor: pointer;
    max-width: 100%
}

.ubermenu-responsive-toggle:hover {
    text-decoration: none
}

.ubermenu-responsive-toggle .fa {
    width: 1.3em;
    text-align: center;
    margin-right: .6em
}

.ubermenu-responsive-toggle-icon-only .fa {
    margin-right: 0
}

.ubermenu-responsive-toggle-align-left {
    float: left
}

.ubermenu-responsive-toggle-align-right {
    float: right
}

.ubermenu-responsive-toggle-content-align-left {
    text-align: left
}

.ubermenu-responsive-toggle-content-align-center {
    text-align: center
}

.ubermenu-responsive-toggle-content-align-right {
    text-align: right
}

.ubermenu-bar-align-full {
    clear: both
}

.ubermenu-bar-align-left {
    float: left
}

.ubermenu-bar-align-right {
    float: right
}

.ubermenu-bar-align-center {
    float: none;
    margin: 0 auto
}

.ubermenu-bar-inner-center .ubermenu-nav {
    margin: 0 auto
}

.ubermenu-items-align-center {
    text-align: center
}

.ubermenu-items-align-right {
    text-align: right
}

.ubermenu .ubermenu-item {
    text-align: left;
    display: inline-block;
    vertical-align: top
}

.ubermenu .ubermenu-item-level-0 {
    vertical-align: bottom;
    -moz-backface-visibility: visible;
    backface-visibility: visible
}

.ubermenu-items-align-top .ubermenu-item-level-0 {
    vertical-align: top
}

.ubermenu .ubermenu-item.ubermenu-item-level-0 {
    float: none
}

.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0,
.ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
    float: left
}

.ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-right {
    float: right
}

body:not(.rtl) .ubermenu.ubermenu-horizontal .ubermenu-item-level-0:first-child>.ubermenu-target {
    border-left: none
}

.ubermenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu-padded,
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
.ubermenu .ubermenu-target,
.ubermenu .ubermenu-widget,
.ubermenu-responsive-toggle {
    padding: 15px 20px
}

.ubermenu .ubermenu-target-nowrap>.ubermenu-target-title {
    white-space: nowrap
}

.ubermenu-horizontal .ubermenu-item.ubermenu-item-mini>.ubermenu-target {
    padding-left: 5px;
    padding-right: 5px
}

.ubermenu .ubermenu-item-level-0.ubermenu-has-submenu-stack {
    position: relative
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-type-stack {
    padding-top: 0
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-type-stack>.ubermenu-item {
    clear: both;
    width: 100%
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack {
    width: auto
}

.ubermenu .ubermenu-autocolumn,
.ubermenu .ubermenu-submenu-type-stack {
    padding-top: 10px;
    padding-bottom: 10px
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack {
    padding-top: 0
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
    margin-top: 10px
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
    padding-top: 5px;
    padding-bottom: 5px
}

.ubermenu .ubermenu-target {
    display: block;
    text-decoration: none;
    position: relative
}

.ubermenu .ubermenu-target-with-image {
    overflow: hidden
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
    padding-right: 25px
}

.ubermenu-sub-indicators .ubermenu-item-has-children>.ubermenu-target.ubermenu-noindicator {
    padding-right: 20px
}

.ubermenu-sub-indicators .ubermenu-item-mini.ubermenu-item-has-children>.ubermenu-target.ubermenu-noindicator {
    padding-right: 5px
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-noindicator:after {
    content: '';
    display: none
}

.ubermenu-sub-indicators .ubermenu-submenu-type-flyout>.ubermenu-has-submenu-drop>.ubermenu-target:after,
.ubermenu-sub-indicators .ubermenu-submenu-type-stack>.ubermenu-has-submenu-drop.ubermenu-has-submenu-flyout>.ubermenu-target:after {
    content: "\f105"
}

.ubermenu-sub-indicators .ubermenu-submenu .ubermenu-has-submenu-flyout.ubermenu-submenu-reverse>.ubermenu-target:after {
    right: auto;
    left: 10px;
    content: '\f104'
}

.ubermenu .ubermenu-target-text {
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    font-weight: inherit;
    color: inherit
}

.ubermenu .ubermenu-target-description {
    font-size: 80%;
    font-weight: 400;
    clear: both;
    display: block
}

.ubermenu .ubermenu-target-with-image>.ubermenu-target-text {
    display: block;
    clear: none
}

.ubermenu .ubermenu-item.ubermenu-disable-padding>.ubermenu-target {
    padding: 0
}

.ubermenu.ubermenu-sub-indicators .ubermenu-item.ubermenu-disable-padding.ubermenu-has-submenu-drop>.ubermenu-target {
    padding-right: 30px
}

.ubermenu .ubermenu-image {
    display: block;
    max-width: 100%;
    transition: opacity 1s ease;
    opacity: 1
}

.ubermenu .ubermenu-image:not(.ubermenu-image-lazyload) {
    height: auto
}

.ubermenu .ubermenu-image-lazyload {
    opacity: 0
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text {
    padding-left: 50px
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-image {
    float: left
}

.ubermenu .ubermenu-item-layout-image_right>.ubermenu-target-text {
    padding-right: 50px
}

.ubermenu .ubermenu-item-layout-image_right>.ubermenu-image {
    float: right
}

.ubermenu .ubermenu-item-layout-image_above>.ubermenu-image {
    margin-bottom: 10px
}

.ubermenu .ubermenu-item-layout-image_below>.ubermenu-image {
    margin-top: 10px
}

.ubermenu .ubermenu-icon {
    width: 1.3em;
    text-align: center;
    line-height: 1em
}

.ubermenu .ubermenu-item-notext>.ubermenu-icon {
    line-height: 1.3em
}

.ubermenu .ubermenu-item-layout-icon_left>.ubermenu-icon,
.ubermenu .ubermenu-item-layout-icon_right>.ubermenu-icon {
    vertical-align: middle
}

.ubermenu .ubermenu-item-layout-icon_bottom>.ubermenu-icon,
.ubermenu .ubermenu-item-layout-icon_top>.ubermenu-icon {
    line-height: 1.3em
}

.ubermenu .ubermenu-item-layout-icon_left>.ubermenu-target-title {
    margin-left: .6em;
    display: inline-block
}

.ubermenu.ubermenu-icons-inline .ubermenu-item-layout-icon_left>.ubermenu-icon,
.ubermenu.ubermenu-icons-inline .ubermenu-item-layout-icon_left>.ubermenu-target-title {
    display: inline;
    white-space: normal
}

.ubermenu .ubermenu-content-align-left {
    text-align: left
}

.ubermenu .ubermenu-content-align-left>.ubermenu-image {
    display: inline-block
}

.ubermenu .ubermenu-content-align-center {
    text-align: center
}

.ubermenu .ubermenu-content-align-center>.ubermenu-image {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.ubermenu .ubermenu-content-align-right {
    text-align: right
}

.ubermenu .ubermenu-content-align-right>.ubermenu-image {
    display: inline-block
}

.ubermenu .ubermenu-column,
.ubermenu .ubermenu-row {
    max-width: 100%
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    position: absolute;
    z-index: 500;
    top: -10000px;
    height: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden
}

.ubermenu .ubermenu-item:not(.ubermenu-active) .ubermenu-submenu-drop {
    min-height: 0!important
}

.ubermenu .ubermenu-item .ubermenu-submenu-padded {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop,
.ubermenu-nojs .ubermenu-item:hover>.ubermenu-submenu-drop {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
    max-height: none
}

.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-type-flyout,
.ubermenu-nojs .ubermenu-item:hover>.ubermenu-submenu-type-flyout {
    overflow: visible
}

.ubermenu .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-type-flyout {
    overflow: hidden
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-drop {
    clip: rect(0, 5000px, 5000px, -5000px)
}

.ubermenu-bound .ubermenu-submenu-type-mega {
    min-width: 50%
}

.ubermenu .ubermenu-grid-row,
.ubermenu .ubermenu-submenu-grid {
    padding-right: 20px
}

.ubermenu .ubermenu-grid-row .ubermenu-target,
.ubermenu .ubermenu-submenu-grid .ubermenu-target {
    padding-right: 0
}

.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-target,
.ubermenu-nojs .ubermenu-item:hover>.ubermenu-target {
    position: relative
}

.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop,
.ubermenu-nojs .ubermenu-item:hover .ubermenu-submenu-drop {
    z-index: 20
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item {
    left: auto
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_item {
    right: auto
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar {
    left: 0
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_bar {
    right: 0
}

.ubermenu .ubermenu-submenu-rtl {
    direction: rtl
}

.ubermenu .ubermenu-submenu-rtl>* {
    direction: ltr
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    width: 100%
}

.ubermenu .ubermenu-retractor {
    display: block;
    clear: both;
    text-align: center;
    cursor: pointer
}

.ubermenu .ubermenu-retractor:hover {
    background: rgba(0, 0, 0, .1)
}

.ubermenu .ubermenu-retractor-desktop {
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 10px;
    z-index: 100
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item {
    display: block
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto {
    width: 100%;
    display: block;
    float: none;
    min-width: 0
}

.ubermenu .ubermenu-item-header>.ubermenu-submenu-type-stack>.ubermenu-autocolumn,
.ubermenu .ubermenu-item-header>.ubermenu-submenu-type-stack>.ubermenu-autocolumn>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
    padding-top: 0;
    margin-top: 0
}

.ubermenu .ubermenu-autocolumn+.ubermenu-item-view-all {
    clear: both
}

.ubermenu .ubermenu-submenu-type-stack.ubermenu-submenu-indent {
    padding-left: 1.6em;
    padding-top: .4em
}

.ubermenu .ubermenu-submenu-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    color: inherit;
    font-size: inherit;
    list-style: none
}

.ubermenu .ubermenu-submenu-footer a {
    text-decoration: none;
    font-weight: 700;
    font-size: inherit
}

.ubermenu .ubermenu-item.ubermenu-active.ubermenu-in-transition>.ubermenu-submenu-drop,
.ubermenu .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-drop {
    overflow: hidden!important;
    height: auto
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.ubermenu-transition-none .ubermenu-item .ubermenu-submenu-drop {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    top: auto
}

.ubermenu-nojs.ubermenu-transition-none .ubermenu-item:hover>.ubermenu-submenu-drop,
.ubermenu-transition-none .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
    max-height: none;
    height: auto;
    overflow-y: visible
}

.ubermenu-transition-slide .ubermenu-item .ubermenu-submenu-drop {
    -webkit-transition-property: max-height, visibility;
    -ms-transition-property: max-height, visibility;
    transition-property: max-height, visibility;
    max-height: 0;
    top: auto
}

.ubermenu-nojs.ubermenu-transition-slide .ubermenu-item:hover>.ubermenu-submenu-drop,
.ubermenu-transition-slide .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
    max-height: 1000px
}

.ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop {
    opacity: 0;
    -webkit-transition-property: opacity, visibility;
    -ms-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    top: auto;
    margin-top: 1px
}

.ubermenu-nojs.ubermenu-transition-fade .ubermenu-item:hover>.ubermenu-submenu-drop,
.ubermenu-transition-fade .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
    opacity: 1;
    top: auto
}

.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
    margin-top: 20px;
    top: auto;
    opacity: 0;
    -webkit-transition-property: margin-top, opacity, visibility;
    -ms-transition-property: margin-top, opacity, visibility;
    transition-property: margin-top, opacity, visibility
}

.ubermenu-nojs.ubermenu-transition-shift .ubermenu-item:hover>.ubermenu-submenu-drop,
.ubermenu-transition-shift .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
    margin-top: 0;
    opacity: 1
}

.ubermenu.ubermenu-transition-slide .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega,
.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: 600px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
    overflow: hidden
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: none
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item {
    display: block;
    float: none;
    position: relative;
    min-width: 150px;
    clear: both
}

.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-flyout {
    max-height: 99999px
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item.ubermenu-active {
    z-index: 50
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout {
    margin-top: -1px;
    top: 0;
    left: 100%;
    min-width: none;
    clip: rect(-10px, 5000px, 5000px, 0)
}

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout.ubermenu-submenu-align-right_edge_item {
    left: auto;
    right: 100%;
    clip: rect(-10px, 5000px, 5000px, -5000px)
}

.ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-type-flyout {
    top: 0
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item.ubermenu-has-submenu-mega {
    position: static
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
    left: 100%;
    top: 0;
    min-height: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    clip: rect(-10px, 5000px, 5000px, -5000px)
}

.ubermenu.ubermenu-horizontal .ubermenu-item-level-1:first-child>.ubermenu-submenu-type-flyout,
.ubermenu.ubermenu-horizontal .ubermenu-item-level-1:first-child>.ubermenu-submenu-type-flyout>.ubermenu-item:first-child>.ubermenu-submenu-type-flyout,
.ubermenu.ubermenu-horizontal .ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega {
    border-top: none
}

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega .ubermenu-submenu-drop {
    margin-top: 0;
    clip: rect(0, 5000px, 5000px, -5000px)
}

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega .ubermenu-item.ubermenu-has-submenu-flyout {
    position: relative
}

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega>.ubermenu-item.ubermenu-has-submenu-flyout>.ubermenu-submenu-drop {
    top: auto;
    left: auto;
    box-shadow: none
}

.ubermenu .ubermenu-submenu-type-mega .ubermenu-item.ubermenu-has-submenu-flyout.ubermenu-active {
    z-index: 100
}

.ubermenu .ubermenu-row {
    margin-bottom: 10px;
    clear: both
}

.ubermenu .ubermenu-row:after {
    content: "";
    display: table;
    clear: both
}

.ubermenu .ubermenu-clear-row {
    clear: both
}

.ubermenu .ubermenu-submenu .ubermenu-column {
    display: block;
    float: left;
    width: auto
}

.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-left {
    text-align: left
}

.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-right {
    text-align: right
}

.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-center {
    text-align: center
}

.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-center>.ubermenu-column,
.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-center>.ubermenu-row>.ubermenu-column,
.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-left>.ubermenu-column,
.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-left>.ubermenu-row>.ubermenu-column,
.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-right>.ubermenu-column,
.ubermenu .ubermenu-submenu-type-mega.ubermenu-submenu-content-align-right>.ubermenu-row>.ubermenu-column {
    display: inline-block;
    float: none
}

.ubermenu .ubermenu-submenu .ubermenu-column-auto {
    min-width: 100px;
    width: auto
}

.ubermenu .ubermenu-nav .ubermenu-column-full {
    width: 100%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-2 {
    width: 50%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-3 {
    width: 33.33%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-3 {
    width: 66.66%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-4 {
    width: 25%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-4 {
    width: 75%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-5 {
    width: 20%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-5 {
    width: 40%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-5 {
    width: 60%
}

.ubermenu .ubermenu-nav .ubermenu-column-4-5 {
    width: 80%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-6 {
    width: 16.66%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-6 {
    width: 83.33%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-7 {
    width: 14.28%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-7 {
    width: 28.57%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-7 {
    width: 42.85%
}

.ubermenu .ubermenu-nav .ubermenu-column-4-7 {
    width: 57.14%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-7 {
    width: 71.42%
}

.ubermenu .ubermenu-nav .ubermenu-column-6-7 {
    width: 85.71%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-8 {
    width: 12.5%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-8 {
    width: 37.5%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-8 {
    width: 62.5%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-8 {
    width: 87.5%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-9 {
    width: 11.11%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-9 {
    width: 22.22%
}

.ubermenu .ubermenu-nav .ubermenu-column-4-9 {
    width: 44.44%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-9 {
    width: 55.55%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-9 {
    width: 77.77%
}

.ubermenu .ubermenu-nav .ubermenu-column-8-9 {
    width: 88.88%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-10 {
    width: 10%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-10 {
    width: 30%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-10 {
    width: 70%
}

.ubermenu .ubermenu-nav .ubermenu-column-9-10 {
    width: 90%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-11 {
    width: 9.09%
}

.ubermenu .ubermenu-nav .ubermenu-column-2-11 {
    width: 18.18%
}

.ubermenu .ubermenu-nav .ubermenu-column-3-11 {
    width: 27.27%
}

.ubermenu .ubermenu-nav .ubermenu-column-4-11 {
    width: 36.36%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-11 {
    width: 45.45%
}

.ubermenu .ubermenu-nav .ubermenu-column-6-11 {
    width: 54.54%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-11 {
    width: 63.63%
}

.ubermenu .ubermenu-nav .ubermenu-column-8-11 {
    width: 72.72%
}

.ubermenu .ubermenu-nav .ubermenu-column-9-11 {
    width: 81.81%
}

.ubermenu .ubermenu-nav .ubermenu-column-10-11 {
    width: 90.9%
}

.ubermenu .ubermenu-nav .ubermenu-column-1-12 {
    width: 8.33%
}

.ubermenu .ubermenu-nav .ubermenu-column-5-12 {
    width: 41.66%
}

.ubermenu .ubermenu-nav .ubermenu-column-7-12 {
    width: 58.33%
}

.ubermenu .ubermenu-nav .ubermenu-column-11-12 {
    width: 91.66%
}

.ubermenu .ubermenu-autoclear>.ubermenu-column-1-10:nth-child(10n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-11:nth-child(11n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-12:nth-child(12n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-2:nth-child(2n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-3:nth-child(3n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-4:nth-child(4n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-5:nth-child(5n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-6:nth-child(6n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-7:nth-child(7n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-8:nth-child(8n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-1-9:nth-child(9n+1),
.ubermenu .ubermenu-autoclear>.ubermenu-column-full {
    clear: both
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column {
    clear: none
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-10:nth-child(10n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-11:nth-child(11n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-12:nth-child(12n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-2:nth-child(2n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-3:nth-child(3n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-4:nth-child(4n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-5:nth-child(5n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-6:nth-child(6n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-7:nth-child(7n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-8:nth-child(8n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-1-9:nth-child(9n+2),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top>.ubermenu-column-full {
    clear: both
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top.ubermenu-submenu-retractor-top-2>.ubermenu-column {
    clear: none
}

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-10:nth-child(10n+3),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-11:nth-child(11n+3),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-12:nth-child(12n+3),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-2:nth-child(2n+3),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-3:nth-child(3n+3),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-4:nth-child(4n+3),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-5:nth-child(5n+3),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-6:nth-child(6n+3),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-7:nth-child(7n+3),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-8:nth-child(8n+3),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-1-9:nth-child(9n+3),
.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2>.ubermenu-column-full {
    clear: both
}

.ubermenu .ubermenu-tabs {
    position: relative;
    width: 100%
}

.ubermenu .ubermenu-tabs-group {
    border-style: solid
}

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel {
    position: absolute;
    display: none
}

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel,
.ubermenu .ubermenu-tab>.ubermenu-target {
    border-width: 0;
    border-style: solid
}

.ubermenu .ubermenu-tab.ubermenu-active>.ubermenu-tab-content-panel,
.ubermenu-nojs .ubermenu-tab:hover>.ubermenu-tab-content-panel,
.ubermenu-nojs .ubermenu-tabs-show-default>.ubermenu-tabs-group>.ubermenu-tab:first-child>.ubermenu-tab-content-panel {
    display: block
}

.ubermenu-nojs .ubermenu-tabs-show-default:hover>.ubermenu-tabs-group>.ubermenu-tab:first-child>.ubermenu-tab-content-panel {
    display: none
}

.ubermenu-nojs .ubermenu-tabs-show-default:hover>.ubermenu-tabs-group>.ubermenu-tab:first-child:hover>.ubermenu-tab-content-panel {
    display: block
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group {
    float: left;
    border-width: 0 1px 0 0
}

.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    right: 0;
    top: 0
}

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: "\f105"
}

.ubermenu .ubermenu-tab-layout-right>.ubermenu-tabs-group {
    float: right;
    border-width: 0 0 0 1px
}

.ubermenu .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    left: 0;
    top: 0
}

.ubermenu .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target {
    padding-left: 25px;
    padding-right: 20px
}

.ubermenu-sub-indicators .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: "\f104";
    right: auto;
    left: 10px
}

.ubermenu .ubermenu-tab-layout-top>.ubermenu-tabs-group {
    border-width: 0
}

.ubermenu .ubermenu-tab-layout-top>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    left: 0;
    top: auto;
    border-width: 1px 0 0
}

.ubermenu .ubermenu-tab-layout-bottom>.ubermenu-tabs-group {
    border-width: 1px 0 0;
    position: absolute;
    bottom: 0
}

.ubermenu .ubermenu-tab-layout-bottom>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    left: 0;
    bottom: 100%
}

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-bottom>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: "\f106"
}

.ubermenu h3.ubermenu-widgettitle {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.3em
}

.widget.ubermenu_navigation_widget-class {
    overflow: visible
}

.ubermenu .ubermenu-divider {
    clear: both;
    display: block;
    padding: 20px 0
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-divider {
    padding: 10px 0
}

.ubermenu .ubermenu-divider hr {
    padding: 0;
    margin: 0;
    display: block;
    height: 1px;
    background: 0 0;
    border: 0;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.ubermenu .ubermenu-search .ubermenu-searchform {
    position: relative;
    background: #f9f9f9;
    width: 150px;
    margin: 7px
}

.ubermenu .ubermenu-search input.ubermenu-search-input {
    width: 100%;
    padding: 8px 40px 8px 15px;
    color: #333;
    background: 0 0;
    border: none
}

.ubermenu .ubermenu-search .ubermenu-search-submit,
.ubermenu .ubermenu-searchbar-drop .ubermenu-search-submit {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    color: #666;
    font-family: FontAwesome!important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-searchform {
    height: 50px;
    margin: 0;
    background: #f9f9f9;
    width: 100%
}

.ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input {
    width: 100%;
    padding: 14px 50px 14px 25px;
    height: 100%;
    color: #333;
    background: 0 0
}

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit,
.ubermenu .ubermenu-submenu .ubermenu-searchbar-drop .ubermenu-search-submit {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    color: #666;
    font-family: FontAwesome!important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ubermenu .ubermenu-postlist-item {
    margin-bottom: 10px
}

.ubermenu .ubermenu-postlist .ubermenu-image {
    float: left
}

.ubermenu .ubermenu-postlist-title>a {
    color: inherit;
    text-decoration: none
}

.ubermenu .ubermenu-postlist-content {
    font-size: 11px;
    opacity: .7
}

.ubermenu .ubermenu-map-canvas img {
    max-width: none
}

.ubermenu-screen-reader,
.ubermenu-target-divider {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    padding: 0;
    margin: 0;
    border: 0
}

.uber-clear:after,
.ubermenu .ubermenu-column:after,
.ubermenu .ubermenu-content-block:after,
.ubermenu .ubermenu-image:after,
.ubermenu .ubermenu-postlist-item:after,
.ubermenu .ubermenu-submenu:after,
.ubermenu .ubermenu-tabs:after,
.ubermenu:after {
    content: "";
    display: table;
    clear: both
}

.ubermenu {
    background: 0 0
}

.ubermenu-submenu-drop {
    background: #fff
}

.ubermenu-test-dimensions {
    visibility: hidden!important;
    display: block!important
}

.ubermenu .ubermenu-force>.ubermenu-submenu {
    display: block!important;
    opacity: 1!important;
    visibility: visible!important;
    margin: 0!important;
    top: auto!important;
    max-height: 600px;
    height: auto;
    overflow: auto!important
}

.ubermenu-notransition,
.ubermenu-notransition>.ubermenu-submenu-drop {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    -ms-transition: none!important;
    transition: none!important
}

.ubermenu-admin-notice {
    background: #eee;
    color: #333;
    padding: 15px;
    border-left: 30px solid #4D90FE;
    margin: 20px;
    position: relative;
    font-size: 12px;
    clear: both
}

.ubermenu-admin-notice a,
.ubermenu-admin-notice a:visited {
    color: #00A3FF;
    text-decoration: underline;
    font-size: inherit
}

.ubermenu-admin-notice a:hover {
    color: #0D75AF
}

.ubermenu-admin-notice strong {
    color: tomato
}

.ubermenu-admin-notice .ubermenu-admin-notice-icon {
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -5px;
    color: #fff;
    font-size: 13px
}

.ubermenu-admin-notice:after {
    display: none;
    position: absolute;
    content: 'UberMenu Notice: Only displayed to admin users';
    left: -30px;
    bottom: 100%;
    background: #666;
    color: #eee;
    padding: 7px 10px;
    font-size: 11px
}

.ubermenu-admin-notice:hover:after {
    display: block
}

#wp-admin-bar-ubermenu .fa,
#wp-admin-bar-ubermenu_loading .fa {
    font-family: FontAwesome;
    margin-right: 4px;
    color: #aaa
}

#wp-admin-bar-ubermenu_loading .fa {
    color: #ff0
}

#wpadminbar #wp-admin-bar-ubermenu_loading #wp-admin-bar-ubermenu_loading_msg .ab-item {
    width: 300px;
    white-space: normal;
    height: auto;
    padding: 10px 20px;
    line-height: 1.5em
}

.ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject,
.ubermenu.ubermenu-loc-ubermenu-direct-inject {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.admin-bar .ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject,
.admin-bar .ubermenu.ubermenu-loc-ubermenu-direct-inject {
    top: 32px
}

@media screen and (max-width:959px) {
    .ubermenu.ubermenu-loc-ubermenu-direct-inject {
        margin-top: 47px
    }
}

@media screen and (max-width:782px) {
    .admin-bar .ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject,
    .admin-bar .ubermenu.ubermenu-loc-ubermenu-direct-inject {
        top: 46px
    }
    .ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject,
    .ubermenu.ubermenu-loc-ubermenu-direct-inject {
        position: absolute
    }
}

.ubermenu-vertical .ubermenu-item-level-0 {
    display: block;
    clear: both
}

.ubermenu-vertical.ubermenu-items-align-right .ubermenu-item-level-0 {
    text-align: right
}

.ubermenu-vertical.ubermenu-items-align-center .ubermenu-item-level-0 {
    text-align: center
}

.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-submenu-drop {
    clip: rect(-5000px, 5000px, 5000px, 0)
}

.ubermenu.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-target {
    box-shadow: none;
    border-left: none
}

.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children>.ubermenu-target:after {
    content: '\f105'
}

.ubermenu-vertical .ubermenu-item>.ubermenu-submenu-drop {
    left: 100%;
    margin-left: 0;
    top: 0
}

.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover>.ubermenu-submenu-drop,
.ubermenu-vertical .ubermenu-active .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega,
.ubermenu-vertical .ubermenu-item-level-0.ubermenu-active>.ubermenu-submenu-drop {
    top: 0;
    min-height: 100%
}

.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item,
.ubermenu-vertical .ubermenu-item-level-0.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
    min-height: 0
}

.ubermenu-vertical .ubermenu-item.ubermenu-flyout-full-height {
    position: static
}

.ubermenu-vertical .ubermenu-item.ubermenu-flyout-full-height>.ubermenu-submenu-drop {
    min-height: 100%!important;
    max-height: none;
    height: auto
}

.ubermenu-vertical .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
    top: 0
}

.ubermenu-vertical.ubermenu-transition-slide .ubermenu-item.ubermenu-active.ubermenu-in-transition>.ubermenu-submenu-drop {
    min-height: 0
}

.ubermenu-vertical .ubermenu-item>.ubermenu-submenu-type-mega {
    width: 600px;
    margin: 0
}

.ubermenu-vertical .ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel,
.ubermenu-vertical .ubermenu-tab-layout-right>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    min-height: 100%
}

.ubermenu-vertical .ubermenu-item.ubermenu-relative {
    position: relative
}

.ubermenu-vertical .ubermenu-item.ubermenu-relative.ubermenu-active {
    z-index: 20
}

.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0.ubermenu-relative.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
    top: 0
}

.ubermenu-vertical .ubermenu-item.ubermenu-item-mini {
    float: left;
    clear: none
}

.ubermenu.ubermenu-vertical .ubermenu-item.ubermenu-item-mini>.ubermenu-target {
    background: 0 0;
    box-shadow: none
}

.rtl .ubermenu,
.rtl .ubermenu .ubermenu-item {
    text-align: right
}

.rtl .ubermenu-items-align-left.ubermenu-horizontal {
    text-align: left
}

.rtl .ubermenu-items-align-center.ubermenu-horizontal {
    text-align: center
}

.rtl .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
    float: none
}

.rtl .ubermenu.ubermenu-horizontal .ubermenu-item-level-0:last-child>.ubermenu-target {
    border-left: none;
    box-shadow: none
}

.rtl .ubermenu .ubermenu-submenu-type-mega>.ubermenu-column:not(.ubermenu-tabs-group),
.rtl .ubermenu .ubermenu-submenu-type-tab-content-panel>.ubermenu-column:not(.ubermenu-tabs-group) {
    float: right
}

.rtl .ubermenu .ubermenu-item-layout-icon_left>.ubermenu-target-title {
    margin-left: 0;
    margin-right: .6em
}

.rtl .ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target {
    padding-right: 20px;
    padding-left: 25px
}

.rtl .ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target:after {
    right: auto;
    left: 10px
}

.rtl .ubermenu.ubermenu-sub-indicators .ubermenu-item.ubermenu-disable-padding.ubermenu-has-submenu-drop>.ubermenu-target {
    padding-left: 30px;
    padding-right: 0
}

@media screen and (min-width:960px) {
    .ubermenu-responsive-default.ubermenu {
        display: block!important
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-hide-desktop {
        display: none!important
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-retractors-responsive .ubermenu-retractor-mobile {
        display: none
    }
    .ubermenu-responsive-default.ubermenu-force-current-submenu .ubermenu-item-level-0.ubermenu-current-menu-ancestor>.ubermenu-submenu-drop,
    .ubermenu-responsive-default.ubermenu-force-current-submenu .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-submenu-drop {
        display: block!important;
        opacity: 1!important;
        visibility: visible!important;
        margin: 0!important;
        top: auto!important;
        height: auto;
        z-index: 19
    }
    .ubermenu-responsive-default.ubermenu-invert.ubermenu-horizontal .ubermenu-item-level-0>.ubermenu-submenu-drop {
        top: auto;
        bottom: 100%
    }
    .ubermenu-responsive-default.ubermenu-invert.ubermenu-horizontal.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target:after {
        content: "\f106"
    }
    .ubermenu-responsive-default.ubermenu-invert.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-submenu-drop {
        right: 100%;
        left: auto
    }
    .ubermenu-responsive-default.ubermenu-invert.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children>a.ubermenu-target:after {
        right: auto;
        left: 10px;
        margin-top: -7px;
        content: "\f104"
    }
    .ubermenu-responsive-default.ubermenu-vertical.ubermenu-invert .ubermenu-item>.ubermenu-submenu-drop {
        clip: rect(-5000px, 5000px, 5000px, -5000px)
    }
}

@media screen and (max-width:959px) {
    .ubermenu-responsive-toggle,
    .ubermenu-sticky-toggle-wrapper {
        display: block
    }
    .ubermenu-no-transitions.ubermenu-responsive.ubermenu-responsive-collapse {
        display: none;
        visibility: visible;
        height: auto;
        max-height: none;
        overflow: visible!important
    }
    .ubermenu-sticky-wrapper {
        min-height: 0!important
    }
    .ubermenu-sticky-toggle-wrapper {
        display: block
    }
    .ubermenu-responsive-default .ubermenu-responsive-toggle,
    .ubermenu-responsive-default .ubermenu-sticky-toggle-wrapper {
        display: block
    }
    .ubermenu-responsive-default.ubermenu-responsive {
        width: 100%;
        max-height: 500px;
        visibility: visible;
        overflow: visible;
        -webkit-transition: max-height 1s ease-in;
        transition: max-height .3s ease-in
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-items-align-center {
        text-align: left
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu {
        margin: 0
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
        display: block
    }
    .ubermenu-responsive-default.ubermenu-repsonsive.ubermenu-no-transitions,
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-nocollapse {
        display: block;
        max-height: none
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
        max-height: 0;
        overflow: hidden!important;
        visibility: hidden
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition,
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition .ubermenu-nav {
        overflow: hidden!important;
        visibility: visible
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse:not(.ubermenu-in-transition) {
        border-top-width: 0;
        border-bottom-width: 0
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse .ubermenu-item .ubermenu-submenu {
        display: none
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-level-0 {
        width: 50%
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-single-column .ubermenu-item-level-0 {
        float: none;
        clear: both;
        width: 100%
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
        border: none;
        box-shadow: none
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-has-submenu-flyout {
        position: static
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-submenu-type-flyout .ubermenu-has-submenu-drop>.ubermenu-target:after {
        content: "\f107"
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        top: auto;
        left: 0!important
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-has-border .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
        left: -1px!important
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu.ubermenu-submenu-type-mega>.ubermenu-item.ubermenu-column {
        min-height: 0;
        border-left: none;
        float: left;
        display: block
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
        max-height: none;
        height: auto;
        overflow: visible
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-transition-slide .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-drop {
        max-height: 1000px
    }
    .ubermenu-responsive-default.ubermenu .ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega {
        min-height: 0
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
        min-width: 50%
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-autoclear>.ubermenu-column {
        clear: none
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(2n+1) {
        clear: both
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top:not(.ubermenu-submenu-retractor-top-2) .ubermenu-column:nth-of-type(2n+1) {
        clear: none
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top:not(.ubermenu-submenu-retractor-top-2) .ubermenu-column:nth-of-type(2n+2) {
        clear: both
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs-group {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        left: 0
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs {
        min-height: 0!important
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs {
        z-index: 15
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel {
        z-index: 20
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab {
        position: relative
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab.ubermenu-active {
        position: relative;
        z-index: 20
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab>.ubermenu-target {
        border-width: 0 0 1px
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-tabs>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-has-submenu-drop>.ubermenu-target:after {
        content: "\f107"
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
        top: auto;
        border-width: 1px
    }
    .ubermenu-responsive-default.ubermenu-reponsive .ubermenu-item-level-0>.ubermenu-submenu-type-stack {
        position: relative
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column,
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column-auto {
        width: 100%;
        max-width: 100%
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-mini {
        min-width: 0;
        width: auto;
        float: left;
        clear: none!important
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-mini>a.ubermenu-target {
        padding-left: 20px;
        padding-right: 20px
    }
    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-hide-mobile {
        display: none!important
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-hide-bkgs .ubermenu-submenu.ubermenu-submenu-bkg-img {
        background-image: none
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-item-level-0.ubermenu-item-mini {
        min-width: 0;
        width: auto
    }
    .ubermenu-responsive-default.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0 {
        width: 100%
    }
    .ubermenu-responsive-default.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children>.ubermenu-target:after {
        content: '\f107'
    }
    .ubermenu-responsive-default.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0.ubermenu-relative.ubermenu-active>.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
        top: auto
    }
}

@media screen and (max-width:480px) {
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-item-level-0 {
        width: 100%
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
        min-width: 100%
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url("/plugins/ubermenu/assets/css/fontawesome/fonts/fontawesome-webfont.eot-v%3d4.5.html");
    src: url("/plugins/ubermenu/assets/css/fontawesome/fonts/fontawesome-webfont.html") format('embedded-opentype'), url("/plugins/ubermenu/assets/css/fontawesome/fonts/fontawesome-webfont.woff2-v%3d4.5.html") format('woff2'), url("/plugins/ubermenu/assets/css/fontawesome/fonts/fontawesome-webfont.woff-v%3d4.5.html") format('woff'), url("/plugins/ubermenu/assets/css/fontawesome/fonts/fontawesome-webfont.ttf-v%3d4.5.html") format('truetype'), url("/plugins/ubermenu/assets/css/fontawesome/fonts/fontawesome-webfont.svg-v%3d4.5.html") format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret,
    .comment-form input[type="submit"]>.caret,
    .dropup>.comment-form input[type="submit"]>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("/themes/telesign/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.html") format('embedded-opentype'), url("/themes/telesign/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular-2.html") format('woff'), url("/themes/telesign/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular-3.html") format('truetype'), url("/themes/telesign/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular-4.html") format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #afcb08;
    text-decoration: none
}

a:hover,
a:focus {
    color: #708105;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img,
.wp-caption>img,
.wp-caption a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

.BodyCenter16475097>h1{
    font-size: 0;
    line-height: 0;
    width:   240px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #afcb08
}

a.text-primary:hover {
    color: #859a06
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #afcb08
}

a.bg-primary:hover {
    background-color: #859a06
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled,
.comment-list {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width:992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 75%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.comment-form input[type="text"][disabled],
.comment-form input[type="text"][readonly],
fieldset[disabled] .comment-form input[type="text"],
.comment-form input[type="email"][disabled],
.comment-form input[type="email"][readonly],
fieldset[disabled] .comment-form input[type="email"],
.comment-form input[type="url"][disabled],
.comment-form input[type="url"][readonly],
fieldset[disabled] .comment-form input[type="url"],
.comment-form textarea[disabled],
.comment-form textarea[readonly],
fieldset[disabled] .comment-form textarea {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control,
textarea.comment-form input[type="text"],
textarea.comment-form input[type="email"],
textarea.comment-form input[type="url"],
textarea.comment-form textarea {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px
    }
}

.form-group,
.comment-form p {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.form-group-sm .form-control,
.form-group-sm .comment-form input[type="text"],
.form-group-sm .comment-form input[type="email"],
.form-group-sm .comment-form input[type="url"],
.form-group-sm .comment-form textarea {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm,
select.form-group-sm .form-control,
select.form-group-sm .comment-form input[type="text"],
select.form-group-sm .comment-form input[type="email"],
select.form-group-sm .comment-form input[type="url"],
select.form-group-sm .comment-form textarea {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .comment-form input[type="text"],
select[multiple].form-group-sm .comment-form input[type="text"],
textarea.form-group-sm .comment-form input[type="email"],
select[multiple].form-group-sm .comment-form input[type="email"],
textarea.form-group-sm .comment-form input[type="url"],
select[multiple].form-group-sm .comment-form input[type="url"],
textarea.form-group-sm .comment-form textarea,
select[multiple].form-group-sm .comment-form textarea {
    height: auto
}

.input-lg,
.form-group-lg .form-control,
.form-group-lg .comment-form input[type="text"],
.form-group-lg .comment-form input[type="email"],
.form-group-lg .comment-form input[type="url"],
.form-group-lg .comment-form textarea {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg,
select.form-group-lg .form-control,
select.form-group-lg .comment-form input[type="text"],
select.form-group-lg .comment-form input[type="email"],
select.form-group-lg .comment-form input[type="url"],
select.form-group-lg .comment-form textarea {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .comment-form input[type="text"],
select[multiple].form-group-lg .comment-form input[type="text"],
textarea.form-group-lg .comment-form input[type="email"],
select[multiple].form-group-lg .comment-form input[type="email"],
textarea.form-group-lg .comment-form input[type="url"],
select[multiple].form-group-lg .comment-form input[type="url"],
textarea.form-group-lg .comment-form textarea,
select[multiple].form-group-lg .comment-form textarea {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control,
.has-feedback .comment-form input[type="text"],
.has-feedback .comment-form input[type="email"],
.has-feedback .comment-form input[type="url"],
.has-feedback .comment-form textarea {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control,
.has-success .comment-form input[type="text"],
.has-success .comment-form input[type="email"],
.has-success .comment-form input[type="url"],
.has-success .comment-form textarea {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus,
.has-success .comment-form input[type="text"]:focus,
.has-success .comment-form input[type="email"]:focus,
.has-success .comment-form input[type="url"]:focus,
.has-success .comment-form textarea:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control,
.has-warning .comment-form input[type="text"],
.has-warning .comment-form input[type="email"],
.has-warning .comment-form input[type="url"],
.has-warning .comment-form textarea {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus,
.has-warning .comment-form input[type="text"]:focus,
.has-warning .comment-form input[type="email"]:focus,
.has-warning .comment-form input[type="url"]:focus,
.has-warning .comment-form textarea:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control,
.has-error .comment-form input[type="text"],
.has-error .comment-form input[type="email"],
.has-error .comment-form input[type="url"],
.has-error .comment-form textarea {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus,
.has-error .comment-form input[type="text"]:focus,
.has-error .comment-form input[type="email"]:focus,
.has-error .comment-form input[type="url"]:focus,
.has-error .comment-form textarea:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group,
    .form-inline .comment-form p {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control,
    .form-inline .comment-form input[type="text"],
    .form-inline .comment-form input[type="email"],
    .form-inline .comment-form input[type="url"],
    .form-inline .comment-form textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .comment-form input[type="text"],
    .form-inline .input-group .comment-form input[type="email"],
    .form-inline .input-group .comment-form input[type="url"],
    .form-inline .input-group .comment-form textarea {
        width: auto
    }
    .form-inline .input-group>.form-control,
    .form-inline .input-group>.comment-form input[type="text"],
    .form-inline .input-group>.comment-form input[type="email"],
    .form-inline .input-group>.comment-form input[type="url"],
    .form-inline .input-group>.comment-form textarea {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group,
.form-horizontal .comment-form p {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn,
.comment-form input[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"]:active:focus,
.comment-form input[type="submit"].active:focus,
.comment-form input[type="submit"].focus,
.comment-form input[type="submit"]:active.focus,
.comment-form input[type="submit"].active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus,
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"].focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active,
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"].active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.comment-form input[type="submit"].disabled,
.comment-form input[type="submit"][disabled],
fieldset[disabled] .comment-form input[type="submit"] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary,
.comment-form input[type="submit"] {
    color: #fff;
    background-color: #afcb08;
    border-color: #9ab207
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus,
.comment-form input[type="submit"].focus,
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"].active,
.open>.dropdown-toggle.comment-form input[type="submit"] {
    color: #fff;
    background-color: #859a06;
    border-color: #677805
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.comment-form input[type="submit"]:active,
.comment-form input[type="submit"].active,
.open>.dropdown-toggle.comment-form input[type="submit"] {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.comment-form input[type="submit"].disabled,
.comment-form input[type="submit"][disabled],
fieldset[disabled] .comment-form input[type="submit"],
.comment-form input[type="submit"].disabled:hover,
.comment-form input[type="submit"][disabled]:hover,
fieldset[disabled] .comment-form input[type="submit"]:hover,
.comment-form input[type="submit"].disabled:focus,
.comment-form input[type="submit"][disabled]:focus,
fieldset[disabled] .comment-form input[type="submit"]:focus,
.comment-form input[type="submit"].disabled.focus,
.comment-form input[type="submit"][disabled].focus,
fieldset[disabled] .comment-form input[type="submit"].focus,
.comment-form input[type="submit"].disabled:active,
.comment-form input[type="submit"][disabled]:active,
fieldset[disabled] .comment-form input[type="submit"]:active,
.comment-form input[type="submit"].disabled.active,
.comment-form input[type="submit"][disabled].active,
fieldset[disabled] .comment-form input[type="submit"].active {
    background-color: #afcb08;
    border-color: #9ab207
}

.btn-primary .badge,
.comment-form input[type="submit"] .badge {
    color: #afcb08;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #afcb08;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #708105;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg>.comment-form input[type="submit"] {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>.comment-form input[type="submit"] {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn,
.btn-group-xs>.comment-form input[type="submit"] {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #afcb08
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:992px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn,
.btn-group>.comment-form input[type="submit"],
.btn-group-vertical>.comment-form input[type="submit"] {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active,
.btn-group>.comment-form input[type="submit"]:hover,
.btn-group-vertical>.comment-form input[type="submit"]:hover,
.btn-group>.comment-form input[type="submit"]:focus,
.btn-group-vertical>.comment-form input[type="submit"]:focus,
.btn-group>.comment-form input[type="submit"]:active,
.btn-group-vertical>.comment-form input[type="submit"]:active,
.btn-group>.comment-form input[type="submit"].active,
.btn-group-vertical>.comment-form input[type="submit"].active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group .comment-form input[type="submit"]+.comment-form input[type="submit"],
.btn-group .comment-form input[type="submit"]+.btn-group,
.btn-group .btn-group+.comment-form input[type="submit"] {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group,
.btn-toolbar>.comment-form input[type="submit"] {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.comment-form input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child,
.btn-group>.comment-form input[type="submit"]:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.comment-form input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.btn-group>.comment-form input[type="submit"]:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.comment-form input[type="submit"] {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle,
.btn-group>.btn-group:first-child>.comment-form input[type="submit"]:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child,
.btn-group>.btn-group:last-child>.comment-form input[type="submit"]:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle,
.btn-group>.comment-form input[type="submit"]+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret,
.comment-form input[type="submit"] .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.comment-form input[type="submit"],
.btn-group-vertical>.btn-group>.comment-form input[type="submit"] {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.comment-form input[type="submit"] {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group,
.btn-group-vertical>.comment-form input[type="submit"]+.comment-form input[type="submit"],
.btn-group-vertical>.comment-form input[type="submit"]+.btn-group,
.btn-group-vertical>.btn-group+.comment-form input[type="submit"] {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>.comment-form input[type="submit"]:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.comment-form input[type="submit"]:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group-vertical>.comment-form input[type="submit"]:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.comment-form input[type="submit"] {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.comment-form input[type="submit"]:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.comment-form input[type="submit"]:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group,
.btn-group-justified>.comment-form input[type="submit"] {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .comment-form input[type="submit"] {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
[data-toggle="buttons"]>.comment-form input[type="submit"] input[type="radio"],
[data-toggle="buttons"]>.btn-group>.comment-form input[type="submit"] input[type="radio"],
[data-toggle="buttons"]>.comment-form input[type="submit"] input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.comment-form input[type="submit"] input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control,
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.comment-form input[type="text"],
.input-group-lg>.comment-form input[type="email"],
.input-group-lg>.comment-form input[type="url"],
.input-group-lg>.comment-form textarea,
.input-group-lg>.input-group-btn>.comment-form input[type="submit"] {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn,
select.input-group-lg>.comment-form input[type="text"],
select.input-group-lg>.comment-form input[type="email"],
select.input-group-lg>.comment-form input[type="url"],
select.input-group-lg>.comment-form textarea,
select.input-group-lg>.input-group-btn>.comment-form input[type="submit"] {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.comment-form input[type="text"],
select[multiple].input-group-lg>.comment-form input[type="text"],
textarea.input-group-lg>.comment-form input[type="email"],
select[multiple].input-group-lg>.comment-form input[type="email"],
textarea.input-group-lg>.comment-form input[type="url"],
select[multiple].input-group-lg>.comment-form input[type="url"],
textarea.input-group-lg>.comment-form textarea,
select[multiple].input-group-lg>.comment-form textarea,
textarea.input-group-lg>.input-group-btn>.comment-form input[type="submit"],
select[multiple].input-group-lg>.input-group-btn>.comment-form input[type="submit"] {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-sm>.comment-form input[type="text"],
.input-group-sm>.comment-form input[type="email"],
.input-group-sm>.comment-form input[type="url"],
.input-group-sm>.comment-form textarea,
.input-group-sm>.input-group-btn>.comment-form input[type="submit"] {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn,
select.input-group-sm>.comment-form input[type="text"],
select.input-group-sm>.comment-form input[type="email"],
select.input-group-sm>.comment-form input[type="url"],
select.input-group-sm>.comment-form textarea,
select.input-group-sm>.input-group-btn>.comment-form input[type="submit"] {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.comment-form input[type="text"],
select[multiple].input-group-sm>.comment-form input[type="text"],
textarea.input-group-sm>.comment-form input[type="email"],
select[multiple].input-group-sm>.comment-form input[type="email"],
textarea.input-group-sm>.comment-form input[type="url"],
select[multiple].input-group-sm>.comment-form input[type="url"],
textarea.input-group-sm>.comment-form textarea,
select[multiple].input-group-sm>.comment-form textarea,
textarea.input-group-sm>.input-group-btn>.comment-form input[type="submit"],
select[multiple].input-group-sm>.input-group-btn>.comment-form input[type="submit"] {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .comment-form input[type="text"],
.input-group .comment-form input[type="email"],
.input-group .comment-form input[type="url"],
.input-group .comment-form textarea {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .comment-form input[type="text"]:not(:first-child):not(:last-child),
.input-group .comment-form input[type="email"]:not(:first-child):not(:last-child),
.input-group .comment-form input[type="url"]:not(:first-child):not(:last-child),
.input-group .comment-form textarea:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group .comment-form input[type="text"]:first-child,
.input-group .comment-form input[type="email"]:first-child,
.input-group .comment-form input[type="url"]:first-child,
.input-group .comment-form textarea:first-child,
.input-group-btn:first-child>.comment-form input[type="submit"],
.input-group-btn:first-child>.btn-group>.comment-form input[type="submit"],
.input-group-btn:last-child>.comment-form input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.comment-form input[type="submit"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group .comment-form input[type="text"]:last-child,
.input-group .comment-form input[type="email"]:last-child,
.input-group .comment-form input[type="url"]:last-child,
.input-group .comment-form textarea:last-child,
.input-group-btn:last-child>.comment-form input[type="submit"],
.input-group-btn:last-child>.btn-group>.comment-form input[type="submit"],
.input-group-btn:first-child>.comment-form input[type="submit"]:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.comment-form input[type="submit"] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn,
.input-group-btn>.comment-form input[type="submit"] {
    position: relative
}

.input-group-btn>.btn+.btn,
.input-group-btn>.comment-form input[type="submit"]+.comment-form input[type="submit"] {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.comment-form input[type="submit"]:hover,
.input-group-btn>.comment-form input[type="submit"]:focus,
.input-group-btn>.comment-form input[type="submit"]:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group,
.input-group-btn:first-child>.comment-form input[type="submit"] {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group,
.input-group-btn:last-child>.comment-form input[type="submit"] {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #afcb08
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #afcb08
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:992px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:992px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:992px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:992px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:992px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:992px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:992px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .navbar-form .form-group,
    .navbar-form .comment-form p {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control,
    .navbar-form .comment-form input[type="text"],
    .navbar-form .comment-form input[type="email"],
    .navbar-form .comment-form input[type="url"],
    .navbar-form .comment-form textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .comment-form input[type="text"],
    .navbar-form .input-group .comment-form input[type="email"],
    .navbar-form .input-group .comment-form input[type="url"],
    .navbar-form .input-group .comment-form textarea {
        width: auto
    }
    .navbar-form .input-group>.form-control,
    .navbar-form .input-group>.comment-form input[type="text"],
    .navbar-form .input-group>.comment-form input[type="email"],
    .navbar-form .input-group>.comment-form input[type="url"],
    .navbar-form .input-group>.comment-form textarea {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:991px) {
    .navbar-form .form-group,
    .navbar-form .comment-form p {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child,
    .navbar-form .comment-form p:last-child {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:992px) {
    .navbar-left {
        float: left !important;
        float: left
    }
    .navbar-right {
        float: right !important;
        float: right;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:991px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width:991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #afcb08;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #708105;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #afcb08;
    border-color: #afcb08;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label,
.comment-form input[type="submit"] .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #afcb08
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #859a06
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge,
.comment-form input[type="submit"] .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #afcb08;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail,
.wp-caption {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img,
.wp-caption>img,
.wp-caption a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
a.wp-caption:hover,
a.wp-caption:focus,
a.wp-caption.active {
    border-color: #afcb08
}

.thumbnail .caption,
.wp-caption .caption,
.wp-caption-text {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #afcb08;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #afcb08;
    border-color: #afcb08
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #effba4
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #afcb08
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #afcb08;
    border-color: #afcb08
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #afcb08
}

.panel-primary>.panel-heading .badge {
    color: #afcb08;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #afcb08
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn,
.modal-footer .comment-form input[type="submit"]+.comment-form input[type="submit"] {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .comment-form input[type="submit"]+.comment-form input[type="submit"] {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn,
.carousel-caption .comment-form input[type="submit"] {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.form-horizontal .comment-form p:before,
.form-horizontal .comment-form p:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.form-horizontal .comment-form p:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@media (min-width:1200px) {
    .container {
        width: 970px
    }
}

.hero-h1 {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 12px
}

@media (min-width:768px) {
    .hero-h1 {
        font-size: 30px;
        line-height: 48px
    }
}

@media (min-width:992px) {
    .hero-h1 {
        font-size: 48px;
        line-height: 65px
    }
}

.hero-tagline {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-bottom: 15px
}

@media (min-width:768px) {
    .hero-tagline {
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width:992px) {
    .hero-tagline {
        font-size: 24px;
        line-height: 33px;
        padding-bottom: 30px
    }
}

h1,
h2,
h4,
.h1,
.h2,
.h4 {
    font-weight: 300
}

h2,
.h2 {
    font-size: 18px;
    line-height: 26px
}

@media (min-width:768px) {
    h2,
    .h2 {
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width:992px) {
    h2,
    .h2 {
        font-size: 24px;
        line-height: 34px
    }
}

h1,
h2.heaprincipalh2 {
    font-size: 20px;
    line-height: 26px
}

@media (min-width:768px) {
    h1,
    h2.heaprincipalh2 {
        font-size: 28px;
        line-height: 38px
    }
}

@media (min-width:992px) {
    h1,
    h2.heaprincipalh2 {
        font-size: 38px;
        line-height: 52px
    }
}

h3,
.h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px
}

@media (min-width:992px) {
    h3,
    .h3 {
        font-size: 16px;
        line-height: 24px
    }
}

h4 {
    font-size: 12px;
    line-height: 16px;
    font-style: italic
}

h5,
.h5 {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px
}

h6,
.h6 {
    font-size: 8px;
    font-weight: 600;
    line-height: 11px
}

.section-p {
    font-size: 14px;
    line-height: 22px
}

@media (min-width:768px) {
    .section-p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width:992px) {
    .section-p {
        font-size: 18px;
        line-height: 28px
    }
}

.lead-p {
    font-size: 14px;
    line-height: 22px
}

@media (min-width:768px) {
    .lead-p {
        font-size: 16px;
        line-height: 26px
    }
}

@media (min-width:768px) {
    p {
        line-height: 24px;
        margin: 0 0 12px
    }
}

@media (min-width:992px) {
    p {
        margin: 0 0 15px
    }
}

blockquote,
q {
    font-size: 12px;
    line-height: 22px
}

@media (min-width:768px) {
    blockquote,
    q {
        font-size: 14px
    }
}

@media (min-width:992px) {
    blockquote,
    q {
        line-height: 24px
    }
}

a {
    color: #afcb08;
    text-decoration: none;
    outline: 0!important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a:hover,
a:focus,
a:active {
    color: #879d0a;
    text-decoration: underline
}

.thumbnail,
.wp-caption,
.wp-caption {
    border: 0;
    padding: 0;
    background-color: transparent
}

.thumbnail .caption,
.wp-caption .caption,
.thumbnail .wp-caption-text,
.wp-caption .wp-caption-text,
.wp-caption .caption,
.wp-caption .wp-caption-text,
.wp-caption-text {
    color: #ccc;
    font-weight: 600;
    font-style: italic;
    padding: 8px 0
}

.half-slide,
.half-slide-2 {
    height: auto
}

@media (min-width:992px) and (min-height:800px) {
    .half-slide,
    .half-slide-2 {
        height: calc(100vh - 192px)
    }
}

.btn,
.comment-form input[type="submit"] {
    font-weight: 400;
    font-size: 14px;
    white-space: normal;
    border: 0;
    padding: 10px 20px;
    overflow: hidden;
    z-index: 1;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-width: 216px
}

.btn.btn-lg,
.comment-form input[type="submit"].btn-lg {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 24px
}

.btn.btn-lg.arrow-btn,
.comment-form input[type="submit"].btn-lg.arrow-btn {
    padding-right: 60px
}

.btn.btn-lg.arrow-btn .btn-bg,
.comment-form input[type="submit"].btn-lg.arrow-btn .btn-bg {
    left: -40px
}

.btn.btn-lg.arrow-btn .right-arrow,
.comment-form input[type="submit"].btn-lg.arrow-btn .right-arrow {
    background-image: url("/themes/telesign/assets/img/layout/btn-big-arrow-white.html");
    -webkit-background-size: 8px 14px;
    background-size: 8px 14px;
    background-repeat: no-repeat;
    background-position: center right 15.5px;
    width: 39px;
    height: 44px
}

@media (min-width:768px) {
    .btn.btn-lg,
    .comment-form input[type="submit"].btn-lg {
        font-size: 16px;
        padding: 15px 20px
    }
    .btn.btn-lg.arrow-btn,
    .comment-form input[type="submit"].btn-lg.arrow-btn {
        padding-right: 73px
    }
    .btn.btn-lg.arrow-btn .btn-bg,
    .comment-form input[type="submit"].btn-lg.arrow-btn .btn-bg {
        left: -53px
    }
    .btn.btn-lg.arrow-btn .right-arrow,
    .comment-form input[type="submit"].btn-lg.arrow-btn .right-arrow {
        background-image: url("/themes/telesign/assets/img/layout/btn-big-arrow-white.html");
        -webkit-background-size: 10px 16px;
        background-size: 10px 16px;
        background-repeat: no-repeat;
        background-position: center right 21px;
        width: 52px;
        height: 54px
    }
}

@media (min-width:992px) {
    .btn.btn-lg,
    .comment-form input[type="submit"].btn-lg {
        font-size: 18px;
        padding: 20px 40px
    }
    .btn.btn-lg.arrow-btn,
    .comment-form input[type="submit"].btn-lg.arrow-btn {
        padding-right: 100px
    }
    .btn.btn-lg.arrow-btn .btn-bg,
    .comment-form input[type="submit"].btn-lg.arrow-btn .btn-bg {
        left: -65px
    }
    .btn.btn-lg.arrow-btn .right-arrow,
    .comment-form input[type="submit"].btn-lg.arrow-btn .right-arrow {
        background-image: url("/themes/telesign/assets/img/layout/btn-big-arrow-white.html");
        -webkit-background-size: 13px 23px;
        background-size: 13px 23px;
        background-repeat: no-repeat;
        background-position: center right 25px;
        width: 64px;
        height: 64px
    }
}

.btn.arrow-btn,
.comment-form input[type="submit"].arrow-btn {
    position: relative;
    padding-right: 60px;
    background-color: transparent!important;
    border: 0!important;
    min-width: 216px
}

.btn.arrow-btn .btn-bg,
.comment-form input[type="submit"].arrow-btn .btn-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn.arrow-btn .right-arrow,
.comment-form input[type="submit"].arrow-btn .right-arrow {
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-white.html");
    -webkit-background-size: 8px 14px;
    background-size: 8px 14px;
    background-repeat: no-repeat;
    background-position: center right 15px;
    width: 39px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 1px;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn.arrow-btn:hover,
.btn.arrow-btn:active,
.btn.arrow-btn:focus,
.comment-form input[type="submit"].arrow-btn:hover,
.comment-form input[type="submit"].arrow-btn:active,
.comment-form input[type="submit"].arrow-btn:focus {
    background-color: transparent
}

.btn.btn-primary,
.comment-form input[type="submit"].btn-primary,
.btn.comment-form input[type="submit"] {
    background-color: #afcb08;
    border-color: #879d0a
}

.btn.btn-primary.arrow-btn .btn-bg,
.comment-form input[type="submit"].btn-primary.arrow-btn .btn-bg,
.btn.comment-form input[type="submit"].arrow-btn .btn-bg {
    border-bottom-width: 0px;
    border-bottom-style: solid;
    background-color: #afcb08;
    border-color: #879d0a
}

.btn.btn-primary.arrow-btn .right-arrow,
.comment-form input[type="submit"].btn-primary.arrow-btn .right-arrow,
.btn.comment-form input[type="submit"].arrow-btn .right-arrow {
    border-bottom-width: 0px;
    border-bottom-style: solid;
    background-color: #afcb08;
    border-color: #879d0a
}

.btn.btn-primary.arrow-btn:hover .btn-bg,
.btn.btn-primary.arrow-btn:active .btn-bg,
.btn.btn-primary.arrow-btn:focus .btn-bg,
.comment-form input[type="submit"].btn-primary.arrow-btn:hover .btn-bg,
.comment-form input[type="submit"].btn-primary.arrow-btn:active .btn-bg,
.comment-form input[type="submit"].btn-primary.arrow-btn:focus .btn-bg,
.btn.comment-form input[type="submit"].arrow-btn:hover .btn-bg,
.btn.comment-form input[type="submit"].arrow-btn:active .btn-bg,
.btn.comment-form input[type="submit"].arrow-btn:focus .btn-bg {
    background-color: #879d0a
}

.btn.btn-primary.arrow-btn:hover .right-arrow,
.btn.btn-primary.arrow-btn:active .right-arrow,
.btn.btn-primary.arrow-btn:focus .right-arrow,
.comment-form input[type="submit"].btn-primary.arrow-btn:hover .right-arrow,
.comment-form input[type="submit"].btn-primary.arrow-btn:active .right-arrow,
.comment-form input[type="submit"].btn-primary.arrow-btn:focus .right-arrow,
.btn.comment-form input[type="submit"].arrow-btn:hover .right-arrow,
.btn.comment-form input[type="submit"].arrow-btn:active .right-arrow,
.btn.comment-form input[type="submit"].arrow-btn:focus .right-arrow {
    background-color: #879d0a
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.comment-form input[type="submit"].btn-primary:hover,
.comment-form input[type="submit"].btn-primary:active,
.comment-form input[type="submit"].btn-primary:focus,
.btn.comment-form input[type="submit"]:hover,
.btn.comment-form input[type="submit"]:active,
.btn.comment-form input[type="submit"]:focus {
    background-color: #879d0a
}

.btn.btn-default,
.comment-form input[type="submit"].btn-default {
    color: #0070cc;
    background-color: #fff;
    border-color: #E6E6E6
}

.btn.btn-default.arrow-btn .btn-bg,
.comment-form input[type="submit"].btn-default.arrow-btn .btn-bg {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background-color: #fff;
    border-color: #E6E6E6
}

.btn.btn-default.arrow-btn .right-arrow,
.comment-form input[type="submit"].btn-default.arrow-btn .right-arrow {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background-color: #fff;
    border-color: #E6E6E6;
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-blue.html")
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.comment-form input[type="submit"].btn-default:hover,
.comment-form input[type="submit"].btn-default:active,
.comment-form input[type="submit"].btn-default:focus {
    border-color: #fff
}

.btn.btn-default:hover .btn-bg,
.btn.btn-default:active .btn-bg,
.btn.btn-default:focus .btn-bg,
.comment-form input[type="submit"].btn-default:hover .btn-bg,
.comment-form input[type="submit"].btn-default:active .btn-bg,
.comment-form input[type="submit"].btn-default:focus .btn-bg {
    border-color: #fff
}

.btn.btn-default:hover .right-arrow,
.btn.btn-default:active .right-arrow,
.btn.btn-default:focus .right-arrow,
.comment-form input[type="submit"].btn-default:hover .right-arrow,
.comment-form input[type="submit"].btn-default:active .right-arrow,
.comment-form input[type="submit"].btn-default:focus .right-arrow {
    border-color: #fff
}

.btn.btn-rounded,
.comment-form input[type="submit"].btn-rounded {
    color: #0070cc;
    border: 1px solid #0070cc;
    border-radius: 30px;
    width: 100%
}

.btn.btn-rounded:hover,
.btn.btn-rounded:active,
.btn.btn-rounded:focus,
.comment-form input[type="submit"].btn-rounded:hover,
.comment-form input[type="submit"].btn-rounded:active,
.comment-form input[type="submit"].btn-rounded:focus {
    color: #fff;
    background-color: #0070cc
}

.loading-div {
    text-align: center;
    width: 100%;
    padding-bottom: 20px
}

.loading-div .glyphicon.spinning {
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear
}

input::-moz-focus-inner {
    border: 0!important
}

@font-face {
    font-family: 'open_sans';
    src: url("/themes/telesign/assets/fonts/opensans-extrabold-webfont.html") format('embedded-opentype'), url("/themes/telesign/assets/fonts/opensans-extrabold-webfont-2.html") format('woff2'), url("/themes/telesign/assets/fonts/opensans-extrabold-webfont-3.html") format('woff'), url("/themes/telesign/assets/fonts/opensans-extrabold-webfont-4.html") format('truetype'), url("/themes/telesign/assets/fonts/opensans-extrabold-webfont-5.html") format('svg');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'open_sans';
    src: url("/themes/telesign/assets/fonts/opensans-extrabolditalic-webfont.html") format('embedded-opentype'), url("/themes/telesign/assets/fonts/opensans-extrabolditalic-webfont-2.html") format('woff2'), url("/themes/telesign/assets/fonts/opensans-extrabolditalic-webfont-3.html") format('woff'), url("/themes/telesign/assets/fonts/opensans-extrabolditalic-webfont-4.html") format('truetype'), url("/themes/telesign/assets/fonts/opensans-extrabolditalic-webfont-5.html") format('svg');
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: 'open_sans';
    src: url("/themes/telesign/assets/fonts/opensans-bolditalic-webfont.html") format('embedded-opentype'), url("/themes/telesign/assets/fonts/opensans-bolditalic-webfont-2.html") format('woff2'), url("/themes/telesign/assets/fonts/opensans-bolditalic-webfont-3.html") format('woff'), url("/themes/telesign/assets/fonts/opensans-bolditalic-webfont-4.html") format('truetype'), url("/themes/telesign/assets/fonts/opensans-bolditalic-webfont-5.html") format('svg');
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'open_sans';
    src: url("/themes/telesign/assets/fonts/opensans-light-webfont.html") format('embedded-opentype'), url("/themes/telesign/assets/fonts/opensans-light-webfont-2.html") format('woff2'), url("/themes/telesign/assets/fonts/opensans-light-webfont-3.html") format('woff'), url("/themes/telesign/assets/fonts/opensans-light-webfont-4.html") format('truetype'), url("/themes/telesign/assets/fonts/opensans-light-webfont-5.html") format('svg');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'open_sans';
    src: url("/themes/telesign/assets/fonts/opensans-italic-webfont.html") format('embedded-opentype'), url("/themes/telesign/assets/fonts/opensans-italic-webfont-2.html") format('woff2'), url("/themes/telesign/assets/fonts/opensans-italic-webfont-3.html") format('woff'), url("/themes/telesign/assets/fonts/opensans-italic-webfont-4.html") format('truetype'), url("/themes/telesign/assets/fonts/opensans-italic-webfont-5.html") format('svg');
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'open_sans';
    src: url("/themes/telesign/assets/fonts/opensans-bold-webfont.html") format('embedded-opentype'), url("/themes/telesign/assets/fonts/opensans-bold-webfont-2.html") format('woff2'), url("/themes/telesign/assets/fonts/opensans-bold-webfont-3.html") format('woff'), url("/themes/telesign/assets/fonts/opensans-bold-webfont-4.html") format('truetype'), url("/themes/telesign/assets/fonts/opensans-bold-webfont-5.html") format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'open_sans';
    src: url("/themes/telesign/assets/fonts/opensans-regular-webfont.html") format('embedded-opentype'), url("/themes/telesign/assets/fonts/opensans-regular-webfont-2.html") format('woff2'), url("/themes/telesign/assets/fonts/opensans-regular-webfont-3.html") format('woff'), url("/themes/telesign/assets/fonts/opensans-regular-webfont-4.html") format('truetype'), url("/themes/telesign/assets/fonts/opensans-regular-webfont-5.html") format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'open_sans';
    src: url("/themes/telesign/assets/fonts/opensans-semibold-webfont.html") format('embedded-opentype'), url("/themes/telesign/assets/fonts/opensans-semibold-webfont-2.html") format('woff2'), url("/themes/telesign/assets/fonts/opensans-semibold-webfont-3.html") format('woff'), url("/themes/telesign/assets/fonts/opensans-semibold-webfont-4.html") format('truetype'), url("/themes/telesign/assets/fonts/opensans-semibold-webfont-5.html") format('svg');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'open_sans';
    src: url("/themes/telesign/assets/fonts/opensans-semibolditalic-webfont.html") format('embedded-opentype'), url("/themes/telesign/assets/fonts/opensans-semibolditalic-webfont-2.html") format('woff2'), url("/themes/telesign/assets/fonts/opensans-semibolditalic-webfont-3.html") format('woff'), url("/themes/telesign/assets/fonts/opensans-semibolditalic-webfont-4.html") format('truetype'), url("/themes/telesign/assets/fonts/opensans-semibolditalic-webfont-5.html") format('svg');
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'open_sans';
    src: url("/themes/telesign/assets/fonts/opensans-condensedbold-webfont.html") format('embedded-opentype'), url("/themes/telesign/assets/fonts/opensans-condensedbold-webfont-2.html") format('woff2'), url("/themes/telesign/assets/fonts/opensans-condensedbold-webfont-3.html") format('woff'), url("/themes/telesign/assets/fonts/opensans-condensedbold-webfont-4.html") format('truetype'), url("/themes/telesign/assets/fonts/opensans-condensedbold-webfont-5.html") format('svg');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'open_sans';
    src: url("/themes/telesign/assets/fonts/opensans-lightitalic-webfont.html") format('embedded-opentype'), url("/themes/telesign/assets/fonts/opensans-lightitalic-webfont-2.html") format('woff2'), url("/themes/telesign/assets/fonts/opensans-lightitalic-webfont-3.html") format('woff'), url("/themes/telesign/assets/fonts/opensans-lightitalic-webfont-4.html") format('truetype'), url("/themes/telesign/assets/fonts/opensans-lightitalic-webfont-5.html") format('svg');
    font-weight: 300;
    font-style: italic
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#pardot-form {
    border-bottom: 0!important
}

.inside {
    margin-top: 20px;
    margin-bottom: 20px
}

.inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%
}

.col-top {
    vertical-align: top
}

.col-middle {
    vertical-align: middle
}

.col-bottom {
    vertical-align: bottom
}

@media (min-width:480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%
    }
    .col-xs-top {
        vertical-align: top
    }
    .col-xs-middle {
        vertical-align: middle
    }
    .col-xs-bottom {
        vertical-align: bottom
    }
}

@media (min-width:768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%
    }
    .col-sm-top {
        vertical-align: top
    }
    .col-sm-middle {
        vertical-align: middle
    }
    .col-sm-bottom {
        vertical-align: bottom
    }
}

@media (min-width:992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%
    }
    .col-md-top {
        vertical-align: top
    }
    .col-md-middle {
        vertical-align: middle
    }
    .col-md-bottom {
        vertical-align: bottom
    }
}

@media (min-width:1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%
    }
    .col-lg-top {
        vertical-align: top
    }
    .col-lg-middle {
        vertical-align: middle
    }
    .col-lg-bottom {
        vertical-align: bottom
    }
}

#cookie-notice {
    background-color: rgba(0, 0, 0, 0.65) !important
}

.comment-list ol {
    list-style: none
}

.mktoForm {
    width: 100% !important
}

label.mktoLabel.mktoHasWidth {
    width: initial!important;
    margin-bottom: 20px;
    color: #0070cc;
    font-size: 14px;
    font-weight: 600!important
}

.mktoForm .mktoGutter {
    width: 1%
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    display: block;
    width: 100%!important;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 25px
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol {
    width: 100%
}

form#mktoForm_1049,
form#mktoForm_1048,
form#mktoForm_1044,
form#mktoForm_1043 {
    background-color: #F7F7F7;
    padding: 25px 30px;
    color: #0070cc
}

button.mktoButton {
    width: 143px;
    height: 40px;
    border-bottom-width: 2px!important;
    border-bottom-style: solid!important;
    background-color: #afcb08!important;
    border-color: #879d0a!important;
    background-image: none!important;
    border-radius: 2px!important;
    font-weight: 400!important;
    font-size: 14px!important;
    white-space: normal!important;
    border: 0!important;
    padding: 10px 20px!important;
    overflow: hidden!important;
    z-index: 1!important;
    -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    color: #fff!important
}

button.mktoButton:hover {
    background-color: #879d0a!important;
    border-color: #159860!important
}

.mktoButtonWrap {
    margin-left: 0!important
}

.mktoagree {
    clear: both;
    margin-top: 20px
}

.mktoAsterix {
    color: #0070cc !important
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    padding: 10px!important;
    border: 2px solid #ccc!important
}

.mktoErrorMsg {
    font-family: 'open_sans';
    background: none!important;
    background-color: #F1DDDE!important;
    color: #b94b43!important;
    border: 1px solid #F1DDDE!important;
    -webkit-box-shadow: none!important;
    text-shadow: none!important
}

.mktoErrorArrow {
    background-color: #F1DDDE!important;
    border: 1px solid #F1DDDE!important
}

@media (min-width:992px) {
    .mktoForm .mktoButtonRow {
        display: inline-block;
        width: 100%;
        text-align: center
    }
}

.product-evaluation .mktoForm .mktoRadioList,
.product-evaluation .mktoForm .mktoCheckboxList {
    width: 0px!important
}

.product-evaluation .mktoFormRow:nth-child(3) .mktoHtmlText {
    width: 100%!important;
    text-align: right!important;
    font-style: italic;
    font-size: 10px
}

.product-evaluation .mktoFormRow:nth-child(8) input#acceptTermsConditions {
    position: absolute;
    left: 0
}

.product-evaluation .mktoFormRow:nth-child(8) label.mktoLabel.mktoHasWidth {
    padding-left: 20px
}

@media (min-width:992px) {
    .product-evaluation .mktoFormRow:nth-child(9) .mktoHtmlText {
        width: 100%!important;
        text-align: center!important
    }
    .product-evaluation .mktoButtonRow {
        max-width: 100%;
        text-align: center
    }
}

.contact .mktoFieldWrap textarea {
    height: 70px
}

.contact .mktoFieldWrap #commentCapture {
    height: 70px
}

.gallery-row {
    padding: 10px 0
}

.aligncenter {
    display: block;
    margin: 10px auto
}

.alignleft,
.alignright {
    margin-bottom: 10px
}

figure.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%
}

@media (min-width:768px) {
    .alignleft {
        float: left;
        margin-right: 10px
    }
    .alignright {
        float: right;
        margin-left: 10px
    }
}

.banner .navbar-header {
    position: absolute;
    left: 0;
    top: 1px
}

.banner .navbar-header .navbar-brand {
    height: 70px
}

.banner .navbar-header .navbar-brand #telesign-logo {
    width: 177px;
    height: 30px;
    background: url("/themes/telesign/assets/img/layout/logonew.html") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain
}

@media (min-width:992px) {
    .banner .navbar-header .navbar-brand #telesign-logo {
        height: 50px
    }
}

.banner .navbar-header .navbar-brand:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.ubermenu-responsive-toggle,
.ubermenu-sticky-toggle-wrapper {
    float: right;
    color: #fff;
    font-size: 24px
}

.ubermenu-responsive-toggle:hover,
.ubermenu-responsive-toggle:focus,
.ubermenu-responsive-toggle:active {
    color: white
}

@media (min-width:992px) {
    .home .ubermenu.ubermenu-main {
        background-image: none!important;
        background-color: transparent!important
    }
}

.navbar {
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0068bd), to(#007ee6)) !important;
    background-image: -webkit-linear-gradient(top, #0068bd, #007ee6) !important;
    background-image: -o-linear-gradient(top, #0068bd, #007ee6) !important;
    background-image: linear-gradient(to bottom, #0068bd, #007ee6) !important;
    border-bottom-width: 0px
}

@media (min-width:992px) {
    .home .navbar {
        background-image: none!important;
        background-color: transparent!important
    }
}

.ubermenu {
    font-family: 'open_sans'
}

.ubermenu.ubermenu-main {
    background-color: #031b33
}

@media (min-width:768px) {
    .ubermenu.ubermenu-main {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0068bd), to(#007ee6)) !important;
        background-image: -webkit-linear-gradient(top, #0068bd, #007ee6) !important;
        background-image: -o-linear-gradient(top, #0068bd, #007ee6) !important;
        background-image: linear-gradient(to bottom, #0068bd, #007ee6) !important
    }
}

.ubermenu .ubermenu-item-level-0 {
    padding-left: 20px;
    padding-right: 20px
}

.ubermenu .ubermenu-item-level-0.telesign-logo>a {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 15px
}

.ubermenu .ubermenu-item-level-0.telesign-logo>a img {
    max-width: 157px
}

.ubermenu .ubermenu-item-level-0.menu-products ul li {
    display: list-item !important;
    list-style-position: inside
}

.ubermenu .ubermenu-item-level-0.menu-products ul li.ubermenu-retractor.ubermenu-retractor-mobile {
    display: block!important
}

.ubermenu .ubermenu-item-level-0.menu-products ul li>a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300
}

@media (min-width:768px) {
    .ubermenu .ubermenu-item-level-0.menu-products ul li {
        display: block!important
    }
    .ubermenu .ubermenu-item-level-0.menu-products ul li.ubermenu-retractor.ubermenu-retractor-mobile {
        display: none!important
    }
    .ubermenu .ubermenu-item-level-0.menu-products ul li>a {
        color: #fff;
        font-weight: 500;
        font-size: 18px
    }
}

.ubermenu .ubermenu-item-level-0.ubermenu-current-menu-item>a {
    font-weight: 700
}

.ubermenu .ubermenu-item-level-0>a {
    border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 12px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ubermenu .ubermenu-item-level-0>a:hover {
    opacity: .85
}

.ubermenu .ubermenu-item-level-0:first-child>a {
    border-top: 0px!important
}

.ubermenu .ubermenu-item-level-0.menu-login {
    margin-top: 10px!important;
    margin-bottom: 10px!important
}

@media (min-width:768px) {
    .ubermenu .ubermenu-item-level-0.menu-login {
        margin-top: 0px!important;
        margin-bottom: 0px!important
    }
}

.ubermenu .ubermenu-item-level-0.menu-login a {
    margin-left: 0px!important;
    text-align: center;
    border: 1px solid white!important
}

@media (min-width:768px) {
    .ubermenu .ubermenu-item-level-0.menu-login a {
        border: 1px solid white!important;
        padding-top: 4px!important;
        padding-bottom: 6px!important;
        margin-bottom: 25px!important;
        margin-left: 10px!important;
        padding-right: 15px
    }
}

@media (min-width:768px) {
    .ubermenu .ubermenu-item-level-0 {
        padding-left: 0px;
        padding-right: 0px
    }
    .ubermenu .ubermenu-item-level-0.ubermenu-active>a {
        opacity: 0.85
    }
    .ubermenu .ubermenu-item-level-0>a {
        border-width: 0px!important;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .ubermenu .ubermenu-item-level-0 {
        padding-left: 1%;
        padding-right: 1%
    }
}

.ubermenu .ubermenu-item-level-0>ul {
    background-color: #031b33;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .ubermenu .ubermenu-item-level-0>ul {
        background-color: #002b4a
    }
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1 {
    padding-left: 6px
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1.left-column-description {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    display: none!important
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1.left-column-description>div {
    padding-top: 0;
    padding-bottom: 0px;
    padding-left: 40px
}

@media (min-width:768px) {
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1.left-column-description {
        display: block!important
    }
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1.mobile-top-spacing {
    padding-bottom: 15px
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1.ubermenu-item-object-products {
    display: list-item !important;
    list-style-position: inside
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1.ubermenu-item-object-products>a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1.ubermenu-item-object-products>a:hover {
    opacity: .50
}

@media (min-width:768px) {
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1.ubermenu-item-object-products {
        list-style: none
    }
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1.ubermenu-item-object-products>a {
        font-weight: 500;
        font-size: 18px;
        line-height: 1em
    }
}

@media (min-width:768px) {
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1 {
        padding-left: 0px
    }
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1.mobile-top-spacing {
        padding-bottom: 0px
    }
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1.border-right {
        border-right: 1px solid #fff
    }
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1.border-left {
        border-left: 1px solid #fff
    }
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>span {
    font-weight: 500;
    font-size: 18px;
    line-height: 1em;
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 0px;
    color: white
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>span>img {
    max-width: 60px;
    margin-bottom: 20px
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>a {
    font-weight: 500;
    color: white;
    font-size: 16px;
    line-height: 1em;
    padding-top: 2px;
    padding-bottom: 2px
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>a>img {
    margin: auto;
    margin-bottom: 20px;
    display: none
}

@media (min-width:768px) {
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>a>img {
        display: block;
        max-width: 60px
    }
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>a+ul {
    padding: 0px
}

@media (min-width:768px) {
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>a+ul {
        padding-top: 10px
    }
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>ul .ubermenu-item-level-2 {
    display: list-item;
    list-style-position: inside
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>ul .ubermenu-item-level-2.view-all-link {
    list-style: none
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>ul .ubermenu-item-level-2.view-all-link>a {
    color: #afcb08;
    font-size: 10px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 18px
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>ul .ubermenu-item-level-2.view-all-link>a:hover {
    opacity: .85
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>ul .ubermenu-item-level-2>a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding-top: 2px;
    padding-bottom: 2px
}

.ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>ul .ubermenu-item-level-2>a:hover {
    opacity: .50
}

@media (min-width:768px) {
    .ubermenu .ubermenu-item-level-0>ul {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>span {
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 20px;
        text-align: center
    }
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>span>img {
        margin-left: auto;
        margin-right: auto
    }
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>a {
        color: #fff;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1:hover>a {
        opacity: .50
    }
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>ul {
        padding-top: 0px
    }
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>ul .ubermenu-item-level-2 {
        list-style: none
    }
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>ul .ubermenu-item-level-2>a {
        padding-top: 0px;
        line-height: 1em;
        padding-bottom: 15px
    }
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>ul .ubermenu-item-level-2.view-all-link>a {
        text-align: center;
        text-transform: uppercase;
        font-weight: 700
    }
    .ubermenu .ubermenu-item-level-0>ul>.ubermenu-item-level-1>ul .ubermenu-item-level-2.view-all-link>a>span {
        border-bottom: 1px solid #afcb08
    }
}

.menu-ask-an-expert {
    margin-bottom: 10px!important
}

@media (min-width:768px) {
    .menu-ask-an-expert {
        margin-bottom: 0px!important
    }
}

.menu-ask-an-expert a {
    background-color: #afca0b!important;
    margin-left: 0px!important;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (min-width:768px) {
    .menu-ask-an-expert a {
        background-color: #afca0b!important;
        padding-top: 7px!important;
        padding-bottom: 8px!important;
        margin-bottom: 25px!important;
        margin-left: 20px!important;
        font-weight: 400;
        margin-right: 20px!important;
        font-size: 14px!important;
        white-space: normal;
        border: 0;
        overflow: hidden;
        z-index: 1;
        border-radius: 0
    }
}

.menu-ask-an-expert a:hover {
    background-color: #879d0a !important
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    content: "\f054"
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-active>.ubermenu-target:after {
    content: "\f078"
}

.ubermenu-responsive-toggle-open .fa-bars:before {
    content: "\f00d"
}

.company-logo img.ubermenu-image.ubermenu-image-size-full {
    display: none
}

@media (min-width:768px) {
    .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
        content: "\f107"
    }
    .ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-active>.ubermenu-target:after {
        content: "\f107"
    }
    .company-logo img.ubermenu-image.ubermenu-image-size-full {
        display: block
    }
}

@media (min-width:1200px) {
    .ubermenu .ubermenu-nav .ubermenu-column-1-12.ubermenu-item-object-products {
        width: 10%
    }
}

body {
    font-family: 'open_sans';
    color: #444;
    font-weight: 300
}

body.noscroll-body {
    overflow: hidden
}

.main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .main {
        float: left;
        width: 100%
    }
}

.sidebar-primary .main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .sidebar-primary .main {
        float: left;
        width: 66.66666667%
    }
}

#get-started {
    text-align: center;
    padding: 30px 0
}

#get-started h1 {
    margin-top: 0
}

#get-started .heaprincipalh2 {
    margin-top: 0;
    text-align: center;
    font-weight: 500;
    color: #0070cc;
    text-transform: uppercase
}

@media (min-width:768px) {
    #get-started {
        padding: 40px 0
    }
}

@media (min-width:992px) {
    #get-started {
        padding: 60px 0
    }
}

#products {
    background-image: -webkit-linear-gradient(top, #008cff 0, #007ee6 100%);
    background-image: -o-linear-gradient(top, #008cff 0, #007ee6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #008cff), to(#007ee6));
    background-image: linear-gradient(to bottom, #008cff 0, #007ee6 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff008cff', endColorstr='#ff007ee6', GradientType=0);
    color: #fff;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 30px;
    padding-bottom: 40px
}

#products h1 {
    margin-top: 0
}

#products .product-items {
    text-align: left
}

#products .product-items a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-bottom: 20px
}

#products .product-items a .product-item {
    padding: 25px 15px 25px 15px;
    border: 1px solid #fff;
    background-color: #0070cc;
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#products .product-items a .product-item .icon-container {
    width: 100%;
    text-align: center
}

#products .product-items a .product-item .icon-container img {
    width: 130px;
    height: auto
}

#products .product-items a .product-item .info-container {
    overflow: hidden;
    text-align: center
}

#products .product-items a .product-item .info-container h2 {
    font-weight: 600;
    color: #fff
}

#products .product-items a:last-child {
    margin-bottom: 0
}

#products .product-items a:hover .product-item {
    background-color: #008CFF
}

#products .product-items a:hover .product-item .info-container h2 {
    text-decoration: underline
}

#products .product-items a:hover .product-item .info-container .btn,
#products .product-items a:hover .product-item .info-container .comment-form input[type="submit"] {
    border-color: #fff
}

#products .product-items a:hover .product-item .info-container .btn .btn-bg,
#products .product-items a:hover .product-item .info-container .comment-form input[type="submit"] .btn-bg {
    border-color: #fff
}

@media (min-width:768px) {
    #products {
        padding-top: 40px;
        padding-bottom: 50px
    }
    #products .product-items {
        padding-top: 40px
    }
    #products .product-items a .product-item {
        padding-right: 30px;
        margin-left: -15px;
        margin-right: -15px
    }
    #products .product-items a .product-item .icon-container {
        width: auto;
        float: left;
        padding-right: 30px
    }
    #products .product-items a .product-item .info-container {
        text-align: left
    }
    #products .product-items a .product-item .info-container h2 {
        margin-top: 0
    }
}

@media (min-width:992px) {
    #products {
        padding-top: 60px;
        padding-bottom: 80px
    }
}

#resources {
    padding: 30px 0 90px 0
}

#resources .heaprincipalh2 {
    margin: 0;
    margin-bottom: 12px;
    color: #0070cc;
    text-align: center;
    font-weight: 700
}

#resources .section-p {
    text-align: center;
    padding-bottom: 20px
}

#resources #resources-filter {
    text-align: center
}

#resources #resources-filter .filter-cats {
    padding: 2px 15px;
    border-radius: 15px;
    border: 1px solid #22bade;
    color: #22bade;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    text-decoration: none
}

#resources #resources-filter .filter-cats:hover,
#resources #resources-filter .filter-cats.selected,
#resources #resources-filter .filter-cats:active,
#resources #resources-filter .filter-cats:focus {
    background-color: #22bade;
    color: #fff
}

#resources .resource-item {
    margin-bottom: 15px
}

#resources .resource-item a {
    text-decoration: none
}

#resources .resource-item .info-container .info-wrap {
    border: 1px solid #f3f3f3;
    padding: 0px 15px 15px 15px
}

#resources .resource-item .info-container .info-wrap h2 {
    color: #444;
    margin-top: 0;
    font-size: 20px;
    text-decoration: none
}

#resources .resource-item .info-container .info-wrap p {
    color: #444
}

#resources .resource-item .info-container .info-wrap .resource-type {
    color: #afcb08;
    font-style: italic;
    font-size: 12px;
    margin-top: -8px;
    margin-bottom: 10px
}

#resources .resource-item .info-container .info-wrap .resource-type a {
    background-color: #22bade;
    color: #fff;
    border-radius: 15px;
    padding: 5px 10px
}

#resources .resource-item .info-container .info-wrap .resource-type a:hover {
    background-color: #17839c
}

#resources .resource-item .thumbnail-container {
    text-align: center
}

#resources .resource-item .thumbnail-container img {
    max-width: 100%;
    height: auto
}

#resources .resource-item.hovered .info-container .info-wrap .resource-item-a {
    text-decoration: none
}

#resources .view-all {
    text-align: center;
    margin-top: 5px
}

#resources .view-all .view-all-wrap {
    position: relative
}

#resources .view-all .view-all-wrap a {
    background-color: #fff;
    padding: 0 50px 0 30px;
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-green.html");
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center right 30px;
    font-weight: 400
}

#resources .view-all .view-all-wrap a:hover {
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-green-hover.html");
    text-decoration: none
}

@media (min-width:768px) {
    #resources {
        padding: 40px 0 100px 0
    }
    #resources .section-p {
        padding-bottom: 40px
    }
    #resources .view-all .div-line {
        background-color: #979797;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        margin-top: -0.5px
    }
}

@media (min-width:992px) {
    #resources {
        padding: 60px 0 110px 0
    }
    #resources .resource-item {
        margin-bottom: 20px
    }
}

.customers .customer {
    height: 155px;
    text-align: center;
    margin-bottom: 13px
}

.customers .customer img {
    max-width: 100%;
    max-height: 100%
}

.customers .customer .quote {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 155px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.customers .customer .quote .quote-wrap {
    display: block;
    padding: 0 30px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.customers .customer .quote .quote-wrap q {
    font-style: italic
}

.customers .customer .quote .quote-wrap a {
    color: #fff;
    display: table;
    font-weight: 400;
    padding: 0 30px 0 0;
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-white.html");
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    margin: 0 auto;
    margin-top: 10px
}

.customers .customer:hover .quote {
    opacity: 1;
    filter: alpha(opacity=100)
}

.customers .customer.regular:hover .quote {
    opacity: 0;
    filter: alpha(opacity=0)
}

@media (min-width:992px) {
    .customers .customers .customer {
        height: 200px
    }
    .customers .customers .customer .quote {
        height: 200px
    }
}

.featured-anchor {
    text-decoration: none
}

.featured-anchor .featured-item {
    text-align: center
}

.featured-anchor .featured-item img {
    width: 100%;
    height: auto
}

.featured-anchor .featured-item h2 {
    color: #0070cc;
    margin-bottom: 6px;
    margin-top: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.featured-anchor .featured-item .lead-p {
    margin-bottom: 0;
    color: #444;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.featured-anchor .featured-item .btn,
.featured-anchor .featured-item .comment-form input[type="submit"] {
    margin-top: 10px
}

.featured-anchor .featured-item.text-item {
    padding: 12px 0 30px 0
}

.featured-anchor .featured-item.text-item.left-item {
    padding-left: 0!important
}

.featured-anchor .featured-item .featured-img-wrap {
    background-color: #000
}

.featured-anchor .featured-item .featured-img-wrap img {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.featured-anchor:hover .featured-item .featured-img-wrap img {
    opacity: .5;
    filter: alpha(opacity=50)
}

.featured-anchor:hover .featured-item .lead-p {
    color: #444
}

.featured-anchor:hover .featured-item h2 {
    text-decoration: underline
}

.featured-anchor:hover .featured-item .btn .btn-bg,
.featured-anchor:hover .featured-item .comment-form input[type="submit"] .btn-bg {
    background-color: #879d0a
}

.featured-anchor:hover .featured-item .btn .right-arrow,
.featured-anchor:hover .featured-item .comment-form input[type="submit"] .right-arrow {
    background-color: #879d0a
}

@media (min-width:768px) {
    .featured-anchor .featured-item {
        width: 50%;
        float: left;
        text-align: inherit
    }
    .featured-anchor .featured-item h2 {
        margin-bottom: 8px
    }
    .featured-anchor .featured-item .lead-p {
        margin-bottom: 2px
    }
    .featured-anchor .featured-item.text-item {
        padding: 20px
    }
    .featured-anchor .featured-item.right-item {
        float: right
    }
}

@media (min-width:992px) {
    .featured-anchor .featured-item h2 {
        margin-bottom: 20px
    }
    .featured-anchor .featured-item .lead-p {
        margin-bottom: 20px
    }
    .featured-anchor .featured-item.text-item {
        padding: 40px
    }
}

#open-positions {
    padding-top: 30px;
    padding-bottom: 10px
}

#open-positions h1,
#open-positions .section-p {
    text-align: center
}

#open-positions h1 {
    color: #0070cc;
    margin-top: 0;
    margin-bottom: 5px
}

#open-positions #positions-filter {
    margin-top: 10px
}

#open-positions #positions-filter .filter-wrap {
    border: 1px solid #979797;
    border-radius: 2px
}

#open-positions #positions-filter .filter-wrap form {
    padding: 30px 40px;
    text-align: center
}

#open-positions #positions-filter .filter-wrap form .filter-tag {
    font-weight: 700;
    display: inline-block;
    padding-bottom: 20px
}

#open-positions #positions-filter .filter-wrap form label {
    color: #afcb08;
    font-weight: 400
}

#open-positions #positions-filter .filter-wrap form select {
    margin: 0 auto;
    border-color: #afcb08;
    color: #afcb08;
    border-radius: 20px;
    line-height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    background: url("/themes/telesign/assets/img/layout/btn-dropdown.html") no-repeat right 15px center;
    -webkit-background-size: contain;
    background-size: contain;
    padding-right: 62px;
    height: 45px
}

#open-positions #positions-filter .filter-wrap .loading-div {
    display: none
}

@media (min-width:768px) {
    #open-positions #positions-filter {
        padding-bottom: 5px
    }
    #open-positions #positions-filter .filter-wrap form {
        text-align: left
    }
    #open-positions #positions-filter .filter-wrap form .filter-tag {
        padding-right: 20px;
        padding-bottom: 0
    }
    #open-positions #positions-filter .filter-wrap form label {
        padding-right: 20px
    }
    #open-positions #positions-filter .filter-wrap form select {
        width: 160px;
        margin-right: 20px
    }
    #open-positions #positions-filter .filter-wrap form select.last {
        margin-right: 0
    }
}

@media (min-width:992px) {
    #open-positions #positions-filter {
        margin-top: 25px;
        padding-bottom: 20px
    }
    #open-positions #positions-filter .filter-wrap form select {
        width: 190px
    }
}

#open-positions #positions-list h3 {
    text-align: center;
    margin-bottom: 15px;
    text-transform: capitalize
}

#open-positions #positions-list .position-items {
    margin-left: -15px;
    margin-right: -15px
}

#open-positions #positions-list .position-items a {
    text-decoration: none
}

#open-positions #positions-list .position-items a .position-item {
    padding-bottom: 15px
}

#open-positions #positions-list .position-items a .position-item .info-wrap {
    background-color: #f3f3f3;
    padding: 25px 30px;
    border-bottom: 2px solid #979797
}

#open-positions #positions-list .position-items a .position-item .info-wrap h2 {
    color: #0070cc;
    margin-bottom: 8px;
    margin-top: 0
}

#open-positions #positions-list .position-items a .position-item .info-wrap .location {
    font-style: italic;
    color: #444
}

#open-positions #positions-list .position-items a:hover .position-item .info-wrap h2 {
    text-decoration: underline
}

#open-positions #positions-list .more-nav {
    text-align: center
}

#open-positions #positions-list .more-nav .btn-more {
    border: 1px solid #979797;
    background-color: transparent;
    color: #0070cc
}

#open-positions #positions-list .more-nav .btn-more:hover {
    border-color: #0070cc;
    color: #fff;
    background-color: #0070cc
}

#open-positions #positions-list .no-results {
    padding-top: 20px
}

@media (min-width:992px) {
    #open-positions #positions-list {
        margin-bottom: 20px
    }
    #open-positions #positions-list .position-items .position-item {
        padding-bottom: 20px
    }
}

@media (min-width:768px) {
    #open-positions {
        padding-top: 40px
    }
    #open-positions h1 {
        margin-bottom: 10px
    }
}

@media (min-width:992px) {
    #open-positions {
        padding-top: 60px
    }
    #open-positions h1 {
        margin-bottom: 12px
    }
}

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    border-radius: 2px;
    height: 41px;
    font-weight: 400;
    padding: 10px 15px
}

.search-form .input-group {
    width: 100%
}

.search-form .input-group .input-group-btn {
    width: 63px
}

.search-form .input-group .input-group-btn .search-submit {
    background-color: #afcb08;
    text-align: center;
    line-height: 11px;
    border: 0;
    z-index: 1!important
}

.search-form .input-group .input-group-btn .search-submit .fa {
    font-size: 21px;
    color: #fff
}

.search-form .input-group .input-group-btn .search-submit:hover {
    background-color: #879d0a;
    border: 0
}

.search-form .input-group .search-field {
    border-right: 0;
    border-color: #979797;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 2;
    height: 42px
}

div.wpcf7-mail-sent-ok {
    background-color: #dfefd3;
    color: #55915a
}

div.wpcf7-mail-sent-ng {
    background-color: #f1ddde;
    color: #b74c46
}

div.wpcf7-spam-blocked {
    background-color: #f1ddde;
    color: #b74c46
}

div.wpcf7-validation-errors {
    background-color: #f1ddde;
    color: #b74c46
}

div.wpcf7-response-output {
    padding: 15px 0;
    margin: 0;
    text-align: center;
    border: 0;
    clear: both;
    margin-bottom: 30px;
    margin-top: 0
}

span.wpcf7-not-valid-tip {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: inherit;
    position: relative;
    background-color: #f1ddde;
    color: #b74c46;
    border: 0;
    text-align: center;
    left: 0;
    border-radius: 0
}

#mce-error-response {
    background-color: #f1ddde;
    color: #b74c46;
    padding: 15px 10px;
    margin-top: 15px
}

#mce-success-response {
    background-color: #dfefd3;
    color: #55915a;
    padding: 15px 10px;
    margin-top: 15px
}

.wpcf7-form-control-wrap {
    display: block!important
}

.error404 .main .container {
    padding: 30px 0;
    text-align: center
}

.error404 .main .container h1 {
    color: #0070cc
}

.error404 .main .container .icon-404 img {
    max-width: 140px;
    height: auto
}

@media (min-width:768px) {
    .error404 .main .container {
        padding: 40px 0
    }
}

@media (min-width:992px) {
    .error404 .main .container {
        padding: 80px 0
    }
}

.search.search-no-results h1 {
    margin-top: 0;
    text-align: center
}

.search.search-no-results .section-p {
    text-align: center
}

.search.search-no-results .main {
    padding-top: 30px
}

.search.search-no-results .main #more {
    display: inline-block;
    padding-top: 30px!important;
    padding: 30px 0 40px 0
}

.search.search-no-results .main #more h1,
.search.search-no-results .main #more .heaprincipalh2 {
    text-align: center;
    color: #0070cc
}

.search.search-no-results .main #more img {
    max-width: 100%;
    height: auto
}

.search.search-no-results .main #more .heaprincipalh2 {
    margin: 0;
    margin-bottom: 30px;
    clear: both
}

.search.search-no-results .main #more .latest-blog-post {
    border: 1px solid #f3f3f3;
    margin-bottom: 15px
}

.search.search-no-results .main #more .latest-blog-post .thumbnail-post {
    background-color: #002b4a;
    position: relative
}

.search.search-no-results .main #more .latest-blog-post .thumbnail-post .learn-more {
    opacity: 0;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 24px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.search.search-no-results .main #more .latest-blog-post .thumbnail-post .learn-more .learn-more-icon {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: block;
    -webkit-transform: translateX(250%);
    -ms-transform: translateX(250%);
    -o-transform: translateX(250%);
    transform: translateX(250%)
}

.search.search-no-results .main #more .latest-blog-post .thumbnail-post:hover .learn-more {
    opacity: 1
}

.search.search-no-results .main #more .latest-blog-post .thumbnail-post:hover .learn-more .learn-more-icon {
    -webkit-transform: translateX(385%);
    -ms-transform: translateX(385%);
    -o-transform: translateX(385%);
    transform: translateX(385%)
}

.search.search-no-results .main #more .latest-blog-post .wp-post-image {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-width: 100%
}

.search.search-no-results .main #more .latest-blog-post .container-post {
    text-align: center;
    padding: 0 15px 15px 15px;
    margin-top: -8px;
    position: relative;
    z-index: 2
}

.search.search-no-results .main #more .latest-blog-post .container-post .info-wrap>a {
    text-decoration: none;
    color: #444
}

.search.search-no-results .main #more .latest-blog-post .container-post .published {
    margin-bottom: 10px
}

.search.search-no-results .main #more .latest-blog-post .container-post .published a {
    background-color: #22bade;
    color: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    text-decoration: none
}

.search.search-no-results .main #more .latest-blog-post .container-post .published a:hover {
    background-color: #17839c
}

.search.search-no-results .main #more .latest-blog-post .container-post .social-icons {
    text-align: center
}

.search.search-no-results .main #more .latest-blog-post .container-post .social-icons a {
    display: inline-block;
    margin-right: 10px
}

.search.search-no-results .main #more .latest-blog-post .container-post .social-icons a:hover .social-icon svg>g>g {
    fill: #17839c
}

.search.search-no-results .main #more .latest-blog-post .container-post .social-icons .social-icon svg>g>g {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.search.search-no-results .main #more .latest-blog-post:hover .wp-post-image {
    opacity: 0.2
}

.search.search-no-results .main #more .latest-blog-post:hover .learn-more {
    opacity: 1
}

.search.search-no-results .main #more .latest-blog-post:hover .learn-more .learn-more-icon {
    -webkit-transform: translateX(385%);
    -ms-transform: translateX(385%);
    -o-transform: translateX(385%);
    transform: translateX(385%)
}

.search.search-no-results .main #more .latest-blog-item {
    margin-bottom: 15px
}

.search.search-no-results .main #more .latest-blog-item .info-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 15px
}

.search.search-no-results .main #more .latest-blog-item .info-container .info-wrap {
    padding: 0
}

.search.search-no-results .main #more .latest-blog-item .info-container .info-wrap h2 {
    color: #0070cc;
    margin-top: 0
}

.search.search-no-results .main #more .latest-blog-item .info-container .info-wrap p {
    color: #444
}

.search.search-no-results .main #more .latest-blog-item .info-container .info-wrap .published {
    color: #afcb08;
    font-style: italic;
    font-size: 12px
}

.search.search-no-results .main #more .latest-blog-item .info-container .info-wrap .published strong {
    font-weight: 600
}

.search.search-no-results .main #more .latest-blog-item .thumbnail-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    overflow: hidden;
    padding-right: 0
}

.search.search-no-results .main #more .latest-blog-item .thumbnail-container img {
    max-width: 100%;
    height: auto
}

.search.search-no-results .main #more .latest-blog-item.hovered .info-container .post-hover {
    text-decoration: none
}

.search.search-no-results .main #more .latest-blog-item.hovered .info-container .info-wrap h2 {
    text-decoration: underline
}

.search.search-no-results .main #more .view-all {
    text-align: center;
    margin-top: 5px
}

.search.search-no-results .main #more .view-all .view-all-wrap {
    position: relative
}

.search.search-no-results .main #more .view-all .view-all-wrap a {
    background-color: #fff;
    padding: 0 50px 0 30px;
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-green.html");
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center right 30px;
    font-weight: 400
}

.search.search-no-results .main #more .view-all .view-all-wrap a:hover {
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-green-hover.html");
    text-decoration: none
}

@media (min-width:768px) {
    .search.search-no-results .main #more {
        padding: 40px 0 50px 0
    }
    .search.search-no-results .main #more .heaprincipalh2 {
        margin-bottom: 40px
    }
    .search.search-no-results .main #more .latest-blog-item .info-container {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0
    }
    .search.search-no-results .main #more .latest-blog-item .info-container .info-wrap {
        padding: 16px 5px
    }
    .search.search-no-results .main #more .latest-blog-item .thumbnail-container img {
        padding-top: 16px;
        padding-right: 16px
    }
    .search.search-no-results .main #more .view-all .div-line {
        background-color: #979797;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        margin-top: -0.5px
    }
}

@media (min-width:992px) {
    .search.search-no-results .main #more {
        padding: 60px 0
    }
    .search.search-no-results .main #more .latest-blog-item {
        margin-bottom: 20px
    }
    .search.search-no-results .main #more .latest-blog-item .info-container {
        margin-left: 8.33333333%
    }
    .search.search-no-results .main #more .latest-blog-item .info-container .info-wrap {
        padding: 35px 15px
    }
    .search.search-no-results .main #more .latest-blog-item .thumbnail-container img {
        padding-top: 35px;
        padding-right: 30px
    }
}

@media (min-width:768px) {
    .search.search-no-results .main {
        padding-top: 50px
    }
}

@media (min-width:992px) {
    .search.search-no-results .main {
        padding-top: 60px
    }
}

.search.search-results h1 {
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center
}

.search.search-results .blog-list {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0
}

.search.search-results .blog-list .header h1 {
    margin-top: 0px;
    font-size: 36px;
    color: #0070cc;
    font-weight: 500;
    text-align: center;
    line-height: 1.1em;
    text-transform: uppercase
}

@media (min-width:992px) {
    .search.search-results .blog-list .header h1 {
        font-size: 48px;
        line-height: 1.1em;
        padding-top: 0px
    }
}

.search.search-results .blog-list .blog-item {
    margin-bottom: 15px
}

.search.search-results .blog-list .blog-item .info-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 15px
}

.search.search-results .blog-list .blog-item .info-container .info-wrap {
    padding: 0
}

.search.search-results .blog-list .blog-item .info-container .info-wrap h2 {
    color: #0070cc;
    margin-top: 0
}

.search.search-results .blog-list .blog-item .info-container .info-wrap p {
    color: #444
}

.search.search-results .blog-list .blog-item .info-container .info-wrap .published {
    color: #afcb08;
    font-style: italic;
    font-size: 12px
}

.search.search-results .blog-list .blog-item .info-container .info-wrap .published a {
    font-weight: 600
}

.search.search-results .blog-list .blog-item .thumbnail-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    overflow: hidden;
    padding-right: 0
}

.search.search-results .blog-list .blog-item .thumbnail-container a {
    text-decoration: none
}

.search.search-results .blog-list .blog-item .thumbnail-container img {
    max-width: 100%;
    height: auto
}

.search.search-results .blog-list .blog-item.hovered .info-container .post-hover {
    text-decoration: none
}

.search.search-results .blog-list .blog-item.hovered .info-container .info-wrap h2 {
    text-decoration: underline
}

@media (min-width:768px) {
    .search.search-results .blog-list .blog-item .info-container {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0
    }
    .search.search-results .blog-list .blog-item .info-container .info-wrap {
        padding: 16px 5px
    }
    .search.search-results .blog-list .blog-item .thumbnail-container img {
        padding-top: 16px;
        padding-right: 16px;
        padding-bottom: 16px
    }
}

@media (min-width:992px) {
    .search.search-results .blog-list .blog-item {
        margin-bottom: 20px
    }
    .search.search-results .blog-list .blog-item .info-container .info-wrap {
        padding: 35px 15px
    }
    .search.search-results .blog-list .blog-item .thumbnail-container img {
        padding-top: 35px;
        padding-right: 30px;
        padding-bottom: 35px
    }
}

@media (min-width:768px) {
    .search.search-results .blog-list {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .search.search-results .blog-list {
        padding-top: 80px
    }
    .search.search-results .blog-list .blog-item {
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .search.search-results h1 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .search.search-results h1 {
        margin-bottom: 40px
    }
}

#learn-products {
    background-color: #f3f3f3;
    margin-left: -15px;
    margin-right: -15px
}

#why-telesign {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px
}

#why-telesign .heaprincipalh2 {
    margin-top: 0;
    color: #0070cc
}

#why-telesign .why-element {
    padding-top: 30px
}

#why-telesign .why-element img {
    max-width: 140px;
    height: auto
}

#why-telesign .why-element h3 {
    color: #0070cc;
    margin-top: 20px
}

@media (min-width:768px) {
    #why-telesign {
        padding-top: 40px;
        padding-bottom: 50px
    }
    #why-telesign .why-element h3 {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    #why-telesign {
        padding: 60px 0
    }
}

.top-spacing {
    padding-top: 50px
}

.bottom-spacing {
    padding-bottom: 50px
}

.sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px
}

@media (min-width:768px) {
    .sidebar {
        float: left;
        width: 33.33333333%
    }
}

.sidebar h3 {
    margin-top: 30px;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    text-align: center
}

.sidebar .widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar .widget_categories ul li {
    border-bottom: 1px solid #979797
}

.sidebar .widget_categories ul li a {
    display: block;
    color: #afcb08;
    font-weight: 400;
    padding: 15px 25px
}

.sidebar .widget_categories ul li a:hover {
    background-color: #afcb08;
    color: #fff;
    text-decoration: none
}

.sidebar .follow-widget {
    background-color: #f3f3f3;
    margin-top: 30px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px
}

.sidebar .follow-widget h3 {
    margin-top: 0;
    padding-top: 20px
}

.sidebar .follow-widget .social-icons {
    display: inline-block;
    padding-bottom: 25px
}

.sidebar .follow-widget .social-icons a {
    text-decoration: none
}

.sidebar .follow-widget .social-icons a .social-item {
    margin: 0 7.5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background-color: #afcb08;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.sidebar .follow-widget .social-icons a .social-item .fa {
    color: #fff;
    font-size: 24px;
    line-height: 38px
}

.sidebar .follow-widget .social-icons a:hover {
    text-decoration: none
}

.sidebar .follow-widget .social-icons a:hover .social-item {
    background-color: #879d0a
}

@media (min-width:992px) {
    .sidebar .follow-widget {
        margin-left: -30px;
        margin-right: -30px
    }
}

.sidebar .s2_form_widget {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px
}

.sidebar .s2_form_widget h3 {
    margin-bottom: -10px
}

.sidebar .s2_form_widget .search {
    padding: 0 15px
}

.sidebar .s2_form_widget .s2_error {
    padding-top: 10px;
    color: red
}

.sidebar .s2_form_widget .s2_message {
    padding-top: 10px
}

@media (min-width:992px) {
    .sidebar .s2_form_widget {
        margin-left: -30px;
        margin-right: -30px
    }
    .sidebar .s2_form_widget .search {
        padding: 0 30px
    }
}

.sidebar .wpcf7 p,
.sidebar .s2_form_widget-2 form p {
    margin-bottom: 0
}

.sidebar .wpcf7 label,
.sidebar .s2_form_widget-2 form label {
    display: none
}

.sidebar .wpcf7 input[type=text],
.sidebar .s2_form_widget-2 form input[type=text] {
    border-color: #e6e6e6;
    border-right: 0;
    z-index: 2;
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidebar .wpcf7 .input-group,
.sidebar .s2_form_widget-2 form .input-group {
    width: 100%
}

.sidebar .wpcf7 .input-group-btn,
.sidebar .s2_form_widget-2 form .input-group-btn {
    width: 60px
}

.sidebar .wpcf7 .btn,
.sidebar .s2_form_widget-2 form .btn,
.sidebar .wpcf7 .comment-form input[type="submit"],
.sidebar .s2_form_widget-2 form .comment-form input[type="submit"] {
    background-color: #afcb08;
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-white.html");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 1.5;
    text-indent: -1000px;
    color: #fff;
    border: 0;
    width: 100%;
    z-index: 1!important
}

.sidebar .wpcf7 .btn:hover,
.sidebar .s2_form_widget-2 form .btn:hover,
.sidebar .wpcf7 .comment-form input[type="submit"]:hover,
.sidebar .s2_form_widget-2 form .comment-form input[type="submit"]:hover {
    background-color: #879d0a;
    border: 0;
    cursor: pointer
}

.sidebar .wpcf7 span.wpcf7-not-valid-tip,
.sidebar .s2_form_widget-2 form span.wpcf7-not-valid-tip {
    display: none
}

.sidebar .wpcf7 input.wpcf7-not-valid,
.sidebar .s2_form_widget-2 form input.wpcf7-not-valid {
    border-color: #b74c46
}

.sidebar .wpcf7 div.wpcf7-response-output,
.sidebar .s2_form_widget-2 form div.wpcf7-response-output {
    margin-top: 20px
}

.sidebar .featured-widget {
    background-color: #f3f3f3;
    margin-left: -15px;
    margin-right: -15px
}

.sidebar .featured-widget h3 {
    margin-bottom: 20px;
    padding-top: 20px
}

.sidebar .featured-widget .featured-side-list {
    border-top: 1px solid #979797;
    padding-top: 15px;
    margin-left: 30px;
    margin-right: 30px
}

.sidebar .featured-widget .featured-side-list .featured-side-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #979797;
    display: inline-block;
    width: 100%
}

.sidebar .featured-widget .featured-side-list .featured-side-item img {
    width: 100px;
    height: auto;
    float: left;
    padding-right: 15px
}

.sidebar .featured-widget .featured-side-list .featured-side-item a {
    color: #444;
    overflow: hidden
}

.sidebar .featured-widget .featured-side-list .featured-side-item:last-child {
    margin-bottom: 30px
}

@media (min-width:992px) {
    .sidebar .featured-widget {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media (min-width:768px) {
    .sidebar {
        padding-top: 40px;
        width: 100%
    }
}

@media (min-width:992px) {
    .sidebar {
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
        width: 30%
    }
}

.sidebar-primary .main {
    border-bottom: 1px solid #979797;
    padding-bottom: 40px
}

@media (min-width:768px) {
    .sidebar-primary .main {
        width: 100%;
        padding-bottom: 50px
    }
    .sidebar-primary .main .container {
        width: auto!important
    }
}

@media (min-width:992px) {
    .sidebar-primary .main {
        padding-bottom: 60px;
        border-right: 1px solid #979797;
        border-bottom: 0;
        width: 70%
    }
}

@media (min-width:1380px) {
    .sidebar-primary .main .container {
        width: 970px!important
    }
}

.content-info {
    color: #fff
}

.content-info .upper-section {
    background-color: #002b4a;
    padding-top: 15px
}

.content-info .upper-section .widget_nav_menu {
    text-align: center;
    width: 100%
}

.content-info .upper-section .widget_nav_menu h3 {
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #0070cc;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 6px;
    text-transform: uppercase
}

.content-info .upper-section .widget_nav_menu h3 small,
.content-info .upper-section .widget_nav_menu h3 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

.content-info .upper-section .widget_nav_menu h3 small,
.content-info .upper-section .widget_nav_menu h3 .small {
    font-size: 65%
}

@media (min-width:768px) {
    .content-info .upper-section .widget_nav_menu h3 {
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width:992px) {
    .content-info .upper-section .widget_nav_menu h3 {
        font-size: 24px;
        line-height: 34px
    }
}

.content-info .upper-section .widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.content-info .upper-section .widget_nav_menu ul li {
    padding-bottom: 5px
}

.content-info .upper-section .widget_nav_menu ul li a {
    color: #fff;
    font-weight: 300
}

.content-info .upper-section .widget_nav_menu ul li a:hover {
    text-decoration: none;
    opacity: .85;
    filter: alpha(opacity=85)
}

.content-info .upper-section .widget_nav_menu ul li:first-child {
    padding-top: 0
}

.content-info .upper-section .widget_nav_menu .not-link {
    padding-top: 10px
}

.content-info .upper-section .widget_nav_menu .not-link a {
    color: #fff;
    font-weight: 600;
    text-decoration: none!important;
    cursor: pointer
}

.content-info .upper-section .widget_nav_menu .not-link a:hover {
    text-decoration: none
}

.content-info .upper-section .social-media {
    clear: both;
    padding-top: 30px;
    padding-bottom: 25px
}

.content-info .upper-section .social-media .social-media-container {
    position: relative
}

.content-info .upper-section .social-media .social-wrap {
    background-color: #002b4a;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px
}

.content-info .upper-section .social-media .social-wrap .social-anchor {
    display: inline-block;
    margin: 0 3px
}

@media (min-width:768px) {
    .content-info .upper-section .social-media .social-wrap .social-anchor {
        margin: 0 10px
    }
}

.content-info .upper-section .social-media .social-wrap .social-anchor .social-icon {
    width: 40px;
    height: 40px;
    float: left
}

.content-info .upper-section .social-media .social-wrap .social-anchor .social-icon.linkedin {
    background: url("/themes/telesign/assets/img/layout/connect-icon-qq.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.content-info .upper-section .social-media .social-wrap .social-anchor .social-icon.twitter {
    background: url("/themes/telesign/assets/img/layout/connect-icon-twitter.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.content-info .upper-section .social-media .social-wrap .social-anchor .social-icon.facebook {
    background: url("/themes/telesign/assets/img/layout/connect-icon-facebook.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.content-info .upper-section .social-media .social-wrap .social-anchor .social-icon.youtube {
    background: url("/themes/telesign/assets/img/layout/connect-icon-youtube.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.content-info .upper-section .social-media .social-wrap .social-anchor .social-icon.rss {
    background: url("/themes/telesign/assets/img/layout/connect-icon-rss.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.content-info .upper-section .social-media .social-wrap .social-anchor:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.content-info .upper-section .quote {
    padding-top: 30px;
    padding-bottom: 40px
}

.content-info .upper-section .quote .quote-text {
    font-style: italic
}

@media (min-width:768px) {
    .content-info .upper-section {
        padding-top: 20px
    }
    .content-info .upper-section .widget_nav_menu {
        float: left;
        width: 20%;
        padding: 0px
    }
    .content-info .upper-section .widget_nav_menu h3 {
        margin-top: 20px;
        margin-bottom: 8px
    }
    .content-info .upper-section .social-media {
        padding-top: 40px
    }
    .content-info .upper-section .social-media .social-media-container .social-container {
        width: 100%;
        position: relative
    }
    .content-info .upper-section .social-media .social-media-container .social-container .div-line {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #fff;
        margin-top: -0.5px;
        z-index: 1
    }
    .content-info .upper-section .quote {
        padding-top: 40px;
        padding-bottom: 50px
    }
}

@media (min-width:992px) {
    .content-info .upper-section {
        padding-top: 0
    }
    .content-info .upper-section .widget_nav_menu {
        width: auto;
        padding-right: 30px;
        text-align: left
    }
    .content-info .upper-section .widget_nav_menu h3 {
        margin-top: 69px;
        margin-bottom: 20px
    }
    .content-info .upper-section .social-media {
        padding-top: 80px
    }
}

.content-info .lower-section {
    background-color: #0070cc;
    padding: 30px 0;
    text-align: center
}

.content-info .lower-section .address {
    padding-bottom: 30px
}

.content-info .lower-section .language h3 {
    display: none
}

.content-info .lower-section .footer-brand {
    margin-bottom: 10px;
    display: inline-block
}

.content-info .lower-section .footer-brand #telesign-logo {
    width: 177px;
    height: 40px;
    background: url("/themes/telesign/assets/img/layout/logonew.html") no-repeat left;
    -webkit-background-size: contain;
    background-size: contain
}

.content-info .lower-section .footer-brand:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.content-info .lower-section .copyright {
    padding-right: 10px;
    font-size: 10px
}

.content-info .lower-section #menu-footer-menu {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 10px
}

.content-info .lower-section #menu-footer-menu li {
    display: inline-block
}

.content-info .lower-section #menu-footer-menu li a {
    margin: 0 10px;
    color: #fff
}

.content-info .lower-section .back-top a {
    display: inline-block;
    margin-top: 30px
}

.content-info .lower-section .back-top a .back-top-arrow {
    display: inline-block;
    background: url("/themes/telesign/assets/img/layout/btn-anchor.html") no-repeat center;
    -webkit-background-size: 24px 15px;
    background-size: 24px 15px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.content-info .lower-section .back-top a:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

@media (min-width:768px) {
    .content-info .lower-section {
        text-align: left;
        padding: 40px 0
    }
    .content-info .lower-section .footer-brand {
        margin-bottom: 5px
    }
    .content-info .lower-section .language {
        text-align: right
    }
    .content-info .lower-section .back-top {
        text-align: right
    }
    .content-info .lower-section .back-top a {
        margin-top: 10px
    }
}

@media (min-width:992px) {
    .content-info .lower-section {
        padding: 50px 0
    }
    .content-info .lower-section .footer-brand {
        margin-bottom: 15px
    }
    .content-info .lower-section .copyright {
        font-size: 12px
    }
    .content-info .lower-section #menu-footer-menu {
        font-size: 12px
    }
    .content-info .lower-section .back-top a {
        margin-top: 17px
    }
}

.page-template-default .main {
    padding: 30px 0
}

@media (min-width:768px) {
    .page-template-default .main {
        padding: 50px 0
    }
}

@media (min-width:992px) {
    .page-template-default .main {
        padding: 60px 0
    }
}

.page-template-default .page-header {
    border: 0
}

.page-template-default .page-header h1 {
    color: #0070cc
}

.home .breadcrumbs {
    display: none
}

.breadcrumbs {
    background-color: #002b4a;
    font-size: 14px;
    padding: 10px 0;
    color: #007ee6;
    border-bottom: 1px solid #2586d6
}

.breadcrumbs a {
    color: #fff;
    padding-right: 5px
}

.breadcrumbs .breadcrumb_last {
    color: #fff;
    font-weight: 600;
    padding-left: 5px
}

.single-product .scaled,
.single-products .scaled {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.single-product #intro .hero,
.single-products #intro .hero {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #0070cc;
    background-image: url("/themes/telesign/assets/img/layout/supergraphic.html");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
    padding-top: 30px;
    text-align: center
}

.single-product #intro .hero .product-img,
.single-products #intro .hero .product-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-top: 60px
}

.single-product #intro .hero h1,
.single-products #intro .hero h1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
    color: #22bade
}

.single-product #intro .hero .about-anchor,
.single-products #intro .hero .about-anchor {
    display: none
}

.single-product #intro .hero p,
.single-products #intro .hero p {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 26px
}

.single-product #intro .hero .video-links,
.single-products #intro .hero .video-links {
    text-align: center
}

.single-product #intro .hero .resource-links,
.single-products #intro .hero .resource-links {
    margin-top: 20px;
    text-align: center
}

.single-product #intro .hero .resource-links a,
.single-products #intro .hero .resource-links a {
    color: #fff;
    text-decoration: none
}

.single-product #intro .hero .resource-links a img,
.single-products #intro .hero .resource-links a img {
    padding-right: 10px
}

.single-product #intro .hero .resource-links a:hover,
.single-products #intro .hero .resource-links a:hover,
.single-product #intro .hero .resource-links a:focus,
.single-products #intro .hero .resource-links a:focus,
.single-product #intro .hero .resource-links a:active,
.single-products #intro .hero .resource-links a:active {
    opacity: .8;
    filter: alpha(opacity=80)
}

.single-product #intro .hero .container,
.single-products #intro .hero .container {
    padding: 0px 15px;
    padding-bottom: 20px
}

.single-product #intro .hero .family-icon,
.single-products #intro .hero .family-icon {
    background-color: #002b4a;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    left: 0;
    margin: auto;
    width: 50%
}

.single-product #intro .hero .family-icon .family-img,
.single-products #intro .hero .family-icon .family-img,
.single-product #intro .hero .family-icon .family-title,
.single-products #intro .hero .family-icon .family-title {
    display: inline-block
}

.single-product #intro .hero .family-icon img,
.single-products #intro .hero .family-icon img {
    max-height: 26px
}

@media (min-width:768px) {
    .single-product #intro .hero,
    .single-products #intro .hero {
        padding-top: 0;
        text-align: initial
    }
    .single-product #intro .hero .container,
    .single-products #intro .hero .container {
        padding: 50px 15px
    }
    .single-product #intro .hero h1,
    .single-products #intro .hero h1 {
        font-size: 38px;
        line-height: 52px;
        margin-bottom: 20px
    }
    .single-product #intro .hero p,
    .single-products #intro .hero p {
        font-size: 22px;
        line-height: 34.5px
    }
    .single-product #intro .hero .resource-links,
    .single-products #intro .hero .resource-links {
        text-align: left
    }
    .single-product #intro .hero .video-links,
    .single-products #intro .hero .video-links {
        text-align: left
    }
    .single-product #intro .hero .family-icon,
    .single-products #intro .hero .family-icon {
        left: inherit;
        width: 130px
    }
    .single-product #intro .hero .family-icon img,
    .single-products #intro .hero .family-icon img {
        max-width: 80px;
        max-height: 80px;
        margin-bottom: 10px
    }
    .single-product #intro .hero .product-img,
    .single-products #intro .hero .product-img {
        margin-top: 0px
    }
    .single-product #intro .hero .about-anchor,
    .single-products #intro .hero .about-anchor {
        bottom: 15px;
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 1;
        display: block
    }
    .single-product #intro .hero .about-anchor a span,
    .single-products #intro .hero .about-anchor a span {
        display: inline-block;
        width: 24px;
        height: 15px;
        background: url("/themes/telesign/assets/img/layout/btn-anchor.html") no-repeat center;
        -webkit-background-size: cover;
        background-size: cover
    }
    .single-product #intro .hero .about-anchor a:hover,
    .single-products #intro .hero .about-anchor a:hover {
        opacity: .85;
        filter: alpha(opacity=85)
    }
}

.single-product #intro #about,
.single-products #intro #about {
    padding: 30px 0;
    text-align: center
}

.single-product #intro #about h2,
.single-products #intro #about h2 {
    color: #0070cc;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500
}

.single-product #intro #about h3,
.single-products #intro #about h3 {
    font-size: 22px;
    color: #0070cc;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 500
}

.single-product #intro #about img,
.single-products #intro #about img {
    max-width: 80px;
    width: 100%;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .single-product #intro #about,
    .single-products #intro #about {
        padding: 40px 0;
        text-align: initial
    }
    .single-product #intro #about img,
    .single-products #intro #about img {
        margin-bottom: 0px
    }
}

@media (min-width:992px) {
    .single-product #intro #about,
    .single-products #intro #about {
        padding-top: 80px;
        padding-bottom: 60px
    }
}

.single-product #features,
.single-products #features,
.single-product #benefits,
.single-products #benefits,
.single-product #quote-section,
.single-products #quote-section {
    padding: 30px 0;
    text-align: center
}

.single-product #features .heaprincipalh2,
.single-products #features .heaprincipalh2,
.single-product #benefits .heaprincipalh2,
.single-products #benefits .heaprincipalh2,
.single-product #quote-section .heaprincipalh2,
.single-products #quote-section .heaprincipalh2,
.single-product #features h3,
.single-products #features h3,
.single-product #benefits h3,
.single-products #benefits h3,
.single-product #quote-section h3,
.single-products #quote-section h3,
.single-product #features strong,
.single-products #features strong,
.single-product #benefits strong,
.single-products #benefits strong,
.single-product #quote-section strong,
.single-products #quote-section strong {
    color: #0070cc;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px
}

.single-product #features .heaprincipalh2,
.single-products #features .heaprincipalh2,
.single-product #benefits .heaprincipalh2,
.single-products #benefits .heaprincipalh2,
.single-product #quote-section .heaprincipalh2,
.single-products #quote-section .heaprincipalh2 {
    margin-top: 0;
    text-align: center;
    font-weight: 500;
    font-size: 22px
}

.single-product #features .text-disclaimers,
.single-products #features .text-disclaimers,
.single-product #benefits .text-disclaimers,
.single-products #benefits .text-disclaimers,
.single-product #quote-section .text-disclaimers,
.single-products #quote-section .text-disclaimers {
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
    border-top: 2px solid #23435B;
    padding-top: 20px;
    margin-top: 30px
}

.single-product #features ul,
.single-products #features ul,
.single-product #benefits ul,
.single-products #benefits ul,
.single-product #quote-section ul,
.single-products #quote-section ul {
    color: #0070cc
}

.single-product #features ul div,
.single-products #features ul div,
.single-product #benefits ul div,
.single-products #benefits ul div,
.single-product #quote-section ul div,
.single-products #quote-section ul div {
    color: #444
}

.single-product #features .check-container,
.single-products #features .check-container,
.single-product #benefits .check-container,
.single-products #benefits .check-container,
.single-product #quote-section .check-container,
.single-products #quote-section .check-container {
    margin-bottom: 30px
}

.single-product #features .check-container img,
.single-products #features .check-container img,
.single-product #benefits .check-container img,
.single-products #benefits .check-container img,
.single-product #quote-section .check-container img,
.single-products #quote-section .check-container img {
    max-width: 80px;
    max-height: 80px
}

.single-product #features .check-container .feature-icon,
.single-products #features .check-container .feature-icon,
.single-product #benefits .check-container .feature-icon,
.single-products #benefits .check-container .feature-icon,
.single-product #quote-section .check-container .feature-icon,
.single-products #quote-section .check-container .feature-icon {
    text-align: center
}

.single-product #features .quote-btn,
.single-products #features .quote-btn,
.single-product #benefits .quote-btn,
.single-products #benefits .quote-btn,
.single-product #quote-section .quote-btn,
.single-products #quote-section .quote-btn {
    padding-top: 10px
}

.single-product #features .quote-btn .glyphicon-play,
.single-products #features .quote-btn .glyphicon-play,
.single-product #benefits .quote-btn .glyphicon-play,
.single-products #benefits .quote-btn .glyphicon-play,
.single-product #quote-section .quote-btn .glyphicon-play,
.single-products #quote-section .quote-btn .glyphicon-play {
    padding-right: 4px!important
}

.single-product #features .image-container,
.single-products #features .image-container,
.single-product #benefits .image-container,
.single-products #benefits .image-container,
.single-product #quote-section .image-container,
.single-products #quote-section .image-container {
    text-align: center
}

.single-product #features .image-container img,
.single-products #features .image-container img,
.single-product #benefits .image-container img,
.single-products #benefits .image-container img,
.single-product #quote-section .image-container img,
.single-products #quote-section .image-container img {
    max-width: 229px;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .single-product #features,
    .single-products #features,
    .single-product #benefits,
    .single-products #benefits,
    .single-product #quote-section,
    .single-products #quote-section {
        text-align: initial
    }
    .single-product #features .check-container .feature-icon,
    .single-products #features .check-container .feature-icon,
    .single-product #benefits .check-container .feature-icon,
    .single-products #benefits .check-container .feature-icon,
    .single-product #quote-section .check-container .feature-icon,
    .single-products #quote-section .check-container .feature-icon {
        text-align: left
    }
    .single-product #features .heaprincipalh2,
    .single-products #features .heaprincipalh2,
    .single-product #benefits .heaprincipalh2,
    .single-products #benefits .heaprincipalh2,
    .single-product #quote-section .heaprincipalh2,
    .single-products #quote-section .heaprincipalh2,
    .single-product #features h3,
    .single-products #features h3,
    .single-product #benefits h3,
    .single-products #benefits h3,
    .single-product #quote-section h3,
    .single-products #quote-section h3,
    .single-product #features strong,
    .single-products #features strong,
    .single-product #benefits strong,
    .single-products #benefits strong,
    .single-product #quote-section strong,
    .single-products #quote-section strong {
        font-size: 44px
    }
    .single-product #features h3,
    .single-products #features h3,
    .single-product #benefits h3,
    .single-products #benefits h3,
    .single-product #quote-section h3,
    .single-products #quote-section h3 {
        font-size: 22px
    }
    .single-product #features .image-container img,
    .single-products #features .image-container img,
    .single-product #benefits .image-container img,
    .single-products #benefits .image-container img,
    .single-product #quote-section .image-container img,
    .single-products #quote-section .image-container img {
        margin-bottom: 0px
    }
    .single-product #features .text-box,
    .single-products #features .text-box,
    .single-product #benefits .text-box,
    .single-products #benefits .text-box,
    .single-product #quote-section .text-box,
    .single-products #quote-section .text-box {
        padding-top: 30px
    }
    .single-product #features .quote-btn,
    .single-products #features .quote-btn,
    .single-product #benefits .quote-btn,
    .single-products #benefits .quote-btn,
    .single-product #quote-section .quote-btn,
    .single-products #quote-section .quote-btn {
        padding-top: 20px
    }
    .single-product #features .col-centered,
    .single-products #features .col-centered,
    .single-product #benefits .col-centered,
    .single-products #benefits .col-centered,
    .single-product #quote-section .col-centered,
    .single-products #quote-section .col-centered {
        display: inline-block;
        float: none;
        margin-right: -4px;
        vertical-align: top
    }
}

@media (min-width:992px) {
    .single-product #features,
    .single-products #features,
    .single-product #benefits,
    .single-products #benefits,
    .single-product #quote-section,
    .single-products #quote-section {
        padding: 60px 0
    }
    .single-product #features.disclaimers-padding,
    .single-products #features.disclaimers-padding,
    .single-product #benefits.disclaimers-padding,
    .single-products #benefits.disclaimers-padding,
    .single-product #quote-section.disclaimers-padding,
    .single-products #quote-section.disclaimers-padding {
        padding: 60px 0 30px 0
    }
}

.single-product #features,
.single-products #features,
.single-product #quote-section,
.single-products #quote-section {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #002b4a;
    color: #fff
}

.single-product #features h3,
.single-products #features h3,
.single-product #quote-section h3,
.single-products #quote-section h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500
}

.single-product #features ul li,
.single-products #features ul li,
.single-product #quote-section ul li,
.single-products #quote-section ul li {
    padding-bottom: 15px
}

.single-product #features ul li:last-child,
.single-products #features ul li:last-child,
.single-product #quote-section ul li:last-child,
.single-products #quote-section ul li:last-child {
    padding-bottom: 0
}

.single-product #features,
.single-products #features {
    background-image: url("/themes/telesign/assets/img/products/features-bg.html");
    -webkit-background-size: cover;
    background-size: cover
}

.single-product #quote-section,
.single-products #quote-section {
    background-image: url("/themes/telesign/assets/img/products/quote_ribbon_bkg.html");
    -webkit-background-size: cover;
    background-size: cover
}

.single-product #quote-section h3,
.single-products #quote-section h3 {
    color: #22bade
}

@media (min-width:768px) {
    .single-product #quote-section h3,
    .single-products #quote-section h3 {
        width: 87%;
        margin: auto
    }
}

.single-product #quote-section .quote-text,
.single-products #quote-section .quote-text {
    font-size: 14px;
    display: inline-block;
    width: 65%
}

@media (min-width:768px) {
    .single-product #quote-section .quote-text,
    .single-products #quote-section .quote-text {
        font-size: 18px;
        width: 85%
    }
}

.single-product #quote-section .quote-symbol,
.single-products #quote-section .quote-symbol {
    display: inline-block;
    background-image: url("/themes/telesign/assets/img/products/line_open.html");
    width: 40px;
    height: 29px;
    background-repeat: no-repeat;
    vertical-align: top
}

.single-product #quote-section .quote-symbol.right,
.single-products #quote-section .quote-symbol.right {
    background-image: url("/themes/telesign/assets/img/products/line_close.html");
    vertical-align: bottom
}

@media (min-width:768px) {
    .single-product #quote-section .quote-symbol.right,
    .single-products #quote-section .quote-symbol.right {
        vertical-align: baseline
    }
}

.single-product #benefits .check-container,
.single-products #benefits .check-container {
    margin-bottom: 0px
}

.single-product #benefits .benefits-image,
.single-products #benefits .benefits-image {
    text-align: center
}

.single-product #benefits .benefits-image img,
.single-products #benefits .benefits-image img {
    max-width: 80px;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .single-product #benefits .benefits-image img,
    .single-products #benefits .benefits-image img {
        margin-bottom: 10px
    }
    .single-product #benefits .content-container,
    .single-products #benefits .content-container {
        float: right
    }
}

.single-product #how-it-works,
.single-products #how-it-works {
    background-color: #f3f3f3;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 0 30px 0
}

.single-product #how-it-works .heaprincipalh2,
.single-products #how-it-works .heaprincipalh2 {
    color: #0070cc;
    padding-bottom: 20px;
    margin-top: 0;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 44px
}

.single-product #how-it-works ul,
.single-products #how-it-works ul {
    list-style: decimal;
    font-weight: 400;
    line-height: 24px
}

.single-product #how-it-works .hiw-description,
.single-products #how-it-works .hiw-description {
    font-size: 18px
}

.single-product #how-it-works .hiw-description p,
.single-products #how-it-works .hiw-description p {
    margin-bottom: 30px
}

.single-product #how-it-works .image-container,
.single-products #how-it-works .image-container {
    padding-bottom: 30px;
    text-align: center
}

.single-product #how-it-works .image-container img,
.single-products #how-it-works .image-container img {
    max-width: 80%
}

.single-product #how-it-works .instruction-options,
.single-products #how-it-works .instruction-options {
    font-size: 18px
}

.single-product #how-it-works .instruction-options .instruction,
.single-products #how-it-works .instruction-options .instruction {
    margin-bottom: 15px
}

.single-product #how-it-works .instruction-number,
.single-products #how-it-works .instruction-number {
    background-color: #22bade;
    color: white;
    float: left;
    padding: 5px 11px;
    border-radius: 15px;
    margin-right: 15px;
    font-size: 14px
}

.single-product #how-it-works .div-line,
.single-products #how-it-works .div-line {
    background-color: #979797;
    height: 1px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px
}

.single-product #how-it-works .video-demo h3,
.single-products #how-it-works .video-demo h3 {
    color: #0070cc;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500
}

.single-product #how-it-works code img,
.single-products #how-it-works code img {
    max-width: 100%
}

@media (min-width:768px) {
    .single-product #how-it-works,
    .single-products #how-it-works {
        padding: 40px 0 40px 0
    }
    .single-product #how-it-works .heaprincipalh2,
    .single-products #how-it-works .heaprincipalh2 {
        padding-bottom: 30px
    }
    .single-product #how-it-works .image-container,
    .single-products #how-it-works .image-container {
        padding-top: 0;
        text-align: right;
        padding-bottom: 60px
    }
    .single-product #how-it-works .image-container img,
    .single-products #how-it-works .image-container img {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .single-product #how-it-works,
    .single-products #how-it-works {
        padding: 80px 0 80px 0
    }
    .single-product #how-it-works .heaprincipalh2,
    .single-products #how-it-works .heaprincipalh2 {
        padding-bottom: 40px
    }
}

@media (min-width:768px) {
    .single-product .resource-items.row-centered,
    .single-products .resource-items.row-centered {
        text-align: center
    }
    .single-product .resource-items .col-centered,
    .single-products .resource-items .col-centered {
        display: inline-block;
        float: none;
        text-align: left;
        margin-right: -4px;
        vertical-align: top
    }
}

.single-product .related-product,
.single-products .related-product {
    background-color: #002b4a;
    color: #fff;
    padding: 15px 20px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    margin-bottom: 30px
}

.single-product .related-product img,
.single-products .related-product img {
    max-width: 100%
}

.single-product .related-product h3,
.single-products .related-product h3 {
    text-transform: uppercase
}

.single-product .get-started-wrap,
.single-products .get-started-wrap {
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px
}

.single-product .testforce,
.single-products .testforce {
    color: white
}

.single-resources .post-container,
.single-customers .post-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    max-width: 780px
}

.single-resources .post-container article,
.single-customers .post-container article {
    padding: 25px 30px;
    background-color: #f3f3f3
}

.single-resources .post-container article .entry-content a,
.single-customers .post-container article .entry-content a {
    font-weight: 600
}

.single-resources .post-container article .entry-content blockquote,
.single-customers .post-container article .entry-content blockquote,
.single-resources .post-container article .entry-content q,
.single-customers .post-container article .entry-content q {
    color: #0070cc;
    border-color: #0070cc;
    border-left-width: 1px;
    font-style: italic;
    font-weight: 400;
    padding: 10px 20px 10px 24px
}

.single-resources .post-container article header h1,
.single-customers .post-container article header h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #0070cc;
    margin-top: 0;
    margin-bottom: 8px
}

.single-resources .post-container article header h1 small,
.single-customers .post-container article header h1 small,
.single-resources .post-container article header h1 .small,
.single-customers .post-container article header h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

.single-resources .post-container article header h1 small,
.single-customers .post-container article header h1 small,
.single-resources .post-container article header h1 .small,
.single-customers .post-container article header h1 .small {
    font-size: 65%
}

@media (min-width:768px) {
    .single-resources .post-container article header h1,
    .single-customers .post-container article header h1 {
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width:992px) {
    .single-resources .post-container article header h1,
    .single-customers .post-container article header h1 {
        font-size: 24px;
        line-height: 34px
    }
}

.single-resources .post-container article header .meta,
.single-customers .post-container article header .meta {
    font-style: italic;
    margin-bottom: 24px
}

.single-resources .post-container article header .meta .event-info,
.single-customers .post-container article header .meta .event-info {
    padding-top: 20px;
    font-style: normal
}

.single-resources .post-container #resources,
.single-customers .post-container #resources {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #979797
}

.single-resources .post-container #resources h3,
.single-customers .post-container #resources h3 {
    margin: 0;
    margin-bottom: 15px;
    text-align: center
}

@media (min-width:768px) {
    .single-resources .post-container #resources .resource-items .resource-item,
    .single-customers .post-container #resources .resource-items .resource-item {
        margin-left: 0;
        margin-right: 0
    }
    .single-resources .post-container #resources .view-all,
    .single-customers .post-container #resources .view-all {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .single-resources .post-container #resources,
    .single-customers .post-container #resources {
        margin-top: 40px;
        padding-top: 25px
    }
    .single-resources .post-container #resources h3,
    .single-customers .post-container #resources h3 {
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    .single-resources .post-container,
    .single-customers .post-container {
        margin-top: 40px
    }
}

@media (min-width:992px) {
    .single-resources .post-container,
    .single-customers .post-container {
        margin: 0 auto;
        margin-top: 80px
    }
}

.single-resources .case-study,
.single-customers .case-study {
    padding-top: 30px;
    padding-bottom: 25px
}

.single-resources .case-study header,
.single-customers .case-study header,
.single-resources .case-study .intro,
.single-customers .case-study .intro {
    text-align: center
}

.single-resources .case-study header h1,
.single-customers .case-study header h1,
.single-resources .case-study .intro h1,
.single-customers .case-study .intro h1 {
    margin-top: 0
}

.single-resources .case-study .intro,
.single-customers .case-study .intro {
    padding-bottom: 10px
}

.single-resources .case-study h1,
.single-customers .case-study h1,
.single-resources .case-study h2,
.single-customers .case-study h2 {
    color: #0070cc
}

.single-resources .case-study .case-box-content .image-container,
.single-customers .case-study .case-box-content .image-container {
    text-align: center;
    padding-bottom: 10px
}

.single-resources .case-study .case-box-content .image-container img,
.single-customers .case-study .case-box-content .image-container img {
    max-width: 100%
}

.single-resources .case-study .case-box-content .case-box-text,
.single-customers .case-study .case-box-content .case-box-text {
    text-align: center
}

.single-resources .case-study .case-box-content .case-box-text h2,
.single-customers .case-study .case-box-content .case-box-text h2 {
    margin-bottom: 5px
}

.single-resources .case-study .quote-section,
.single-customers .case-study .quote-section {
    margin: 15px 0 30px 0;
    padding: 15px 0;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    text-align: center;
    color: #0070cc;
    font-size: 16px
}

.single-resources .case-study .quote-section .quote,
.single-customers .case-study .quote-section .quote {
    font-style: italic
}

.single-resources .case-study .quote-section .quote-name,
.single-customers .case-study .quote-section .quote-name {
    font-weight: 600
}

.single-resources .case-study .pdf-section,
.single-customers .case-study .pdf-section {
    border-top: 1px solid #979797;
    padding-top: 25px;
    margin-top: 20px
}

@media (min-width:768px) {
    .single-resources .case-study,
    .single-customers .case-study {
        padding-bottom: 35px;
        padding-top: 40px
    }
    .single-resources .case-study .intro,
    .single-customers .case-study .intro {
        padding-bottom: 25px
    }
    .single-resources .case-study .case-box-content .case-box-text,
    .single-customers .case-study .case-box-content .case-box-text {
        text-align: left
    }
    .single-resources .case-study .case-box-content .case-box-text h2,
    .single-customers .case-study .case-box-content .case-box-text h2 {
        margin-bottom: 10px
    }
    .single-resources .case-study .case-box-content .case-box-text h2:first-child,
    .single-customers .case-study .case-box-content .case-box-text h2:first-child {
        margin-top: 0
    }
    .single-resources .case-study .case-box-content .image-container,
    .single-customers .case-study .case-box-content .image-container {
        padding-bottom: 40px;
        float: right !important;
        float: right
    }
    .single-resources .case-study .quote-section,
    .single-customers .case-study .quote-section {
        margin: 25px 0 40px 0;
        padding: 25px 0
    }
}

@media (min-width:992px) {
    .single-resources .case-study,
    .single-customers .case-study {
        padding-bottom: 65px;
        padding-top: 60px
    }
    .single-resources .case-study .intro,
    .single-customers .case-study .intro {
        padding-bottom: 65px
    }
    .single-resources .case-study .case-box-content .case-box-text h2,
    .single-customers .case-study .case-box-content .case-box-text h2 {
        margin-top: 40px;
        margin-bottom: 20px
    }
    .single-resources .case-study .image-container,
    .single-customers .case-study .image-container {
        padding-bottom: 60px
    }
    .single-resources .case-study .quote-section,
    .single-customers .case-study .quote-section {
        margin: 45px 0 60px 0;
        padding: 40px 0
    }
}

.single-resources .case-study-2,
.single-customers .case-study-2 {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px
}

.single-resources .case-study-2 header,
.single-customers .case-study-2 header {
    padding: 50px 0;
    background-color: #0070cc;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center
}

.single-resources .case-study-2 header h1,
.single-customers .case-study-2 header h1 {
    margin: 25px 0;
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.5;
    text-transform: uppercase
}

.single-resources .case-study-2 header .logo,
.single-customers .case-study-2 header .logo {
    max-width: 300px;
    height: auto
}

@media (min-width:992px) {
    .single-resources .case-study-2 header,
    .single-customers .case-study-2 header {
        text-align: left
    }
    .single-resources .case-study-2 header h1,
    .single-customers .case-study-2 header h1 {
        line-height: 1.1
    }
}

.single-resources .case-study-2 h2,
.single-customers .case-study-2 h2 {
    color: #0070cc;
    font-weight: 500
}

.single-resources .case-study-2 p,
.single-customers .case-study-2 p {
    line-height: 28px
}

@media (min-width:992px) {
    .single-resources .case-study-2 p,
    .single-customers .case-study-2 p {
        font-size: 18px
    }
}

.single-resources .case-study-2 .testimonial-section,
.single-customers .case-study-2 .testimonial-section {
    padding-top: 25px
}

.single-resources .case-study-2 .testimonial-section .testimonial-box-content .quote,
.single-customers .case-study-2 .testimonial-section .testimonial-box-content .quote {
    padding-top: 25px
}

.single-resources .case-study-2 .testimonial-section .testimonial-box-content .quote h3,
.single-customers .case-study-2 .testimonial-section .testimonial-box-content .quote h3 {
    color: #22bade;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0
}

@media (min-width:768px) {
    .single-resources .case-study-2 .testimonial-section .testimonial-box-content .quote h3,
    .single-customers .case-study-2 .testimonial-section .testimonial-box-content .quote h3 {
        width: 76%;
        margin: auto
    }
}

.single-resources .case-study-2 .testimonial-section .testimonial-box-content .quote .quote-text,
.single-customers .case-study-2 .testimonial-section .testimonial-box-content .quote .quote-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    width: 67%
}

@media (min-width:768px) {
    .single-resources .case-study-2 .testimonial-section .testimonial-box-content .quote .quote-text,
    .single-customers .case-study-2 .testimonial-section .testimonial-box-content .quote .quote-text {
        font-size: 18px;
        width: 73%
    }
}

.single-resources .case-study-2 .testimonial-section .testimonial-box-content .quote .quote-symbol,
.single-customers .case-study-2 .testimonial-section .testimonial-box-content .quote .quote-symbol {
    display: inline-block;
    background-image: url("/themes/telesign/assets/img/products/line_open.html");
    width: 50px;
    height: 29px;
    background-repeat: no-repeat;
    vertical-align: top
}

.single-resources .case-study-2 .testimonial-section .testimonial-box-content .quote .quote-symbol.right,
.single-customers .case-study-2 .testimonial-section .testimonial-box-content .quote .quote-symbol.right {
    background-image: url("/themes/telesign/assets/img/products/line_close.html");
    vertical-align: bottom;
    background-position: right
}

@media (min-width:768px) {
    .single-resources .case-study-2 .testimonial-section .testimonial-box-content .quote .quote-symbol.right,
    .single-customers .case-study-2 .testimonial-section .testimonial-box-content .quote .quote-symbol.right {
        vertical-align: baseline
    }
}

.single-resources .case-study-2 .testimonial-section .testimonial-box-content img,
.single-customers .case-study-2 .testimonial-section .testimonial-box-content img {
    max-width: 100%;
    height: auto
}

@media (min-width:992px) {
    .single-resources .case-study-2 .testimonial-section .testimonial-box-content .quote,
    .single-customers .case-study-2 .testimonial-section .testimonial-box-content .quote {
        padding-top: 0
    }
    .single-resources .case-study-2 .testimonial-section .testimonial-box-content .quote h3,
    .single-customers .case-study-2 .testimonial-section .testimonial-box-content .quote h3 {
        text-align: left
    }
}

.single-resources .case-study-2 .main-section,
.single-customers .case-study-2 .main-section {
    padding: 30px 0;
    text-align: center
}

@media (min-width:992px) {
    .single-resources .case-study-2 .main-section,
    .single-customers .case-study-2 .main-section {
        padding: 40px 0;
        text-align: left
    }
}

.single-resources .case-study-2 .benefits-section .title hr,
.single-customers .case-study-2 .benefits-section .title hr {
    position: absolute;
    width: 92%;
    top: -2px;
    left: 15px
}

.single-resources .case-study-2 .benefits-section .title h4,
.single-customers .case-study-2 .benefits-section .title h4 {
    position: relative;
    color: #0070cc;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    background: #fff;
    padding: 0 12px
}

.single-resources .case-study-2 .benefits-section .benefits,
.single-customers .case-study-2 .benefits-section .benefits {
    padding-bottom: 20px
}

.single-resources .case-study-2 .benefits-section .benefits .benefit,
.single-customers .case-study-2 .benefits-section .benefits .benefit {
    text-align: center;
    padding-top: 40px
}

.single-resources .case-study-2 .benefits-section .benefits .benefit h2,
.single-customers .case-study-2 .benefits-section .benefits .benefit h2 {
    line-height: 1.2;
    margin-top: 0
}

.single-resources .case-study-2 .benefits-section .benefits .benefit .benefits-image,
.single-customers .case-study-2 .benefits-section .benefits .benefit .benefits-image {
    text-align: center
}

.single-resources .case-study-2 .benefits-section .benefits .benefit .benefits-image img,
.single-customers .case-study-2 .benefits-section .benefits .benefit .benefits-image img {
    max-width: 80px;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .single-resources .case-study-2 .benefits-section .benefits .benefit,
    .single-customers .case-study-2 .benefits-section .benefits .benefit {
        padding-top: 0
    }
    .single-resources .case-study-2 .benefits-section .benefits .benefit .benefits-image img,
    .single-customers .case-study-2 .benefits-section .benefits .benefit .benefits-image img {
        margin-bottom: 10px
    }
}

@media (min-width:992px) {
    .single-resources .case-study-2 .benefits-section,
    .single-customers .case-study-2 .benefits-section {
        margin: 30px 0px;
        padding-bottom: 40px
    }
    .single-resources .case-study-2 .benefits-section .title,
    .single-customers .case-study-2 .benefits-section .title {
        padding-bottom: 20px
    }
    .single-resources .case-study-2 .benefits-section .title hr,
    .single-customers .case-study-2 .benefits-section .title hr {
        width: 100%
    }
    .single-resources .case-study-2 .benefits-section .title h3,
    .single-customers .case-study-2 .benefits-section .title h3 {
        left: 0
    }
}

.single-resources .case-study-2 .bottom-section,
.single-customers .case-study-2 .bottom-section {
    text-align: center
}

@media (min-width:992px) {
    .single-resources .case-study-2 .bottom-section,
    .single-customers .case-study-2 .bottom-section {
        padding-bottom: 60px;
        text-align: left
    }
}

.single-resources .case-study-2 .related-section,
.single-customers .case-study-2 .related-section {
    background-color: #f9f9f9;
    padding: 40px 0
}

.single-resources .case-study-2 .related-section .product-icons,
.single-customers .case-study-2 .related-section .product-icons {
    padding-bottom: 40px
}

.single-resources .case-study-2 .related-section .product-icons hr,
.single-customers .case-study-2 .related-section .product-icons hr {
    position: absolute;
    width: 100%;
    top: 8px
}

.single-resources .case-study-2 .related-section .product-icons img,
.single-customers .case-study-2 .related-section .product-icons img {
    background: #f9f9f9;
    position: relative;
    max-width: 240px;
    height: auto;
    padding: 0 30px
}

.single-resources .case-study-2 .related-section .related-footer-message,
.single-customers .case-study-2 .related-section .related-footer-message {
    color: #0070cc;
    font-weight: 600;
    padding-bottom: 30px
}

@media (min-width:992px) {
    .single-resources .case-study-2 .related-section,
    .single-customers .case-study-2 .related-section {
        padding: 60px 0
    }
}

@media (min-width:992px) {
    .single-resources .case-study-2 header,
    .single-customers .case-study-2 header {
        padding: 70px 0
    }
    .single-resources .case-study-2 header h1,
    .single-customers .case-study-2 header h1 {
        font-size: 48px;
        line-height: 53px
    }
    .single-resources .case-study-2 .testimonial-section,
    .single-customers .case-study-2 .testimonial-section {
        padding-top: 70px
    }
    .single-resources .case-study-2 .testimonial-section .hr-section,
    .single-customers .case-study-2 .testimonial-section .hr-section {
        padding-top: 30px
    }
}

.single-resources .get-started-wrap,
.single-customers .get-started-wrap {
    background-color: #f3f3f3;
    margin-left: -15px;
    margin-right: -15px
}

.single-open_position .post-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    max-width: 780px
}

.single-open_position .post-container article {
    padding: 25px 30px;
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    margin-bottom: 20px
}

.single-open_position .post-container article .entry-content a {
    font-weight: 600
}

.single-open_position .post-container article .entry-content blockquote,
.single-open_position .post-container article .entry-content q {
    color: #0070cc;
    border-color: #0070cc;
    border-left-width: 1px;
    font-style: italic;
    font-weight: 400;
    padding: 10px 20px 10px 24px
}

.single-open_position .post-container article header .heaprincipalh2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #0070cc;
    margin-top: 0;
    margin-bottom: 8px
}

.single-open_position .post-container article header .heaprincipalh2 small,
.single-open_position .post-container article header .heaprincipalh2 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

.single-open_position .post-container article header .heaprincipalh2 small,
.single-open_position .post-container article header .heaprincipalh2 .small {
    font-size: 65%
}

@media (min-width:768px) {
    .single-open_position .post-container article header .heaprincipalh2 {
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width:992px) {
    .single-open_position .post-container article header .heaprincipalh2 {
        font-size: 24px;
        line-height: 34px
    }
}

.single-open_position .post-container article header .location {
    font-style: italic;
    margin-bottom: 24px;
    display: inline-block
}

.single-open_position .post-container article footer .btn-refer {
    background-color: #333;
    color: #fff;
    border-bottom: 2px solid #000
}

.single-open_position .post-container article footer .btn-refer:hover {
    background-color: #000
}

.single-open_position .post-container .position-form {
    background-color: #f3f3f3;
    padding: 25px 30px;
    border-bottom: 2px solid #979797;
    display: none
}

.single-open_position .post-container .position-form label {
    color: #0070cc;
    font-weight: 600
}

.single-open_position .post-container .position-form label span {
    font-style: italic;
    font-weight: 300
}

.single-open_position .post-container .position-form .form-group,
.single-open_position .post-container .position-form .comment-form p {
    margin-bottom: 25px
}

@media (min-width:768px) {
    .single-open_position .post-container {
        margin-top: 40px
    }
}

@media (min-width:992px) {
    .single-open_position .post-container {
        margin: 0 auto;
        margin-top: 80px
    }
}

#open-positions {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px
}

#open-positions .heaprincipalh2 {
    color: #0070cc;
    margin: 0;
    margin-bottom: 10px;
    text-align: center
}

#open-positions .section-p {
    text-align: center
}

@media (min-width:768px) {
    #open-positions {
        margin-bottom: 40px;
        padding-bottom: 40px
    }
}

@media (min-width:992px) {
    #open-positions {
        margin-top: 60px;
        padding-top: 60px
    }
}

.home .main {
    padding: 0;
    margin: 0
}

.home #bg-use-cases {
    padding-bottom: 30px!important
}

@media (min-width:992px) {
    .home #bg-use-cases {
        padding-bottom: 60px!important
    }
}

.home #home-quote {
    background-image: url("/themes/telesign/assets/img/products/quote_ribbon_bkg.html");
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 0
}

.home #home-quote img {
    max-width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px
}

.home #home-quote h3 {
    color: #22bade;
    font-weight: 500;
    text-transform: uppercase
}

@media (min-width:768px) {
    .home #home-quote h3 {
        width: 87%;
        margin: auto;
        font-size: 22px
    }
}

.home #home-quote .quote-text {
    font-size: 14px;
    display: inline-block;
    width: 65%;
    color: #fff
}

@media (min-width:768px) {
    .home #home-quote .quote-text {
        font-size: 18px;
        width: 85%
    }
}

.home #home-quote .text-box {
    text-align: center
}

.home #home-quote .quote-symbol {
    display: inline-block;
    background-image: url("/themes/telesign/assets/img/products/line_open.html");
    width: 40px;
    height: 29px;
    background-repeat: no-repeat;
    vertical-align: top
}

.home #home-quote .quote-symbol.right {
    background-image: url("/themes/telesign/assets/img/products/line_close.html");
    vertical-align: bottom
}

@media (min-width:768px) {
    .home #home-quote .quote-symbol.right {
        vertical-align: baseline
    }
}

@media (min-width:768px) {
    .home #home-quote img {
        max-width: 100%;
        margin-bottom: 0
    }
    .home #home-quote .text-box {
        text-align: left
    }
}

.home #secure h1,
.home #our-customers h1,
.home #more h1,
.home #recent-tweets h1,
.home #secure .heaprincipalh2,
.home #our-customers .heaprincipalh2,
.home #more .heaprincipalh2,
.home #recent-tweets .heaprincipalh2 {
    text-align: center;
    color: #0070cc
}

.home #secure img,
.home #our-customers img,
.home #more img,
.home #recent-tweets img {
    max-width: 100%;
    height: auto
}

.home #leader .hero {
    color: #fff;
    position: relative;
    padding: 80px 0 80px 0
}

.home #leader .hero h1,
.home #leader .hero h2 {
    text-align: center
}

.home #leader .hero h1 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    line-height: 1.1em;
    text-transform: uppercase
}

@media (min-width:992px) {
    .home #leader .hero h1 {
        font-size: 48px;
        line-height: 1.1em;
        padding-top: 0px
    }
}

.home #leader .hero video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-background-size: cover;
    background-size: cover;
    top: -82px
}

.home #leader .hero .container {
    z-index: 2;
    text-align: center
}

.home #leader .hero .about-anchor {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    z-index: 1
}

.home #leader .hero .about-anchor a span {
    display: inline-block;
    width: 24px;
    height: 15px;
    background: url("/themes/telesign/assets/img/layout/btn-anchor.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.home #leader .hero .about-anchor a:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

@media (min-width:768px) {
    .home #leader .hero .about-anchor {
        bottom: 40px
    }
}

@media (min-width:992px) {
    .home #leader .hero {
        padding: 120px 0 120px 0
    }
    .home #leader .hero .about-anchor {
        bottom: 50px
    }
}

@media (max-width:992px) {
    .home #leader .hero #bgvid {
        display: none
    }
    .home #leader .hero .static-bg-element {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 1;
        filter: alpha(opacity=100);
        background-position: 50% 0;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-image: url("/themes/telesign/assets/img/home/mobile-hero-img.html")
    }
}

.home #leader #about {
    padding-top: 30px;
    padding-bottom: 10px
}

@media (min-width:768px) {
    .home #leader #about {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width:992px) {
    .home #leader #about {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.home #secure {
    padding: 30px 0 0 0;
    text-align: center;
    background-color: #f5f5f5
}

.home #secure .heaprincipalh2 {
    margin-top: 0;
    margin-bottom: 6px
}

.home #secure .intro-content {
    padding-bottom: 30px
}

.home #secure .intro-content p {
    margin-bottom: 0
}

.home #secure .secure-area {
    padding: 40px
}

.home #secure .secure-area a {
    text-decoration: none
}

.home #secure .secure-area a p {
    margin-top: 15px;
    color: #444
}

.home #secure .secure-area a h2 {
    font-size: 22px;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 0;
    color: #0070cc;
    text-transform: uppercase
}

.home #secure .secure-area a span {
    font-size: 15px;
    color: #1cb6d5;
    font-weight: 600;
    display: inline-block
}

.home #secure .secure-area a:hover h2 {
    text-decoration: underline
}

.home #secure .secure-area a:hover .btn .btn-bg,
.home #secure .secure-area a:hover .comment-form input[type="submit"] .btn-bg {
    background-color: #879d0a
}

.home #secure .secure-area a:hover .btn .right-arrow,
.home #secure .secure-area a:hover .comment-form input[type="submit"] .right-arrow {
    background-color: #879d0a
}

.home #secure .view-all-container {
    position: relative;
    padding-bottom: 30px
}

@media (min-width:768px) {
    .home #secure {
        padding: 40px 0 50px 0;
        background: url("/themes/telesign/assets/img/home/solutions_bg%402x.html") no-repeat center;
        -webkit-background-size: cover;
        background-size: cover
    }
    .home #secure .heaprincipalh2 {
        margin-bottom: 10px
    }
    .home #secure .intro-content {
        padding-bottom: 40px
    }
    .home #secure .secure-area {
        padding-bottom: 0
    }
    .home #secure .secure-area h2 {
        margin-top: 25px
    }
    .home #secure .secure-area p {
        padding: 0px
    }
}

@media (min-width:992px) {
    .home #secure {
        padding: 60px 0 80px 0
    }
    .home #secure .heaprincipalh2 {
        margin-bottom: 12px
    }
    .home #secure .intro-content {
        padding-bottom: 60px
    }
    .home #secure .secure-area h2 {
        margin-top: 30px
    }
    .home #secure .secure-area p {
        padding: 0 20px
    }
    .home #secure .view-all-container {
        padding-bottom: 0;
        padding-top: 30px
    }
}

.home #fake-user-report {
    background: url("/themes/telesign/assets/img/home/fraud_banner_bg%402x.html") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 0;
    text-align: center
}

.home #fake-user-report h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 30px
}

.home #fake-user-report h2 span {
    display: block;
    font-size: 80px;
    letter-spacing: 2px
}

.home #fake-user-report .btn,
.home #fake-user-report .comment-form input[type="submit"] {
    font-size: 30px;
    line-height: 30px;
    padding: 10px 22px;
    border-radius: 30px;
    background-color: #002b4b;
    border-color: #001c32;
    color: #fff;
    font-weight: 500;
    margin-top: 30px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.home #fake-user-report .btn:hover,
.home #fake-user-report .btn:active,
.home #fake-user-report .btn:focus,
.home #fake-user-report .comment-form input[type="submit"]:hover,
.home #fake-user-report .comment-form input[type="submit"]:active,
.home #fake-user-report .comment-form input[type="submit"]:focus {
    color: #002b4b;
    background-color: #fff;
    border-color: #fff
}

.home #fake-user-report .hacker {
    display: inline-block;
    width: 211px;
    height: 229px;
    background: url("/themes/telesign/assets/img/hacker/bodyCoding.html") top center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    -o-animation: hackerAnimation 583ms infinite steps(13);
    animation: hackerAnimation 583ms infinite steps(13);
    -webkit-animation: hackerAnimation 583ms infinite steps(13);
    -webkit-backface-visibility: hidden!important;
    z-index: 1
}

@media (min-width:768px) {
    .home #fake-user-report {
        padding: 40px 0
    }
}

@media (min-width:992px) {
    .home #fake-user-report {
        padding: 60px 0
    }
    .home #fake-user-report .container {
        height: 320px
    }
    .home #fake-user-report .container .row {
        height: 320px;
        position: relative
    }
    .home #fake-user-report .btn-container,
    .home #fake-user-report .title-container {
        position: relative;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .home #fake-user-report h2 {
        margin-bottom: 0
    }
    .home #fake-user-report .btn,
    .home #fake-user-report .comment-form input[type="submit"] {
        margin: 0
    }
    .home #fake-user-report .hacker {
        width: 422px;
        height: 458px;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%
    }
}

.home #more {
    padding: 30px 0 40px 0
}

.home #more .heaprincipalh2 {
    margin: 0;
    margin-bottom: 30px;
    clear: both
}

.home #more .latest-blog-post {
    border: 1px solid #f3f3f3;
    margin-bottom: 15px
}

.home #more .latest-blog-post .thumbnail-post {
    background-color: #002b4a;
    position: relative
}

.home #more .latest-blog-post .thumbnail-post .learn-more {
    opacity: 0;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 24px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.home #more .latest-blog-post .thumbnail-post .learn-more .learn-more-icon {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: block;
    -webkit-transform: translateX(250%);
    -ms-transform: translateX(250%);
    -o-transform: translateX(250%);
    transform: translateX(250%)
}

.home #more .latest-blog-post .thumbnail-post:hover .learn-more {
    opacity: 1
}

.home #more .latest-blog-post .thumbnail-post:hover .learn-more .learn-more-icon {
    -webkit-transform: translateX(385%);
    -ms-transform: translateX(385%);
    -o-transform: translateX(385%);
    transform: translateX(385%)
}

.home #more .latest-blog-post .wp-post-image {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-width: 100%
}

.home #more .latest-blog-post .container-post {
    text-align: center;
    padding: 0 15px 15px 15px;
    margin-top: -8px;
    position: relative;
    z-index: 2
}

.home #more .latest-blog-post .container-post .info-wrap>a {
    text-decoration: none;
    color: #444
}

.home #more .latest-blog-post .container-post .published {
    margin-bottom: 10px
}

.home #more .latest-blog-post .container-post .published a {
    background-color: #22bade;
    color: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    text-decoration: none
}

.home #more .latest-blog-post .container-post .published a:hover {
    background-color: #17839c
}

.home #more .latest-blog-post .container-post .social-icons {
    text-align: center
}

.home #more .latest-blog-post .container-post .social-icons a {
    display: inline-block;
    margin-right: 10px
}

.home #more .latest-blog-post .container-post .social-icons a:hover .social-icon svg>g>g {
    fill: #17839c
}

.home #more .latest-blog-post .container-post .social-icons .social-icon svg>g>g {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.home #more .latest-blog-post:hover .wp-post-image {
    opacity: 0.2
}

.home #more .latest-blog-post:hover .learn-more {
    opacity: 1
}

.home #more .latest-blog-post:hover .learn-more .learn-more-icon {
    -webkit-transform: translateX(385%);
    -ms-transform: translateX(385%);
    -o-transform: translateX(385%);
    transform: translateX(385%)
}

.home #more .latest-blog-item {
    margin-bottom: 15px
}

.home #more .latest-blog-item .info-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 15px
}

.home #more .latest-blog-item .info-container .info-wrap {
    padding: 0
}

.home #more .latest-blog-item .info-container .info-wrap h2 {
    color: #0070cc;
    margin-top: 0
}

.home #more .latest-blog-item .info-container .info-wrap p {
    color: #444
}

.home #more .latest-blog-item .info-container .info-wrap .published {
    color: #afcb08;
    font-style: italic;
    font-size: 12px
}

.home #more .latest-blog-item .info-container .info-wrap .published strong {
    font-weight: 600
}

.home #more .latest-blog-item .thumbnail-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    overflow: hidden;
    padding-right: 0
}

.home #more .latest-blog-item .thumbnail-container img {
    max-width: 100%;
    height: auto
}

.home #more .latest-blog-item.hovered .info-container .post-hover {
    text-decoration: none
}

.home #more .latest-blog-item.hovered .info-container .info-wrap h2 {
    text-decoration: underline
}

.home #more .view-all {
    text-align: center;
    margin-top: 5px
}

.home #more .view-all .view-all-wrap {
    position: relative
}

.home #more .view-all .view-all-wrap a {
    background-color: #fff;
    padding: 0 50px 0 30px;
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-green.html");
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center right 30px;
    font-weight: 400
}

.home #more .view-all .view-all-wrap a:hover {
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-green-hover.html");
    text-decoration: none
}

@media (min-width:768px) {
    .home #more {
        padding: 40px 0 50px 0
    }
    .home #more .heaprincipalh2 {
        margin-bottom: 40px
    }
    .home #more .latest-blog-item .info-container {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0
    }
    .home #more .latest-blog-item .info-container .info-wrap {
        padding: 16px 5px
    }
    .home #more .latest-blog-item .thumbnail-container img {
        padding-top: 16px;
        padding-right: 16px
    }
    .home #more .view-all .div-line {
        background-color: #979797;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        margin-top: -0.5px
    }
}

@media (min-width:992px) {
    .home #more {
        padding: 60px 0
    }
    .home #more .latest-blog-item {
        margin-bottom: 20px
    }
    .home #more .latest-blog-item .info-container {
        margin-left: 8.33333333%
    }
    .home #more .latest-blog-item .info-container .info-wrap {
        padding: 35px 15px
    }
    .home #more .latest-blog-item .thumbnail-container img {
        padding-top: 35px;
        padding-right: 30px
    }
}

#recent-tweets {
    padding: 30px 0 40px 0
}

#recent-tweets .tweets-icon {
    width: 49px;
    height: auto;
    margin: 0 auto;
    display: block
}

#recent-tweets .heaprincipalh2 {
    margin: 0;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 17px;
    line-height: 20px
}

#recent-tweets a {
    color: #0070cc
}

#recent-tweets .featured-box {
    border: 1px solid #f3f3f3;
    padding: 20px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    #recent-tweets .heaprincipalh2 {
        margin-bottom: 40px
    }
    #recent-tweets .featured-box {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    #recent-tweets {
        padding: 60px 0
    }
}

.home .home-new-template #secure h1,
.home .home-new-template #our-customers h1,
.home .home-new-template #more h1,
.home .home-new-template #recent-tweets h1,
.home .home-new-template #secure .heaprincipalh2,
.home .home-new-template #our-customers .heaprincipalh2,
.home .home-new-template #more .heaprincipalh2,
.home .home-new-template #recent-tweets .heaprincipalh2 {
    text-transform: uppercase;
    font-weight: 500
}

.home .gray-bg {
    background-color: #f9f9f9
}

.home .section-use-cases {
    background-color: #F6F6F6
}

.home .section-use-cases .head {
    text-align: center
}

@media (min-width:992px) {
    .home .section-use-cases .head {
        margin-bottom: 30px
    }
}

.home .section-use-cases .head h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 0.8;
    color: #0070cc
}

@media (min-width:992px) {
    .home .section-use-cases .head h1 {
        font-size: 44px
    }
}

@media (min-width:992px) {
    .home .section-use-cases .list-uc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .home .section-use-cases .list-uc .use-cases {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .home .section-use-cases .list-uc .use-cases .use-cases-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .home .section-use-cases .list-uc .use-cases .use-cases-list a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.home .section-use-cases .list-uc .use-cases .use-cases-list a:hover .border-box {
    border-color: #0070cc
}

.home .section-use-cases .btn-view-all {
    font-weight: 700;
    margin-top: 30px
}

.home .section-use-cases .footer {
    margin: 0px
}

.home .section-use-cases .footer .btn-view-all {
    font-weight: 700;
    font-size: 18px;
    color: #afcb08
}

.home .section-use-cases .footer .btn-view-all a {
    border-bottom: 2px solid;
    text-decoration: none!important
}

.home .use-cases-list {
    padding-top: 10px
}

.home .use-cases-list a {
    color: #444444
}

.home .use-cases-list a .border-box {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 30px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    margin: 20px 0;
    text-align: center
}

.home .use-cases-list a .border-box img {
    max-width: 90px;
    padding-bottom: 15px
}

.home .use-cases-list a .border-box h3 {
    color: #0070cc;
    margin-top: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase
}

.home .use-cases-list a .border-box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.9
}

@media (min-width:992px) {
    .home .section-use-cases {
        padding-top: 50px;
        padding-bottom: 40px
    }
    .home .section-use-cases head {
        margin-bottom: 25px
    }
    .home .section-use-cases .btn-view-all {
        margin-top: 50px
    }
    .home .section-use-cases a .btn-view-all {
        font-weight: 700
    }
    .home .section-use-cases a .border-box {
        padding: 20px 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #dbdbdb;
        margin: 0px;
        text-align: left
    }
    .home .section-use-cases a .border-box .content {
        text-align: left
    }
    .home .section-use-cases a .border-box h3 {
        color: #0070cc;
        margin-top: 10px;
        font-size: 30px;
        line-height: 0.9;
        font-weight: 500
    }
    .home .section-use-cases a .border-box p {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.6
    }
}

.home .related-section {
    background-color: #f9f9f9;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0
}

.home .related-section .product-icons {
    padding-bottom: 40px
}

.home .related-section .product-icons .fancy {
    line-height: 0.5;
    text-align: center
}

.home .related-section .product-icons .fancy span {
    display: inline-block;
    position: relative
}

.home .related-section .product-icons .fancy span:before,
.home .related-section .product-icons .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    top: 30px
}

.home .related-section .product-icons .fancy span:before {
    right: 100%;
    margin-right: 15px
}

.home .related-section .product-icons .fancy span:after {
    left: 100%;
    margin-left: 15px
}

@media (min-width:992px) {
    .home .related-section .product-icons .fancy span:before,
    .home .related-section .product-icons .fancy span:after {
        border-bottom: 1px solid #cfcfcf;
        width: 100%;
        width: 600px;
        max-width: 100%
    }
}

.home .related-section .product-icons img {
    position: relative;
    max-width: 301px;
    height: auto;
    padding: 0 30px
}

.home .related-section .related-footer-message {
    color: #0070cc;
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 18px
}

@media (min-width:992px) {
    .home .related-section {
        padding: 40px 0
    }
}

.home #our-customers {
    background-image: url("/themes/telesign/assets/img/customers/home_customer_bg.html");
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 40px
}

@media (min-width:992px) {
    .home #our-customers {
        padding-bottom: 100px
    }
}

.home #our-customers h2 {
    clear: both
}

.home #our-customers .customers {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (min-width:992px) {
    .home #our-customers .customers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.home #our-customers .customers a {
    text-decoration: none
}

.home #our-customers .customers .customer {
    height: inherit
}

.home #our-customers .customers .customer.case_study {
    position: relative;
    min-height: 1px;
    margin-bottom: 30px
}

.home #our-customers .customers .customer.case_study:last-child {
    margin-bottom: 0px
}

@media (min-width:992px) {
    .home #our-customers .customers .customer.case_study {
        margin-bottom: 0px
    }
}

@media (min-width:992px) {
    .home #our-customers .customers .customer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px
    }
}

@media (min-width:992px) {
    .home #our-customers .customers .customer a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.home #our-customers .customers .customer .bg-box {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.home #our-customers .customers .customer .bg-box .box .logo img {
    max-height: 120px;
    padding-top: 40px;
    padding-bottom: 30px
}

.home #our-customers .customers .customer .bg-box .box .logo .line {
    border: solid 1px #dbdbdb;
    width: 25%;
    margin: auto;
    margin-bottom: 10px
}

.home #our-customers .customers .customer .bg-box .box .shadow {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 175px
}

.home #our-customers .customers .customer .bg-box .box .shadow .hover-txt {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 175px;
    top: 0;
    left: 0;
    background-color: #0070cc;
    color: #fff;
    padding: 30px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff
}

.home #our-customers .customers .customer .bg-box .box .shadow .hover-txt img {
    width: 76px;
    padding-bottom: 10px
}

.home #our-customers .customers .customer .bg-box .box .shadow .hover-txt .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 30px
}

.home #our-customers .customers .customer .bg-box .box .shadow .hover-txt .text.withimg {
    height: 80px
}

.home #our-customers .customers .customer .bg-box .box:hover .shadow .hover-txt {
    opacity: 1
}

.home #our-customers .customers .customer .bg-box .box .content q {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff
}

.home .cta-customers {
    text-align: center;
    margin-top: 15px
}

.solutions #solutions {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px
}

.solutions #solutions h1 {
    color: #0070cc;
    margin-top: 0
}

.solutions #solutions .secure-items {
    padding-top: 30px
}

.solutions #solutions .secure-items .secure-area {
    padding-bottom: 40px
}

.solutions #solutions .secure-items .secure-area a {
    text-decoration: none
}

.solutions #solutions .secure-items .secure-area a h3 {
    margin-top: 20px;
    color: #0070cc
}

.solutions #solutions .secure-items .secure-area a p {
    color: #444
}

.solutions #solutions .secure-items .secure-area a:hover h3 {
    text-decoration: underline
}

.solutions #solutions .secure-items .secure-area a:hover .btn .btn-bg,
.solutions #solutions .secure-items .secure-area a:hover .comment-form input[type="submit"] .btn-bg {
    background-color: #879d0a
}

.solutions #solutions .secure-items .secure-area a:hover .btn .right-arrow,
.solutions #solutions .secure-items .secure-area a:hover .comment-form input[type="submit"] .right-arrow {
    background-color: #879d0a
}

.solutions #solutions .secure-items .secure-area:last-child {
    border-right: 0
}

.solutions #solutions .secure-items .secure-area .sep {
    padding: 20px 0
}

.solutions #solutions .secure-items .secure-area .sep .sep-box {
    display: inline-block
}

.solutions #solutions .secure-items .secure-area .sep .sep-box .bar {
    background-color: #979797;
    height: 2px;
    width: 16px;
    display: block
}

.solutions #solutions .secure-items .secure-area .sep .sep-box .bar.v {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -2px
}

@media (min-width:768px) {
    .solutions #solutions {
        padding-top: 50px;
        padding-bottom: 40px
    }
    .solutions #solutions .secure-items {
        padding-top: 40px
    }
    .solutions #solutions .secure-items .secure-area {
        padding-bottom: 20px;
        border-right: 1px solid #979797
    }
    .solutions #solutions .secure-items .secure-area h3 {
        margin-top: 25px
    }
    .solutions #solutions .secure-items .secure-area p {
        padding: 0
    }
}

@media (min-width:992px) {
    .solutions #solutions {
        padding-top: 80px;
        padding-bottom: 60px
    }
    .solutions #solutions .secure-items {
        padding-top: 60px
    }
    .solutions #solutions .secure-items .secure-area h3 {
        margin-top: 30px
    }
    .solutions #solutions .secure-items .secure-area p {
        padding: 0 40px
    }
}

.solutions #smart-start {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #0070cc;
    background-image: url("/themes/telesign/assets/img/layout/supergraphic.html");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff
}

.solutions #smart-start h2,
.solutions #smart-start p {
    text-align: center
}

.solutions #smart-start h2 {
    margin-top: 40px;
    margin-bottom: 30px
}

.solutions #smart-start ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.solutions #smart-start ul li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    background: url("/themes/telesign/assets/img/layout/icon-checkmark-white.html") no-repeat top 2px left;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    padding-left: 30px
}

.solutions #smart-start .btn,
.solutions #smart-start .comment-form input[type="submit"] {
    margin-top: 20px
}

.solutions #smart-start .cta-wrapper {
    text-align: center
}

.solutions #smart-start .section-p {
    margin-bottom: 30px;
    padding-bottom: 40px
}

.solutions #smart-start .section-p .ribbon {
    background: url("/themes/telesign/assets/img/layout/Ribbon.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 10px 5px 40px 5px
}

.solutions #smart-start .image-b {
    padding-top: 40px;
    text-align: center
}

.solutions #smart-start .image-b img {
    max-width: 60%;
    height: auto
}

@media (min-width:768px) {
    .solutions #smart-start .btn,
    .solutions #smart-start .comment-form input[type="submit"] {
        margin-bottom: 40px
    }
    .solutions #smart-start .copy-b {
        margin-top: 20px
    }
}

@media (min-width:992px) {
    .solutions #smart-start .image-b {
        padding-top: 0
    }
    .solutions #smart-start .image-b img {
        max-width: 100%
    }
    .solutions #smart-start .copy-b {
        float: right;
        margin-top: 0
    }
    .solutions #smart-start .cta-wrapper {
        text-align: left
    }
    .solutions #smart-start .btn,
    .solutions #smart-start .comment-form input[type="submit"] {
        margin-left: 30px
    }
}

.solutions .learn-products-wrap {
    background-color: #f3f3f3;
    margin-left: -15px;
    margin-right: -15px
}

.page-template-template-single-solution .main header {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px
}

.page-template-template-single-solution .main header h1 {
    color: #0070cc;
    font-weight: 600
}

@media (min-width:768px) {
    .page-template-template-single-solution .main header {
        padding-top: 20px;
        padding-bottom: 25px
    }
}

@media (min-width:992px) {
    .page-template-template-single-solution .main header {
        padding-top: 60px;
        padding-bottom: 65px
    }
}

.page-template-template-single-solution .main .solution-box-content .image-container {
    text-align: center;
    overflow: hidden
}

.page-template-template-single-solution .main .solution-box-content .image-container img {
    max-width: 100%
}

.page-template-template-single-solution .main .solution-box-content h2 {
    margin-top: 20px;
    color: #0070cc;
    text-align: center
}

.page-template-template-single-solution .main .solution-box-content .solution-box-text {
    text-align: center
}

.page-template-template-single-solution .main .solution-box-content .solution-box-text b,
.page-template-template-single-solution .main .solution-box-content .solution-box-text strong {
    display: inline-block;
    color: #0070cc
}

.page-template-template-single-solution .main .solution-box-content .solution-box-text ul {
    text-align: left;
    line-height: 26px;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px
}

.page-template-template-single-solution .main .solution-box-content .solution-box-text ul li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    background: url("/themes/telesign/assets/img/layout/icon-checkmark-blue.html") no-repeat top 2px left;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    padding-left: 30px
}

@media (min-width:768px) {
    .page-template-template-single-solution .main .solution-box-content h2 {
        text-align: left;
        margin-top: 0
    }
    .page-template-template-single-solution .main .solution-box-content .right-item {
        float: right
    }
    .page-template-template-single-solution .main .solution-box-content .solution-box-text {
        text-align: left
    }
}

@media (min-width:992px) {
    .page-template-template-single-solution .main .solution-box-content .solution-box-text {
        padding-top: 15px
    }
}

.page-template-template-single-solution .main #solution {
    background-color: #f3f3f3;
    border-top: 2px solid #0070cc;
    border-bottom: 2px solid #0070cc;
    padding-top: 30px;
    margin-left: -15px;
    margin-right: -15px
}

.page-template-template-single-solution .main #solution .solution-box-text {
    padding-bottom: 0
}

@media (min-width:768px) {
    .page-template-template-single-solution .main #solution {
        padding-top: 40px
    }
}

@media (min-width:992px) {
    .page-template-template-single-solution .main #solution {
        padding-top: 80px
    }
}

.page-template-template-single-solution .main #results {
    padding-top: 30px
}

.page-template-template-single-solution .main #results .solution-box-text {
    padding-bottom: 0
}

@media (min-width:768px) {
    .page-template-template-single-solution .main #results {
        padding-top: 40px
    }
}

@media (min-width:992px) {
    .page-template-template-single-solution .main #results {
        padding-top: 80px
    }
}

.page-template-template-single-solution .main .get-started-wrap {
    border-top: 2px solid #0070cc;
    background-color: #f3f3f3;
    margin-left: -15px;
    margin-right: -15px
}

.page-template-template-mobile-identity #intro .hero {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #0070cc;
    background-image: url("/themes/telesign/assets/img/layout/supergraphic.html");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 10px
}

.page-template-template-mobile-identity #intro .hero h1 {
    margin-top: 0px;
    padding-top: 80px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    line-height: 1.1em;
    text-transform: uppercase
}

.page-template-template-mobile-identity #intro .hero .number-anchor {
    display: none
}

.page-template-template-mobile-identity #intro .hero .section-p {
    padding-bottom: 15px
}

.page-template-template-mobile-identity #intro .hero .intro-image {
    max-width: 100%;
    padding-bottom: 30px
}

@media (min-width:768px) {
    .page-template-template-mobile-identity #intro .hero {
        padding-top: 20px
    }
    .page-template-template-mobile-identity #intro .hero .section-p {
        padding-bottom: 15px
    }
    .page-template-template-mobile-identity #intro .hero .intro-image {
        padding-bottom: 50px
    }
}

@media (min-width:992px) {
    .page-template-template-mobile-identity #intro .hero {
        padding-top: 0
    }
    .page-template-template-mobile-identity #intro .hero h1 {
        font-size: 48px;
        line-height: 1.1em
    }
    .page-template-template-mobile-identity #intro .hero .number-anchor {
        bottom: 50px;
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 1;
        display: block
    }
    .page-template-template-mobile-identity #intro .hero .number-anchor a span {
        display: inline-block;
        width: 24px;
        height: 15px;
        background: url("/themes/telesign/assets/img/layout/btn-anchor.html") no-repeat center;
        -webkit-background-size: cover;
        background-size: cover
    }
    .page-template-template-mobile-identity #intro .hero .number-anchor a:hover {
        opacity: .85;
        filter: alpha(opacity=85)
    }
    .page-template-template-mobile-identity #intro .hero .intro-image {
        padding-bottom: 100px;
        max-width: 90%
    }
}

.page-template-template-mobile-identity #your-mobile-identity {
    padding: 30px 0;
    border-bottom: 1px solid #979797;
    margin-left: -15px;
    margin-right: -15px;
    position: relative
}

.page-template-template-mobile-identity #your-mobile-identity .heaprincipalh2 {
    margin-top: 0
}

.page-template-template-mobile-identity #your-mobile-identity .heaprincipalh2,
.page-template-template-mobile-identity #your-mobile-identity h3,
.page-template-template-mobile-identity #your-mobile-identity strong {
    color: #0070cc
}

@media (min-width:768px) {
    .page-template-template-mobile-identity #your-mobile-identity {
        padding: 50px 0
    }
}

@media (min-width:992px) {
    .page-template-template-mobile-identity #your-mobile-identity {
        padding: 60px 0
    }
}

.page-template-template-mobile-identity #number,
.page-template-template-mobile-identity #device,
.page-template-template-mobile-identity #behavior {
    padding-top: 30px;
    border-bottom: 1px solid #979797;
    margin-left: -15px;
    margin-right: -15px;
    position: relative
}

.page-template-template-mobile-identity #number .container,
.page-template-template-mobile-identity #device .container,
.page-template-template-mobile-identity #behavior .container {
    width: 100%
}

.page-template-template-mobile-identity #number .heaprincipalh2,
.page-template-template-mobile-identity #device .heaprincipalh2,
.page-template-template-mobile-identity #behavior .heaprincipalh2 {
    margin-top: 40px
}

.page-template-template-mobile-identity #number .heaprincipalh2,
.page-template-template-mobile-identity #device .heaprincipalh2,
.page-template-template-mobile-identity #behavior .heaprincipalh2,
.page-template-template-mobile-identity #number h3,
.page-template-template-mobile-identity #device h3,
.page-template-template-mobile-identity #behavior h3,
.page-template-template-mobile-identity #number strong,
.page-template-template-mobile-identity #device strong,
.page-template-template-mobile-identity #behavior strong {
    color: #0070cc
}

.page-template-template-mobile-identity #number ul,
.page-template-template-mobile-identity #device ul,
.page-template-template-mobile-identity #behavior ul {
    color: #0070cc
}

.page-template-template-mobile-identity #number ul div,
.page-template-template-mobile-identity #device ul div,
.page-template-template-mobile-identity #behavior ul div {
    color: #444
}

.page-template-template-mobile-identity #number .check-container,
.page-template-template-mobile-identity #device .check-container,
.page-template-template-mobile-identity #behavior .check-container {
    background: url("/themes/telesign/assets/img/layout/icon-checkmark-gray.html") no-repeat top 2px left;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    padding-left: 30px;
    margin-top: 12px;
    min-height: 21px
}

.page-template-template-mobile-identity #number .internal-box .internal-image-box,
.page-template-template-mobile-identity #device .internal-box .internal-image-box,
.page-template-template-mobile-identity #behavior .internal-box .internal-image-box {
    padding-top: 30px;
    text-align: center
}

.page-template-template-mobile-identity #number .internal-box .internal-image-box img,
.page-template-template-mobile-identity #device .internal-box .internal-image-box img,
.page-template-template-mobile-identity #behavior .internal-box .internal-image-box img {
    max-width: 80%
}

@media (min-width:768px) {
    .page-template-template-mobile-identity #number,
    .page-template-template-mobile-identity #device,
    .page-template-template-mobile-identity #behavior {
        padding-top: 50px
    }
    .page-template-template-mobile-identity #number .check-container,
    .page-template-template-mobile-identity #device .check-container,
    .page-template-template-mobile-identity #behavior .check-container {
        margin-top: 22px
    }
    .page-template-template-mobile-identity #number .internal-box,
    .page-template-template-mobile-identity #device .internal-box,
    .page-template-template-mobile-identity #behavior .internal-box {
        position: initial
    }
    .page-template-template-mobile-identity #number .internal-box .internal-image-box,
    .page-template-template-mobile-identity #device .internal-box .internal-image-box,
    .page-template-template-mobile-identity #behavior .internal-box .internal-image-box {
        padding-top: 0;
        position: absolute;
        bottom: 0
    }
    .page-template-template-mobile-identity #number .internal-box .internal-image-box img,
    .page-template-template-mobile-identity #device .internal-box .internal-image-box img,
    .page-template-template-mobile-identity #behavior .internal-box .internal-image-box img {
        max-width: 100%
    }
    .page-template-template-mobile-identity #number .internal-box .internal-image-box.left-item,
    .page-template-template-mobile-identity #device .internal-box .internal-image-box.left-item,
    .page-template-template-mobile-identity #behavior .internal-box .internal-image-box.left-item {
        text-align: left;
        left: 0
    }
    .page-template-template-mobile-identity #number .internal-box .internal-image-box.right-item,
    .page-template-template-mobile-identity #device .internal-box .internal-image-box.right-item,
    .page-template-template-mobile-identity #behavior .internal-box .internal-image-box.right-item {
        text-align: right;
        right: 0
    }
    .page-template-template-mobile-identity #number .internal-box .internal-text-box,
    .page-template-template-mobile-identity #device .internal-box .internal-text-box,
    .page-template-template-mobile-identity #behavior .internal-box .internal-text-box {
        padding-bottom: 50px
    }
}

@media (min-width:992px) {
    .page-template-template-mobile-identity #number,
    .page-template-template-mobile-identity #device,
    .page-template-template-mobile-identity #behavior {
        padding-top: 60px
    }
    .page-template-template-mobile-identity #number .check-container,
    .page-template-template-mobile-identity #device .check-container,
    .page-template-template-mobile-identity #behavior .check-container {
        margin-top: 24px
    }
    .page-template-template-mobile-identity #number .internal-box .internal-text-box,
    .page-template-template-mobile-identity #device .internal-box .internal-text-box,
    .page-template-template-mobile-identity #behavior .internal-box .internal-text-box {
        padding-bottom: 0
    }
    .page-template-template-mobile-identity #number .internal-box .internal-image-box,
    .page-template-template-mobile-identity #device .internal-box .internal-image-box,
    .page-template-template-mobile-identity #behavior .internal-box .internal-image-box {
        position: relative
    }
    .page-template-template-mobile-identity #number .internal-box .internal-image-box.left-item,
    .page-template-template-mobile-identity #device .internal-box .internal-image-box.left-item,
    .page-template-template-mobile-identity #behavior .internal-box .internal-image-box.left-item {
        left: inherit
    }
    .page-template-template-mobile-identity #number .internal-box .internal-image-box.right-item,
    .page-template-template-mobile-identity #device .internal-box .internal-image-box.right-item,
    .page-template-template-mobile-identity #behavior .internal-box .internal-image-box.right-item {
        right: inherit
    }
}

@media (min-width:1200px) {
    .page-template-template-mobile-identity #number {
        padding-top: 0
    }
    .page-template-template-mobile-identity #number .internal-text-box {
        padding-top: 60px
    }
}

.page-template-template-mobile-identity .get-started-wrap {
    background-color: #f3f3f3;
    margin-left: -15px;
    margin-right: -15px
}

.page-template-template-customers #intro {
    background-image: url("/themes/telesign/assets/img/customers/bg_customers.html");
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #f5f5f5;
    background-position: top center;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 80px
}

.page-template-template-customers #intro .hero {
    color: #0070cc;
    text-align: center;
    position: relative;
    padding-top: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-template-template-customers #intro .hero .intro-top-level {
    z-index: 2;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .page-template-template-customers #intro .hero .intro-top-level {
        padding-bottom: 80px
    }
}

.page-template-template-customers #intro .hero .intro-top-level h1 {
    margin-top: 0px;
    padding-top: 40px;
    font-size: 36px;
    color: #0070cc;
    font-weight: 500;
    text-align: center;
    line-height: 1.1em;
    text-transform: uppercase
}

@media (min-width:992px) {
    .page-template-template-customers #intro .hero .intro-top-level h1 {
        font-size: 48px;
        line-height: 1.1em;
        padding-top: 0px
    }
}

.page-template-template-customers #intro .hero .intro-top-level .section-p {
    color: #3d3d3d
}

.page-template-template-customers #intro .hero .more-anchor {
    display: none
}

.page-template-template-customers #intro .hero #shadow-cover {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.70
}

@media (min-width:768px) {
    .page-template-template-customers #intro .hero {
        padding-top: 20px
    }
    .page-template-template-customers #intro .hero .intro-top-level {
        padding-bottom: 44px
    }
    .page-template-template-customers #intro .hero .intro-top-level h1 {
        margin-top: 40px;
        font-weight: 500
    }
}

@media (min-width:992px) {
    .page-template-template-customers #intro .hero {
        padding-top: 0
    }
    .page-template-template-customers #intro .hero .intro-top-level {
        top: 40%;
        padding-top: 80px
    }
    .page-template-template-customers #intro .hero .intro-top-level h1 {
        margin-top: 0
    }
    .page-template-template-customers #intro .hero .more-anchor {
        bottom: 50px;
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 1;
        display: block
    }
    .page-template-template-customers #intro .hero .more-anchor a span {
        display: inline-block;
        width: 24px;
        height: 15px;
        background: url("/themes/telesign/assets/img/layout/btn-anchor.html") no-repeat center;
        -webkit-background-size: cover;
        background-size: cover
    }
    .page-template-template-customers #intro .hero .more-anchor a:hover {
        opacity: .85;
        filter: alpha(opacity=85)
    }
}

.page-template-template-customers #customers-list {
    padding-top: 30px;
    padding-bottom: 17px
}

.page-template-template-customers #customers-list .customers {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (min-width:992px) {
    .page-template-template-customers #customers-list .customers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-template-template-customers #customers-list .customers a {
    text-decoration: none
}

.page-template-template-customers #customers-list .customers .customer {
    height: inherit
}

.page-template-template-customers #customers-list .customers .customer.case_study {
    position: relative;
    min-height: 1px;
    margin-bottom: 30px
}

.page-template-template-customers #customers-list .customers .customer.case_study:last-child {
    margin-bottom: 0px
}

@media (min-width:992px) {
    .page-template-template-customers #customers-list .customers .customer.case_study {
        margin-bottom: 0px
    }
}

@media (min-width:992px) {
    .page-template-template-customers #customers-list .customers .customer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .page-template-template-customers #customers-list .customers .customer a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-template-template-customers #customers-list .customers .customer .box {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-template-template-customers #customers-list .customers .customer .box .logo img {
    max-height: 120px;
    padding-top: 40px;
    padding-bottom: 30px
}

.page-template-template-customers #customers-list .customers .customer .box .logo .line {
    border: solid 1px #dbdbdb;
    width: 25%;
    margin: auto;
    margin-bottom: 10px
}

.page-template-template-customers #customers-list .customers .customer .box .shadow {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 175px
}

.page-template-template-customers #customers-list .customers .customer .box .shadow .hover-txt {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 175px;
    top: 0;
    left: 0;
    background-color: #0070cc;
    color: #fff;
    padding: 30px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff
}

.page-template-template-customers #customers-list .customers .customer .box .shadow .hover-txt img {
    width: 76px;
    padding-bottom: 10px
}

.page-template-template-customers #customers-list .customers .customer .box .shadow .hover-txt .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 30px
}

.page-template-template-customers #customers-list .customers .customer .box .shadow .hover-txt .text.withimg {
    height: 80px
}

.page-template-template-customers #customers-list .customers .customer .box:hover .shadow .hover-txt {
    opacity: 1
}

.page-template-template-customers #customers-list .customers .customer .box .content q {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff
}

.page-template-template-customers .get-started-wrap {
    background-color: #f3f3f3;
    margin-left: -15px;
    margin-right: -15px
}

.page-template-template-customers .sub-title {
    margin-top: 30px
}

.page-template-template-customers .sub-title .fancy {
    line-height: 0.5;
    text-align: center;
    position: relative
}

.page-template-template-customers .sub-title .fancy .line-bg {
    position: absolute;
    background-color: #505050;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.32
}

@media (min-width:992px) {
    .page-template-template-customers .sub-title .fancy .line-bg {
        width: 96%;
        height: 1px
    }
}

.page-template-template-customers .sub-title .fancy span {
    background-color: white;
    padding: 0 20px;
    color: #0070cc;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative
}

.page-template-template-customers .sub-title .fancy span:before,
.page-template-template-customers .sub-title .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 0px solid #505050;
    top: 0;
    width: 0px
}

.page-template-template-customers .sub-title .fancy span:before {
    right: 100%;
    margin-right: 15px
}

.page-template-template-customers .sub-title .fancy span:after {
    left: 100%;
    margin-left: 15px
}

.page-template-template-customers #additional-customers {
    padding-top: 80px
}

.page-template-template-customers #additional-customers .sub-title {
    margin-bottom: 50px
}

#intro .hero {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #0070cc;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#intro .hero .intro-top-level {
    z-index: 2;
    padding-bottom: 80px
}

#intro .hero .intro-top-level h1 {
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 500
}

#intro .hero .intro-top-level .btn,
#intro .hero .intro-top-level .comment-form input[type="submit"] {
    width: 80%;
    margin-bottom: 15px
}

#intro .hero .intro-top-level .section-p {
    padding-bottom: 5px
}

#intro .hero .more-anchor {
    display: none
}

#intro .hero #shadow-cover {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.70
}

@media (min-width:768px) {
    #intro .hero {
        padding-top: 20px
    }
    #intro .hero .intro-top-level {
        padding-bottom: 120px
    }
    #intro .hero .intro-top-level h1 {
        text-transform: uppercase;
        margin-top: 40px;
        font-weight: 500
    }
    #intro .hero .intro-top-level .btn,
    #intro .hero .intro-top-level .comment-form input[type="submit"] {
        margin-bottom: 0;
        width: 100%
    }
}

@media (min-width:992px) {
    #intro .hero {
        padding-top: 0
    }
    #intro .hero .intro-top-level {
        top: 40%;
        margin-top: 0px;
        padding-top: 80px
    }
    #intro .hero .intro-top-level h1 {
        margin-top: 0;
        font-size: 48px;
        line-height: 1.1em;
        padding-top: 0px
    }
    #intro .hero .more-anchor {
        bottom: 50px;
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 1;
        display: block
    }
    #intro .hero .more-anchor a span {
        display: inline-block;
        width: 24px;
        height: 15px;
        background: url("/themes/telesign/assets/img/layout/btn-anchor.html") no-repeat center;
        -webkit-background-size: cover;
        background-size: cover
    }
    #intro .hero .more-anchor a:hover {
        opacity: .85;
        filter: alpha(opacity=85)
    }
}

#technology-partners,
#mobile-network-operators {
    padding-top: 30px;
    padding-bottom: 40px
}

#technology-partners .heaprincipalh2,
#mobile-network-operators .heaprincipalh2 {
    color: #0070cc;
    font-weight: 600;
    text-align: center
}

#technology-partners h2,
#mobile-network-operators h2 {
    color: #0070cc
}

#technology-partners .section-p,
#mobile-network-operators .section-p {
    text-align: center
}

#technology-partners .logos .logo,
#mobile-network-operators .logos .logo {
    text-align: center
}

#technology-partners .logos .logo img,
#mobile-network-operators .logos .logo img {
    max-width: 100%
}

@media (min-width:768px) {
    #technology-partners,
    #mobile-network-operators {
        padding-top: 40px;
        padding-bottom: 50px
    }
}

@media (min-width:992px) {
    #technology-partners,
    #mobile-network-operators {
        padding-top: 60px;
        padding-bottom: 80px
    }
}

#technology-partners .types {
    padding-bottom: 20px
}

#technology-partners .types h3 {
    padding-bottom: 20px
}

#technology-partners .types .type-box .box-container {
    border: 1px solid #979797;
    padding: 25px 30px
}

#technology-partners .types .type-box .box-container h2 {
    margin-top: 0
}

@media (min-width:768px) {
    #technology-partners .types {
        padding-bottom: 40px
    }
}

#technology-partners .extra-logos {
    padding-top: 40px
}

#technology-partners .benefits .benefits-table {
    text-align: left;
    margin-bottom: 0
}

#technology-partners .benefits .benefits-table thead tr th {
    font-weight: 600;
    color: #fff;
    background-color: #0070cc;
    padding: 15px;
    border: 0;
    border-right: 1px solid #fff;
    vertical-align: middle
}

#technology-partners .benefits .benefits-table thead tr th.half-th {
    width: 50%
}

#technology-partners .benefits .benefits-table tbody tr td {
    border: 0;
    padding: 15px
}

#technology-partners .benefits .benefits-table tbody tr:nth-child(odd) {
    background-color: #f3f3f3
}

#technology-partners .benefits .benefits-table.last-table {
    margin-bottom: 25px
}

@media (min-width:768px) {
    #technology-partners .benefits .benefits-table thead tr th {
        padding: 15px 20px
    }
    #technology-partners .benefits .benefits-table tbody tr td {
        padding: 15px 20px
    }
}

@media (min-width:992px) {
    #technology-partners .benefits .benefits-table thead tr th {
        padding: 25px 30px
    }
    #technology-partners .benefits .benefits-table tbody tr td {
        padding: 15px 30px
    }
    #technology-partners .benefits .benefits-table.first-table {
        margin-top: 20px
    }
}

#technology-partners #partner-form {
    padding-top: 40px
}

@media (min-width:992px) {
    #technology-partners #partner-form {
        padding-top: 80px
    }
}

#mobile-network-operators {
    border-top: 1px solid #979797;
    margin-left: -15px;
    margin-right: -15px
}

#mobile-network-operators h3 {
    color: #0070cc
}

@media (min-width:992px) {
    #mobile-network-operators h3 {
        min-height: 50px
    }
}

.get-started-wrap {
    background-color: #f3f3f3;
    margin-left: -15px;
    margin-right: -15px
}

.page-template-template-company #intro .hero {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #0070cc;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-template-template-company #intro .hero .intro-top-level {
    z-index: 2;
    padding-bottom: 100px
}

.page-template-template-company #intro .hero .intro-top-level h1 {
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 500
}

.page-template-template-company #intro .hero .more-anchor {
    display: none
}

.page-template-template-company #intro .hero #shadow-cover {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.70
}

@media (min-width:768px) {
    .page-template-template-company #intro .hero {
        padding-top: 20px
    }
    .page-template-template-company #intro .hero .intro-top-level {
        padding-bottom: 120px
    }
    .page-template-template-company #intro .hero .intro-top-level h1 {
        text-transform: uppercase;
        margin-top: 40px;
        font-weight: 500
    }
}

@media (min-width:992px) {
    .page-template-template-company #intro .hero {
        padding-top: 0
    }
    .page-template-template-company #intro .hero .intro-top-level {
        top: 40%;
        padding-top: 80px
    }
    .page-template-template-company #intro .hero .intro-top-level h1 {
        font-size: 48px;
        line-height: 1.1em;
        margin-top: 0
    }
    .page-template-template-company #intro .hero .more-anchor {
        bottom: 50px;
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 1;
        display: block
    }
    .page-template-template-company #intro .hero .more-anchor a span {
        display: inline-block;
        width: 24px;
        height: 15px;
        background: url("/themes/telesign/assets/img/layout/btn-anchor.html") no-repeat center;
        -webkit-background-size: cover;
        background-size: cover
    }
    .page-template-template-company #intro .hero .more-anchor a:hover {
        opacity: .85;
        filter: alpha(opacity=85)
    }
}

.page-template-template-company #leadership,
.page-template-template-company #directors {
    padding-top: 30px;
    border-bottom: 1px solid #979797;
    margin-left: -15px;
    margin-right: -15px
}

.page-template-template-company #leadership .heaprincipalh2,
.page-template-template-company #directors .heaprincipalh2 {
    color: #0070cc;
    text-align: center
}

.page-template-template-company #leadership h2,
.page-template-template-company #directors h2 {
    color: #0070cc
}

.page-template-template-company #leadership .section-p,
.page-template-template-company #directors .section-p {
    text-align: center
}

@media (min-width:768px) {
    .page-template-template-company #leadership,
    .page-template-template-company #directors {
        padding-top: 40px;
        padding-bottom: 10px
    }
}

@media (min-width:992px) {
    .page-template-template-company #leadership,
    .page-template-template-company #directors {
        padding-top: 60px;
        padding-bottom: 20px
    }
}

.page-template-template-company #leadership .company-members,
.page-template-template-company #directors .company-members {
    padding-top: 15px
}

.page-template-template-company #leadership .company-members .company-member-anchor,
.page-template-template-company #directors .company-members .company-member-anchor,
.page-template-template-company #leadership .company-members .board-company-member-anchor,
.page-template-template-company #directors .company-members .board-company-member-anchor {
    color: #444
}

.page-template-template-company #leadership .company-members .company-member-anchor .company-member,
.page-template-template-company #directors .company-members .company-member-anchor .company-member,
.page-template-template-company #leadership .company-members .board-company-member-anchor .company-member,
.page-template-template-company #directors .company-members .board-company-member-anchor .company-member {
    text-align: center;
    margin-bottom: 30px;
    vertical-align: top
}

.page-template-template-company #leadership .company-members .company-member-anchor .company-member .member-info,
.page-template-template-company #directors .company-members .company-member-anchor .company-member .member-info,
.page-template-template-company #leadership .company-members .board-company-member-anchor .company-member .member-info,
.page-template-template-company #directors .company-members .board-company-member-anchor .company-member .member-info {
    padding-top: 15px
}

.page-template-template-company #leadership .company-members .company-member-anchor .company-member .member-info .member-pic img,
.page-template-template-company #directors .company-members .company-member-anchor .company-member .member-info .member-pic img,
.page-template-template-company #leadership .company-members .board-company-member-anchor .company-member .member-info .member-pic img,
.page-template-template-company #directors .company-members .board-company-member-anchor .company-member .member-info .member-pic img {
    max-width: 100%
}

.page-template-template-company #leadership .company-members .company-member-anchor .company-member .member-info .name,
.page-template-template-company #directors .company-members .company-member-anchor .company-member .member-info .name,
.page-template-template-company #leadership .company-members .board-company-member-anchor .company-member .member-info .name,
.page-template-template-company #directors .company-members .board-company-member-anchor .company-member .member-info .name {
    display: block
}

.page-template-template-company #leadership .company-members .company-member-anchor .arrow-up,
.page-template-template-company #directors .company-members .company-member-anchor .arrow-up,
.page-template-template-company #leadership .company-members .board-company-member-anchor .arrow-up,
.page-template-template-company #directors .company-members .board-company-member-anchor .arrow-up {
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #f3f3f3;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -35px;
    display: none
}

.page-template-template-company #leadership .company-members .company-member-anchor.opened .arrow-up,
.page-template-template-company #directors .company-members .company-member-anchor.opened .arrow-up,
.page-template-template-company #leadership .company-members .board-company-member-anchor.opened .arrow-up,
.page-template-template-company #directors .company-members .board-company-member-anchor.opened .arrow-up {
    display: block
}

.page-template-template-company #leadership .company-members .company-member-anchor:hover,
.page-template-template-company #directors .company-members .company-member-anchor:hover,
.page-template-template-company #leadership .company-members .board-company-member-anchor:hover,
.page-template-template-company #directors .company-members .board-company-member-anchor:hover,
.page-template-template-company #leadership .company-members .company-member-anchor:active,
.page-template-template-company #directors .company-members .company-member-anchor:active,
.page-template-template-company #leadership .company-members .board-company-member-anchor:active,
.page-template-template-company #directors .company-members .board-company-member-anchor:active,
.page-template-template-company #leadership .company-members .company-member-anchor:focus,
.page-template-template-company #directors .company-members .company-member-anchor:focus,
.page-template-template-company #leadership .company-members .board-company-member-anchor:focus,
.page-template-template-company #directors .company-members .board-company-member-anchor:focus {
    color: #0070cc;
    text-decoration: none
}

.page-template-template-company #leadership .company-members .member-story,
.page-template-template-company #directors .company-members .member-story,
.page-template-template-company #leadership .company-members .board-member-story,
.page-template-template-company #directors .company-members .board-member-story {
    width: 100%;
    background-color: #f3f3f3
}

.page-template-template-company #leadership .company-members .member-story .story-content,
.page-template-template-company #directors .company-members .member-story .story-content,
.page-template-template-company #leadership .company-members .board-member-story .story-content,
.page-template-template-company #directors .company-members .board-member-story .story-content {
    padding: 30px 15px
}

.page-template-template-company #leadership .company-members .member-story .story-content .lead-p,
.page-template-template-company #directors .company-members .member-story .story-content .lead-p,
.page-template-template-company #leadership .company-members .board-member-story .story-content .lead-p,
.page-template-template-company #directors .company-members .board-member-story .story-content .lead-p {
    color: #0070cc
}

.page-template-template-company #leadership .company-members .member-story .story-content .btn-close,
.page-template-template-company #directors .company-members .member-story .story-content .btn-close,
.page-template-template-company #leadership .company-members .board-member-story .story-content .btn-close,
.page-template-template-company #directors .company-members .board-member-story .story-content .btn-close {
    margin-top: 40px;
    display: inline-block
}

.page-template-template-company #leadership .company-members .member-story .story-content .btn-close .close-icon,
.page-template-template-company #directors .company-members .member-story .story-content .btn-close .close-icon,
.page-template-template-company #leadership .company-members .board-member-story .story-content .btn-close .close-icon,
.page-template-template-company #directors .company-members .board-member-story .story-content .btn-close .close-icon {
    background: url("/themes/telesign/assets/img/layout/btn-close-circle.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 40px;
    width: 40px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page-template-template-company #leadership .company-members .member-story .story-content .btn-close:hover .close-icon,
.page-template-template-company #directors .company-members .member-story .story-content .btn-close:hover .close-icon,
.page-template-template-company #leadership .company-members .board-member-story .story-content .btn-close:hover .close-icon,
.page-template-template-company #directors .company-members .board-member-story .story-content .btn-close:hover .close-icon {
    background-image: url("/themes/telesign/assets/img/layout/btn-close-circle-hover.html")
}

.page-template-template-company #leadership .company-members .member-story.collapse.in,
.page-template-template-company #directors .company-members .member-story.collapse.in,
.page-template-template-company #leadership .company-members .board-member-story.collapse.in,
.page-template-template-company #directors .company-members .board-member-story.collapse.in {
    display: inline-block;
    margin-bottom: 30px
}

@media (max-width:768px) {
    .page-template-template-company #leadership .company-members .member-story.large-story,
    .page-template-template-company #directors .company-members .member-story.large-story,
    .page-template-template-company #leadership .company-members .board-member-story.large-story,
    .page-template-template-company #directors .company-members .board-member-story.large-story {
        display: none!important
    }
}

@media (min-width:768px) {
    .page-template-template-company #leadership .company-members,
    .page-template-template-company #directors .company-members {
        padding-top: 25px
    }
    .page-template-template-company #leadership .company-members .row-centered,
    .page-template-template-company #directors .company-members .row-centered {
        text-align: center
    }
    .page-template-template-company #leadership .company-members .col-centered,
    .page-template-template-company #directors .company-members .col-centered {
        display: inline-block;
        float: none;
        text-align: left;
        margin-right: -4px
    }
    .page-template-template-company #leadership .company-members .company-member-anchor .company-member,
    .page-template-template-company #directors .company-members .company-member-anchor .company-member,
    .page-template-template-company #leadership .company-members .board-company-member-anchor .company-member,
    .page-template-template-company #directors .company-members .board-company-member-anchor .company-member {
        margin-bottom: 40px
    }
    .page-template-template-company #leadership .company-members .company-member-anchor .company-member .member-info,
    .page-template-template-company #directors .company-members .company-member-anchor .company-member .member-info,
    .page-template-template-company #leadership .company-members .board-company-member-anchor .company-member .member-info,
    .page-template-template-company #directors .company-members .board-company-member-anchor .company-member .member-info {
        height: 80px
    }
    .page-template-template-company #leadership .company-members .member-story .story-content,
    .page-template-template-company #directors .company-members .member-story .story-content,
    .page-template-template-company #leadership .company-members .board-member-story .story-content,
    .page-template-template-company #directors .company-members .board-member-story .story-content {
        padding: 40px 25px 30px 25px
    }
    .page-template-template-company #leadership .company-members .member-story.collapse.in,
    .page-template-template-company #directors .company-members .member-story.collapse.in,
    .page-template-template-company #leadership .company-members .board-member-story.collapse.in,
    .page-template-template-company #directors .company-members .board-member-story.collapse.in {
        margin-bottom: 40px
    }
    .page-template-template-company #leadership .company-members .member-story.mobile-story,
    .page-template-template-company #directors .company-members .member-story.mobile-story,
    .page-template-template-company #leadership .company-members .board-member-story.mobile-story,
    .page-template-template-company #directors .company-members .board-member-story.mobile-story {
        display: none!important
    }
}

@media (min-width:992px) {
    .page-template-template-company #leadership .company-members .member-story .story-content,
    .page-template-template-company #directors .company-members .member-story .story-content,
    .page-template-template-company #leadership .company-members .board-member-story .story-content,
    .page-template-template-company #directors .company-members .board-member-story .story-content {
        padding: 60px 0 30px 0
    }
    .page-template-template-company #leadership .company-members .member-story.collapse.in,
    .page-template-template-company #directors .company-members .member-story.collapse.in,
    .page-template-template-company #leadership .company-members .board-member-story.collapse.in,
    .page-template-template-company #directors .company-members .board-member-story.collapse.in {
        margin-bottom: 60px
    }
}

.page-template-template-company #directors h3 {
    color: #0070cc
}

.page-template-template-company #investors {
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #979797;
    margin-left: -15px;
    margin-right: -15px
}

.page-template-template-company #investors .heaprincipalh2 {
    color: #0070cc;
    text-align: center
}

.page-template-template-company #investors h2 {
    color: #0070cc
}

.page-template-template-company #investors .section-p {
    text-align: center
}

.page-template-template-company #investors .logos .logo {
    text-align: center
}

.page-template-template-company #investors .logos .logo img {
    max-width: 100%
}

@media (min-width:768px) {
    .page-template-template-company #investors {
        padding-top: 40px
    }
}

@media (min-width:992px) {
    .page-template-template-company #investors {
        padding-top: 60px;
        padding-bottom: 80px
    }
}

.page-template-template-company #world {
    padding-top: 30px;
    padding-bottom: 40px
}

.page-template-template-company #world .heaprincipalh2 {
    color: #0070cc;
    text-align: center
}

.page-template-template-company #world h2 {
    color: #0070cc
}

.page-template-template-company #world .section-p {
    text-align: center
}

.page-template-template-company #world .world-items {
    padding-top: 15px
}

@media (min-width:768px) {
    .page-template-template-company #world {
        padding-top: 40px
    }
    .page-template-template-company #world .world-items {
        padding-top: 25px
    }
}

@media (min-width:992px) {
    .page-template-template-company #world {
        padding-top: 60px;
        padding-bottom: 80px
    }
    .page-template-template-company #world .world-items {
        padding-top: 45px
    }
}

.blog div[role='document'],
.single-post div[role='document'],
.category div[role='document'],
.search-results div[role='document'],
.author div[role='document'] {
    margin-top: -4px
}

.blog .blog-list,
.single-post .blog-list,
.category .blog-list,
.search-results .blog-list,
.author .blog-list {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0
}

.blog .blog-list .header h1,
.single-post .blog-list .header h1,
.category .blog-list .header h1,
.search-results .blog-list .header h1,
.author .blog-list .header h1 {
    margin-top: 0px;
    font-size: 36px;
    color: #0070cc;
    font-weight: 500;
    text-align: center;
    line-height: 1.1em;
    text-transform: uppercase
}

@media (min-width:992px) {
    .blog .blog-list .header h1,
    .single-post .blog-list .header h1,
    .category .blog-list .header h1,
    .search-results .blog-list .header h1,
    .author .blog-list .header h1 {
        font-size: 48px;
        line-height: 1.1em;
        padding-top: 0px
    }
}

.blog .blog-list .blog-item,
.single-post .blog-list .blog-item,
.category .blog-list .blog-item,
.search-results .blog-list .blog-item,
.author .blog-list .blog-item {
    margin-bottom: 15px
}

.blog .blog-list .blog-item .info-container,
.single-post .blog-list .blog-item .info-container,
.category .blog-list .blog-item .info-container,
.search-results .blog-list .blog-item .info-container,
.author .blog-list .blog-item .info-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 15px
}

.blog .blog-list .blog-item .info-container .info-wrap,
.single-post .blog-list .blog-item .info-container .info-wrap,
.category .blog-list .blog-item .info-container .info-wrap,
.search-results .blog-list .blog-item .info-container .info-wrap,
.author .blog-list .blog-item .info-container .info-wrap {
    padding: 0
}

.blog .blog-list .blog-item .info-container .info-wrap h2,
.single-post .blog-list .blog-item .info-container .info-wrap h2,
.category .blog-list .blog-item .info-container .info-wrap h2,
.search-results .blog-list .blog-item .info-container .info-wrap h2,
.author .blog-list .blog-item .info-container .info-wrap h2 {
    color: #0070cc;
    margin-top: 0
}

.blog .blog-list .blog-item .info-container .info-wrap p,
.single-post .blog-list .blog-item .info-container .info-wrap p,
.category .blog-list .blog-item .info-container .info-wrap p,
.search-results .blog-list .blog-item .info-container .info-wrap p,
.author .blog-list .blog-item .info-container .info-wrap p {
    color: #444
}

.blog .blog-list .blog-item .info-container .info-wrap .published,
.single-post .blog-list .blog-item .info-container .info-wrap .published,
.category .blog-list .blog-item .info-container .info-wrap .published,
.search-results .blog-list .blog-item .info-container .info-wrap .published,
.author .blog-list .blog-item .info-container .info-wrap .published {
    color: #afcb08;
    font-style: italic;
    font-size: 12px
}

.blog .blog-list .blog-item .info-container .info-wrap .published a,
.single-post .blog-list .blog-item .info-container .info-wrap .published a,
.category .blog-list .blog-item .info-container .info-wrap .published a,
.search-results .blog-list .blog-item .info-container .info-wrap .published a,
.author .blog-list .blog-item .info-container .info-wrap .published a {
    font-weight: 600
}

.blog .blog-list .blog-item .thumbnail-container,
.single-post .blog-list .blog-item .thumbnail-container,
.category .blog-list .blog-item .thumbnail-container,
.search-results .blog-list .blog-item .thumbnail-container,
.author .blog-list .blog-item .thumbnail-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    overflow: hidden;
    padding-right: 0
}

.blog .blog-list .blog-item .thumbnail-container a,
.single-post .blog-list .blog-item .thumbnail-container a,
.category .blog-list .blog-item .thumbnail-container a,
.search-results .blog-list .blog-item .thumbnail-container a,
.author .blog-list .blog-item .thumbnail-container a {
    text-decoration: none
}

.blog .blog-list .blog-item .thumbnail-container img,
.single-post .blog-list .blog-item .thumbnail-container img,
.category .blog-list .blog-item .thumbnail-container img,
.search-results .blog-list .blog-item .thumbnail-container img,
.author .blog-list .blog-item .thumbnail-container img {
    max-width: 100%;
    height: auto
}

.blog .blog-list .blog-item.hovered .info-container .post-hover,
.single-post .blog-list .blog-item.hovered .info-container .post-hover,
.category .blog-list .blog-item.hovered .info-container .post-hover,
.search-results .blog-list .blog-item.hovered .info-container .post-hover,
.author .blog-list .blog-item.hovered .info-container .post-hover {
    text-decoration: none
}

.blog .blog-list .blog-item.hovered .info-container .info-wrap h2,
.single-post .blog-list .blog-item.hovered .info-container .info-wrap h2,
.category .blog-list .blog-item.hovered .info-container .info-wrap h2,
.search-results .blog-list .blog-item.hovered .info-container .info-wrap h2,
.author .blog-list .blog-item.hovered .info-container .info-wrap h2 {
    text-decoration: underline
}

@media (min-width:768px) {
    .blog .blog-list .blog-item .info-container,
    .single-post .blog-list .blog-item .info-container,
    .category .blog-list .blog-item .info-container,
    .search-results .blog-list .blog-item .info-container,
    .author .blog-list .blog-item .info-container {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0
    }
    .blog .blog-list .blog-item .info-container .info-wrap,
    .single-post .blog-list .blog-item .info-container .info-wrap,
    .category .blog-list .blog-item .info-container .info-wrap,
    .search-results .blog-list .blog-item .info-container .info-wrap,
    .author .blog-list .blog-item .info-container .info-wrap {
        padding: 16px 5px
    }
    .blog .blog-list .blog-item .thumbnail-container img,
    .single-post .blog-list .blog-item .thumbnail-container img,
    .category .blog-list .blog-item .thumbnail-container img,
    .search-results .blog-list .blog-item .thumbnail-container img,
    .author .blog-list .blog-item .thumbnail-container img {
        padding-top: 16px;
        padding-right: 16px;
        padding-bottom: 16px
    }
}

@media (min-width:992px) {
    .blog .blog-list .blog-item,
    .single-post .blog-list .blog-item,
    .category .blog-list .blog-item,
    .search-results .blog-list .blog-item,
    .author .blog-list .blog-item {
        margin-bottom: 20px
    }
    .blog .blog-list .blog-item .info-container .info-wrap,
    .single-post .blog-list .blog-item .info-container .info-wrap,
    .category .blog-list .blog-item .info-container .info-wrap,
    .search-results .blog-list .blog-item .info-container .info-wrap,
    .author .blog-list .blog-item .info-container .info-wrap {
        padding: 35px 15px
    }
    .blog .blog-list .blog-item .thumbnail-container img,
    .single-post .blog-list .blog-item .thumbnail-container img,
    .category .blog-list .blog-item .thumbnail-container img,
    .search-results .blog-list .blog-item .thumbnail-container img,
    .author .blog-list .blog-item .thumbnail-container img {
        padding-top: 35px;
        padding-right: 30px;
        padding-bottom: 35px
    }
}

@media (min-width:768px) {
    .blog .blog-list,
    .single-post .blog-list,
    .category .blog-list,
    .search-results .blog-list,
    .author .blog-list {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .blog .blog-list,
    .single-post .blog-list,
    .category .blog-list,
    .search-results .blog-list,
    .author .blog-list {
        padding-top: 80px
    }
    .blog .blog-list .blog-item,
    .single-post .blog-list .blog-item,
    .category .blog-list .blog-item,
    .search-results .blog-list .blog-item,
    .author .blog-list .blog-item {
        margin-left: 15px
    }
}

.blog .post-nav,
.single-post .post-nav,
.category .post-nav,
.search-results .post-nav,
.author .post-nav {
    text-align: center;
    padding-top: 5px
}

.blog .post-nav .post-nav-wrap,
.single-post .post-nav .post-nav-wrap,
.category .post-nav .post-nav-wrap,
.search-results .post-nav .post-nav-wrap,
.author .post-nav .post-nav-wrap {
    display: inline-block
}

.blog .post-nav .post-nav-wrap a,
.single-post .post-nav .post-nav-wrap a,
.category .post-nav .post-nav-wrap a,
.search-results .post-nav .post-nav-wrap a,
.author .post-nav .post-nav-wrap a,
.blog .post-nav .post-nav-wrap .page-numbers,
.single-post .post-nav .post-nav-wrap .page-numbers,
.category .post-nav .post-nav-wrap .page-numbers,
.search-results .post-nav .post-nav-wrap .page-numbers,
.author .post-nav .post-nav-wrap .page-numbers {
    color: #0070cc;
    padding: 8px 13px;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    border-right: 1px solid #979797;
    float: left
}

.blog .post-nav .post-nav-wrap a:hover,
.single-post .post-nav .post-nav-wrap a:hover,
.category .post-nav .post-nav-wrap a:hover,
.search-results .post-nav .post-nav-wrap a:hover,
.author .post-nav .post-nav-wrap a:hover,
.blog .post-nav .post-nav-wrap .page-numbers:hover,
.single-post .post-nav .post-nav-wrap .page-numbers:hover,
.category .post-nav .post-nav-wrap .page-numbers:hover,
.search-results .post-nav .post-nav-wrap .page-numbers:hover,
.author .post-nav .post-nav-wrap .page-numbers:hover,
.blog .post-nav .post-nav-wrap a.current,
.single-post .post-nav .post-nav-wrap a.current,
.category .post-nav .post-nav-wrap a.current,
.search-results .post-nav .post-nav-wrap a.current,
.author .post-nav .post-nav-wrap a.current,
.blog .post-nav .post-nav-wrap .page-numbers.current,
.single-post .post-nav .post-nav-wrap .page-numbers.current,
.category .post-nav .post-nav-wrap .page-numbers.current,
.search-results .post-nav .post-nav-wrap .page-numbers.current,
.author .post-nav .post-nav-wrap .page-numbers.current {
    background-color: #0070cc;
    color: #fff;
    text-decoration: none
}

.blog .post-nav .post-nav-wrap a.first-link,
.single-post .post-nav .post-nav-wrap a.first-link,
.category .post-nav .post-nav-wrap a.first-link,
.search-results .post-nav .post-nav-wrap a.first-link,
.author .post-nav .post-nav-wrap a.first-link,
.blog .post-nav .post-nav-wrap .page-numbers.first-link,
.single-post .post-nav .post-nav-wrap .page-numbers.first-link,
.category .post-nav .post-nav-wrap .page-numbers.first-link,
.search-results .post-nav .post-nav-wrap .page-numbers.first-link,
.author .post-nav .post-nav-wrap .page-numbers.first-link {
    border-left: 1px solid #979797
}

.blog .post-nav .post-nav-wrap a.first-link span,
.single-post .post-nav .post-nav-wrap a.first-link span,
.category .post-nav .post-nav-wrap a.first-link span,
.search-results .post-nav .post-nav-wrap a.first-link span,
.author .post-nav .post-nav-wrap a.first-link span,
.blog .post-nav .post-nav-wrap .page-numbers.first-link span,
.single-post .post-nav .post-nav-wrap .page-numbers.first-link span,
.category .post-nav .post-nav-wrap .page-numbers.first-link span,
.search-results .post-nav .post-nav-wrap .page-numbers.first-link span,
.author .post-nav .post-nav-wrap .page-numbers.first-link span {
    padding-left: 4px;
    display: none
}

.blog .post-nav .post-nav-wrap a.last-link span,
.single-post .post-nav .post-nav-wrap a.last-link span,
.category .post-nav .post-nav-wrap a.last-link span,
.search-results .post-nav .post-nav-wrap a.last-link span,
.author .post-nav .post-nav-wrap a.last-link span,
.blog .post-nav .post-nav-wrap .page-numbers.last-link span,
.single-post .post-nav .post-nav-wrap .page-numbers.last-link span,
.category .post-nav .post-nav-wrap .page-numbers.last-link span,
.search-results .post-nav .post-nav-wrap .page-numbers.last-link span,
.author .post-nav .post-nav-wrap .page-numbers.last-link span {
    padding-right: 4px;
    display: none
}

@media (min-width:768px) {
    .blog .post-nav .post-nav-wrap a.first-link span,
    .single-post .post-nav .post-nav-wrap a.first-link span,
    .category .post-nav .post-nav-wrap a.first-link span,
    .search-results .post-nav .post-nav-wrap a.first-link span,
    .author .post-nav .post-nav-wrap a.first-link span,
    .blog .post-nav .post-nav-wrap a.last-link span,
    .single-post .post-nav .post-nav-wrap a.last-link span,
    .category .post-nav .post-nav-wrap a.last-link span,
    .search-results .post-nav .post-nav-wrap a.last-link span,
    .author .post-nav .post-nav-wrap a.last-link span {
        display: inline-block
    }
}

@media (min-width:992px) {
    .blog .post-nav,
    .single-post .post-nav,
    .category .post-nav,
    .search-results .post-nav,
    .author .post-nav {
        padding-top: 10px
    }
}

.blog a.linkdevt,
.single-post a.linkdevt,
.category a.linkdevt,
.search-results a.linkdevt,
.author a.linkdevt {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.blog a.linkdevt .devtutorials,
.single-post a.linkdevt .devtutorials,
.category a.linkdevt .devtutorials,
.search-results a.linkdevt .devtutorials,
.author a.linkdevt .devtutorials {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 40px 30px;
    color: white;
    background-color: #0070cc;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 30px
}

.blog a.linkdevt .devtutorials .icon,
.single-post a.linkdevt .devtutorials .icon,
.category a.linkdevt .devtutorials .icon,
.search-results a.linkdevt .devtutorials .icon,
.author a.linkdevt .devtutorials .icon {
    float: left;
    margin-right: 20px
}

.blog a.linkdevt .devtutorials .icon img,
.single-post a.linkdevt .devtutorials .icon img,
.category a.linkdevt .devtutorials .icon img,
.search-results a.linkdevt .devtutorials .icon img,
.author a.linkdevt .devtutorials .icon img {
    max-width: 40px
}

.blog a.linkdevt .devtutorials .title-1,
.single-post a.linkdevt .devtutorials .title-1,
.category a.linkdevt .devtutorials .title-1,
.search-results a.linkdevt .devtutorials .title-1,
.author a.linkdevt .devtutorials .title-1 {
    font-size: 11px;
    font-weight: bold;
    color: #22bade
}

.blog a.linkdevt .devtutorials .title-2,
.single-post a.linkdevt .devtutorials .title-2,
.category a.linkdevt .devtutorials .title-2,
.search-results a.linkdevt .devtutorials .title-2,
.author a.linkdevt .devtutorials .title-2 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: condensed;
    color: #ffffff
}

.blog a.linkdevt .devtutorials .text-cont,
.single-post a.linkdevt .devtutorials .text-cont,
.category a.linkdevt .devtutorials .text-cont,
.search-results a.linkdevt .devtutorials .text-cont,
.author a.linkdevt .devtutorials .text-cont {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    padding-top: 15px
}

.blog a.linkdevt:hover .devtutorials,
.single-post a.linkdevt:hover .devtutorials,
.category a.linkdevt:hover .devtutorials,
.search-results a.linkdevt:hover .devtutorials,
.author a.linkdevt:hover .devtutorials {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0.85
}

.author .author-info div {
    background-color: #f3f3f3
}

.author .author-info .top-container {
    padding-top: 15px
}

.author .author-info .top-container .profile-image {
    max-width: 80px;
    height: auto;
    padding-right: 20px;
    margin-left: 20px
}

.author .author-info .top-container h2 {
    margin-top: 5px;
    margin-bottom: 0
}

.author .author-info .top-container .position {
    font-weight: 700
}

.author .author-info .desc-container {
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid #979797
}

.author .author-info .desc-container p {
    margin-bottom: 0;
    padding-right: 20px
}

.author .recent-title-container {
    border-top: 1px solid #979797;
    margin-top: 30px
}

.author .recent-title-container h3 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .author .author-info .top-container {
        padding-top: 20px
    }
    .author .author-info .top-container .profile-image {
        float: left
    }
    .author .author-info .desc-container {
        padding-bottom: 20px;
        padding-left: 115px
    }
}

@media (min-width:992px) {
    .author .author-info {
        margin-left: 15px
    }
    .author .author-info .top-container {
        padding-top: 30px
    }
    .author .author-info .desc-container {
        padding-bottom: 25px
    }
    .author .recent-title-row {
        margin-left: 15px
    }
    .author .recent-title-container {
        margin-top: 40px
    }
}

.page-template-template-resources #intro,
.tax-resources-types #intro,
.post-type-archive-resources #intro {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 5px
}

.page-template-template-resources #intro h1,
.tax-resources-types #intro h1,
.post-type-archive-resources #intro h1 {
    margin-top: 0px;
    padding-top: 40px;
    font-size: 36px;
    color: #0070cc;
    font-weight: 500;
    text-align: center;
    line-height: 1.1em;
    text-transform: uppercase
}

@media (min-width:992px) {
    .page-template-template-resources #intro h1,
    .tax-resources-types #intro h1,
    .post-type-archive-resources #intro h1 {
        font-size: 48px;
        line-height: 1.1em;
        padding-top: 0px
    }
}

@media (min-width:768px) {
    .page-template-template-resources #intro,
    .tax-resources-types #intro,
    .post-type-archive-resources #intro {
        padding-top: 40px;
        padding-bottom: 10px
    }
}

@media (min-width:992px) {
    .page-template-template-resources #intro,
    .tax-resources-types #intro,
    .post-type-archive-resources #intro {
        padding-top: 80px;
        padding-bottom: 45px
    }
}

.page-template-template-resources #resources,
.tax-resources-types #resources,
.post-type-archive-resources #resources {
    padding-top: 0
}

.page-template-template-resources #resources #resources-filter .filter-wrap,
.tax-resources-types #resources #resources-filter .filter-wrap,
.post-type-archive-resources #resources #resources-filter .filter-wrap {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 30px 0
}

.page-template-template-resources #resources #resources-filter .filter-wrap form,
.tax-resources-types #resources #resources-filter .filter-wrap form,
.post-type-archive-resources #resources #resources-filter .filter-wrap form {
    display: none;
    padding: 30px 40px;
    text-align: center
}

.page-template-template-resources #resources #resources-filter .filter-wrap form .filter-tag,
.tax-resources-types #resources #resources-filter .filter-wrap form .filter-tag,
.post-type-archive-resources #resources #resources-filter .filter-wrap form .filter-tag {
    font-weight: 700;
    display: inline-block;
    padding-bottom: 20px
}

.page-template-template-resources #resources #resources-filter .filter-wrap form label,
.tax-resources-types #resources #resources-filter .filter-wrap form label,
.post-type-archive-resources #resources #resources-filter .filter-wrap form label {
    color: #afcb08;
    font-weight: 400
}

.page-template-template-resources #resources #resources-filter .filter-wrap form select,
.tax-resources-types #resources #resources-filter .filter-wrap form select,
.post-type-archive-resources #resources #resources-filter .filter-wrap form select {
    margin: 0 auto;
    border-color: #afcb08;
    color: #afcb08;
    border-radius: 20px;
    line-height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    background: url("/themes/telesign/assets/img/layout/btn-dropdown.html") no-repeat right 15px center;
    -webkit-background-size: contain;
    background-size: contain;
    padding-right: 62px;
    height: 45px
}

.page-template-template-resources #resources #resources-filter .filter-wrap .loading-div,
.tax-resources-types #resources #resources-filter .filter-wrap .loading-div,
.post-type-archive-resources #resources #resources-filter .filter-wrap .loading-div {
    display: none
}

@media (min-width:768px) {
    .page-template-template-resources #resources #resources-filter,
    .tax-resources-types #resources #resources-filter,
    .post-type-archive-resources #resources #resources-filter {
        padding-bottom: 5px
    }
    .page-template-template-resources #resources #resources-filter .filter-wrap form,
    .tax-resources-types #resources #resources-filter .filter-wrap form,
    .post-type-archive-resources #resources #resources-filter .filter-wrap form {
        text-align: left
    }
    .page-template-template-resources #resources #resources-filter .filter-wrap form .filter-tag,
    .tax-resources-types #resources #resources-filter .filter-wrap form .filter-tag,
    .post-type-archive-resources #resources #resources-filter .filter-wrap form .filter-tag {
        padding-right: 20px;
        padding-bottom: 0
    }
    .page-template-template-resources #resources #resources-filter .filter-wrap form label,
    .tax-resources-types #resources #resources-filter .filter-wrap form label,
    .post-type-archive-resources #resources #resources-filter .filter-wrap form label {
        padding-right: 20px
    }
    .page-template-template-resources #resources #resources-filter .filter-wrap form select,
    .tax-resources-types #resources #resources-filter .filter-wrap form select,
    .post-type-archive-resources #resources #resources-filter .filter-wrap form select {
        width: 160px;
        margin-right: 20px
    }
    .page-template-template-resources #resources #resources-filter .filter-wrap form select.last,
    .tax-resources-types #resources #resources-filter .filter-wrap form select.last,
    .post-type-archive-resources #resources #resources-filter .filter-wrap form select.last {
        margin-right: 0
    }
}

@media (min-width:992px) {
    .page-template-template-resources #resources #resources-filter,
    .tax-resources-types #resources #resources-filter,
    .post-type-archive-resources #resources #resources-filter {
        padding-bottom: 20px
    }
    .page-template-template-resources #resources #resources-filter .filter-wrap form select,
    .tax-resources-types #resources #resources-filter .filter-wrap form select,
    .post-type-archive-resources #resources #resources-filter .filter-wrap form select {
        width: 190px
    }
}

.page-template-template-resources #resources #resources-list h3,
.tax-resources-types #resources #resources-list h3,
.post-type-archive-resources #resources #resources-list h3 {
    text-align: center;
    margin-bottom: 15px;
    text-transform: capitalize
}

.page-template-template-resources #resources #resources-list .more-nav,
.tax-resources-types #resources #resources-list .more-nav,
.post-type-archive-resources #resources #resources-list .more-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -56px;
    text-align: center
}

.page-template-template-resources #resources #resources-list .more-nav .btn-more,
.tax-resources-types #resources #resources-list .more-nav .btn-more,
.post-type-archive-resources #resources #resources-list .more-nav .btn-more {
    border: 1px solid #979797;
    background-color: transparent;
    color: #0070cc
}

.page-template-template-resources #resources #resources-list .more-nav .btn-more:hover,
.tax-resources-types #resources #resources-list .more-nav .btn-more:hover,
.post-type-archive-resources #resources #resources-list .more-nav .btn-more:hover {
    border-color: #0070cc;
    color: #fff;
    background-color: #0070cc
}

.page-template-template-resources #resources #resources-list .no-results,
.tax-resources-types #resources #resources-list .no-results,
.post-type-archive-resources #resources #resources-list .no-results {
    padding-top: 20px
}

@media (min-width:992px) {
    .page-template-template-resources #resources #resources-list,
    .tax-resources-types #resources #resources-list,
    .post-type-archive-resources #resources #resources-list {
        margin-bottom: 20px
    }
}

.page-template-template-resources #resources .resource-item a,
.tax-resources-types #resources .resource-item a,
.post-type-archive-resources #resources .resource-item a {
    color: #444
}

.page-template-template-resources #resources .resource-item .thumbnail-post,
.tax-resources-types #resources .resource-item .thumbnail-post,
.post-type-archive-resources #resources .resource-item .thumbnail-post {
    position: relative;
    background-color: #002b4a
}

.page-template-template-resources #resources .resource-item .thumbnail-post .learn-more,
.tax-resources-types #resources .resource-item .thumbnail-post .learn-more,
.post-type-archive-resources #resources .resource-item .thumbnail-post .learn-more {
    opacity: 0;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 24px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page-template-template-resources #resources .resource-item .thumbnail-post .learn-more .learn-more-icon,
.tax-resources-types #resources .resource-item .thumbnail-post .learn-more .learn-more-icon,
.post-type-archive-resources #resources .resource-item .thumbnail-post .learn-more .learn-more-icon {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: block;
    -webkit-transform: translateX(210%);
    -ms-transform: translateX(210%);
    -o-transform: translateX(210%);
    transform: translateX(210%)
}

.page-template-template-resources #resources .resource-item .thumbnail-post:hover .learn-more,
.tax-resources-types #resources .resource-item .thumbnail-post:hover .learn-more,
.post-type-archive-resources #resources .resource-item .thumbnail-post:hover .learn-more {
    opacity: 1
}

.page-template-template-resources #resources .resource-item .thumbnail-post:hover .learn-more .learn-more-icon,
.tax-resources-types #resources .resource-item .thumbnail-post:hover .learn-more .learn-more-icon,
.post-type-archive-resources #resources .resource-item .thumbnail-post:hover .learn-more .learn-more-icon {
    -webkit-transform: translateX(280%);
    -ms-transform: translateX(280%);
    -o-transform: translateX(280%);
    transform: translateX(280%)
}

.page-template-template-resources #resources .resource-item .thumbnail-post:hover .learn-more .learn-more-icon.watch-icon,
.tax-resources-types #resources .resource-item .thumbnail-post:hover .learn-more .learn-more-icon.watch-icon,
.post-type-archive-resources #resources .resource-item .thumbnail-post:hover .learn-more .learn-more-icon.watch-icon {
    -webkit-transform: translateX(192%);
    -ms-transform: translateX(192%);
    -o-transform: translateX(192%);
    transform: translateX(192%)
}

.page-template-template-resources #resources .resource-item .wp-post-image,
.tax-resources-types #resources .resource-item .wp-post-image,
.post-type-archive-resources #resources .resource-item .wp-post-image {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page-template-template-resources #resources .resource-item .social-icons,
.tax-resources-types #resources .resource-item .social-icons,
.post-type-archive-resources #resources .resource-item .social-icons {
    text-align: center
}

.page-template-template-resources #resources .resource-item .social-icons a,
.tax-resources-types #resources .resource-item .social-icons a,
.post-type-archive-resources #resources .resource-item .social-icons a {
    display: inline-block;
    margin-right: 10px
}

.page-template-template-resources #resources .resource-item .social-icons a:hover .social-icon svg>g>g,
.tax-resources-types #resources .resource-item .social-icons a:hover .social-icon svg>g>g,
.post-type-archive-resources #resources .resource-item .social-icons a:hover .social-icon svg>g>g {
    fill: #17839c
}

.page-template-template-resources #resources .resource-item .social-icons .social-icon svg>g>g,
.tax-resources-types #resources .resource-item .social-icons .social-icon svg>g>g,
.post-type-archive-resources #resources .resource-item .social-icons .social-icon svg>g>g {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page-template-template-resources #resources .resource-item:hover .wp-post-image,
.tax-resources-types #resources .resource-item:hover .wp-post-image,
.post-type-archive-resources #resources .resource-item:hover .wp-post-image {
    opacity: 0.2
}

.page-template-template-resources #resources .resource-item:hover .learn-more,
.tax-resources-types #resources .resource-item:hover .learn-more,
.post-type-archive-resources #resources .resource-item:hover .learn-more {
    opacity: 1
}

.page-template-template-resources #resources .resource-item:hover .learn-more .learn-more-icon,
.tax-resources-types #resources .resource-item:hover .learn-more .learn-more-icon,
.post-type-archive-resources #resources .resource-item:hover .learn-more .learn-more-icon {
    -webkit-transform: translateX(280%);
    -ms-transform: translateX(280%);
    -o-transform: translateX(280%);
    transform: translateX(280%)
}

.page-template-template-resources #resources .resource-item:hover .learn-more .learn-more-icon.watch-icon,
.tax-resources-types #resources .resource-item:hover .learn-more .learn-more-icon.watch-icon,
.post-type-archive-resources #resources .resource-item:hover .learn-more .learn-more-icon.watch-icon {
    -webkit-transform: translateX(192%);
    -ms-transform: translateX(192%);
    -o-transform: translateX(192%);
    transform: translateX(192%)
}

.page-template-template-developers #developers {
    padding-top: 30px;
    padding-bottom: 40px
}

.page-template-template-developers #developers h1,
.page-template-template-developers #developers h2,
.page-template-template-developers #developers .intro {
    text-align: center
}

.page-template-template-developers #developers h1 {
    color: #0070cc;
    margin-top: 0
}

.page-template-template-developers #developers .faqs-section h2 {
    font-weight: 600;
    color: #444;
    margin-bottom: 15px
}

.page-template-template-developers #developers .faqs-section .faq-list {
    margin-bottom: 25px
}

.page-template-template-developers #developers .faqs-section .faq-list .panel {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-template-template-developers #developers .faqs-section .faq-list .panel .panel-heading {
    padding: 0
}

.page-template-template-developers #developers .faqs-section .faq-list .panel .panel-heading .panel-title {
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 600
}

.page-template-template-developers #developers .faqs-section .faq-list .panel .panel-heading .panel-title a {
    color: #fff;
    background-color: #0070cc;
    display: block;
    padding: 15px 58px 15px 20px;
    position: relative
}

.page-template-template-developers #developers .faqs-section .faq-list .panel .panel-heading .panel-title a .control-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 15px
}

.page-template-template-developers #developers .faqs-section .faq-list .panel .panel-heading .panel-title a .control-icon span {
    background-color: #fff;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px
}

.page-template-template-developers #developers .faqs-section .faq-list .panel .panel-heading .panel-title a.collapsed .control-icon span.v {
    top: 9px;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.page-template-template-developers #developers .faqs-section .faq-list .panel .panel-collapse .panel-body {
    background-color: #f3f3f3;
    border: 0;
    padding: 20px
}

.page-template-template-developers #developers .more-resources {
    text-align: center;
    border-top: 1px solid #979797
}

.page-template-template-developers #developers .more-resources h3 {
    margin-top: 15px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .page-template-template-developers #developers {
        padding-top: 40px;
        padding-bottom: 50px
    }
    .page-template-template-developers #developers .faqs-section h3 {
        margin-top: 25px
    }
    .page-template-template-developers #developers .faqs-section .faq-list {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .page-template-template-developers #developers {
        padding-top: 80px;
        padding-bottom: 60px
    }
    .page-template-template-developers #developers .faqs-section h3 {
        margin-top: 45px;
        margin-bottom: 20px
    }
    .page-template-template-developers #developers .faqs-section .faq-list {
        margin-bottom: 40px
    }
    .page-template-template-developers #developers .faqs-section .faq-list .panel .panel-heading .panel-title {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px
    }
    .page-template-template-developers #developers .faqs-section .faq-list .panel .panel-heading .panel-title a {
        padding: 20px 78px 20px 30px
    }
    .page-template-template-developers #developers .faqs-section .faq-list .panel .panel-heading .panel-title a .control-icon {
        right: 30px;
        top: 20px
    }
    .page-template-template-developers #developers .more-resources h3 {
        margin-top: 25px;
        margin-bottom: 10px
    }
}

.page-template-template-contact #contact {
    padding-top: 30px
}

.page-template-template-contact #contact h1,
.page-template-template-contact #contact h3,
.page-template-template-contact #contact .intro {
    text-align: center
}

.page-template-template-contact #contact h1 {
    margin-top: 0px;
    padding-top: 40px;
    font-size: 36px;
    color: #0070cc;
    font-weight: 500;
    text-align: center;
    line-height: 1.1em;
    text-transform: uppercase
}

@media (min-width:992px) {
    .page-template-template-contact #contact h1 {
        font-size: 48px;
        line-height: 1.1em;
        padding-top: 0px
    }
}

.page-template-template-contact #contact .intro {
    padding-bottom: 20px
}

.page-template-template-contact #contact .form-area {
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.page-template-template-contact #contact .form-area label {
    color: #0070cc;
    font-weight: 600
}

.page-template-template-contact #contact .form-area form {
    background-color: #F7F7F7;
    padding: 25px 30px
}

.page-template-template-contact #contact .form-area form .form-group,
.page-template-template-contact #contact .form-area form .submit,
.page-template-template-contact #contact .form-area form .comment-form p {
    margin-top: 15px
}

.page-template-template-contact #contact .form-area form input.wpcf7-text,
.page-template-template-contact #contact .form-area form textarea,
.page-template-template-contact #contact .form-area form select {
    margin-bottom: 25px
}

.page-template-template-contact #contact .questions-section {
    text-align: center
}

.page-template-template-contact #contact .questions-section .question-area {
    padding-bottom: 30px
}

.page-template-template-contact #contact .questions-section .question-area img {
    max-width: 140px;
    height: auto
}

.page-template-template-contact #contact .questions-section .question-area h3 {
    color: #0070cc
}

.page-template-template-contact #contact .questions-section .question-area .learn-a {
    padding: 0 40px 0 30px;
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-green.html");
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center right 25px;
    font-weight: 400
}

.page-template-template-contact #contact .questions-section .question-area .learn-a:hover {
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-green-hover.html");
    text-decoration: none
}

@media (min-width:768px) {
    .page-template-template-contact #contact {
        padding-top: 40px
    }
    .page-template-template-contact #contact .intro {
        padding-bottom: 30px
    }
    .page-template-template-contact #contact .form-area {
        margin-bottom: 50px
    }
    .page-template-template-contact #contact .questions-section .question-area {
        padding-bottom: 40px
    }
}

@media (min-width:992px) {
    .page-template-template-contact #contact {
        padding-top: 80px
    }
    .page-template-template-contact #contact .intro {
        padding-bottom: 50px
    }
    .page-template-template-contact #contact .questions-section .question-area {
        margin-bottom: 60px
    }
}

.page-template-template-contact #features {
    background-color: #f3f3f3;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px
}

.page-template-template-contact #features .feature-item {
    text-align: center;
    padding-bottom: 15px
}

.page-template-template-contact #features .feature-item img {
    max-width: 140px;
    height: auto
}

.page-template-template-contact #features .feature-item h3 {
    color: #0070cc
}

@media (min-width:768px) {
    .page-template-template-contact #features .feature-item {
        padding-bottom: 25px
    }
}

@media (min-width:992px) {
    .page-template-template-contact #features {
        padding-top: 60px
    }
    .page-template-template-contact #features .feature-item {
        padding-bottom: 45px
    }
}

.page-template-template-contact #offices {
    padding-top: 30px;
    padding-bottom: 40px
}

.page-template-template-contact #offices .heaprincipalh2,
.page-template-template-contact #offices p {
    text-align: center
}

.page-template-template-contact #offices .heaprincipalh2 {
    color: #0070cc;
    margin-top: 0
}

.page-template-template-contact #offices .offices .office {
    text-align: center;
    padding: 30px;
    border: 1px solid #979797;
    border-bottom-width: 0
}

.page-template-template-contact #offices .offices .office strong {
    display: block;
    padding-bottom: 40px
}

.page-template-template-contact #offices .offices.first {
    padding-top: 15px
}

.page-template-template-contact #offices .offices:not(.first) .office:last-child {
    border-bottom-width: 1px
}

@media (min-width:768px) {
    .page-template-template-contact #offices {
        padding-top: 40px;
        padding-bottom: 50px
    }
    .page-template-template-contact #offices .offices .office {
        text-align: left;
        border-bottom-width: 1px;
        border-right-width: 0
    }
    .page-template-template-contact #offices .offices .office:last-child {
        border-right-width: 1px
    }
    .page-template-template-contact #offices .offices:not(.first) .office {
        border-top: 0
    }
}

@media (min-width:992px) {
    .page-template-template-contact #offices {
        padding: 60px 0
    }
    .page-template-template-contact #offices .offices.first {
        padding-top: 25px
    }
}

.page-template-template-careers h1#intro-heading {
    text-transform: uppercase
}

.page-template-template-careers #intro .hero {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #0070cc;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-template-template-careers #intro .hero .intro-top-level {
    z-index: 2;
    padding-bottom: 100px
}

.page-template-template-careers #intro .hero .intro-top-level h1 {
    margin-top: 0px;
    padding-top: 80px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    line-height: 1.1em;
    text-transform: uppercase
}

.page-template-template-careers #intro .hero .more-anchor {
    display: none
}

.page-template-template-careers #intro .hero #shadow-cover {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.70
}

@media (min-width:768px) {
    .page-template-template-careers #intro .hero {
        padding-top: 20px
    }
    .page-template-template-careers #intro .hero .intro-top-level {
        padding-bottom: 100px
    }
    .page-template-template-careers #intro .hero .intro-top-level h1 {
        margin-top: 40px
    }
}

@media (min-width:992px) {
    .page-template-template-careers #intro .hero {
        padding-top: 0
    }
    .page-template-template-careers #intro .hero .intro-top-level h1 {
        margin-top: 0px;
        font-size: 48px;
        line-height: 1.1em
    }
    .page-template-template-careers #intro .hero .more-anchor {
        bottom: 50px;
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 1;
        display: block
    }
    .page-template-template-careers #intro .hero .more-anchor a span {
        display: inline-block;
        width: 24px;
        height: 15px;
        background: url("/themes/telesign/assets/img/layout/btn-anchor.html") no-repeat center;
        -webkit-background-size: cover;
        background-size: cover
    }
    .page-template-template-careers #intro .hero .more-anchor a:hover {
        opacity: .85;
        filter: alpha(opacity=85)
    }
}

.page-template-template-careers #why-join {
    padding-bottom: 40px;
    text-align: center
}

.page-template-template-careers #why-join .box-container {
    margin-top: -146px;
    background-color: white;
    z-index: 9999;
    position: relative
}

.page-template-template-careers #why-join .join-banner {
    padding-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px
}

.page-template-template-careers #why-join .join-banner img {
    width: 100%
}

.page-template-template-careers #why-join .why-element {
    border: 1px solid #979797;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: $white
}

.page-template-template-careers #why-join .why-element h2 {
    margin-top: 0;
    color: #0070cc;
    text-transform: uppercase;
    font-weight: 500
}

.page-template-template-careers #why-join .why-element:not(.last) {
    border-bottom-width: 0px
}

@media (min-width:768px) {
    .page-template-template-careers #why-join {
        padding-bottom: 50px;
        text-align: left
    }
    .page-template-template-careers #why-join .join-banner {
        padding-bottom: 40px
    }
    .page-template-template-careers #why-join .why-element:not(.last) {
        border-right-width: 0px;
        border-bottom-width: 1px
    }
}

@media (min-width:992px) {
    .page-template-template-careers #why-join {
        padding-bottom: 80px
    }
    .page-template-template-careers #why-join .join-banner {
        padding-bottom: 60px
    }
    .page-template-template-careers #why-join .why-element {
        padding: 25px 30px;
        display: inline-block
    }
}

.page-template-template-careers #the-team .heaprincipalh2 {
    color: #0070cc;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase
}

.page-template-template-careers #the-team h2 {
    color: #0070cc;
    text-transform: uppercase;
    font-weight: 500
}

.page-template-template-careers #the-team .quotes .team-quote {
    padding-bottom: 30px
}

.page-template-template-careers #the-team .quotes .team-quote .pic-container {
    text-align: center;
    padding-bottom: 30px
}

.page-template-template-careers #the-team .quotes .team-quote .pic-container img {
    max-width: 50%
}

.page-template-template-careers #the-team .quotes .team-quote .quote-text {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #AAAAAA
}

.page-template-template-careers #the-team .quotes .team-quote .quote-text .arrow {
    width: 0;
    height: 0;
    border-bottom: 17px solid transparent;
    border-top: 17px solid transparent;
    border-right: 21px solid white;
    position: absolute;
    top: -27px;
    left: -20px;
    display: block
}

@media (max-width:767px) {
    .page-template-template-careers #the-team .quotes .team-quote .quote-text .arrow {
        left: 5px;
        margin-left: 47%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.page-template-template-careers #the-team .quotes .team-quote .quote-text .arrow img {
    margin-top: -21px
}

.page-template-template-careers #the-team .quotes .team-quote .quote-text p {
    margin: 0
}

.page-template-template-careers #the-team .quotes .team-quote .quote-text p .quote-credit {
    text-transform: uppercase;
    color: #22bade;
    font-weight: 500;
    margin-left: 44px
}

.page-template-template-careers #the-team .quotes .team-quote .quote-text p .quote-copy {
    font-style: italic;
    display: inline-block;
    width: 72%
}

.page-template-template-careers #the-team .quotes .team-quote .quote-text p .quote-source-name {
    font-weight: 600
}

.page-template-template-careers #the-team .quotes .team-quote .quote-symbol {
    display: inline-block;
    background-image: url("/themes/telesign/assets/img/products/line_open.html");
    width: 40px;
    height: 29px;
    background-repeat: no-repeat;
    vertical-align: top
}

.page-template-template-careers #the-team .quotes .team-quote .quote-symbol.right {
    background-image: url("/themes/telesign/assets/img/products/line_close.html");
    vertical-align: bottom
}

@media (min-width:768px) {
    .page-template-template-careers #the-team .quotes .team-quote .quote-symbol.right {
        vertical-align: baseline
    }
}

@media (min-width:768px) {
    .page-template-template-careers #the-team .quotes .team-quote .pic-container {
        text-align: left;
        padding-bottom: 0
    }
    .page-template-template-careers #the-team .quotes .team-quote .pic-container img {
        max-width: 90%;
        padding: 30px 0px
    }
    .page-template-template-careers #the-team .quotes .team-quote .quote-text {
        margin-top: 15px
    }
    .page-template-template-careers #the-team .quotes .team-quote .quote-text .arrow {
        top: 50%;
        margin-top: -15px;
        left: -20px;
        border-bottom: 17px solid transparent;
        border-top: 17px solid transparent;
        border-right: 21px solid white
    }
    .page-template-template-careers #the-team .quotes .team-quote:nth-child(even) .pic-container {
        float: right;
        text-align: right
    }
    .page-template-template-careers #the-team .quotes .team-quote:nth-child(even) .quote-text {
        margin-right: 8.33333333%;
        margin-left: 0
    }
    .page-template-template-careers #the-team .quotes .team-quote:nth-child(even) .quote-text .arrow {
        right: -20px;
        left: auto;
        border-right: 0;
        border-left: 20px solid white
    }
    .page-template-template-careers #the-team .quotes .team-quote:nth-child(even) .quote-text .arrow img {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        -webkit-filter: FlipH;
        filter: FlipH;
        -ms-filter: "FlipH";
        margin-left: -20px
    }
}

@media (min-width:992px) {
    .page-template-template-careers #the-team .heaprincipalh2 {
        margin-bottom: 60px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 40px
    }
    .page-template-template-careers #the-team .quotes .team-quote {
        padding-bottom: 40px
    }
    .page-template-template-careers #the-team .quotes .team-quote .quote-text {
        margin-top: 20px;
        padding: 40px
    }
    .page-template-template-careers #the-team .quotes .team-quote .quote-text .arrow {
        margin-left: -15px;
        left: -5px
    }
    .page-template-template-careers #the-team .quotes .team-quote:nth-child(even) .pic-container {
        margin-left: 0;
        margin-right: 8.33333333%
    }
    .page-template-template-careers #the-team .quotes .team-quote:nth-child(even) .quote-text {
        margin-right: 0;
        margin-left: 8.33333333%
    }
}

.page-template-template-careers #benefits {
    padding-top: 10px
}

.page-template-template-careers #benefits .heaprincipalh2 {
    color: #0070cc;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase
}

.page-template-template-careers #benefits .benefit-list .benefit {
    text-align: center;
    padding-bottom: 15px
}

.page-template-template-careers #benefits .benefit-list .benefit h3 {
    color: #0070cc;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500
}

.page-template-template-careers #benefits .benefit-list .benefit img {
    max-width: 140px
}

.page-template-template-careers #benefits .benefits-disclaimer {
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 30px
}

@media (min-width:768px) {
    .page-template-template-careers #benefits {
        padding-top: 20px
    }
    .page-template-template-careers #benefits .heaprincipalh2 {
        font-weight: 500;
        margin-bottom: 40px;
        text-transform: uppercase
    }
    .page-template-template-careers #benefits .benefit-list .benefit {
        text-align: left
    }
    .page-template-template-careers #benefits .benefit-list .benefit h3 {
        margin-top: 0;
        margin-bottom: 5px;
        font-weight: 500
    }
    .page-template-template-careers #benefits .benefit-list .benefit img {
        float: left;
        max-width: 95px;
        height: auto;
        padding-right: 15px
    }
    .page-template-template-careers #benefits .benefit-list .benefit .content {
        overflow: hidden
    }
    .page-template-template-careers #benefits .benefits-disclaimer {
        text-align: center
    }
}

@media (min-width:992px) {
    .page-template-template-careers #benefits {
        padding-top: 40px
    }
    .page-template-template-careers #benefits .heaprincipalh2 {
        margin-bottom: 60px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 40px
    }
    .page-template-template-careers #benefits .benefit-list .benefit h3 {
        margin-top: 15px;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 22px
    }
    .page-template-template-careers #benefits .benefit-list .benefit img {
        max-width: 140px;
        height: auto;
        padding-right: 20px
    }
}

.page-template-template-careers #open-positions {
    margin-top: 30px
}

.page-template-template-privacy #privacy {
    padding: 30px 0
}

.page-template-template-privacy #privacy h3 {
    text-align: center
}

.page-template-template-privacy #privacy h1 {
    color: #0070cc;
    margin-top: 0;
    margin-bottom: 30px
}

.page-template-template-privacy #privacy .questions-section {
    text-align: center
}

.page-template-template-privacy #privacy .questions-section .question-area {
    padding-top: 30px;
    padding-bottom: 30px
}

.page-template-template-privacy #privacy .questions-section .question-area h3 {
    color: #0070cc
}

@media (min-width:768px) {
    .page-template-template-privacy #privacy {
        padding: 40px 0
    }
    .page-template-template-privacy #privacy h1 {
        margin-bottom: 50px
    }
}

@media (min-width:992px) {
    .page-template-template-privacy #privacy {
        padding: 80px 0
    }
    .page-template-template-privacy #privacy h1 {
        margin-bottom: 60px
    }
    .page-template-template-privacy #privacy .questions-section .question-area {
        padding-bottom: 0;
        padding-top: 0
    }
}

.page-template-template-newsroom #latest-news {
    padding-top: 30px
}

.page-template-template-newsroom #latest-news h1,
.page-template-template-newsroom #latest-news h3,
.page-template-template-newsroom #latest-news .intro {
    text-align: center
}

.page-template-template-newsroom #latest-news h1 {
    margin-top: 0px;
    padding-top: 40px;
    font-size: 36px;
    color: #0070cc;
    font-weight: 500;
    text-align: center;
    line-height: 1.1em;
    text-transform: uppercase
}

@media (min-width:992px) {
    .page-template-template-newsroom #latest-news h1 {
        font-size: 48px;
        line-height: 1.1em;
        padding-top: 0px
    }
}

.page-template-template-newsroom #latest-news .intro {
    padding-bottom: 20px
}

.page-template-template-newsroom #latest-news .slider-wrap {
    margin-left: -15px;
    margin-right: -15px
}

.page-template-template-newsroom #latest-news .slider-wrap #latest-slider {
    height: 450px
}

.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner {
    height: 450px
}

.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item {
    height: 450px;
    background-color: #f7f7f7
}

@media (max-width:768px) {
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .image-wrapper {
        position: absolute;
        width: 100%;
        height: 50%
    }
}

.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -9999px;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto
}

.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption {
    padding: 30px;
    text-align: center;
    background: #f7f7f7;
    width: 100%;
    left: 0;
    top: 50%;
    position: relative;
    text-shadow: none;
    color: #444
}

.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption h2 {
    margin-top: 0;
    color: #0070cc
}

.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default {
    color: #fff;
    background-color: #afcb08;
    border-color: #9ab207
}

.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:hover,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:focus,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.focus,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:active,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.active,
.open>.dropdown-toggle.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default {
    color: #fff;
    background-color: #859a06;
    border-color: #677805
}

.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:active,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.active,
.open>.dropdown-toggle.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default {
    background-image: none
}

.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.disabled,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default[disabled],
fieldset[disabled] .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.disabled:hover,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default[disabled]:hover,
fieldset[disabled] .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:hover,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.disabled:focus,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default[disabled]:focus,
fieldset[disabled] .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:focus,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.disabled.focus,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default[disabled].focus,
fieldset[disabled] .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.focus,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.disabled:active,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default[disabled]:active,
fieldset[disabled] .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:active,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.disabled.active,
.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default[disabled].active,
fieldset[disabled] .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.active {
    background-color: #afcb08;
    border-color: #9ab207
}

.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default .badge {
    color: #afcb08;
    background-color: #fff
}

.page-template-template-newsroom #latest-news .carousel-indicators {
    display: none
}

.page-template-template-newsroom #latest-news .carousel-control {
    display: none
}

@media (min-width:768px) {
    .page-template-template-newsroom #latest-news {
        padding-top: 40px
    }
    .page-template-template-newsroom #latest-news .intro {
        padding-bottom: 30px
    }
    .page-template-template-newsroom #latest-news .form-area {
        margin-bottom: 50px
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider {
        height: 400px
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner {
        height: 400px
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item {
        height: 400px;
        background-color: transparent
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item img {
        height: 100%;
        width: auto
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption {
        left: 25px;
        width: 345px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: left
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption h2 {
        font-weight: 700;
        color: #fff
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:hover,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:focus,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.focus,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:active,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.active,
    .open>.dropdown-toggle.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:active,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.active,
    .open>.dropdown-toggle.page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default {
        background-image: none
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.disabled,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default[disabled],
    fieldset[disabled] .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.disabled:hover,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default[disabled]:hover,
    fieldset[disabled] .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:hover,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.disabled:focus,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default[disabled]:focus,
    fieldset[disabled] .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:focus,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.disabled.focus,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default[disabled].focus,
    fieldset[disabled] .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.focus,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.disabled:active,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default[disabled]:active,
    fieldset[disabled] .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default:active,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.disabled.active,
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default[disabled].active,
    fieldset[disabled] .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default.active {
        background-color: #fff;
        border-color: #ccc
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption .btn-default .badge {
        color: #fff;
        background-color: #333
    }
    .page-template-template-newsroom #latest-news .carousel-indicators {
        bottom: 5px;
        display: block
    }
    .page-template-template-newsroom #latest-news .carousel-control {
        display: block
    }
}

@media (min-width:992px) {
    .page-template-template-newsroom #latest-news {
        padding-top: 80px
    }
    .page-template-template-newsroom #latest-news .intro {
        padding-bottom: 50px
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider {
        height: 600px
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner {
        height: 600px
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item {
        height: 600px
    }
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item .carousel-caption {
        left: 20%;
        width: 460px
    }
}

@media (min-width:1450px) {
    .page-template-template-newsroom #latest-news .slider-wrap #latest-slider .carousel-inner .item img {
        width: 100%;
        height: auto
    }
}

.page-template-template-newsroom #media-coverage .media-item {
    text-align: center;
    padding-top: 30px
}

.page-template-template-newsroom #media-coverage .media-item img {
    max-width: 120px;
    height: auto
}

.page-template-template-newsroom #media-coverage .media-item h3,
.page-template-template-newsroom #media-coverage .media-item a {
    color: #0070cc;
    margin-bottom: 0
}

.page-template-template-newsroom #media-coverage .coverage {
    padding-top: 30px
}

.page-template-template-newsroom #media-coverage .coverage img {
    max-width: 120px;
    height: auto
}

.page-template-template-newsroom #media-coverage .coverage h3 {
    margin-top: 15px
}

.page-template-template-newsroom #media-coverage .loading-div {
    display: none;
    padding-bottom: 0;
    padding-top: 20px
}

@media (min-width:768px) {
    .page-template-template-newsroom #media-coverage .media-item {
        padding-top: 40px
    }
    .page-template-template-newsroom #media-coverage .coverage {
        padding-top: 60px
    }
}

@media (min-width:992px) {
    .page-template-template-newsroom #media-coverage .coverage img {
        max-width: 140px
    }
    .page-template-template-newsroom #media-coverage .media-item {
        padding-top: 60px
    }
    .page-template-template-newsroom #media-coverage .media-item img {
        max-width: 140px
    }
    .page-template-template-newsroom #media-coverage .padding-top {
        padding-top: 70px
    }
}

.page-template-template-newsroom #media-posts {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0
}

.page-template-template-newsroom #media-posts .latest-blog-item {
    margin-bottom: 15px
}

.page-template-template-newsroom #media-posts .latest-blog-item .info-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    padding-top: 15px;
    padding-bottom: 15px
}

.page-template-template-newsroom #media-posts .latest-blog-item .info-container .info-wrap {
    padding: 0
}

.page-template-template-newsroom #media-posts .latest-blog-item .info-container .info-wrap h2 {
    color: #0070cc;
    margin-top: 0
}

.page-template-template-newsroom #media-posts .latest-blog-item .info-container .info-wrap p {
    color: #444
}

.page-template-template-newsroom #media-posts .latest-blog-item .thumbnail-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    overflow: hidden;
    padding-left: 0
}

.page-template-template-newsroom #media-posts .latest-blog-item .thumbnail-container a {
    text-decoration: none
}

.page-template-template-newsroom #media-posts .latest-blog-item .thumbnail-container img {
    max-width: 100%;
    height: auto
}

.page-template-template-newsroom #media-posts .latest-blog-item.hovered .info-container .post-hover {
    text-decoration: none
}

.page-template-template-newsroom #media-posts .latest-blog-item.hovered .info-container .info-wrap h2 {
    text-decoration: underline
}

@media (min-width:768px) {
    .page-template-template-newsroom #media-posts .latest-blog-item .info-container {
        padding-top: 0;
        padding-bottom: 0
    }
    .page-template-template-newsroom #media-posts .latest-blog-item .info-container .info-wrap {
        padding: 16px 5px
    }
    .page-template-template-newsroom #media-posts .latest-blog-item .thumbnail-container img {
        padding-top: 16px;
        padding-left: 16px;
        padding-bottom: 16px
    }
}

@media (min-width:992px) {
    .page-template-template-newsroom #media-posts .latest-blog-item {
        margin-bottom: 20px
    }
    .page-template-template-newsroom #media-posts .latest-blog-item .info-container .info-wrap {
        padding: 35px 15px
    }
    .page-template-template-newsroom #media-posts .latest-blog-item .thumbnail-container img {
        padding-top: 35px;
        padding-left: 30px;
        padding-bottom: 35px
    }
}

.page-template-template-newsroom #media-posts .more-nav {
    text-align: center
}

.page-template-template-newsroom #media-posts .more-nav .btn-more {
    border: 1px solid #979797;
    background-color: transparent;
    color: #0070cc
}

.page-template-template-newsroom #media-posts .more-nav .btn-more:hover {
    border-color: #0070cc;
    color: #fff;
    background-color: #0070cc
}

.page-template-template-newsroom #media-posts .no-results {
    padding-top: 20px
}

@media (min-width:768px) {
    .page-template-template-newsroom #media-posts {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .page-template-template-newsroom #media-posts .latest-blog-item {
        margin-left: 15px
    }
}

.page-template-template-newsroom #media-contact {
    margin-top: 30px;
    background-color: #f3f3f3;
    margin-left: -15px;
    margin-right: -15px
}

.page-template-template-newsroom #media-contact .inquiries,
.page-template-template-newsroom #media-contact .follow-us {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px
}

.page-template-template-newsroom #media-contact .inquiries h3,
.page-template-template-newsroom #media-contact .follow-us h3 {
    color: #0070cc
}

.page-template-template-newsroom #media-contact .follow-us {
    padding-top: 10px
}

.page-template-template-newsroom #media-contact .follow-us h3 {
    margin-top: 0
}

.page-template-template-newsroom #media-contact .social-icons {
    display: inline-block;
    padding-bottom: 25px
}

.page-template-template-newsroom #media-contact .social-icons a {
    text-decoration: none
}

.page-template-template-newsroom #media-contact .social-icons a .social-item {
    margin: 0 7.5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background-color: #afcb08;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page-template-template-newsroom #media-contact .social-icons a .social-item .fa {
    color: #fff;
    font-size: 24px;
    line-height: 38px
}

.page-template-template-newsroom #media-contact .social-icons a:hover {
    text-decoration: none
}

.page-template-template-newsroom #media-contact .social-icons a:hover .social-item {
    background-color: #879d0a
}

@media (min-width:768px) {
    .page-template-template-newsroom #media-contact {
        magin-top: 40px
    }
    .page-template-template-newsroom #media-contact .follow-us h3 {
        margin-top: 20px
    }
}

@media (min-width:992px) {
    .page-template-template-newsroom #media-contact {
        margin-top: 60px
    }
    .page-template-template-newsroom #media-contact .inquiries,
    .page-template-template-newsroom #media-contact .follow-us {
        padding-top: 20px;
        padding-bottom: 25px
    }
}

.products #product-families {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 15px
}

.products #product-families h1 {
    color: #0070cc;
    margin-top: 0;
    font-weight: 500;
    font-size: 44px;
    text-transform: uppercase;
    font-family: open_sans
}

@media (max-width:768px) {
    .products #product-families h1 {
        font-size: 26px;
        padding-bottom: 14px
    }
}

.products #product-families .section-p {
    font-size: 14px
}

.products #product-families .family-items {
    padding-top: 30px
}

.products #product-families .family-items .family-area {
    padding-bottom: 20px
}

.products #product-families .family-items .family-area a {
    text-decoration: none
}

.products #product-families .family-items .family-area a h3 {
    margin-top: 20px;
    color: #0070cc
}

.products #product-families .family-items .family-area a p {
    color: #444;
    margin-bottom: 35px
}

@media (max-width:768px) {
    .products #product-families .family-items .family-area a p {
        margin: 0px
    }
}

.products #product-families .family-items .family-area a .view-more {
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px
}

.products #product-families .family-items .family-area a .view-more .arrow {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 1px;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.products #product-families .family-items .family-area a .view-more .arrow svg g {
    fill: #afcb08
}

.products #product-families .family-items .family-area a:hover h3 {
    text-decoration: underline
}

.products #product-families .family-items .family-area a:hover .view-more .arrow svg g {
    fill: #879d0a
}

.products #product-families .family-items .family-area:last-child {
    border-right: 0
}

.products #product-families .family-items .family-area .sep {
    padding: 20px 0
}

.products #product-families .family-items .family-area .sep .sep-box {
    display: inline-block
}

.products #product-families .family-items .family-area .sep .sep-box .bar {
    background-color: #979797;
    height: 2px;
    width: 16px;
    display: block
}

.products #product-families .family-items .family-area .sep .sep-box .bar.v {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -2px
}

@media (max-width:768px) {
    .products #product-families .family-items .family-area {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .products #product-families .family-items .family-area {
        padding-bottom: 40px
    }
}

.products #product-families .family-items img {
    max-width: 50%
}

.products #product-families .btn,
.products #product-families .comment-form input[type="submit"],
.products #product-families .comment-form input[type="submit"] {
    font-size: 16px
}

@media (min-width:768px) {
    .products #product-families {
        padding-top: 50px;
        padding-bottom: 20px
    }
    .products #product-families .family-items {
        padding-top: 40px
    }
    .products #product-families .family-items .family-area {
        padding-bottom: 20px
    }
    .products #product-families .family-items .family-area h3 {
        margin-top: 25px
    }
    .products #product-families .family-items .family-area p {
        padding: 0
    }
}

@media (min-width:992px) {
    .products #product-families {
        padding-top: 80px;
        padding-bottom: 30px
    }
    .products #product-families .family-items {
        padding-top: 60px
    }
    .products #product-families .family-items .family-area h3 {
        margin-top: 30px
    }
    .products #product-families .family-items .family-area p {
        padding: 0 40px
    }
}

@media (max-width:768px) {
    .products .info-container {
        text-align: center
    }
}

.products .download-links {
    margin-bottom: 15px
}

.products #bg-products {
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px
}

.products h1#started-heading {
    color: #0070cc;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-family: open_sans
}

@media (min-width:768px) {
    .products h1#started-heading {
        font-size: 44px;
        line-height: 50px
    }
}

.products .family-section {
    margin-left: -15px;
    margin-right: -15px
}

.products .family-section .head-section {
    padding-top: 70px;
    padding-bottom: 40px
}

.products .family-section .head-section .heaprincipalh2 {
    color: #0070cc;
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-family: open_sans
}

.products .family-section .head-section .heaprincipalh2:before,
.products .family-section .head-section .heaprincipalh2:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top: 0
}

.products .family-section .head-section .heaprincipalh2:before {
    bottom: -52px;
    left: 50%;
    margin-left: -38px;
    border-width: 39px
}

.products .family-section .head-section .heaprincipalh2:after {
    bottom: -52px;
    left: 50%;
    margin-left: -35px;
    border-bottom-color: #f3f3f3;
    border-width: 36px
}

.products .family-section .row.product-item {
    padding: 30px 0px
}

.products .family-section .row.product-item a.btn-primary,
.products .family-section .row.product-item a.comment-form input[type="submit"] {
    padding: 15px 30px;
    font-size: 16px
}

@media (max-width:768px) {
    .products .family-section .row.product-item a.btn-primary,
    .products .family-section .row.product-item a.comment-form input[type="submit"] {
        padding: 10px 25px;
        font-size: 15px
    }
}

.products .family-section .row.product-item h2 {
    font-weight: 500;
    font-family: open_sans
}

.products .family-section .product-list {
    padding-left: 15px;
    padding-right: 15px
}

.products .family-section .product-list .product-item .image-container img {
    max-width: 100%;
    height: auto
}

.products .family-section .product-list.light {
    background-color: #f3f3f3
}

.products .family-section .product-list.light h2 {
    color: #0070cc;
    font-size: 36px
}

@media (max-width:768px) {
    .products .family-section .product-list.light h2 {
        text-align: center
    }
    .products .family-section .product-list.light p {
        text-align: center
    }
}

.products .family-section .product-list.dark {
    background-color: #002b4a
}

.products .family-section .product-list.dark h2 {
    color: #1cb6d5;
    font-size: 36px
}

.products .family-section .product-list.dark p {
    color: #fff
}

.products .family-section.middle .head-section {
    text-align: center
}

.products .family-section.right .head-section {
    text-align: right
}

.page-template-template-solution-package .main header {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #0070cc;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

.page-template-template-solution-package .main header .container {
    position: relative
}

.page-template-template-solution-package .main header h1 {
    font-weight: 600
}

.page-template-template-solution-package .main header .header-image {
    margin-bottom: -11%;
    padding-top: 30px
}

.page-template-template-solution-package .main header .header-image img {
    max-width: 85%;
    height: auto
}

@media (min-width:768px) {
    .page-template-template-solution-package .main header {
        padding-top: 20px;
        padding-bottom: 25px
    }
    .page-template-template-solution-package .main header .header-image img {
        max-width: 50%
    }
}

@media (min-width:992px) {
    .page-template-template-solution-package .main header {
        padding-top: 60px;
        padding-bottom: 65px
    }
}

.page-template-template-solution-package .main #intro {
    padding-top: 60px;
    padding-bottom: 15px
}

.page-template-template-solution-package .main #intro img {
    display: block;
    max-width: 100px;
    margin: 0 auto
}

.page-template-template-solution-package .main #intro h2,
.page-template-template-solution-package .main #intro p {
    overflow: hidden
}

.page-template-template-solution-package .main #intro h2 {
    font-weight: bold;
    color: #0070cc
}

@media (min-width:768px) {
    .page-template-template-solution-package .main #intro {
        padding-top: 80px;
        padding-bottom: 25px
    }
    .page-template-template-solution-package .main #intro img {
        float: left;
        padding-right: 30px;
        max-width: 200px
    }
}

@media (min-width:992px) {
    .page-template-template-solution-package .main #intro {
        padding-top: 100px;
        padding-bottom: 65px
    }
}

.page-template-template-solution-package .main #features-benefits {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f3f3f3;
    border-top: 2px solid #0070cc;
    border-bottom: 2px solid #0070cc;
    color: #0070cc
}

.page-template-template-solution-package .main #features-benefits h2 {
    margin-top: 0
}

.page-template-template-solution-package .main #features-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px
}

.page-template-template-solution-package .main #features-benefits ul li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    background: url("/themes/telesign/assets/img/layout/icon-checkmark-blue.html") no-repeat top 2px left;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    padding-left: 30px
}

@media (min-width:768px) {
    .page-template-template-solution-package .main #features-benefits {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (min-width:992px) {
    .page-template-template-solution-package .main #features-benefits {
        padding-top: 45px;
        padding-bottom: 65px
    }
}

.page-template-template-solution-package .main #bottom-section {
    padding-top: 15px;
    padding-bottom: 15px
}

.page-template-template-solution-package .main #bottom-section h2 {
    color: #0070cc;
    margin-bottom: 30px
}

.page-template-template-solution-package .main #bottom-section .image-container img {
    max-width: 100%;
    height: auto
}

@media (min-width:768px) {
    .page-template-template-solution-package .main #bottom-section {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (min-width:992px) {
    .page-template-template-solution-package .main #bottom-section {
        padding-top: 45px;
        padding-bottom: 65px
    }
}

.page-template-template-solution-package .main .get-started-wrap {
    background-color: #f3f3f3;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 2px solid #0070cc
}

.product-evaluation {
    color: #444444
}

.product-evaluation header .content-area {
    text-align: left
}

@media (max-width:768px) {
    .product-evaluation header .content-area {
        text-align: center
    }
}

.product-evaluation .logo-a .logo-img {
    padding-bottom: 16px
}

.product-evaluation h1 {
    color: #22bade;
    margin-top: 0;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: open_sans
}

@media (max-width:768px) {
    .product-evaluation h1 {
        font-size: 26px;
        padding-bottom: 14px
    }
}

.product-evaluation h2.heaprincipalh2 {
    font-weight: 500;
    color: #0070cc;
    font-size: 40px;
    text-transform: uppercase
}

@media (max-width:768px) {
    .product-evaluation h2.heaprincipalh2 {
        text-align: center;
        font-size: 22px
    }
}

.product-evaluation .titleForm {
    font-weight: 500;
    color: #0070cc;
    font-size: 30px;
    text-transform: uppercase
}

@media (max-width:768px) {
    .product-evaluation .titleForm {
        text-align: center;
        font-size: 22px
    }
}

.product-evaluation .description_header {
    color: #fff;
    font-size: 22px
}

@media (max-width:768px) {
    .product-evaluation .description_header {
        font-size: 14px;
        padding-bottom: 14px
    }
}

.product-evaluation .list {
    padding: 10px 0px
}

.product-evaluation .list .list-description {
    margin-bottom: 15px
}

.product-evaluation .instruction-number {
    background-color: #22bade;
    color: white;
    float: left;
    padding: 5px 11px;
    border-radius: 15px;
    margin-right: 15px;
    font-size: 14px
}

.product-evaluation .form-area {
    margin-top: -150px
}

@media (max-width:768px) {
    .product-evaluation .form-area {
        margin-top: 30px
    }
}

.product-evaluation .quote-spacing {
    clear: both;
    margin: 30px 0px
}

.product-evaluation #quote-section .logo_quote {
    max-width: 60%;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .product-evaluation #quote-section .logo_quote {
        max-width: 80%
    }
}

.product-evaluation #quote-section h3 {
    color: #22bade;
    font-weight: 500;
    font-size: 22px
}

@media (min-width:768px) {
    .product-evaluation #quote-section h3 {
        width: 87%;
        margin: auto
    }
}

.product-evaluation #quote-section .quote-text {
    font-size: 14px;
    display: inline-block;
    width: 65%
}

@media (min-width:768px) {
    .product-evaluation #quote-section .quote-text {
        font-size: 18px;
        width: 82%
    }
}

.product-evaluation #quote-section .quote-symbol {
    display: inline-block;
    background-image: url("/themes/telesign/assets/img/products/line_open.html");
    width: 40px;
    height: 29px;
    background-repeat: no-repeat;
    vertical-align: top
}

.product-evaluation #quote-section .quote-symbol.right {
    background-image: url("/themes/telesign/assets/img/products/line_close.html");
    vertical-align: bottom
}

@media (min-width:768px) {
    .product-evaluation #quote-section .quote-symbol.right {
        vertical-align: baseline
    }
}

@media (max-width:768px) {
    .product-evaluation #quote-section {
        text-align: center
    }
}

.product-evaluation #benefits {
    margin: 30px 0px
}

.product-evaluation #benefits .check-container {
    margin-bottom: 0px
}

.product-evaluation #benefits .benefits-image {
    text-align: center
}

.product-evaluation #benefits .benefits-image img {
    max-width: 80px;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .product-evaluation #benefits .benefits-image img {
        margin-bottom: 10px
    }
    .product-evaluation #benefits .content-container {
        float: right
    }
}

.product-evaluation section#our-customers {
    background-color: #f7f7f7
}

.product-evaluation footer {
    color: #0070cc;
    padding: 10px 0 0px 0;
    text-align: center;
    background-color: #f7f7f7
}

.product-evaluation footer .footer-brand {
    margin: 30px 0px;
    display: inline-block
}

.product-evaluation footer .footer-brand #telesign-logo {
    width: 250px;
    height: 56px;
    background: url("/themes/telesign/assets/img/layout/telesign-logo-color.html") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain
}

.product-evaluation footer .footer-brand:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.product-evaluation footer .address {
    margin-bottom: 0
}

.product-evaluation footer .copyright {
    padding-right: 10px;
    font-size: 10px
}

.product-evaluation footer #menu-footer-menu {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 10px
}

.product-evaluation footer #menu-footer-menu li {
    display: inline-block
}

.product-evaluation footer #menu-footer-menu li a {
    margin: 0 10px;
    color: #0070cc;
    font-weight: bold
}

.product-evaluation footer .social-media-container {
    padding-top: 30px;
    padding-bottom: 25px;
    position: relative
}

.product-evaluation footer .social-media-container .social-wrap {
    position: relative;
    z-index: 2;
    background-color: #f7f7f7;
    width: 85%;
    margin: auto
}

@media (min-width:768px) {
    .product-evaluation footer .social-media-container .social-wrap {
        width: 25%
    }
}

.product-evaluation footer .social-media-container .social-wrap .social-anchor {
    display: inline-block;
    margin: 0 10px
}

.product-evaluation footer .social-media-container .social-wrap .social-anchor .social-icon {
    width: 40px;
    height: 40px;
    float: left
}

.product-evaluation footer .social-media-container .social-wrap .social-anchor .social-icon svg>g>g {
    fill: #0070cc
}

.product-evaluation footer .social-media-container .social-wrap .social-anchor:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.product-evaluation footer .social-media-container .div-line {
    position: absolute;
    top: 0;
    width: 90%;
    height: 1px;
    background-color: #cdcdcd;
    margin-top: -0.5px;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0
}

@media (min-width:768px) {
    .product-evaluation footer .social-media-container .div-line {
        top: 50%;
        width: 80%
    }
}

@media (min-width:992px) {
    .product-evaluation footer {
        text-align: left
    }
    .product-evaluation footer #menu-footer-menu {
        font-size: 12px
    }
}

.product-evaluation .container-copyright {
    background-color: #0070cc;
    text-align: center;
    color: white;
    padding: 20px
}

.thank-you {
    color: #444444
}

.thank-you #landing-content {
    padding: 50px 0
}

@media (min-width:992px) {
    .thank-you #landing-content {
        padding-top: 80px;
        padding-bottom: 50px
    }
}

.thank-you ol {
    padding-left: 0;
    list-style: none;
    counter-reset: my-badass-counter
}

.thank-you ol li:before {
    content: counter(my-badass-counter, decimal) ".";
    counter-increment: my-badass-counter;
    font-weight: bold;
    width: 15px;
    float: left
}

.thank-you ol>li>ol {
    padding-left: 30px;
    list-style: none;
    counter-reset: my-badass-counter2
}

.thank-you ol>li>ol>li:before {
    content: counter(my-badass-counter2, lower-alpha) ".";
    counter-increment: my-badass-counter2;
    list-style-type: lower-alpha;
    font-weight: normal
}

.thank-you ol>li>a {
    color: #0070cc
}

.thank-you .box-tutorial>.content {
    padding-bottom: 30px
}

.thank-you header .content-area {
    text-align: left
}

@media (max-width:768px) {
    .thank-you header .content-area {
        text-align: center
    }
}

.thank-you .logo-a .logo-img {
    padding-bottom: 16px
}

.thank-you h1 {
    color: #0070cc;
    font-family: open_sans;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:768px) {
    .thank-you h1 {
        font-size: 26px;
        padding-bottom: 14px
    }
}

.thank-you main h1 {
    color: #0070cc
}

.thank-you h2.heaprincipalh2 {
    font-weight: 500;
    color: #0070cc;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px
}

@media (min-width:992px) {
    .thank-you h2.heaprincipalh2 {
        font-size: 48px
    }
}

@media (min-width:992px) {
    .thank-you h2.text-learn {
        font-size: 14px
    }
}

.thank-you .description_header {
    color: #fff;
    font-size: 22px
}

@media (max-width:768px) {
    .thank-you .description_header {
        font-size: 14px;
        padding-bottom: 14px
    }
}

.thank-you .list {
    padding: 10px 0px
}

.thank-you .list .list-description {
    margin-bottom: 15px
}

.thank-you .instruction-number {
    background-color: #22bade;
    color: white;
    float: left;
    padding: 5px 11px;
    border-radius: 15px;
    margin-right: 15px;
    font-size: 14px
}

.thank-you .form-area {
    margin-top: -150px
}

@media (max-width:768px) {
    .thank-you .form-area {
        margin-top: 30px
    }
}

.thank-you .quote-spacing {
    clear: both;
    margin: 30px 0px
}

.thank-you #quote-section .logo_quote {
    max-width: 60%;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .thank-you #quote-section .logo_quote {
        max-width: 80%
    }
}

.thank-you #quote-section h3 {
    color: #22bade;
    font-weight: 500;
    font-size: 22px
}

@media (min-width:768px) {
    .thank-you #quote-section h3 {
        width: 87%;
        margin: auto
    }
}

.thank-you #quote-section .quote-text {
    font-size: 14px;
    display: inline-block;
    width: 65%
}

@media (min-width:768px) {
    .thank-you #quote-section .quote-text {
        font-size: 18px;
        width: 82%
    }
}

.thank-you #quote-section .quote-symbol {
    display: inline-block;
    background-image: url("/themes/telesign/assets/img/products/line_open.html");
    width: 40px;
    height: 29px;
    background-repeat: no-repeat;
    vertical-align: top
}

.thank-you #quote-section .quote-symbol.right {
    background-image: url("/themes/telesign/assets/img/products/line_close.html");
    vertical-align: bottom
}

@media (min-width:768px) {
    .thank-you #quote-section .quote-symbol.right {
        vertical-align: baseline
    }
}

@media (max-width:768px) {
    .thank-you #quote-section {
        text-align: center
    }
}

.thank-you #benefits {
    margin: 30px 0px
}

.thank-you #benefits .check-container {
    margin-bottom: 0px
}

.thank-you #benefits .benefits-image {
    text-align: center
}

.thank-you #benefits .benefits-image img {
    max-width: 80px;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .thank-you #benefits .benefits-image img {
        margin-bottom: 10px
    }
    .thank-you #benefits .content-container {
        float: right
    }
}

.thank-you section#our-customers {
    background-color: #f7f7f7;
    padding-top: 50px
}

.thank-you footer {
    color: #0070cc;
    padding: 10px 0 0px 0;
    text-align: center;
    background-color: #f7f7f7
}

.thank-you footer .footer-brand {
    margin: 30px 0px;
    display: inline-block
}

.thank-you footer .footer-brand #telesign-logo {
    width: 250px;
    height: 56px;
    background: url("/themes/telesign/assets/img/layout/telesign-logo-color.html") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain
}

.thank-you footer .footer-brand:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.thank-you footer .address {
    margin-bottom: 0
}

.thank-you footer .copyright {
    padding-right: 10px;
    font-size: 10px
}

.thank-you footer #menu-footer-menu {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 10px
}

.thank-you footer #menu-footer-menu li {
    display: inline-block
}

.thank-you footer #menu-footer-menu li a {
    margin: 0 10px;
    color: #0070cc;
    font-weight: bold
}

.thank-you footer .social-media-container {
    padding-top: 30px;
    padding-bottom: 25px;
    position: relative
}

.thank-you footer .social-media-container .social-wrap {
    position: relative;
    z-index: 2;
    background-color: #f7f7f7;
    width: 85%;
    margin: auto
}

@media (min-width:768px) {
    .thank-you footer .social-media-container .social-wrap {
        width: 25%
    }
}

.thank-you footer .social-media-container .social-wrap .social-anchor {
    display: inline-block;
    margin: 0 10px
}

.thank-you footer .social-media-container .social-wrap .social-anchor .social-icon {
    width: 40px;
    height: 40px;
    float: left
}

.thank-you footer .social-media-container .social-wrap .social-anchor .social-icon svg>g>g {
    fill: #0070cc
}

.thank-you footer .social-media-container .social-wrap .social-anchor:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.thank-you footer .social-media-container .div-line {
    position: absolute;
    top: 0;
    width: 90%;
    height: 1px;
    background-color: #cdcdcd;
    margin-top: -0.5px;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0
}

@media (min-width:768px) {
    .thank-you footer .social-media-container .div-line {
        top: 50%;
        width: 80%
    }
}

@media (min-width:992px) {
    .thank-you footer {
        text-align: left
    }
    .thank-you footer #menu-footer-menu {
        font-size: 12px
    }
}

.thank-you .container-copyright {
    background-color: #0070cc;
    text-align: center;
    color: white;
    padding: 20px
}

.terms-conditions {
    color: #444444
}

.terms-conditions #landing-content {
    padding: 50px 0
}

.terms-conditions header .content-area {
    text-align: left
}

@media (max-width:768px) {
    .terms-conditions header .content-area {
        text-align: center
    }
}

.terms-conditions .logo-a .logo-img {
    padding-bottom: 16px
}

.terms-conditions h1 {
    color: #22bade;
    margin-top: 0;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: open_sans
}

@media (max-width:768px) {
    .terms-conditions h1 {
        font-size: 26px;
        padding-bottom: 14px
    }
}

.terms-conditions main h1 {
    color: #0070cc
}

.terms-conditions h2.heaprincipalh2 {
    font-weight: 500;
    color: #0070cc;
    font-size: 40px;
    text-transform: uppercase
}

@media (max-width:768px) {
    .terms-conditions h2.heaprincipalh2 {
        text-align: center;
        font-size: 22px
    }
}

.terms-conditions .description_header {
    color: #fff;
    font-size: 22px
}

@media (max-width:768px) {
    .terms-conditions .description_header {
        font-size: 14px;
        padding-bottom: 14px
    }
}

.terms-conditions .list {
    padding: 10px 0px
}

.terms-conditions .list .list-description {
    margin-bottom: 15px
}

.terms-conditions .instruction-number {
    background-color: #22bade;
    color: white;
    float: left;
    padding: 5px 11px;
    border-radius: 15px;
    margin-right: 15px;
    font-size: 14px
}

.terms-conditions .form-area {
    margin-top: -150px
}

@media (max-width:768px) {
    .terms-conditions .form-area {
        margin-top: 30px
    }
}

.terms-conditions .quote-spacing {
    clear: both;
    margin: 30px 0px
}

.terms-conditions #quote-section .logo_quote {
    max-width: 60%;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .terms-conditions #quote-section .logo_quote {
        max-width: 80%
    }
}

.terms-conditions #quote-section h3 {
    color: #22bade;
    font-weight: 500;
    font-size: 22px
}

@media (min-width:768px) {
    .terms-conditions #quote-section h3 {
        width: 87%;
        margin: auto
    }
}

.terms-conditions #quote-section .quote-text {
    font-size: 14px;
    display: inline-block;
    width: 65%
}

@media (min-width:768px) {
    .terms-conditions #quote-section .quote-text {
        font-size: 18px;
        width: 82%
    }
}

.terms-conditions #quote-section .quote-symbol {
    display: inline-block;
    background-image: url("/themes/telesign/assets/img/products/line_open.html");
    width: 40px;
    height: 29px;
    background-repeat: no-repeat;
    vertical-align: top
}

.terms-conditions #quote-section .quote-symbol.right {
    background-image: url("/themes/telesign/assets/img/products/line_close.html");
    vertical-align: bottom
}

@media (min-width:768px) {
    .terms-conditions #quote-section .quote-symbol.right {
        vertical-align: baseline
    }
}

@media (max-width:768px) {
    .terms-conditions #quote-section {
        text-align: center
    }
}

.terms-conditions #benefits {
    margin: 30px 0px
}

.terms-conditions #benefits .check-container {
    margin-bottom: 0px
}

.terms-conditions #benefits .benefits-image {
    text-align: center
}

.terms-conditions #benefits .benefits-image img {
    max-width: 80px;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .terms-conditions #benefits .benefits-image img {
        margin-bottom: 10px
    }
    .terms-conditions #benefits .content-container {
        float: right
    }
}

.terms-conditions section#our-customers {
    display: none
}

.home #telesign-use-cases h1 {
    padding-top: 40px;
    font-size: 36px;
    color: #0070cc;
    font-weight: 500;
    text-align: center;
    line-height: 1.1em
}

@media (min-width:992px) {
    .home #telesign-use-cases h1 {
        font-size: 48px;
        line-height: 1.1em;
        text-transform: uppercase
    }
}

.home #telesign-use-cases .section-p {
    text-align: center
}

.home #telesign-use-cases .row.use-cases-list {
    padding-top: 10px
}

@media (min-width:992px) {
    .home #telesign-use-cases .row.use-cases-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .home #telesign-use-cases .row.use-cases-list .use-cases {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .home #telesign-use-cases .row.use-cases-list .use-cases a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.home #telesign-use-cases .row.use-cases-list a {
    color: #444444
}

.home #telesign-use-cases .row.use-cases-list a .border-box {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 30px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    margin: 20px 0;
    text-align: center
}

.home #telesign-use-cases .row.use-cases-list a .border-box img {
    max-width: 90px;
    padding-bottom: 15px
}

.home #telesign-use-cases .row.use-cases-list a .border-box h3 {
    color: #0070cc;
    margin-top: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase
}

.home #telesign-use-cases .row.use-cases-list a .border-box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.9
}

.home #telesign-use-cases .row.use-cases-list a:hover .border-box {
    border-color: #0070cc
}

@media (min-width:992px) {
    .home #telesign-use-cases .row.use-cases-list {
        padding-top: 25px
    }
    .home #telesign-use-cases .row.use-cases-list a {
        color: #444444
    }
    .home #telesign-use-cases .row.use-cases-list a .border-box {
        padding: 20px 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #dbdbdb;
        margin: 0px;
        text-align: left
    }
    .home #telesign-use-cases .row.use-cases-list a .border-box img {
        max-width: 90px;
        float: left
    }
    .home #telesign-use-cases .row.use-cases-list a .border-box h3 {
        color: #0070cc;
        margin-top: 0px;
        font-size: 22px;
        line-height: 0.9;
        font-weight: 500
    }
    .home #telesign-use-cases .row.use-cases-list a .border-box p {
        font-size: 14px;
        font-weight: 300
    }
}

.use-cases main.main {
    padding: 0!important
}

.use-cases img {
    max-width: 100%;
    height: auto
}

.use-cases #bg-use-cases {
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0px;
    padding-bottom: 30px;
    padding-top: 30px
}

.use-cases .bg-white {
    background-color: white
}

.use-cases .bg-grey {
    background-color: #e8e8e8
}

.use-cases h1 {
    margin-top: 0px;
    padding-top: 80px;
    font-size: 36px;
    color: #0070cc;
    font-weight: 500;
    text-align: center;
    line-height: 1.1em
}

@media (min-width:992px) {
    .use-cases h1 {
        font-size: 48px;
        line-height: 1.1em
    }
}

@media (min-width:992px) {
    .use-cases #bg-use-cases {
        padding-top: 65;
        padding-bottom: 0px
    }
}

.use-cases .sub-title .fancy {
    line-height: 0.5;
    text-align: center
}

.use-cases .sub-title .fancy span {
    display: inline-block;
    position: relative
}

.use-cases .sub-title .fancy span:before,
.use-cases .sub-title .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 0px solid #505050;
    top: 0;
    width: 0px;
    opacity: 0.32
}

.use-cases .sub-title .fancy span:before {
    right: 100%;
    margin-right: 15px
}

.use-cases .sub-title .fancy span:after {
    left: 100%;
    margin-left: 15px
}

@media (min-width:992px) {
    .use-cases .sub-title .fancy span:before,
    .use-cases .sub-title .fancy span:after {
        border-bottom: 1px solid #505050;
        width: 125%
    }
    .use-cases .sub-title h2.no-span {
        display: table;
        white-space: nowrap;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        margin: auto;
        width: 94%
    }
    .use-cases .sub-title h2.no-span:before,
    .use-cases .sub-title h2.no-span:after {
        border-top: 1px solid #505050;
        content: '';
        display: table-cell;
        position: relative;
        top: 1.2em;
        width: 45%;
        opacity: 0.32
    }
    .use-cases .sub-title h2.no-span:before {
        right: 1.5%
    }
    .use-cases .sub-title h2.no-span:after {
        left: 1.5%
    }
}

.use-cases .single-use-case-box {
    padding-top: 40px;
    padding-bottom: 15px;
    background-position: bottom;
    background-repeat: no-repeat
}

.use-cases .single-use-case-box .section-title {
    text-align: center;
    padding-bottom: 15px
}

.use-cases .single-use-case-box .section-title img {
    max-width: 76px;
    height: auto;
    margin-bottom: 30px
}

.use-cases .single-use-case-box .section-title h1 {
    padding-top: 0px;
    color: #0070cc;
    margin-top: 0;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    font-family: open_sans;
    line-height: 1.1
}

.use-cases .single-use-case-box .section-title .section-p {
    font-size: 14px;
    font-weight: 300;
    line-height: 2
}

.use-cases .single-use-case-box .sub-title {
    position: relative;
    color: #0070cc;
    font-family: open_sans;
    font-weight: 600;
    font-size: 14px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 15px
}

@media (min-width:992px) {
    .use-cases .single-use-case-box {
        background-position: top center;
        -webkit-background-size: cover;
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 80px
    }
    .use-cases .single-use-case-box .section-title {
        text-align: center;
        padding-bottom: 0px
    }
    .use-cases .single-use-case-box .section-title h1 {
        color: #0070cc;
        margin-top: 0;
        font-weight: 500;
        font-size: 30px;
        font-family: open_sans;
        text-align: left
    }
    .use-cases .single-use-case-box .section-title .section-p {
        font-size: 22px;
        font-weight: 300;
        line-height: 1.3;
        text-align: left;
        margin-bottom: 0px
    }
    .use-cases .single-use-case-box .sub-title {
        position: relative;
        color: #0070cc;
        font-family: open_sans;
        font-weight: 600;
        border-top: 0px;
        margin-top: 30px;
        margin-bottom: 10px
    }
}

.use-cases .row.use-cases-list {
    padding-top: 10px
}

@media (min-width:992px) {
    .use-cases .row.use-cases-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .use-cases .row.use-cases-list .use-cases {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .use-cases .row.use-cases-list .use-cases a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.use-cases .row.use-cases-list a {
    color: #444444
}

.use-cases .row.use-cases-list a .border-box {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 30px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    margin: 20px 0;
    text-align: center
}

.use-cases .row.use-cases-list a .border-box img {
    max-width: 90px;
    padding-bottom: 15px
}

.use-cases .row.use-cases-list a .border-box h3 {
    color: #0070cc;
    margin-top: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase
}

.use-cases .row.use-cases-list a .border-box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.9
}

.use-cases .row.use-cases-list a:hover .border-box {
    border-color: #0070cc
}

@media (min-width:992px) {
    .use-cases .row.use-cases-list {
        padding-top: 25px
    }
    .use-cases .row.use-cases-list a {
        color: #444444
    }
    .use-cases .row.use-cases-list a .border-box {
        padding: 20px 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #dbdbdb;
        margin: 0px;
        text-align: left
    }
    .use-cases .row.use-cases-list a .border-box img {
        max-width: 90px;
        float: left
    }
    .use-cases .row.use-cases-list a .border-box h3 {
        color: #0070cc;
        margin-top: 0px;
        font-size: 22px;
        line-height: 0.9;
        font-weight: 500
    }
    .use-cases .row.use-cases-list a .border-box p {
        font-size: 14px;
        font-weight: 300
    }
}

.use-cases .row.view-all-container.btn-use-cases {
    text-align: center;
    padding: 40px
}

.use-cases #title-use-cases {
    color: #0070cc;
    text-transform: uppercase;
    font-weight: 500
}

.use-cases #use-cases-home {
    background: url("/themes/telesign/assets/img/use/use_bg.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

@media (min-width:992px) {
    .use-cases #use-cases-home #bg-use-cases {
        padding-top: 40px;
        padding-bottom: 0px
    }
}

.use-cases #use-cases-home #bg-use-cases .section-p {
    font-size: 18px;
    line-height: 28px
}

.use-cases .box-title {
    padding-bottom: 30px
}

.use-cases .box-title .section-p {
    width: 80%;
    margin: auto;
    text-align: center
}

@media (min-width:992px) {
    .use-cases .box-title {
        padding-bottom: 0px
    }
}

.single-use-cases a:hover {
    text-decoration: none
}

.single-use-cases img {
    max-width: 100%;
    height: auto
}

.single-use-cases article.single-use-cases header {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    background-color: #002b4a
}

.single-use-cases article.single-use-cases header h1 {
    margin: 25px 0;
    color: #22bade;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.1
}

.single-use-cases article.single-use-cases header .text-content {
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.9;
    margin: 30px 20px
}

.single-use-cases article.single-use-cases header .box-content {
    border: solid 1px #ffffff;
    margin: 30px 20px;
    padding: 20px 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.single-use-cases article.single-use-cases header .box-content h2 {
    color: white;
    font-weight: 500;
    font-size: 22px;
    line-height: 1
}

.single-use-cases article.single-use-cases header .box-content img {
    width: 70%
}

.single-use-cases article.single-use-cases header .box-content:hover {
    opacity: 0.85
}

.single-use-cases article.single-use-cases header .box-content a {
    text-decoration: none
}

.single-use-cases article.single-use-cases h2 {
    color: #0070cc;
    font-weight: 500
}

.single-use-cases article.single-use-cases p {
    line-height: 28px
}

.single-use-cases article.single-use-cases-gaming {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    background-color: #002b4a
}

.single-use-cases article.single-use-cases-gaming h1 {
    margin: 25px 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.1
}

.single-use-cases article.single-use-cases-gaming .text-content {
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.9;
    margin: 30px 20px
}

.single-use-cases article.single-use-cases-gaming .box-content {
    margin: 30px 20px;
    background-color: #f99400;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 30px 23px 18px 23px
}

.single-use-cases article.single-use-cases-gaming .box-content h2 {
    color: white;
    font-weight: 500;
    font-size: 22px;
    line-height: 1
}

.single-use-cases article.single-use-cases-gaming .box-content img {
    width: 70%
}

.single-use-cases article.single-use-cases-gaming .box-content a {
    text-decoration: none
}

.single-use-cases article.single-use-cases-gaming .s-title .subtitle {
    color: #fff;
    padding-bottom: 20px;
    padding-top: 30px
}

.single-use-cases article.single-use-cases-gaming .s-title .fancy {
    line-height: 0.5;
    text-align: center
}

.single-use-cases article.single-use-cases-gaming .s-title .fancy span {
    display: inline-block;
    position: relative
}

.single-use-cases article.single-use-cases-gaming .s-title .fancy span:before,
.single-use-cases article.single-use-cases-gaming .s-title .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid white;
    top: 0;
    width: 70%
}

@media (min-width:992px) {
    .single-use-cases article.single-use-cases-gaming .s-title .fancy span:before,
    .single-use-cases article.single-use-cases-gaming .s-title .fancy span:after {
        width: 385px
    }
}

.single-use-cases article.single-use-cases-gaming .s-title .fancy span:before {
    right: 100%;
    margin-right: 15px
}

.single-use-cases article.single-use-cases-gaming .s-title .fancy span:after {
    left: 100%;
    margin-left: 15px
}

.single-use-cases article.single-use-cases-gaming .box-customers {
    text-align: center
}

.single-use-cases article.single-use-cases-gaming .box-customers .icon {
    margin: 20px 0
}

.single-use-cases article.single-use-cases-gaming .box-customers .icon img {
    width: 50%
}

.single-use-cases article.single-use-cases-gaming .box-customers .title-text {
    height: 50px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    color: #ffffff
}

@media (min-width:992px) {
    .single-use-cases article.single-use-cases header {
        text-align: left
    }
    .single-use-cases article.single-use-cases header h1 {
        font-size: 48px;
        line-height: 1.1;
        font-weight: 500
    }
    .single-use-cases article.single-use-cases header .text-content {
        font-size: 22px;
        line-height: 1.3;
        text-align: left;
        margin: 0;
        font-weight: 300
    }
    .single-use-cases article.single-use-cases header .box-content {
        max-width: 400px;
        float: right;
        text-align: center;
        padding: 30px;
        margin-left: 30px
    }
    .single-use-cases article.single-use-cases header .box-content h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-top: 30px
    }
    .single-use-cases article.single-use-cases-gaming header {
        text-align: left;
        padding-top: 50px;
        padding-bottom: 50px;
        -webkit-background-size: cover;
        background-size: cover
    }
    .single-use-cases article.single-use-cases-gaming header h1 {
        font-size: 48px;
        line-height: 1.1;
        font-weight: 500
    }
    .single-use-cases article.single-use-cases-gaming header .text-content {
        font-size: 22px;
        line-height: 1.3;
        text-align: left;
        margin: 0;
        font-weight: 300
    }
    .single-use-cases article.single-use-cases-gaming header .box-content {
        float: right;
        text-align: center;
        left: inherit;
        max-width: 180px;
        padding: 23px 23px 10px 23px;
        margin-top: -50px
    }
    .single-use-cases article.single-use-cases-gaming header .box-content h2 {
        font-size: 20px;
        line-height: 1.2
    }
    .single-use-cases article.single-use-cases-gaming header .box-content img {
        width: 100%;
        max-width: 100px
    }
}

.single-use-cases .section-main {
    text-align: center;
    padding: 30px 20px
}

@media (min-width:992px) {
    .single-use-cases .section-main {
        padding: 40px 0
    }
}

@media (min-width:992px) {
    .single-use-cases .section-main .list-cases {
        text-align: left
    }
}

.single-use-cases .section-main .list-cases .icon-benefits {
    max-width: 90px
}

.single-use-cases .section-main .list-cases h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3
}

.single-use-cases .section-main .list-cases .subtitle span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase
}

@media (max-width:992px) {
    .single-use-cases .section-main .list-cases .subtitle span {
        padding-top: 20px
    }
}

.single-use-cases .section-main .list-cases .text-content {
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
    color: #000000
}

.single-use-cases .section-main .list-cases .section-content {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 15px 0
}

@media (min-width:992px) {
    .single-use-cases .section-main .list-cases .section-content {
        border-top: 0px;
        text-align: center;
        margin: 40px 0
    }
}

.single-use-cases .section-main .list-cases .section-content .box-list_information {
    padding-top: 40px
}

@media (min-width:992px) {
    .single-use-cases .section-main .list-cases .section-content .box-list_information .section-repet {
        float: none;
        display: inline-block;
        margin-left: -4px;
        vertical-align: top
    }
}

.single-use-cases .section-main .list-cases .section-content .box-list_information .section-repet img {
    max-width: 20px
}

.single-use-cases .section-main .list-cases .section-content .box-list_information .section-repet h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 5px;
    text-transform: uppercase
}

@media (min-width:992px) {
    .single-use-cases .section-main .list-cases .section-content .box-list_information .section-repet h3 {
        margin-bottom: 30px
    }
}

.single-use-cases .section-main.green h2,
.single-use-cases .section-main.green h3 {
    color: #adc80c
}

.single-use-cases .section-main.green .subtitle .line-bg {
    background-color: #afcb08
}

.single-use-cases .section-main.green .subtitle span {
    color: #adc80c
}

.single-use-cases .section-main.green .section-content {
    border-color: #afcb08
}

.single-use-cases .section-main.green .fancy span:before,
.single-use-cases .section-main.green .fancy span:after {
    border-color: #adc80c
}

.single-use-cases .section-main.red .bg-arrow {
    background-image: url("/themes/telesign/assets/img/use/mobile_line%402x.html");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: top center;
    height: 25px;
    margin-top: 40px;
    width: 100%
}

@media (min-width:992px) {
    .single-use-cases .section-main.red .bg-arrow {
        background-image: url("/themes/telesign/assets/img/use/tab-section-2.html");
        background-repeat: no-repeat;
        background-position: 0px 0px
    }
}

.single-use-cases .section-main.red h2,
.single-use-cases .section-main.red h3 {
    color: #ff6503
}

.single-use-cases .section-main.red .subtitle .line-bg {
    background-color: #ea5f06
}

.single-use-cases .section-main.red .subtitle span {
    color: #ff6400
}

.single-use-cases .section-main.red .section-content {
    border-color: #ea5f06
}

.single-use-cases .section-main.red .fancy span:before,
.single-use-cases .section-main.red .fancy span:after {
    border-color: #ea5f06
}

.single-use-cases .section-main.red .arrow_box {
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #c6c6c6;
    margin-top: 40px
}

.single-use-cases .section-main.red .arrow_box:after,
.single-use-cases .section-main.red .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

@media (min-width:992px) {
    .single-use-cases .section-main.red .arrow_box:after,
    .single-use-cases .section-main.red .arrow_box:before {
        left: 4%
    }
}

.single-use-cases .section-main.red .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 19px;
    margin-left: -19px
}

.single-use-cases .section-main.red .arrow_box:before {
    border-color: rgba(0, 98, 245, 0);
    border-top-color: #c6c6c6;
    border-width: 20px;
    margin-left: -20px
}

.single-use-cases .section-related-products {
    text-align: center
}

.single-use-cases .section-related-products .head h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 0.8;
    color: #0070cc
}

@media (min-width:992px) {
    .single-use-cases .section-related-products .head h1 {
        font-size: 44px
    }
}

.single-use-cases .section-related-products .head .sub-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.7;
    color: #1cb6d5
}

.single-use-cases .section-related-products .main-section-product .section-repeat {
    padding-top: 15px;
    padding-bottom: 15px
}

.single-use-cases .section-related-products .main-section-product .section-repeat a {
    -webkit-text-decoration-style: none;
    text-decoration-style: none
}

.single-use-cases .section-related-products .main-section-product .section-repeat a .section-column {
    color: #fff;
    position: relative;
    padding: 30px;
    background-color: #002b4a
}

.single-use-cases .section-related-products .main-section-product .section-repeat a .section-column img {
    max-width: 80%;
    height: auto
}

.single-use-cases .section-related-products .main-section-product .section-repeat a .section-column h1 {
    font-weight: 500;
    font-size: 30px;
    color: #22bade;
    margin-top: 0px
}

.single-use-cases .section-related-products .main-section-product .section-repeat a .section-column .content {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff
}

.single-use-cases .section-related-products .main-section-product .section-repeat a .section-column .bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    left: 0px;
    opacity: 1;
    position: absolute;
    top: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%
}

.single-use-cases .section-related-products .main-section-product .section-repeat a .section-column .bg:hover {
    opacity: 0
}

.single-use-cases .section-related-products .main-section-product .section-repeat a .section-column:hover .bg {
    opacity: 0
}

@media (min-width:992px) {
    .single-use-cases .section-related-products .main-section-product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .single-use-cases .section-related-products .main-section-product .section-repeat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .single-use-cases .section-related-products .main-section-product .section-repeat a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .single-use-cases .section-related-products .main-section-product .section-repeat a .section-column img {
        max-width: inherit;
        width: 124%;
        margin-left: -18px;
        margin-top: 25px
    }
}

.single-use-cases .section-related-products .sec-link-product {
    margin: 30px
}

.single-use-cases .section-related-products .sec-link-product .btn-view-all {
    font-weight: 700;
    font-size: 18px;
    color: #afcb08
}

.single-use-cases .section-related-products .sec-link-product .btn-view-all a {
    border-bottom: 2px solid;
    text-decoration: none!important
}

@media (min-width:992px) {
    .single-use-cases .section-related-products .head {
        padding-bottom: 50px
    }
    .single-use-cases .section-related-products .main-section-product {
        text-align: left
    }
    .single-use-cases .section-related-products .main-section-product .section-repeat {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.single-use-cases .gray-bg {
    background-color: #f9f9f9
}

.single-use-cases .section-use-cases {
    background-color: #F6F6F6
}

.single-use-cases .section-use-cases .head {
    text-align: center
}

@media (min-width:992px) {
    .single-use-cases .section-use-cases .head {
        margin-bottom: 30px
    }
}

.single-use-cases .section-use-cases .head h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 0.8;
    color: #0070cc
}

@media (min-width:992px) {
    .single-use-cases .section-use-cases .head h1 {
        font-size: 44px
    }
}

@media (min-width:992px) {
    .single-use-cases .section-use-cases .list-uc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .single-use-cases .section-use-cases .list-uc .use-cases {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .single-use-cases .section-use-cases .list-uc .use-cases .use-cases-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .single-use-cases .section-use-cases .list-uc .use-cases .use-cases-list a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.single-use-cases .section-use-cases .list-uc .use-cases .use-cases-list a:hover .border-box {
    border-color: #0070cc
}

.single-use-cases .section-use-cases .btn-view-all {
    font-weight: 700;
    margin-top: 30px
}

.single-use-cases .section-use-cases .footer {
    margin: 0px
}

.single-use-cases .section-use-cases .footer .btn-view-all {
    font-weight: 700;
    font-size: 18px;
    color: #afcb08
}

.single-use-cases .section-use-cases .footer .btn-view-all a {
    border-bottom: 2px solid;
    text-decoration: none!important
}

.single-use-cases .use-cases-list {
    padding-top: 10px
}

.single-use-cases .use-cases-list a {
    color: #444444
}

.single-use-cases .use-cases-list a .border-box {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 30px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    margin: 20px 0;
    text-align: center
}

.single-use-cases .use-cases-list a .border-box img {
    max-width: 90px;
    padding-bottom: 15px
}

.single-use-cases .use-cases-list a .border-box h3 {
    color: #0070cc;
    margin-top: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase
}

.single-use-cases .use-cases-list a .border-box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.9
}

@media (min-width:992px) {
    .single-use-cases .section-use-cases {
        padding-top: 50px;
        padding-bottom: 40px;
        margin-top: 60px
    }
    .single-use-cases .section-use-cases head {
        margin-bottom: 25px
    }
    .single-use-cases .section-use-cases .btn-view-all {
        margin-top: 50px
    }
    .single-use-cases .section-use-cases a .btn-view-all {
        font-weight: 700
    }
    .single-use-cases .section-use-cases a .border-box {
        padding: 20px 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #dbdbdb;
        margin: 0px;
        text-align: left
    }
    .single-use-cases .section-use-cases a .border-box .content {
        text-align: left
    }
    .single-use-cases .section-use-cases a .border-box h3 {
        color: #0070cc;
        margin-top: 10px;
        font-size: 30px;
        line-height: 0.9;
        font-weight: 500
    }
    .single-use-cases .section-use-cases a .border-box p {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.6
    }
}

.single-use-cases .related-section {
    background-color: #f9f9f9;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0
}

.single-use-cases .related-section .product-icons {
    padding-bottom: 40px
}

.single-use-cases .related-section .product-icons .fancy {
    line-height: 0.5;
    text-align: center
}

.single-use-cases .related-section .product-icons .fancy span {
    display: inline-block;
    position: relative
}

.single-use-cases .related-section .product-icons .fancy span:before,
.single-use-cases .related-section .product-icons .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    top: 30px
}

.single-use-cases .related-section .product-icons .fancy span:before {
    right: 100%;
    margin-right: 15px
}

.single-use-cases .related-section .product-icons .fancy span:after {
    left: 100%;
    margin-left: 15px
}

@media (min-width:992px) {
    .single-use-cases .related-section .product-icons .fancy span:before,
    .single-use-cases .related-section .product-icons .fancy span:after {
        border-bottom: 1px solid #cfcfcf;
        width: 100%;
        width: 600px;
        max-width: 100%
    }
}

.single-use-cases .related-section .product-icons img {
    position: relative;
    max-width: 301px;
    height: auto;
    padding: 0 30px
}

.single-use-cases .related-section .related-footer-message {
    color: #0070cc;
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 18px
}

@media (min-width:992px) {
    .single-use-cases .related-section {
        padding: 40px 0;
        padding-bottom: 70px
    }
}

.single-use-cases .sub-title .fancy {
    line-height: 0.5;
    text-align: center;
    position: relative
}

.single-use-cases .sub-title .fancy .line-bg {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto
}

@media (min-width:992px) {
    .single-use-cases .sub-title .fancy .line-bg {
        width: 96%;
        height: 1px
    }
}

.single-use-cases .sub-title .fancy span {
    display: inline-block;
    position: relative;
    background-color: white;
    padding: 0 20px
}

.single-use-cases .sub-title .fancy span:before,
.single-use-cases .sub-title .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 0px solid #505050;
    top: 0;
    width: 0px
}

.single-use-cases .sub-title .fancy span:before {
    right: 100%;
    margin-right: 15px
}

.single-use-cases .sub-title .fancy span:after {
    left: 100%;
    margin-left: 15px
}

.single-use-cases .source {
    padding-top: 30px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal
}

.single-use-cases .source .aste {
    font-size: 18px;
    float: left
}

.single-use-cases .source .title {
    float: left;
    padding-right: 5px
}

.single-use-cases .source .text {
    font-weight: normal;
    font-style: italic;
    color: #afcb08;
    float: left
}

.page-template-template-products-v2 section.box-header .hero {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #0070cc;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
    padding-top: 50px;
    text-align: center
}

.page-template-template-products-v2 section.box-header .hero h1 {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    font-weight: 500;
    width: 80%;
    margin: auto
}

.page-template-template-products-v2 section.box-header .hero h2 {
    font-size: 14px;
    font-weight: 300;
    width: 60%;
    margin: auto
}

@media (min-width:992px) {
    .page-template-template-products-v2 section.box-header .hero {
        padding-bottom: 70px
    }
    .page-template-template-products-v2 section.box-header .hero h1 {
        font-size: 48px;
        line-height: 1;
        width: 100%
    }
    .page-template-template-products-v2 section.box-header .hero h2 {
        font-size: 22px;
        width: 100%
    }
}

.page-template-template-products-v2 section.box-header .family-items {
    padding-top: 45px
}

.page-template-template-products-v2 section.box-header .family-items .family-area {
    padding-bottom: 15px
}

.page-template-template-products-v2 section.box-header .family-items .family-area a {
    text-decoration: none
}

.page-template-template-products-v2 section.box-header .family-items .family-area a h3 {
    margin-top: 20px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    width: 70%;
    margin: auto
}

.page-template-template-products-v2 section.box-header .family-items .family-area a .view-more {
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -9px
}

@media (min-width:992px) {
    .page-template-template-products-v2 section.box-header .family-items .family-area a .view-more {
        bottom: 0
    }
}

.page-template-template-products-v2 section.box-header .family-items .family-area a .view-more .arrow {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 1px;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page-template-template-products-v2 section.box-header .family-items .family-area a .view-more .arrow svg g {
    fill: white;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page-template-template-products-v2 section.box-header .family-items .family-area a:hover h3 {
    text-decoration: underline
}

.page-template-template-products-v2 section.box-header .family-items .family-area a:hover .view-more .arrow svg g {
    opacity: 0.85
}

.page-template-template-products-v2 section.box-header .family-items .family-area:last-child {
    border-right: 0
}

.page-template-template-products-v2 section.box-header .family-items .family-area .sep {
    padding: 20px 0
}

.page-template-template-products-v2 section.box-header .family-items .family-area .sep .sep-box {
    display: inline-block
}

.page-template-template-products-v2 section.box-header .family-items .family-area .sep .sep-box .bar {
    background-color: #979797;
    height: 2px;
    width: 16px;
    display: block
}

.page-template-template-products-v2 section.box-header .family-items .family-area .sep .sep-box .bar.v {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -2px
}

@media (max-width:768px) {
    .page-template-template-products-v2 section.box-header .family-items .family-area {
        margin-bottom: 40px
    }
}

.page-template-template-products-v2 section.box-header .family-items img {
    max-width: 50%
}

.page-template-template-products-v2 section.box-why .bg-box {
    margin-left: -15px;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: -15px;
    padding-top: 30px;
    position: relative;
    text-align: center
}

@media (min-width:992px) {
    .page-template-template-products-v2 section.box-why .bg-box {
        padding-top: 55px
    }
}

.page-template-template-products-v2 section.box-why .bg-box .text-center-container .line-container {
    position: relative;
    width: 100%
}

.page-template-template-products-v2 section.box-why .bg-box .text-center-container .line-container .text-wrap {
    background-color: #F9F9F9;
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.4;
    color: #0070cc
}

.page-template-template-products-v2 section.box-why .bg-box .text-center-container .line-container .div-line {
    background-color: #505050;
    height: 1px;
    margin-top: -0.5px;
    opacity: 0.32;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1
}

.page-template-template-products-v2 section.box-why .bg-box .box-text {
    padding-top: 10px;
    padding-bottom: 10px
}

.page-template-template-products-v2 section.box-why .bg-box .box-text h2 {
    font-size: 30px;
    font-weight: bold;
    font-weight: 500;
    line-height: 0.9;
    text-align: center;
    color: #0070cc
}

.page-template-template-products-v2 section.box-why .bg-box .box-text h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    width: 80%;
    margin: auto
}

.page-template-template-products-v2 section.box-why .bg-box .box-text ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: left;
    padding-top: 20px;
    padding-left: 0px
}

.page-template-template-products-v2 section.box-why .bg-box .box-text ul li {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (min-width:992px) {
    .page-template-template-products-v2 section.box-why .bg-box .box-text {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .page-template-template-products-v2 section.box-why .bg-box .box-text ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding-top: 40px
    }
}

.page-template-template-products-v2 section.box-why .bg-box .family-items-why .family-area {
    padding-bottom: 20px;
    text-decoration: none
}

.page-template-template-products-v2 section.box-why .bg-box .family-items-why .family-area h3 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #0070cc
}

@media (min-width:992px) {
    .page-template-template-products-v2 section.box-why .bg-box .family-items-why .family-area {
        padding-bottom: 45px
    }
}

.page-template-template-products-v2 .single-use-case-box {
    padding-bottom: 15px;
    background-position: bottom;
    background-repeat: no-repeat
}

.page-template-template-products-v2 .single-use-case-box .section-title {
    text-align: center;
    padding-bottom: 15px
}

.page-template-template-products-v2 .single-use-case-box .section-title img {
    max-width: 76px;
    height: auto;
    margin-bottom: 30px
}

.page-template-template-products-v2 .single-use-case-box .section-title h1 {
    padding-top: 0px;
    color: #0070cc;
    margin-top: 0;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    font-family: open_sans;
    line-height: 1.1
}

.page-template-template-products-v2 .single-use-case-box .section-title .section-p {
    font-size: 14px;
    font-weight: 300;
    line-height: 2
}

.page-template-template-products-v2 .single-use-case-box .sub-title {
    position: relative;
    color: #0070cc;
    font-family: open_sans;
    font-weight: 600;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 15px
}

@media (min-width:992px) {
    .page-template-template-products-v2 .single-use-case-box {
        background-position: top center;
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 80px
    }
    .page-template-template-products-v2 .single-use-case-box .section-title {
        text-align: center;
        padding-bottom: 0px
    }
    .page-template-template-products-v2 .single-use-case-box .section-title h1 {
        color: #0070cc;
        margin-top: 0;
        font-weight: 500;
        font-size: 30px;
        font-family: open_sans;
        text-align: left
    }
    .page-template-template-products-v2 .single-use-case-box .section-title .section-p {
        font-size: 22px;
        font-weight: 300;
        line-height: 1.3;
        text-align: left;
        margin-bottom: 0px
    }
    .page-template-template-products-v2 .single-use-case-box .sub-title {
        position: relative;
        color: #0070cc;
        font-family: open_sans;
        font-weight: 600;
        border-top: 0px;
        margin-top: 25px
    }
}

.page-template-template-products-v2 .row.use-cases-list {
    padding-top: 10px
}

@media (min-width:992px) {
    .page-template-template-products-v2 .row.use-cases-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .page-template-template-products-v2 .row.use-cases-list .use-cases {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .page-template-template-products-v2 .row.use-cases-list .use-cases a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-template-template-products-v2 .row.use-cases-list a {
    color: #444444
}

.page-template-template-products-v2 .row.use-cases-list a .border-box {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 30px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    margin: 20px 0;
    text-align: center
}

.page-template-template-products-v2 .row.use-cases-list a .border-box img {
    max-height: 157px;
    padding-bottom: 15px
}

.page-template-template-products-v2 .row.use-cases-list a .border-box h3 {
    color: #0070cc;
    margin-top: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3
}

.page-template-template-products-v2 .row.use-cases-list a .border-box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.9
}

.page-template-template-products-v2 .row.use-cases-list a:hover .border-box {
    border-color: #0070cc
}

@media (min-width:992px) {
    .page-template-template-products-v2 .row.use-cases-list {
        padding-top: 20px
    }
    .page-template-template-products-v2 .row.use-cases-list a {
        color: #444444
    }
    .page-template-template-products-v2 .row.use-cases-list a .border-box {
        padding: 20px 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #dbdbdb;
        margin: 0px;
        text-align: left
    }
    .page-template-template-products-v2 .row.use-cases-list a .border-box img {
        max-height: 157px
    }
    .page-template-template-products-v2 .row.use-cases-list a .border-box h3 {
        color: #0070cc;
        margin-top: 0px;
        font-size: 30px;
        line-height: 0.9;
        font-weight: 500;
        text-align: center
    }
    .page-template-template-products-v2 .row.use-cases-list a .border-box p {
        font-size: 16px;
        font-weight: 300;
        text-align: center
    }
    .page-template-template-products-v2 .row.use-cases-list a .border-box .single-row h3,
    .page-template-template-products-v2 .row.use-cases-list a .border-box .single-row img,
    .page-template-template-products-v2 .row.use-cases-list a .border-box .single-row p {
        text-align: left
    }
    .page-template-template-products-v2 .row.use-cases-list a .border-box .single-row img {
        max-height: 237px
    }
}

.page-template-template-products-v2 .row.view-all-container.btn-use-cases {
    text-align: center;
    padding: 40px
}

.page-template-template-products-v2 #title-use-cases {
    color: #0070cc;
    text-transform: uppercase;
    font-weight: 500
}

.page-template-template-products-v2 #use-cases-home {
    background: url("/themes/telesign/assets/img/use/use_bg.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

@media (min-width:992px) {
    .page-template-template-products-v2 #use-cases-home #bg-use-cases {
        padding-top: 40px;
        padding-bottom: 0px
    }
}

.page-template-template-products-v2 #use-cases-home #bg-use-cases .section-p {
    font-size: 18px;
    line-height: 28px
}

.page-template-template-products-v2 .sub-title .fancy {
    line-height: 0.5;
    text-align: center
}

.page-template-template-products-v2 .sub-title .fancy span {
    display: inline-block;
    position: relative
}

.page-template-template-products-v2 .sub-title .fancy span:before,
.page-template-template-products-v2 .sub-title .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 0px solid #505050;
    top: 0;
    width: 0px;
    opacity: 0.32
}

.page-template-template-products-v2 .sub-title .fancy span:before {
    right: 100%;
    margin-right: 15px
}

.page-template-template-products-v2 .sub-title .fancy span:after {
    left: 100%;
    margin-left: 15px
}

.page-template-template-products-v2 .sub-title h2.no-span {
    display: table;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin: auto;
    width: 89%
}

.page-template-template-products-v2 .sub-title h2.no-span:before,
.page-template-template-products-v2 .sub-title h2.no-span:after {
    border-top: 1px solid #505050;
    content: '';
    display: table-cell;
    position: relative;
    top: 1.0em;
    width: 45%;
    opacity: 0.32
}

.page-template-template-products-v2 .sub-title h2.no-span:before {
    right: 1.5%
}

.page-template-template-products-v2 .sub-title h2.no-span:after {
    left: 1.5%
}

@media (min-width:992px) {
    .page-template-template-products-v2 .sub-title .fancy span:before,
    .page-template-template-products-v2 .sub-title .fancy span:after {
        border-bottom: 1px solid #505050;
        width: 125%
    }
    .page-template-template-products-v2 .sub-title h2.no-span {
        display: table;
        white-space: nowrap;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        margin: auto;
        width: 94%
    }
    .page-template-template-products-v2 .sub-title h2.no-span:before,
    .page-template-template-products-v2 .sub-title h2.no-span:after {
        border-top: 1px solid #505050;
        content: '';
        display: table-cell;
        position: relative;
        top: 1.2em;
        width: 45%;
        opacity: 0.32
    }
    .page-template-template-products-v2 .sub-title h2.no-span:before {
        right: 1.5%
    }
    .page-template-template-products-v2 .sub-title h2.no-span:after {
        left: 1.5%
    }
}

.single-post .post-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    max-width: 780px
}

.single-post .post-container article {
    padding: 25px 30px;
    background-color: #f3f3f3
}

.single-post .post-container article .entry-content a {
    font-weight: 600
}

.single-post .post-container article .entry-content img,
.single-post .post-container article .entry-content .wp-caption {
    max-width: 100%;
    height: auto
}

.single-post .post-container article .entry-content blockquote,
.single-post .post-container article .entry-content q {
    color: #0070cc;
    border-color: #0070cc;
    border-left-width: 1px;
    font-style: italic;
    font-weight: 400;
    padding: 10px 20px 10px 24px
}

.single-post .post-container article header h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #0070cc;
    margin-top: 0;
    margin-bottom: 8px
}

.single-post .post-container article header h1 small,
.single-post .post-container article header h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

.single-post .post-container article header h1 small,
.single-post .post-container article header h1 .small {
    font-size: 65%
}

@media (min-width:768px) {
    .single-post .post-container article header h1 {
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width:992px) {
    .single-post .post-container article header h1 {
        font-size: 24px;
        line-height: 34px
    }
}

.single-post .post-container article header .meta {
    font-style: italic;
    margin-bottom: 24px
}

.single-post .post-container article header .meta .published {
    color: #afcb08
}

.single-post .post-container article header .meta .published a {
    font-weight: 600
}

.single-post .post-container .share-section {
    margin-top: 2px;
    padding: 25px 30px;
    background-color: #f3f3f3;
    text-align: center
}

.single-post .post-container .share-section h4 {
    font-weight: 600
}

.single-post .post-container .share-section a .social-item {
    margin: 0 7.5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background-color: #afcb08;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.single-post .post-container .share-section a .social-item .fa {
    color: #fff;
    font-size: 24px;
    line-height: 38px
}

.single-post .post-container .share-section a:hover .social-item {
    background-color: #879d0a
}

.single-post .post-container .related-posts {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #979797
}

.single-post .post-container .related-posts h3 {
    margin: 0;
    margin-bottom: 15px;
    text-align: center
}

.single-post .post-container .related-posts .latest-blog-item {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0
}

.single-post .post-container .related-posts .latest-blog-item .info-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 15px
}

.single-post .post-container .related-posts .latest-blog-item .info-container .info-wrap {
    padding: 0
}

.single-post .post-container .related-posts .latest-blog-item .info-container .info-wrap h2 {
    color: #0070cc;
    margin-top: 0
}

.single-post .post-container .related-posts .latest-blog-item .info-container .info-wrap p {
    color: #444
}

.single-post .post-container .related-posts .latest-blog-item .info-container .info-wrap .published {
    color: #afcb08;
    font-style: italic;
    font-size: 12px
}

.single-post .post-container .related-posts .latest-blog-item .info-container .info-wrap .published strong {
    font-weight: 600
}

.single-post .post-container .related-posts .latest-blog-item .thumbnail-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    overflow: hidden;
    padding-right: 0
}

.single-post .post-container .related-posts .latest-blog-item .thumbnail-container img {
    max-width: 100%;
    height: auto
}

.single-post .post-container .related-posts .latest-blog-item.hovered .info-container .post-hover {
    text-decoration: none
}

.single-post .post-container .related-posts .latest-blog-item.hovered .info-container .info-wrap h2 {
    text-decoration: underline
}

.single-post .post-container .related-posts .view-all {
    text-align: center;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0
}

.single-post .post-container .related-posts .view-all .view-all-wrap {
    position: relative
}

.single-post .post-container .related-posts .view-all .view-all-wrap a {
    background-color: #fff;
    padding: 0 50px 0 30px;
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-green.html");
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center right 30px;
    font-weight: 400
}

.single-post .post-container .related-posts .view-all .view-all-wrap a:hover {
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-green-hover.html");
    text-decoration: none
}

@media (min-width:768px) {
    .single-post .post-container .related-posts .latest-blog-item .info-container {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0
    }
    .single-post .post-container .related-posts .latest-blog-item .info-container .info-wrap {
        padding: 16px 5px
    }
    .single-post .post-container .related-posts .latest-blog-item .thumbnail-container img {
        padding-top: 16px;
        padding-right: 16px
    }
    .single-post .post-container .related-posts .view-all .div-line {
        background-color: #979797;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        margin-top: -0.5px
    }
}

@media (min-width:992px) {
    .single-post .post-container .related-posts {
        margin-top: 40px;
        padding-top: 25px
    }
    .single-post .post-container .related-posts h3 {
        margin-bottom: 20px
    }
    .single-post .post-container .related-posts .latest-blog-item {
        margin-bottom: 20px
    }
    .single-post .post-container .related-posts .latest-blog-item .info-container .info-wrap {
        padding: 35px 15px
    }
    .single-post .post-container .related-posts .latest-blog-item .thumbnail-container img {
        padding-top: 35px;
        padding-right: 30px
    }
}

@media (min-width:768px) {
    .single-post .post-container {
        margin-top: 40px
    }
}

@media (min-width:992px) {
    .single-post .post-container {
        margin: 0 auto;
        margin-top: 80px
    }
}

@-webkit-keyframes maxOpacity {
    from {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes maxOpacity {
    from {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes maxOpacity {
    from {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes minOpacity {
    from {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-o-keyframes minOpacity {
    from {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@keyframes minOpacity {
    from {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }
    to {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg)
    }
}

@-o-keyframes spin {
    from {
        -o-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }
    to {
        -o-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }
    to {
        -webkit-transform: scale(1) rotate(360deg);
        -o-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg)
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes hackerAnimation {
    0% {
        background-position: top center
    }
    100% {
        background-position: bottom center
    }
}

@keyframes hackerAnimation {
    0% {
        background-position: top center
    }
    100% {
        background-position: bottom center
    }
}

@-webkit-keyframes hackerAnimation {
    0% {
        background-position: top center
    }
    100% {
        background-position: bottom center
    }
}

.page-template-template-landing-page-1 .main {
    padding: 30px 0 0 0
}

.page-template-template-landing-page-1 .main .heaprincipalh2 {
    font-weight: 500;
    color: #0070cc
}

@media (min-width:768px) {
    .page-template-template-landing-page-1 .main {
        padding: 50px 0 0 0
    }
}

@media (min-width:992px) {
    .page-template-template-landing-page-1 .main {
        padding: 60px 0 0 0
    }
}

.page-template-template-landing-page-1 #header {
    border: 0
}

.page-template-template-landing-page-1 #header .container {
    padding: 30px 15px
}

.page-template-template-landing-page-1 #header .container h1 {
    color: #22bade;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px
}

.page-template-template-landing-page-1 #header .container .logo-a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page-template-template-landing-page-1 #header .container .logo-a:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.page-template-template-landing-page-1 #header .container .logo-image {
    width: 88px;
    height: auto
}

.page-template-template-landing-page-1 #header .container .content-area {
    text-align: center
}

.page-template-template-landing-page-1 #header .container .content-area p {
    color: #fff;
    font-size: 22px;
    font-weight: 400
}

.page-template-template-landing-page-1 #header .container .content-area .btn,
.page-template-template-landing-page-1 #header .container .content-area .comment-form input[type="submit"] {
    margin-top: 20px
}

.page-template-template-landing-page-1 #header .container .image-area {
    padding-top: 30px
}

.page-template-template-landing-page-1 #header .container .image-area img {
    max-width: 100%;
    height: auto
}

@media (min-width:992px) {
    .page-template-template-landing-page-1 #header .container .content-area {
        text-align: left
    }
    .page-template-template-landing-page-1 #header .container .image-area {
        padding-top: 0
    }
}

.page-template-template-landing-page-1 #landing-content h2 {
    color: #0070cc;
    font-size: 44px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center
}

.page-template-template-landing-page-1 #landing-content .btn,
.page-template-template-landing-page-1 #landing-content .comment-form input[type="submit"] {
    margin-top: 30px
}

.page-template-template-landing-page-1 #landing-content img[class^="wp-image"],
.page-template-template-landing-page-1 #landing-content img[class*=' wp-image-'] {
    max-width: 100%;
    height: auto
}

.page-template-template-landing-page-1 #landing-content hr {
    margin: 30px 0;
    background-color: #444
}

@media (min-width:992px) {
    .page-template-template-landing-page-1 #landing-content hr {
        margin: 60px 0
    }
}

@media (min-width:768px) {
    .page-template-template-landing-page-1 #landing-content h2 {
        text-align: left
    }
    .page-template-template-landing-page-1 #landing-content .right-media-container {
        float: right
    }
}

@media (min-width:992px) {
    .page-template-template-landing-page-1 #landing-content {
        padding-bottom: 30px
    }
}

.page-template-template-landing-page-1 #more {
    padding: 30px 0 15px 0
}

.page-template-template-landing-page-1 #more .heaprincipalh2 {
    margin: 0;
    margin-bottom: 30px;
    clear: both
}

.page-template-template-landing-page-1 #more img {
    max-width: 100%;
    height: auto
}

.page-template-template-landing-page-1 #more .latest-blog-post {
    border: 1px solid #f3f3f3;
    margin-bottom: 15px
}

.page-template-template-landing-page-1 #more .latest-blog-post .thumbnail-post {
    background-color: #002b4a;
    position: relative
}

.page-template-template-landing-page-1 #more .latest-blog-post .thumbnail-post .learn-more {
    opacity: 0;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 24px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page-template-template-landing-page-1 #more .latest-blog-post .thumbnail-post .learn-more .learn-more-icon {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: block;
    -webkit-transform: translateX(250%);
    -ms-transform: translateX(250%);
    -o-transform: translateX(250%);
    transform: translateX(250%)
}

.page-template-template-landing-page-1 #more .latest-blog-post .thumbnail-post:hover .learn-more {
    opacity: 1
}

.page-template-template-landing-page-1 #more .latest-blog-post .thumbnail-post:hover .learn-more .learn-more-icon {
    -webkit-transform: translateX(385%);
    -ms-transform: translateX(385%);
    -o-transform: translateX(385%);
    transform: translateX(385%)
}

.page-template-template-landing-page-1 #more .latest-blog-post .wp-post-image {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-width: 100%
}

.page-template-template-landing-page-1 #more .latest-blog-post .container-post {
    text-align: center;
    padding: 0 15px 15px 15px;
    margin-top: -8px;
    position: relative;
    z-index: 2
}

.page-template-template-landing-page-1 #more .latest-blog-post .container-post .info-wrap>a {
    text-decoration: none;
    color: #444
}

.page-template-template-landing-page-1 #more .latest-blog-post .container-post .published {
    margin-bottom: 10px
}

.page-template-template-landing-page-1 #more .latest-blog-post .container-post .published a {
    background-color: #22bade;
    color: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    text-decoration: none
}

.page-template-template-landing-page-1 #more .latest-blog-post .container-post .published a:hover {
    background-color: #17839c
}

.page-template-template-landing-page-1 #more .latest-blog-post .container-post .social-icons {
    text-align: center
}

.page-template-template-landing-page-1 #more .latest-blog-post .container-post .social-icons a {
    display: inline-block;
    margin-right: 10px
}

.page-template-template-landing-page-1 #more .latest-blog-post .container-post .social-icons a:hover .social-icon svg>g>g {
    fill: #17839c
}

.page-template-template-landing-page-1 #more .latest-blog-post .container-post .social-icons .social-icon svg>g>g {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page-template-template-landing-page-1 #more .latest-blog-post:hover .wp-post-image {
    opacity: 0.2
}

.page-template-template-landing-page-1 #more .latest-blog-post:hover .learn-more {
    opacity: 1
}

.page-template-template-landing-page-1 #more .latest-blog-post:hover .learn-more .learn-more-icon {
    -webkit-transform: translateX(385%);
    -ms-transform: translateX(385%);
    -o-transform: translateX(385%);
    transform: translateX(385%)
}

.page-template-template-landing-page-1 #more .latest-blog-item {
    margin-bottom: 15px
}

.page-template-template-landing-page-1 #more .latest-blog-item .info-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 15px
}

.page-template-template-landing-page-1 #more .latest-blog-item .info-container .info-wrap {
    padding: 0
}

.page-template-template-landing-page-1 #more .latest-blog-item .info-container .info-wrap h2 {
    color: #0070cc;
    margin-top: 0
}

.page-template-template-landing-page-1 #more .latest-blog-item .info-container .info-wrap p {
    color: #444
}

.page-template-template-landing-page-1 #more .latest-blog-item .info-container .info-wrap .published {
    color: #afcb08;
    font-style: italic;
    font-size: 12px
}

.page-template-template-landing-page-1 #more .latest-blog-item .info-container .info-wrap .published strong {
    font-weight: 600
}

.page-template-template-landing-page-1 #more .latest-blog-item .thumbnail-container {
    background-color: #f3f3f3;
    border-bottom: 2px solid #979797;
    overflow: hidden;
    padding-right: 0
}

.page-template-template-landing-page-1 #more .latest-blog-item .thumbnail-container img {
    max-width: 100%;
    height: auto
}

.page-template-template-landing-page-1 #more .latest-blog-item.hovered .info-container .post-hover {
    text-decoration: none
}

.page-template-template-landing-page-1 #more .latest-blog-item.hovered .info-container .info-wrap h2 {
    text-decoration: underline
}

.page-template-template-landing-page-1 #more .view-all {
    text-align: center;
    margin-top: 5px
}

.page-template-template-landing-page-1 #more .view-all .view-all-wrap {
    position: relative
}

.page-template-template-landing-page-1 #more .view-all .view-all-wrap a {
    background-color: #fff;
    padding: 0 50px 0 30px;
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-green.html");
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center right 30px;
    font-weight: 400
}

.page-template-template-landing-page-1 #more .view-all .view-all-wrap a:hover {
    background-image: url("/themes/telesign/assets/img/layout/btn-arrow-green-hover.html");
    text-decoration: none
}

@media (min-width:768px) {
    .page-template-template-landing-page-1 #more {
        padding: 40px 0 45px 0
    }
    .page-template-template-landing-page-1 #more .heaprincipalh2 {
        margin-bottom: 40px
    }
    .page-template-template-landing-page-1 #more .latest-blog-item .info-container {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0
    }
    .page-template-template-landing-page-1 #more .latest-blog-item .info-container .info-wrap {
        padding: 16px 5px
    }
    .page-template-template-landing-page-1 #more .latest-blog-item .thumbnail-container img {
        padding-top: 16px;
        padding-right: 16px
    }
    .page-template-template-landing-page-1 #more .view-all .div-line {
        background-color: #979797;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        margin-top: -0.5px
    }
}

@media (min-width:992px) {
    .page-template-template-landing-page-1 #more {
        padding: 60px 0
    }
    .page-template-template-landing-page-1 #more .latest-blog-item {
        margin-bottom: 20px
    }
    .page-template-template-landing-page-1 #more .latest-blog-item .info-container {
        margin-left: 8.33333333%
    }
    .page-template-template-landing-page-1 #more .latest-blog-item .info-container .info-wrap {
        padding: 35px 15px
    }
    .page-template-template-landing-page-1 #more .latest-blog-item .thumbnail-container img {
        padding-top: 35px;
        padding-right: 30px
    }
}

.page-template-template-landing-page-1 #benefits {
    padding-top: 10px
}

.page-template-template-landing-page-1 #benefits h2 {
    margin-top: 0;
    margin-bottom: 30px
}

.page-template-template-landing-page-1 #benefits .check-container {
    margin-bottom: 0px
}

.page-template-template-landing-page-1 #benefits .benefits-image {
    text-align: center
}

.page-template-template-landing-page-1 #benefits .benefits-image img {
    max-width: 80px;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .page-template-template-landing-page-1 #benefits {
        padding-top: 40px
    }
    .page-template-template-landing-page-1 #benefits .benefits-image img {
        margin-bottom: 10px
    }
    .page-template-template-landing-page-1 #benefits .content-container {
        float: right
    }
}

.page-template-template-landing-page-1 footer {
    color: #0070cc;
    padding: 10px 0 30px 0;
    text-align: center
}

.page-template-template-landing-page-1 footer .footer-brand {
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block
}

.page-template-template-landing-page-1 footer .footer-brand #telesign-logo {
    width: 250px;
    height: 56px;
    background: url("/themes/telesign/assets/img/layout/telesign-logo-color.html") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain
}

.page-template-template-landing-page-1 footer .footer-brand:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.page-template-template-landing-page-1 footer .address {
    margin-bottom: 0
}

.page-template-template-landing-page-1 footer .copyright {
    padding-right: 10px;
    font-size: 10px
}

.page-template-template-landing-page-1 footer #menu-footer-menu {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 10px
}

.page-template-template-landing-page-1 footer #menu-footer-menu li {
    display: inline-block
}

.page-template-template-landing-page-1 footer #menu-footer-menu li a {
    margin: 0 10px;
    color: #0070cc;
    font-weight: bold
}

.page-template-template-landing-page-1 footer .social-media-container {
    padding-top: 30px;
    padding-bottom: 25px;
    position: relative
}

.page-template-template-landing-page-1 footer .social-media-container .social-wrap {
    position: relative;
    z-index: 2
}

.page-template-template-landing-page-1 footer .social-media-container .social-wrap .social-anchor {
    display: inline-block;
    margin: 0 10px
}

.page-template-template-landing-page-1 footer .social-media-container .social-wrap .social-anchor .social-icon {
    width: 40px;
    height: 40px;
    float: left
}

.page-template-template-landing-page-1 footer .social-media-container .social-wrap .social-anchor .social-icon svg>g>g {
    fill: #0070cc
}

.page-template-template-landing-page-1 footer .social-media-container .social-wrap .social-anchor:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

@media (min-width:992px) {
    .page-template-template-landing-page-1 footer {
        text-align: left
    }
    .page-template-template-landing-page-1 footer #menu-footer-menu {
        font-size: 12px
    }
    .page-template-template-landing-page-1 footer .social-media-container .social-wrap {
        float: right
    }
}

.page-template-template-landing-page-3 footer {
    color: #fff;
    background-color: #0070cc;
    text-align: center;
    padding: 30px
}

.page-template-template-landing-page-3 footer .upper-section>.container {
    display: none
}

.page-template-template-landing-page-3 footer .upper-section p.address {
    display: none
}

.page-template-template-landing-page-3 .main {
    padding: 30px 0 0 0
}

.page-template-template-landing-page-3 .main .heaprincipalh2 {
    font-weight: 500;
    color: #0070cc
}

.page-template-template-landing-page-3 .main #landing-content {
    max-width: 900px;
    background-color: #f7f7f7;
    padding: 1px 30px;
    margin: auto;
    margin-top: -100px;
    margin-bottom: 130px
}

.page-template-template-landing-page-3 .main #landing-content .mktoForm .mktoLabel {
    float: none
}

.page-template-template-landing-page-3 .main #landing-content .mktoForm .mktoCheckboxList {
    margin-right: 15px;
    margin-top: 4px
}

.page-template-template-landing-page-3 .main #landing-content .mktoForm .mktoHtmlText.mktoHasWidth {
    width: 100%!important
}

.page-template-template-landing-page-3 .main #landing-content .mktoForm .mktoHtmlText.mktoHasWidth .form-disclaimer {
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px
}

.page-template-template-landing-page-3 .main #landing-content .mktoFormRow {
    vertical-align: top
}

.page-template-template-landing-page-3 .main #landing-content .optin-label {
    font-size: 13px;
    font-weight: 300!important;
    color: #333
}

.page-template-template-landing-page-3 .main #landing-content #Trial_Use_Case__c .small {
    font-size: 12px
}

@media (min-width:768px) {
    .page-template-template-landing-page-3 .main {
        padding: 50px 0 0 0
    }
    .page-template-template-landing-page-3 .main #landing-content .mktoForm .mktoFormRow {
        width: 49%;
        display: inline-block;
        margin-right: 1%
    }
    .page-template-template-landing-page-3 .main #landing-content .mktoForm .mktoFormRow:nth-child(12) {
        width: 100%
    }
}

@media (min-width:992px) {
    .page-template-template-landing-page-3 .main {
        padding: 60px 0 0 0
    }
}

.page-template-template-landing-page-3 #header {
    border: 0
}

.page-template-template-landing-page-3 #header #menu-lp-trial {
    float: right;
    margin-top: 15px;
    margin-right: 25px
}

.page-template-template-landing-page-3 #header #menu-lp-trial li a {
    border: 1px solid white;
    padding-top: 4px;
    padding-bottom: 6px;
    margin-bottom: 25px;
    margin-left: 10px;
    padding-right: 15px;
    color: #fff;
    font-size: 16px
}

.page-template-template-landing-page-3 #header #menu-lp-trial li a:hover {
    opacity: 0.85
}

@media (min-width:992px) {
    .page-template-template-landing-page-3 #header #menu-lp-trial {
        margin-top: 25px
    }
}

.page-template-template-landing-page-3 #header.navbar .ubermenu.ubermenu-main .ubermenu-item-3700,
.page-template-template-landing-page-3 #header.navbar .ubermenu.ubermenu-main .ubermenu-item-3669,
.page-template-template-landing-page-3 #header.navbar .ubermenu.ubermenu-main .ubermenu-item-3719 {
    display: none
}

.page-template-template-landing-page-3 #header.hero-banner {
    -webkit-background-size: cover;
    background-size: cover
}

.page-template-template-landing-page-3 #header .container {
    padding-bottom: 50px
}

.page-template-template-landing-page-3 #header .container h1 {
    color: #22bade;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px
}

.page-template-template-landing-page-3 #header .container .logo-a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page-template-template-landing-page-3 #header .container .logo-a:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.page-template-template-landing-page-3 #header .container .logo-image {
    width: 88px;
    height: auto
}

.page-template-template-landing-page-3 #header .container .content-area {
    text-align: center
}

.page-template-template-landing-page-3 #header .container .content-area p {
    color: #fff;
    font-size: 22px;
    font-weight: 400
}

.page-template-template-landing-page-3 #header .container .content-area .btn,
.page-template-template-landing-page-3 #header .container .content-area .comment-form input[type="submit"] {
    margin-top: 20px
}

.page-template-template-landing-page-3 #header .container .content-area .description_header {
    color: #fff
}

.page-template-template-landing-page-3 #header .container .image-area {
    padding-top: 30px
}

.page-template-template-landing-page-3 #header .container .image-area img {
    max-width: 100%;
    height: auto
}

@media (min-width:992px) {
    .page-template-template-landing-page-3 #header.navbar {
        background: none!important
    }
    .page-template-template-landing-page-3 #header.navbar .ubermenu.ubermenu-main {
        background: none!important
    }
    .page-template-template-landing-page-3 #header.hero-banner {
        margin-top: -84px
    }
    .page-template-template-landing-page-3 #header .container {
        padding: 30px 15px
    }
    .page-template-template-landing-page-3 #header .container .content-area {
        padding-top: 20px
    }
    .page-template-template-landing-page-3 #header .container .description_header {
        font-size: 22px
    }
    .page-template-template-landing-page-3 #header .container .image-area {
        padding-top: 0
    }
}

.page-template-template-landing-page-3-thank-you #landing-content .content-box-header {
    text-align: center
}

.page-template-template-landing-page-3-thank-you #landing-content .content-box-header>h2 {
    width: 80%;
    margin: auto
}

.page-template-template-landing-page-3-thank-you #landing-content .content-box-list {
    padding-top: 30px
}

.page-template-template-landing-page-3-thank-you #landing-content .content-box-list li {
    font-size: 14px;
    text-align: left;
    line-height: 2
}

.page-template-template-landing-page-3-thank-you .box-tutorial {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2
}

.page-template-template-landing-page-3-thank-you .box-tutorial a.btn.btn-lg.btn-primary.text-uppercase,
.page-template-template-landing-page-3-thank-you .box-tutorial a.comment-form input[type="submit"].btn-lg.btn-primary.text-uppercase,
.page-template-template-landing-page-3-thank-you .box-tutorial a.btn.btn-lg.comment-form input[type="submit"].text-uppercase {
    margin-top: 30px
}

.page-template-template-landing-page-3-thank-you #our-customers {
    background-color: #fff!important;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 40px
}

@media (min-width:992px) {
    .page-template-template-landing-page-3-thank-you #our-customers {
        padding-bottom: 100px
    }
}

.page-template-template-landing-page-3-thank-you #our-customers h2 {
    clear: both
}

.page-template-template-landing-page-3-thank-you #our-customers h2#customer-heading {
    text-align: center
}

.page-template-template-landing-page-3-thank-you #our-customers h2.text-learn {
    text-align: center
}

.page-template-template-landing-page-3-thank-you #our-customers .customers {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (min-width:992px) {
    .page-template-template-landing-page-3-thank-you #our-customers .customers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-template-template-landing-page-3-thank-you #our-customers .customers a {
    text-decoration: none
}

.page-template-template-landing-page-3-thank-you #our-customers .customers .customer {
    height: inherit
}

.page-template-template-landing-page-3-thank-you #our-customers .customers .customer.case_study {
    position: relative;
    min-height: 1px;
    margin-bottom: 30px
}

.page-template-template-landing-page-3-thank-you #our-customers .customers .customer.case_study:last-child {
    margin-bottom: 0px
}

@media (min-width:992px) {
    .page-template-template-landing-page-3-thank-you #our-customers .customers .customer.case_study {
        margin-bottom: 0px
    }
}

@media (min-width:992px) {
    .page-template-template-landing-page-3-thank-you #our-customers .customers .customer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px
    }
}

@media (min-width:992px) {
    .page-template-template-landing-page-3-thank-you #our-customers .customers .customer a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-template-template-landing-page-3-thank-you #our-customers .customers .customer .bg-box {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-template-template-landing-page-3-thank-you #our-customers .customers .customer .bg-box .box .logo img {
    max-height: 120px;
    padding-top: 40px;
    padding-bottom: 30px
}

.page-template-template-landing-page-3-thank-you #our-customers .customers .customer .bg-box .box .logo .line {
    border: solid 1px #dbdbdb;
    width: 25%;
    margin: auto;
    margin-bottom: 10px
}

.page-template-template-landing-page-3-thank-you #our-customers .customers .customer .bg-box .box .shadow {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 175px
}

.page-template-template-landing-page-3-thank-you #our-customers .customers .customer .bg-box .box .shadow .hover-txt {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 175px;
    top: 0;
    left: 0;
    background-color: #0070cc;
    color: #fff;
    padding: 30px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff
}

.page-template-template-landing-page-3-thank-you #our-customers .customers .customer .bg-box .box .shadow .hover-txt img {
    width: 76px;
    padding-bottom: 10px
}

.page-template-template-landing-page-3-thank-you #our-customers .customers .customer .bg-box .box .shadow .hover-txt .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 30px
}

.page-template-template-landing-page-3-thank-you #our-customers .customers .customer .bg-box .box .shadow .hover-txt .text.withimg {
    height: 80px
}

.page-template-template-landing-page-3-thank-you #our-customers .customers .customer .bg-box .box:hover .shadow .hover-txt {
    opacity: 1
}

.page-template-template-landing-page-3-thank-you #our-customers .customers .customer .bg-box .box .content q {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff
}

.page-template-template-landing-page-3-thank-you div#breadcrumbs,
.page-template-template-landing-page-3-thank-you-php div#breadcrumbs,
.terms-conditions div#breadcrumbs,
.parent-pageid-4275 div#breadcrumbs {
    display: none
}

@font-face {
    font-family: 'FontAwesome';
    src: url("/themes/telesign/assets/fonts/fontawesome-webfont.eot-v%3d4.3.html") format('embedded-opentype'), url("/themes/telesign/assets/fonts/fontawesome-webfont.woff2-v%3d4.3.html") format('woff2'), url("/themes/telesign/assets/fonts/fontawesome-webfont.woff-v%3d4.3.html") format('woff'), url("/themes/telesign/assets/fonts/fontawesome-webfont.ttf-v%3d4.3.html") format('truetype'), url("/themes/telesign/assets/fonts/fontawesome-webfont.svg-v%3d4.3.html") format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

@-o-keyframes processAnimation {
    0% {
        background-position: top center
    }
    100% {
        background-position: bottom center
    }
}

@keyframes processAnimation {
    0% {
        background-position: top center
    }
    100% {
        background-position: bottom center
    }
}

@-webkit-keyframes processAnimation {
    0% {
        background-position: top center
    }
    100% {
        background-position: bottom center
    }
}

@-o-keyframes processHorizontalAnimation {
    0% {
        background-position: left center
    }
    100% {
        background-position: right center
    }
}

@keyframes processHorizontalAnimation {
    0% {
        background-position: left center
    }
    100% {
        background-position: right center
    }
}

@-webkit-keyframes processHorizontalAnimation {
    0% {
        background-position: left center
    }
    100% {
        background-position: right center
    }
}

@media (min-width:768px) {
    .single-products.score #intro .hero .container,
    .single-products.score-2-0 #intro .hero .container {
        padding: 75px 15px
    }
}

@media (min-width:768px) {
    .single-products.score #intro .hero h1,
    .single-products.score-2-0 #intro .hero h1 {
        font-size: 48px;
        font-weight: 500
    }
}

.single-products.score #interactive,
.single-products.score-2-0 #interactive {
    width: 100vw;
    height: 800vh;
    margin: 0 -15px;
    position: relative
}

.single-products.score #interactive #triggers,
.single-products.score-2-0 #interactive #triggers {
    position: absolute;
    top: 0;
    height: 100%
}

.single-products.score #interactive #triggers .slide1,
.single-products.score-2-0 #interactive #triggers .slide1 {
    position: absolute;
    top: 13%
}

.single-products.score #interactive #triggers .slide11,
.single-products.score-2-0 #interactive #triggers .slide11 {
    position: absolute;
    top: 16%
}

.single-products.score #interactive #triggers .slide2,
.single-products.score-2-0 #interactive #triggers .slide2 {
    position: absolute;
    top: 26%
}

.single-products.score #interactive #triggers .slide21,
.single-products.score-2-0 #interactive #triggers .slide21 {
    position: absolute;
    top: 29%
}

.single-products.score #interactive #triggers .slide3,
.single-products.score-2-0 #interactive #triggers .slide3 {
    position: absolute;
    top: 39%
}

.single-products.score #interactive #triggers .slide31,
.single-products.score-2-0 #interactive #triggers .slide31 {
    position: absolute;
    top: 42%
}

.single-products.score #interactive #triggers .slide4,
.single-products.score-2-0 #interactive #triggers .slide4 {
    position: absolute;
    top: 52%
}

.single-products.score #interactive #triggers .slide41,
.single-products.score-2-0 #interactive #triggers .slide41 {
    position: absolute;
    top: 55%
}

.single-products.score #interactive #triggers .slide5,
.single-products.score-2-0 #interactive #triggers .slide5 {
    position: absolute;
    top: 64%
}

.single-products.score #interactive #triggers .slide51,
.single-products.score-2-0 #interactive #triggers .slide51 {
    position: absolute;
    top: 67%
}

.single-products.score #interactive #triggers .slide6,
.single-products.score-2-0 #interactive #triggers .slide6 {
    position: absolute;
    top: 76%
}

.single-products.score #interactive #triggers .slide61,
.single-products.score-2-0 #interactive #triggers .slide61 {
    position: absolute;
    top: 79%
}

.single-products.score #interactive #triggers .slide7,
.single-products.score-2-0 #interactive #triggers .slide7 {
    position: absolute;
    top: 88%
}

.single-products.score #interactive #triggers .slide71,
.single-products.score-2-0 #interactive #triggers .slide71 {
    position: absolute;
    top: 90%
}

.single-products.score #interactive #slides-container,
.single-products.score-2-0 #interactive #slides-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.single-products.score #interactive #interactive-nav,
.single-products.score-2-0 #interactive #interactive-nav {
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 1;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.single-products.score #interactive #interactive-nav .back-a,
.single-products.score-2-0 #interactive #interactive-nav .back-a {
    float: left;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.single-products.score #interactive #interactive-nav .back-a .logo,
.single-products.score-2-0 #interactive #interactive-nav .back-a .logo {
    float: left
}

.single-products.score #interactive #interactive-nav .back-a:hover,
.single-products.score-2-0 #interactive #interactive-nav .back-a:hover {
    opacity: 0.8
}

.single-products.score #interactive #interactive-nav .nav-container,
.single-products.score-2-0 #interactive #interactive-nav .nav-container {
    overflow: hidden;
    padding-left: 70px;
    padding-right: 30px;
    position: relative
}

.single-products.score #interactive #interactive-nav .nav-ul,
.single-products.score-2-0 #interactive #interactive-nav .nav-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    height: 90px;
    position: static
}

.single-products.score #interactive #interactive-nav .nav-ul .nav-ln,
.single-products.score-2-0 #interactive #interactive-nav .nav-ul .nav-ln {
    width: 88%;
    position: absolute;
    left: 0;
    border-color: #fff;
    z-index: 0;
    margin-left: 70px
}

.single-products.score #interactive #interactive-nav .nav-ul a,
.single-products.score-2-0 #interactive #interactive-nav .nav-ul a {
    display: inline-block;
    float: left;
    margin-right: 14%;
    margin-top: 12px
}

.single-products.score #interactive #interactive-nav .nav-ul a:last-child,
.single-products.score-2-0 #interactive #interactive-nav .nav-ul a:last-child {
    margin-right: 0;
    float: right
}

.single-products.score #interactive #interactive-nav .nav-ul a:hover li,
.single-products.score-2-0 #interactive #interactive-nav .nav-ul a:hover li {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.single-products.score #interactive #interactive-nav .nav-ul a:hover li span,
.single-products.score-2-0 #interactive #interactive-nav .nav-ul a:hover li span {
    display: block;
    left: -15px;
    width: 45px;
    font-size: 6px;
    line-height: 7px;
    opacity: 1
}

.single-products.score #interactive #interactive-nav .nav-ul li,
.single-products.score-2-0 #interactive #interactive-nav .nav-ul li {
    margin: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.single-products.score #interactive #interactive-nav .nav-ul li span,
.single-products.score-2-0 #interactive #interactive-nav .nav-ul li span {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    top: 20px;
    left: -40px;
    width: 90px;
    opacity: 0;
    display: none;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.single-products.score #interactive #interactive-nav .nav-ul li.active,
.single-products.score-2-0 #interactive #interactive-nav .nav-ul li.active {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    margin-left: 4px
}

.single-products.score #interactive #interactive-nav .nav-ul li.active span,
.single-products.score-2-0 #interactive #interactive-nav .nav-ul li.active span {
    display: block;
    left: -15px;
    width: 45px;
    font-size: 6px;
    line-height: 7px;
    opacity: 1
}

.single-products.score #interactive #interactive-nav.active,
.single-products.score-2-0 #interactive #interactive-nav.active {
    opacity: 1
}

@media (min-width:992px) {
    .single-products.score #interactive #interactive-nav,
    .single-products.score-2-0 #interactive #interactive-nav {
        display: block
    }
}

.single-products.score #interactive .slide,
.single-products.score-2-0 #interactive .slide {
    height: 100vh;
    width: 100vw;
    position: absolute
}

.single-products.score #interactive .slide .skip,
.single-products.score-2-0 #interactive .slide .skip {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center
}

.single-products.score #interactive .slide .skip .skip-interactive,
.single-products.score-2-0 #interactive .slide .skip .skip-interactive {
    font-size: 14px;
    font-weight: 600
}

.single-products.score #interactive .slide .slide-i-container,
.single-products.score-2-0 #interactive .slide .slide-i-container {
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.single-products.score #interactive .slide .slide-i-container img,
.single-products.score-2-0 #interactive .slide .slide-i-container img {
    max-width: 100%;
    height: auto
}

.single-products.score #interactive .slide .slide-i-container .process-animation,
.single-products.score-2-0 #interactive .slide .slide-i-container .process-animation {
    width: 300px;
    height: 300px
}

@media (min-width:768px) {
    .single-products.score #interactive .slide .slide-i-container .process-animation,
    .single-products.score-2-0 #interactive .slide .slide-i-container .process-animation {
        width: 600px;
        height: 600px
    }
}

.single-products.score #interactive .slide .slide-i-container.active,
.single-products.score-2-0 #interactive .slide .slide-i-container.active {
    opacity: 1
}

.single-products.score #interactive .slide .slide-c-container,
.single-products.score-2-0 #interactive .slide .slide-c-container {
    margin-top: 40px;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.single-products.score #interactive .slide .slide-c-container h1,
.single-products.score-2-0 #interactive .slide .slide-c-container h1 {
    font-size: 30px;
    line-height: 25px;
    color: #002448;
    font-weight: 500;
    margin-top: 40px;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.single-products.score #interactive .slide .slide-c-container h2,
.single-products.score-2-0 #interactive .slide .slide-c-container h2 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.9px;
    color: #fff;
    margin-bottom: 0;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.single-products.score #interactive .slide .slide-c-container.active,
.single-products.score-2-0 #interactive .slide .slide-c-container.active {
    opacity: 1
}

.single-products.score #interactive .slide .slide-c-container.active h1,
.single-products.score-2-0 #interactive .slide .slide-c-container.active h1 {
    margin-top: 0
}

.single-products.score #interactive .slide.slide1,
.single-products.score-2-0 #interactive .slide.slide1 {
    background: url("/themes/telesign/assets/img/products/score/bg_0%402x.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.single-products.score #interactive .slide.slide1 h1,
.single-products.score-2-0 #interactive .slide.slide1 h1,
.single-products.score #interactive .slide.slide1 h2,
.single-products.score-2-0 #interactive .slide.slide1 h2,
.single-products.score #interactive .slide.slide1 h3,
.single-products.score-2-0 #interactive .slide.slide1 h3 {
    color: #0070cc
}

.single-products.score #interactive .slide.slide1 .process-graphic,
.single-products.score-2-0 #interactive .slide.slide1 .process-graphic {
    z-index: 0
}

.single-products.score #interactive .slide.slide1 h1,
.single-products.score-2-0 #interactive .slide.slide1 h1 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px
}

.single-products.score #interactive .slide.slide1 h2,
.single-products.score-2-0 #interactive .slide.slide1 h2 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 50px
}

.single-products.score #interactive .slide.slide1 p,
.single-products.score-2-0 #interactive .slide.slide1 p {
    font-size: 18px;
    line-height: 28px
}

.single-products.score #interactive .slide.slide1 .skip-interactive,
.single-products.score-2-0 #interactive .slide.slide1 .skip-interactive {
    color: #0070cc
}

.single-products.score #interactive .slide.slide2,
.single-products.score-2-0 #interactive .slide.slide2 {
    background: url("/themes/telesign/assets/img/products/score/slide1/1_bg%402x.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.single-products.score #interactive .slide.slide2 .slide-i-container .device,
.single-products.score-2-0 #interactive .slide.slide2 .slide-i-container .device {
    position: relative;
    padding-top: 100px;
    margin-top: 50px;
    padding-left: 40px
}

.single-products.score #interactive .slide.slide2 .slide-i-container .device .top-animation,
.single-products.score-2-0 #interactive .slide.slide2 .slide-i-container .device .top-animation {
    width: 400px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0
}

.single-products.score #interactive .slide.slide2 .slide-i-container .device .process-animation,
.single-products.score-2-0 #interactive .slide.slide2 .slide-i-container .device .process-animation {
    display: inline-block;
    background: url("/themes/telesign/assets/img/products/score/slide1/sprite.html") left center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%
}

.single-products.score #interactive .slide.slide2 .slide-c-container,
.single-products.score-2-0 #interactive .slide.slide2 .slide-c-container {
    vertical-align: middle
}

.single-products.score #interactive .slide.slide2 .skip-interactive,
.single-products.score-2-0 #interactive .slide.slide2 .skip-interactive {
    color: #fff
}

.single-products.score #interactive .slide.slide3,
.single-products.score-2-0 #interactive .slide.slide3 {
    background: url("/themes/telesign/assets/img/products/score/slide2/2_bg%402x.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.single-products.score #interactive .slide.slide3 .slide-i-container .device,
.single-products.score-2-0 #interactive .slide.slide3 .slide-i-container .device {
    position: relative
}

.single-products.score #interactive .slide.slide3 .slide-i-container .device .top-animation,
.single-products.score-2-0 #interactive .slide.slide3 .slide-i-container .device .top-animation {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50px;
    margin-left: -180px;
    left: 50%
}

.single-products.score #interactive .slide.slide3 .slide-i-container .device .process-animation,
.single-products.score-2-0 #interactive .slide.slide3 .slide-i-container .device .process-animation {
    display: inline-block;
    background: url("/themes/telesign/assets/img/products/score/slide2/sprite.html") left center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%
}

.single-products.score #interactive .slide.slide3 .slide-c-container,
.single-products.score-2-0 #interactive .slide.slide3 .slide-c-container {
    vertical-align: middle
}

.single-products.score #interactive .slide.slide3 .slide-c-container h1,
.single-products.score-2-0 #interactive .slide.slide3 .slide-c-container h1 {
    color: #01a0d4
}

.single-products.score #interactive .slide.slide3 .skip-interactive,
.single-products.score-2-0 #interactive .slide.slide3 .skip-interactive {
    color: #fff
}

.single-products.score #interactive .slide.slide4,
.single-products.score-2-0 #interactive .slide.slide4 {
    background: url("/themes/telesign/assets/img/products/score/slide3/3_bg%402x.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.single-products.score #interactive .slide.slide4 .slide-i-container .process-animation,
.single-products.score-2-0 #interactive .slide.slide4 .slide-i-container .process-animation {
    width: 550px;
    height: 410px;
    display: inline-block;
    background: url("/themes/telesign/assets/img/products/score/slide3/sprite.html") left center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.single-products.score #interactive .slide.slide4 .slide-c-container,
.single-products.score-2-0 #interactive .slide.slide4 .slide-c-container {
    vertical-align: middle
}

.single-products.score #interactive .slide.slide4 .slide-c-container h1,
.single-products.score-2-0 #interactive .slide.slide4 .slide-c-container h1 {
    color: #002448
}

.single-products.score #interactive .slide.slide4 .skip-interactive,
.single-products.score-2-0 #interactive .slide.slide4 .skip-interactive {
    color: #fff
}

.single-products.score #interactive .slide.slide5,
.single-products.score-2-0 #interactive .slide.slide5 {
    background: url("/themes/telesign/assets/img/products/score/slide4/4_bg%402x.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.single-products.score #interactive .slide.slide5 .slide-i-container .process-animation,
.single-products.score-2-0 #interactive .slide.slide5 .slide-i-container .process-animation {
    width: 530px;
    height: 588px;
    display: inline-block;
    background: url("/themes/telesign/assets/img/products/score/slide4/sprite.html") left center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.single-products.score #interactive .slide.slide5 .slide-c-container,
.single-products.score-2-0 #interactive .slide.slide5 .slide-c-container {
    vertical-align: middle
}

.single-products.score #interactive .slide.slide5 .slide-c-container h1,
.single-products.score-2-0 #interactive .slide.slide5 .slide-c-container h1 {
    color: #01b1e5
}

.single-products.score #interactive .slide.slide5 .skip-interactive,
.single-products.score-2-0 #interactive .slide.slide5 .skip-interactive {
    color: #fff
}

.single-products.score #interactive .slide.slide6,
.single-products.score-2-0 #interactive .slide.slide6 {
    background: url("/themes/telesign/assets/img/products/score/slide5/5_bg%402x.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.single-products.score #interactive .slide.slide6 .slide-c-container,
.single-products.score-2-0 #interactive .slide.slide6 .slide-c-container {
    vertical-align: middle
}

.single-products.score #interactive .slide.slide6 .slide-c-container h1,
.single-products.score-2-0 #interactive .slide.slide6 .slide-c-container h1,
.single-products.score #interactive .slide.slide6 .slide-c-container h2,
.single-products.score-2-0 #interactive .slide.slide6 .slide-c-container h2 {
    color: #00294b
}

.single-products.score #interactive .slide.slide6 .alarm-container,
.single-products.score-2-0 #interactive .slide.slide6 .alarm-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.single-products.score #interactive .slide.slide6 .alarm-container .alarm,
.single-products.score-2-0 #interactive .slide.slide6 .alarm-container .alarm {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: url("/themes/telesign/assets/img/products/score/slide5/sprite.html") left center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute
}

.single-products.score #interactive .slide.slide6 .alarm-container .alarm#alarm1,
.single-products.score-2-0 #interactive .slide.slide6 .alarm-container .alarm#alarm1 {
    top: 30%;
    left: 17%
}

.single-products.score #interactive .slide.slide6 .alarm-container .alarm#alarm2,
.single-products.score-2-0 #interactive .slide.slide6 .alarm-container .alarm#alarm2 {
    top: 22%;
    left: 9%
}

.single-products.score #interactive .slide.slide6 .alarm-container .alarm#alarm3,
.single-products.score-2-0 #interactive .slide.slide6 .alarm-container .alarm#alarm3 {
    top: 53%;
    left: 25%
}

.single-products.score #interactive .slide.slide6 .alarm-container .alarm#alarm4,
.single-products.score-2-0 #interactive .slide.slide6 .alarm-container .alarm#alarm4 {
    top: 34%;
    left: 45%
}

.single-products.score #interactive .slide.slide6 .alarm-container .alarm#alarm5,
.single-products.score-2-0 #interactive .slide.slide6 .alarm-container .alarm#alarm5 {
    top: 13%;
    left: 60%
}

.single-products.score #interactive .slide.slide6 .alarm-container .alarm#alarm6,
.single-products.score-2-0 #interactive .slide.slide6 .alarm-container .alarm#alarm6 {
    top: 32%;
    left: 72%
}

.single-products.score #interactive .slide.slide6 .alarm-container .alarm#alarm7,
.single-products.score-2-0 #interactive .slide.slide6 .alarm-container .alarm#alarm7 {
    top: 30%;
    left: 81%
}

.single-products.score #interactive .slide.slide6 .alarm-container .alarm#alarm8,
.single-products.score-2-0 #interactive .slide.slide6 .alarm-container .alarm#alarm8 {
    top: 12%;
    left: 88%
}

.single-products.score #interactive .slide.slide6 .skip-interactive,
.single-products.score-2-0 #interactive .slide.slide6 .skip-interactive {
    color: #00294b
}

.single-products.score #interactive .slide.slide7,
.single-products.score-2-0 #interactive .slide.slide7 {
    background: url("/themes/telesign/assets/img/products/score/slide6/6_bg_%402x.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.single-products.score #interactive .slide.slide7 .slide-i-container .device,
.single-products.score-2-0 #interactive .slide.slide7 .slide-i-container .device {
    position: relative
}

.single-products.score #interactive .slide.slide7 .slide-i-container .device .top-animation,
.single-products.score-2-0 #interactive .slide.slide7 .slide-i-container .device .top-animation {
    width: 350px;
    height: 350px;
    position: absolute;
    top: 50%;
    margin-top: -175px;
    margin-left: -175px;
    left: 50%
}

.single-products.score #interactive .slide.slide7 .slide-i-container .device .process-animation,
.single-products.score-2-0 #interactive .slide.slide7 .slide-i-container .device .process-animation {
    display: inline-block;
    background: url("/themes/telesign/assets/img/products/score/slide6/sprite.html") left center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%
}

.single-products.score #interactive .slide.slide7 .slide-c-container,
.single-products.score-2-0 #interactive .slide.slide7 .slide-c-container {
    vertical-align: middle
}

.single-products.score #interactive .slide.slide7 .slide-c-container h1,
.single-products.score-2-0 #interactive .slide.slide7 .slide-c-container h1 {
    color: #01b1e5
}

.single-products.score #interactive .slide.slide7 .skip-interactive,
.single-products.score-2-0 #interactive .slide.slide7 .skip-interactive {
    color: #fff
}

.single-products.score #interactive .slide.slide8,
.single-products.score-2-0 #interactive .slide.slide8 {
    background: url("/themes/telesign/assets/img/products/score/slide7/7_bg%402x.html") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

.single-products.score #interactive .slide.slide8 .slide-i-container .process-animation,
.single-products.score-2-0 #interactive .slide.slide8 .slide-i-container .process-animation {
    width: 455px;
    height: 500px;
    display: inline-block;
    background: url("/themes/telesign/assets/img/products/score/slide7/sprite.html") left center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.single-products.score #interactive .slide.slide8 .slide-c-container,
.single-products.score-2-0 #interactive .slide.slide8 .slide-c-container {
    vertical-align: middle
}

.single-products.score #interactive .slide.slide8 .slide-c-container h1,
.single-products.score-2-0 #interactive .slide.slide8 .slide-c-container h1 {
    color: #fff
}

.single-products.score #interactive .slide.slide8 .skip-interactive,
.single-products.score-2-0 #interactive .slide.slide8 .skip-interactive {
    color: #fff
}

@media (min-width:992px) {
    .single-products.score #interactive .slide .v-center,
    .single-products.score-2-0 #interactive .slide .v-center {
        position: relative;
        top: 50%;
        -webkit-transform: perspective(1px) translateY(-50%);
        transform: perspective(1px) translateY(-50%)
    }
    .single-products.score #interactive .slide .row.table-row,
    .single-products.score-2-0 #interactive .slide .row.table-row {
        display: table
    }
    .single-products.score #interactive .slide .row.table-row div[class^='col'],
    .single-products.score-2-0 #interactive .slide .row.table-row div[class^='col'] {
        display: table-cell;
        float: none
    }
    .single-products.score #interactive .slide .slide-c-container,
    .single-products.score-2-0 #interactive .slide .slide-c-container {
        text-align: right;
        margin-top: 0
    }
    .single-products.score #interactive .slide .slide-c-container h1,
    .single-products.score-2-0 #interactive .slide .slide-c-container h1 {
        font-size: 60px;
        line-height: 50px
    }
    .single-products.score #interactive .slide .slide-c-container h2,
    .single-products.score-2-0 #interactive .slide .slide-c-container h2 {
        font-size: 30px;
        line-height: 40.5px
    }
    .single-products.score #interactive .slide .skip,
    .single-products.score-2-0 #interactive .slide .skip {
        text-align: right;
        bottom: 80px
    }
    .single-products.score #interactive .slide .skip .skip-interactive,
    .single-products.score-2-0 #interactive .slide .skip .skip-interactive {
        font-size: 20px
    }
    .single-products.score #interactive .slide.slide1 .process-graphic,
    .single-products.score-2-0 #interactive .slide.slide1 .process-graphic {
        background: url("/themes/telesign/assets/img/products/score/img_0%402x.html") no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
        width: 60%;
        height: 80%;
        position: absolute;
        top: 0;
        right: 0
    }
    .single-products.score #interactive .slide.slide1 h1,
    .single-products.score-2-0 #interactive .slide.slide1 h1 {
        font-size: 50px;
        line-height: 44px;
        margin-bottom: 50px
    }
    .single-products.score #interactive .slide.slide1 h2,
    .single-products.score-2-0 #interactive .slide.slide1 h2 {
        margin-top: 20px
    }
    .single-products.score #interactive .slide.slide1 p,
    .single-products.score-2-0 #interactive .slide.slide1 p {
        font-size: 22px;
        line-height: 34px
    }
    .single-products.score #interactive .slide.slide1 .container,
    .single-products.score-2-0 #interactive .slide.slide1 .container {
        position: relative;
        top: 50%;
        -webkit-transform: perspective(1px) translateY(-50%);
        transform: perspective(1px) translateY(-50%)
    }
}

@media (max-width:992px) {
    .single-products.score .scrollmagic-pin-spacer,
    .single-products.score-2-0 .scrollmagic-pin-spacer {
        height: auto!important;
        padding: 0!important;
        width: 100%!important;
        min-width: 0!important;
        min-height: 0!important
    }
    .single-products.score #interactive,
    .single-products.score-2-0 #interactive {
        height: auto!important
    }
    .single-products.score #interactive #slides-container,
    .single-products.score-2-0 #interactive #slides-container {
        height: auto!important
    }
    .single-products.score #interactive #slides-container .slide,
    .single-products.score-2-0 #interactive #slides-container .slide {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        -o-transform: none!important;
        transform: none!important;
        position: relative;
        height: auto;
        padding: 60px 0
    }
    .single-products.score #interactive #slides-container .slide .slide-i-container,
    .single-products.score-2-0 #interactive #slides-container .slide .slide-i-container,
    .single-products.score #interactive #slides-container .slide .slide-c-container,
    .single-products.score-2-0 #interactive #slides-container .slide .slide-c-container {
        opacity: 1
    }
    .single-products.score #interactive #slides-container .slide .slide-c-container h1,
    .single-products.score-2-0 #interactive #slides-container .slide .slide-c-container h1 {
        margin-top: 0
    }
    .single-products.score #interactive #slides-container .slide .skip,
    .single-products.score-2-0 #interactive #slides-container .slide .skip {
        display: none
    }
    .single-products.score #interactive #slides-container .slide.slide2 .device,
    .single-products.score-2-0 #interactive #slides-container .slide.slide2 .device {
        margin: 0 auto;
        padding-left: 60px;
        max-width: 350px
    }
    .single-products.score #interactive #slides-container .slide.slide2 .top-animation,
    .single-products.score-2-0 #interactive #slides-container .slide.slide2 .top-animation {
        width: 300px;
        height: 75px;
        left: 50%;
        margin-left: -150px
    }
    .single-products.score #interactive #slides-container .slide.slide2 .process-animation,
    .single-products.score-2-0 #interactive #slides-container .slide.slide2 .process-animation {
        display: inline-block;
        background: url("/themes/telesign/assets/img/products/score/slide1/sprite1_mobile.html") left center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100%
    }
    .single-products.score #interactive #slides-container .slide.slide3 .device,
    .single-products.score-2-0 #interactive #slides-container .slide.slide3 .device {
        width: 350px;
        margin: 0 auto
    }
    .single-products.score #interactive #slides-container .slide.slide3 .top-animation,
    .single-products.score-2-0 #interactive #slides-container .slide.slide3 .top-animation {
        width: 180px;
        height: 180px;
        margin-left: -110px
    }
    .single-products.score #interactive #slides-container .slide.slide3 .process-animation,
    .single-products.score-2-0 #interactive #slides-container .slide.slide3 .process-animation {
        -o-animation: processHorizontalAnimation 1100ms infinite steps(22);
        animation: processHorizontalAnimation 1100ms infinite steps(22);
        -webkit-animation: processHorizontalAnimation 1100ms infinite steps(22);
        -webkit-backface-visibility: hidden!important
    }
    .single-products.score #interactive #slides-container .slide.slide4 .animation-container,
    .single-products.score-2-0 #interactive #slides-container .slide.slide4 .animation-container {
        width: 275px;
        height: 205px;
        margin: 0 auto
    }
    .single-products.score #interactive #slides-container .slide.slide4 .process-animation,
    .single-products.score-2-0 #interactive #slides-container .slide.slide4 .process-animation {
        display: inline-block;
        background: url("/themes/telesign/assets/img/products/score/slide3/slide3_mobile.html") left center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100%
    }
    .single-products.score #interactive #slides-container .slide.slide5 .process-animation,
    .single-products.score-2-0 #interactive #slides-container .slide.slide5 .process-animation {
        margin: 0 auto;
        width: 265px;
        height: 294px;
        -o-animation: processHorizontalAnimation 3000ms infinite steps(41);
        animation: processHorizontalAnimation 3000ms infinite steps(41);
        -webkit-animation: processHorizontalAnimation 3000ms infinite steps(41);
        -webkit-backface-visibility: hidden!important
    }
    .single-products.score #interactive #slides-container .slide.slide6 .alarm-container,
    .single-products.score-2-0 #interactive #slides-container .slide.slide6 .alarm-container {
        z-index: 0
    }
    .single-products.score #interactive #slides-container .slide.slide6 .alarm,
    .single-products.score-2-0 #interactive #slides-container .slide.slide6 .alarm {
        width: 20px;
        height: 20px;
        -o-animation: processHorizontalAnimation 2450ms infinite steps(48);
        animation: processHorizontalAnimation 2450ms infinite steps(48);
        -webkit-animation: processHorizontalAnimation 2450ms infinite steps(48);
        -webkit-backface-visibility: hidden!important;
        z-index: -1
    }
    .single-products.score #interactive #slides-container .slide.slide6 .alarm#alarm2,
    .single-products.score-2-0 #interactive #slides-container .slide.slide6 .alarm#alarm2 {
        -webkit-animation-delay: -0.7s;
        -o-animation-delay: -0.7s;
        animation-delay: -0.7s
    }
    .single-products.score #interactive #slides-container .slide.slide6 .alarm#alarm3,
    .single-products.score-2-0 #interactive #slides-container .slide.slide6 .alarm#alarm3 {
        -webkit-animation-delay: -0.8s;
        -o-animation-delay: -0.8s;
        animation-delay: -0.8s
    }
    .single-products.score #interactive #slides-container .slide.slide6 .alarm#alarm4,
    .single-products.score-2-0 #interactive #slides-container .slide.slide6 .alarm#alarm4 {
        -webkit-animation-delay: -1.3s;
        -o-animation-delay: -1.3s;
        animation-delay: -1.3s
    }
    .single-products.score #interactive #slides-container .slide.slide6 .alarm#alarm5,
    .single-products.score-2-0 #interactive #slides-container .slide.slide6 .alarm#alarm5 {
        -webkit-animation-delay: -0.6s;
        -o-animation-delay: -0.6s;
        animation-delay: -0.6s
    }
    .single-products.score #interactive #slides-container .slide.slide6 .alarm#alarm6,
    .single-products.score-2-0 #interactive #slides-container .slide.slide6 .alarm#alarm6 {
        -webkit-animation-delay: -1.5s;
        -o-animation-delay: -1.5s;
        animation-delay: -1.5s
    }
    .single-products.score #interactive #slides-container .slide.slide6 .alarm#alarm7,
    .single-products.score-2-0 #interactive #slides-container .slide.slide6 .alarm#alarm7 {
        -webkit-animation-delay: -0.4s;
        -o-animation-delay: -0.4s;
        animation-delay: -0.4s
    }
    .single-products.score #interactive #slides-container .slide.slide6 .alarm#alarm8,
    .single-products.score-2-0 #interactive #slides-container .slide.slide6 .alarm#alarm8 {
        -webkit-animation-delay: -0.9s;
        -o-animation-delay: -0.9s;
        animation-delay: -0.9s
    }
    .single-products.score #interactive #slides-container .slide.slide7 .device,
    .single-products.score-2-0 #interactive #slides-container .slide.slide7 .device {
        width: 300px;
        margin: 0 auto
    }
    .single-products.score #interactive #slides-container .slide.slide7 .top-animation,
    .single-products.score-2-0 #interactive #slides-container .slide.slide7 .top-animation {
        width: 250px;
        height: 250px;
        margin-left: -125px;
        margin-top: -125px
    }
    .single-products.score #interactive #slides-container .slide.slide7 .process-animation,
    .single-products.score-2-0 #interactive #slides-container .slide.slide7 .process-animation {
        -o-animation: processHorizontalAnimation 2650ms infinite steps(52);
        animation: processHorizontalAnimation 2650ms infinite steps(52);
        -webkit-animation: processHorizontalAnimation 2650ms infinite steps(52);
        -webkit-backface-visibility: hidden!important
    }
    .single-products.score #interactive #slides-container .slide.slide8 .animation-container,
    .single-products.score-2-0 #interactive #slides-container .slide.slide8 .animation-container {
        width: 225px;
        height: 250px;
        margin: 0 auto
    }
    .single-products.score #interactive #slides-container .slide.slide8 .process-animation,
    .single-products.score-2-0 #interactive #slides-container .slide.slide8 .process-animation {
        display: inline-block;
        background: url("/themes/telesign/assets/img/products/score/slide7/slide7_mobile.html") left center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100%
    }
}

.get-started {
    text-align: center;
    padding: 30px 0
}

.get-started h1 {
    color: #0070cc;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px
}

.get-started p {
    padding-top: 20px;
    font-weight: 600
}

.get-started p a {
    color: #444;
    text-decoration: underline
}

.get-started a.btn,
.get-started a.comment-form input[type="submit"] {
    text-transform: uppercase
}

.product-icons {
    padding-top: 40px;
    text-align: center
}

.product-icons img {
    height: auto;
    max-width: 301px;
    padding: 0 30px;
    position: relative
}

@media (min-width:768px) {
    .get-started {
        padding: 40px 0
    }
}

@media (min-width:992px) {
    .get-started {
        padding: 60px 0
    }
    .get-started p {
        font-size: 14px!important
    }
    .product-icons {
        padding-top: 40px
    }
    .product-icons .fancy {
        line-height: 0.5;
        text-align: center
    }
    .product-icons .fancy span {
        display: inline-block;
        position: relative
    }
    .product-icons .fancy span:before,
    .product-icons .fancy span:after {
        content: "";
        position: absolute;
        height: 5px;
        top: 30px
    }
    .product-icons .fancy span:before {
        right: 100%;
        margin-right: 15px
    }
    .product-icons .fancy span:after {
        left: 100%;
        margin-left: 15px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .product-icons .fancy span:before,
    .product-icons .fancy span:after {
        border-bottom: 1px solid #cfcfcf;
        width: 100%;
        width: 600px;
        max-width: 100%
    }
}
@media screen and (max-width: 768px) {
    #intro .hero p>a>img{
        max-width: 150% ;
        height: auto;
        margin-left: -25%!important;
    }
}