@import '../fonts/novecentosans_stylesheet.css';
@import '../fonts/open-sans.css';
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html {
    background-color: #1B1B1B
}
html.modal-shown {
    overflow: hidden
}
body {
    background-color: transparent;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif!important;
    font-style: normal;
    font-weight: 400;
    position: relative
}
body strong {
    font-weight: 700!important
}
h1,
h2 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif!important;
    font-weight: 500;
    margin-top: 0!important
}
a {
    color: #5b761d
}
a:focus,
a:hover {
    color: #6b8a22
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 10px!important;
    padding-right: 10px!important
}
@media (min-width: 1200px) {
    .container {
        width: 975px!important
    }
}
.btn,
.btn.btn-xs {
    border-radius: 1px
}
.btn.btn-xs {
    padding: 3px 10px
}
.btn.btn-green {
    background: #5b761d;
    color: #fff
}
.btn.btn-green:hover {
    color: #fff;
    text-decoration: none;
    background: #3b4d13
}
.btn.btn-black {
    background: #333;
    color: #fff
}
.cover .btn.btn-black {
    background: 0 0;
    border: 1px solid #b3b3b3;
    color: #b3b3b3
}
.cover .btn.btn-black:hover {
    color: #222;
    background: 0 0;
    border-color: #222
}
.btn.btn-black:hover {
    color: #fff;
    text-decoration: none;
    background: #1a1a1a
}
a.btn {
    color: #fff
}
@media (max-width: 992px) {
    .nav.nav-tabs li {
        width: 100%
    }
}
.nav.nav-tabs a {
    color: #5b761d
}
@media (max-width: 992px) {
    .nav.nav-tabs a {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 0
    }
}
@media (max-width: 992px) {
    .nav.nav-tabs li.active a,
    .nav.nav-tabs li.active a:hover {
        color: #fff;
        background: #5b761d
    }
}
.left {
    float: left
}
.right {
    float: right
}
.list-group-item {
    border: 1px dotted #d7d7d7!important;
    border-left: none!important;
    border-right: none!important
}
iframe {
    border: none!important;
    width: 100%!important
}
form button,
form input,
form select,
form textarea {
    max-width: 100%;
    padding: 5px 10px;
    border: 1px solid #d7d7d7;
    box-shadow: inset 0 0 5px #f4f4f4;
    border-radius: 2px 2px 2px 2px
}
form textarea {
    padding: 20px;
    width: 100%
}
form input::input-placeholder,
form textarea::input-placeholder {
    color: #ccc;
    font-weight: 600
}
form input[type=file].wpcf7-file {
    visibility: hidden;
    -moz-visibility: visible;
    width: 100%;
    position: relative;
    cursor: pointer
}
form input[type=file].wpcf7-file:before {
    visibility: visible;
    content: attr(data-choose);
    display: inline-block;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 11;
    color: #000;
    font-size: 13px;
    background: #eee;
    font-weight: 700;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer
}
form input[type=file].wpcf7-file:after {
    visibility: visible;
    background-color: #fff;
    content: attr(title);
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 110px;
    line-height: 36px;
    z-index: 10;
    color: #000
}
form .selectize-control {
    position: relative
}
form .selectize-control .items {
    padding: 0 0 0 10px;
    min-height: 1px
}
form .selectize-control .item {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 90%;
    padding-top: 4px;
    padding-right: 15px
}
form .selectize-control .selectize-input,
form .selectize-control .selectize-input input {
    border-radius: 2px
}
label {
    color: #333;
    font-weight: 700;
    font-size: 13px
}
label.error {
    color: #b93a3f;
    margin-top: 5px
}
.irw-slider {
    padding: 0
}
.row.no-padding,
.row.np {
    padding-left: 0!important;
    padding-right: 0!important
}
@media (max-width: 782px) {
    body.top-navbar.admin-bar,
    body.top-navbar.admin-bar .topnavbar.navbar-fixed-top {
        padding-top: 46px!important
    }
}
.topnavbar.navbar-fixed-top {
    transition: all .3s ease;
    border: none
}
.topnavbar.navbar-fixed-top.overHeader .navbar-nav>li {
    border-right: 1px solid #ebebeb
}
.topnavbar.navbar-fixed-top.scrolling {
    box-shadow: 0 2px 2px #ebebeb
}
@media (max-width: 782px) {
    html #wpadminbar {
        z-index: 1500!important
    }
}
@media screen and (max-width: 600px) {
    html #wpadminbar {
        position: fixed
    }
}
@media (max-width: 767px) {
    .navbar {
        min-height: 50px!important
    }
}
@media (max-width: 767px) {
    .navbar a.navbar-brand {
        height: 50px!important
    }
}
.navbar-toggle {
    margin-top: 6px!important;
    margin-bottom: 6px!important
}
body.top-navbar.admin-bar .topnavbar.navbar-fixed-top {
    border-bottom: 0!important
}
.navbar-default {
    background-color: rgba(255, 255, 255, .9)!important;
    position: absolute;
    left: 0;
    right: 0
}
.navbar-default .navbar-inside.container {
    padding-left: 0!important;
    padding-right: 0!important;
    max-width: 1024px
}
@media (max-width: 1024px) {
    .navbar-default .navbar-inside.container {
        width: 100%;
        margin: 0!important
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-inside.container .navbar-header {
        margin-left: 0;
        width: 100%
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-inside.container .navbar-collapse {
        margin-right: 0
    }
}
.navbar-default .navbar-inside.container .navbar-toggle {
    border-radius: 0;
    border: 1px solid #868686
}
.navbar-default .navbar-inside.container .navbar-toggle .icon-bar {
    background-color: #868686
}
.navbar-default .navbar-inside.container .navbar-toggle:focus,
.navbar-default .navbar-inside.container .navbar-toggle:hover {
    border: 1px solid #c4c4c4;
    background: 0 0
}
.navbar-default .navbar-inside.container .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-inside.container .navbar-toggle:hover .icon-bar {
    background-color: #c4c4c4
}
.navbar-default a.navbar-brand.logo {
    padding: 0!important
}
.navbar-default .navbar-collapse {
    z-index: 1000;
    margin-left: 0!important
}
.navbar-default .navbar-nav>li {
    border-right: 1px solid #ccc
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    padding-left: 10px!important;
    padding-right: 10px!important
}
@media (max-width: 1023px) {
    .navbar-default .navbar-nav>li>a {
        padding-left: 10px!important;
        padding-right: 10px!important
    }
}
.navbar-default .navbar-nav>li>a:hover span {
    border-bottom: 2px solid #333
}
.navbar-default .navbar-nav>li.active a span {
    border-bottom: 2px solid #333
}
.navbar-default ul.dropdown-menu {
    background: rgba(255, 255, 255, .8)!important;
    min-width: 200px!important;
    padding: 20px 30px 10px 30px;
    border-radius: 0
}
.navbar-default ul.dropdown-menu li {
    margin-bottom: 10px;
    display: table;
    padding: 0
}
.navbar-default ul.dropdown-menu li a {
    text-transform: capitalize;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif!important;
    padding: 0!important;
    border-bottom: 2px solid transparent;
    color: #000!important
}
.navbar-default ul.dropdown-menu li a:hover {
    background: 0 0!important;
    border-bottom: 2px solid #000;
    color: #000!important;
    padding: 0!important
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: inherit!important
}
.navbar-default .menu-speakers ul.dropdown-menu {
    width: 600px;
    padding: 0;
    background: rgba(255, 255, 255, .95)!important
}
@media (max-width: 875px) {
    .navbar-default .menu-speakers ul.dropdown-menu {
        width: 300px
    }
}
.navbar-default .menu-speakers ul.dropdown-menu li.cats ul {
    padding: 0;
    margin: 0 10px 10px 10px;
    border: 1px solid #ccc
}
.navbar-default .menu-speakers ul.dropdown-menu li.cats ul li {
    display: inline-block;
    width: 277px;
    vertical-align: middle;
    padding: 15px;
    margin: 0!important;
    height: 40px;
    border-bottom: 1px dotted #ccc;
    background: 0 0!important
}
.navbar-default .menu-speakers ul.dropdown-menu li.cats ul li:hover {
    padding: 15px!important
}
.navbar-default .menu-speakers ul.dropdown-menu li.cats ul li:hover a {
    text-decoration: none;
    background: 0 0!important
}
.navbar-default .menu-speakers ul.dropdown-menu li.cats ul li a {
    padding: 15px;
    font-weight: 700;
    font-size: 13px;
    background: 0 0!important
}
.navbar-default .menu-speakers ul.dropdown-menu li.meta {
    width: 600px;
    margin: 0;
    line-height: 16px;
    font-weight: 700;
    padding: 15px
}
.navbar-default .menu-speakers ul.dropdown-menu li.meta:hover {
    padding: 15px!important
}
.navbar-default .menu-speakers ul.dropdown-menu li.meta:hover a {
    background: 0 0!important
}
@media (max-width: 875px) {
    .navbar-default .menu-speakers ul.dropdown-menu li.meta {
        width: 300px;
        height: 70px
    }
}
.navbar-default .menu-speakers ul.dropdown-menu li.meta a {
    border: 1px solid #5b761d;
    color: #5b761d!important;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    padding: 3px 7px!important;
    margin-left: 4px
}
.navbar-default .menu-speakers ul.dropdown-menu li.meta a:hover {
    border: 1px solid #3b4d13;
    color: #3b4d13!important
}
.navbar-default .menu-speakers ul.dropdown-menu h3 {
    font-size: 100%;
    margin-top: 5px;
    margin: 0;
    padding: 0
}
.admin-bar .jumbotron {
    background-position-y: 32px
}
.jumbotron {
    position: relative;
    top: -83px;
    margin-bottom: -83px!important;
    height: 400px;
    background-color: #000!important;
    border-radius: 0!important;
    background-size: auto!important;
    -webkit-background-size: auto!important;
    -moz-background-size: auto!important;
    -o-background-size: auto!important;
    background-position: top center!important
}
@media (max-width: 767px) {
    .jumbotron {
        height: 350px
    }
}
@media (max-width: 320px) {
    .jumbotron {
        height: 400px
    }
}
.jumbotron .sage_banner_block {
    transition: all .3s ease;
    display: table;
    padding: 20px;
    margin-top: 150px;
    background: rgba(255, 255, 255, .8);
    margin-left: 0
}
@media (max-width: 320px) {
    .jumbotron .sage_banner_block {
        margin-top: 170px!important
    }
}
.jumbotron .sage_banner_block h2,
.jumbotron .sage_banner_block h4 {
    color: #000;
    font-family: 'Novecento Sans', Helvetica, Arial, sans-serif!important;
    padding: 0 0 5px 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300
}
.jumbotron .sage_banner_block h2 {
    font-size: 32px!important
}
@media (max-width: 767px) {
    .jumbotron .sage_banner_block {
        margin-top: 130px;
        margin-left: 0
    }
}
.jumbotron .fadein {
    opacity: .2
}
@media (min-width: 1200px) {
    .jumbotron .container {
        width: 985px!important
    }
}
@media (max-width: 479px) {
    .jumbotron .container {
        padding: 0!important
    }
}
.breadTrail {
    padding-left: 20px!important
}
@media (max-width: 767px) {
    .breadTrail {
        display: none
    }
}
@media (min-width: 1200px) {
    .breadTrail.container {
        width: 985px!important
    }
}
.breadcrumb {
    margin-bottom: 0!important;
    background-color: #fff!important;
    padding: 0 15px 0 0!important;
    height: 45px;
    line-height: 45px;
    color: #d7d7d7
}
.breadcrumb a,
.breadcrumb a:hover {
    color: #d7d7d7
}
@media (min-width: 768px) {
    .main_container {
        box-shadow: 0 -5px 10px #f4f4f4
    }
}
.main_container .full_bg_container {
    opacity: 1;
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}
.main_container .full_bg_container img.full-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%
}
.wrap.main-section .content {
    padding-left: 0!important;
    padding-right: 0!important
}
.wrap.main-section .content article a {
    color: #5b761d
}
@media screen and (max-width: 768px) {
    .wrap.main-section .content {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .wrap.main-section .content .main.col-sm-9 {
        width: 100%
    }
}
.wrap.main-section .content .bg {
    padding: 30px 0 40px 0!important;
    margin: 0
}
.wrap.main-section .content .bg .main {
    padding-left: 0!important;
    padding-right: 20px!important
}
@media screen and (max-width: 768px) {
    .wrap.main-section .content .bg .main {
        padding-left: 20px!important
    }
}
.wrap.main-section .content .bg .main .page-header {
    padding-top: 0;
    margin-top: 0;
    border: none!important
}
.wrap.main-section .content .bg .main .page-header h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 0
}
.what-we-do .wrap.main-section .content .bg .main {
    padding-right: 40px!important
}
.event-consulting aside.sidebar {
    display: block;
    margin-top: 20px
}
@media only screen and (min-device-width: 728px) and (max-device-width: 1024px) and (orientation: portrait) {
    .event-consulting aside.sidebar {
        width: 100%
    }
}
aside.sidebar {
    padding-left: 20px!important;
    padding-right: 0!important;
    margin-top: 65px
}
@media screen and (max-width: 768px) {
    aside.sidebar {
        padding-right: 20px!important
    }
}
aside.sidebar .widget_wysiwyg_widgets_widget p {
    padding-left: 20px;
    padding-right: 20px
}
aside.sidebar .widget {
    width: 215px;
    margin-bottom: 20px
}
@media screen and (max-width: 768px) {
    aside.sidebar .widget {
        width: 100%
    }
}
aside.sidebar .widget .btn.btn-default {
    max-width: 170px;
    padding: 10px 30px;
    border: 2px solid #fff;
    background: 0 0
}
aside.sidebar .widget .btn.btn-default:hover {
    color: #fff
}
@media screen and (max-width: 768px) {
    .sidebar.col-sm-3 {
        width: 100%
    }
    #wysiwyg_widgets_widget-6,
    #wysiwyg_widgets_widget-7,
    #wysiwyg_widgets_widget-8 {
        background-color: #688030
    }
    aside.sidebar {
        margin-top: 20px!important
    }
}
.widget_nav_menu,
.widget_smart_subnav {
    width: 215px;
    text-align: center;
    margin-bottom: 20px
}
@media (max-width: 768px) {
    .widget_nav_menu,
    .widget_smart_subnav {
        width: 100%
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .widget_nav_menu,
    .widget_smart_subnav {
        display: none!important
    }
}
.widget_nav_menu .smart-subnav-parent,
.widget_smart_subnav .smart-subnav-parent {
    background: url(../images/logo-text-sidebar.jpg) no-repeat center;
    border: 1px solid #e2e3e5;
    padding: 35px 0;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    text-indent: -9999px;
    line-height: 1.2em;
    text-transform: uppercase
}
.widget_nav_menu .smartsubnav,
.widget_smart_subnav .smartsubnav {
    padding: 20px 0;
    background: 0 0;
    border-right: 1px solid #e2e3e5;
    border-left: 1px solid #e2e3e5;
    border-bottom: 1px solid #e2e3e5
}
.widget_nav_menu .smartsubnav li,
.widget_smart_subnav .smartsubnav li {
    line-height: 28px;
    display: table;
    margin-right: auto;
    margin-left: auto
}
.widget_nav_menu .smartsubnav li>a,
.widget_smart_subnav .smartsubnav li>a {
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #646464;
    padding: 0 10px;
    margin-bottom: 10px
}
.widget_nav_menu .smartsubnav li>a:hover,
.widget_smart_subnav .smartsubnav li>a:hover {
    background: #f4f4f4
}
.widget_nav_menu .smartsubnav li.active a,
.widget_smart_subnav .smartsubnav li.active a {
    background: #5b761d;
    color: #fff
}
@media screen and (min-width: 320px) and (max-width: 468px) {
    .widget_nav_menu,
    .widget_smart_subnav {
        display: none
    }
}
.widget_dk-image-rotator-widget h3,
.widget_weptile-image-slider-widget h3 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}
.irw-widget {
    padding: 20px
}
.widget_smart_subnav .smartsubnav li {
    border: 0
}
.modal-dialog {
    margin: 100px auto!important
}
@media screen and (max-width: 768px) {
    .modal-dialog {
        max-width: 600px!important
    }
}
@media screen and (min-width: 320px) and (max-width: 468px) {
    .modal-dialog .alignright {
        float: none!important;
        display: inline-block
    }
    .modal-dialog h2 span {
        display: block
    }
}
#contact-us .modal-body {
    padding-top: 20px
}
#contact-us .modal-body h1,
#contact-us .modal-body h2 {
    font-weight: 300
}
@media screen and (max-width: 468px) {
    #contact-us .modal-body .col-xs-6 {
        width: 100%
    }
}
#contact-us .modal-body>.row {
    height: 194px
}
@media only screen and (min-device-width: 728px) and (max-device-width: 1024px) {
    #contact-us .modal-body>.row {
        padding-top: 25px
    }
}
.modal-content {
    box-shadow: 0 10px 100px rgba(0, 0, 0, .25)!important;
    border-radius: 0 0 3px 3px!important;
    border: none!important
}
.modal-content button.close {
    background: #333 url(../images/icon-close.png) no-repeat 10px;
    line-height: 25px;
    text-shadow: none;
    font-size: 12px;
    color: #fff;
    padding: 0 10px 0 25px;
    height: 25px;
    float: none;
    position: absolute;
    right: 0;
    top: -25px;
    opacity: 1;
    filter: alpha(opacity=100)
}
.modal-content .modal-body {
    padding: 0
}
.modal-content .modal-body .modal-inner {
    background: url(../images/modal-gradient-bg.jpg) repeat-x bottom;
    padding: 10px 40px 40px 40px!important
}
.modal-content .modal-body .modal-inner>.row {
    height: 190px
}
.modal-content .no-header button.close {
    top: -23px
}
.modal-content .modal-header .close {
    margin-top: 0
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .sage-team .modal-content button.close {
        right: 10px!important;
        top: 10px!important;
        z-index: 100
    }
}
.modal.attachment-modal .modal-body {
    background: 0 0;
    padding: 0!important;
    line-height: 0
}
.modal.attachment-modal .modal-body img {
    width: 100%
}
.modal.attachment-modal .modal-header {
    padding: 0!important;
    height: 0;
    min-height: 0;
    border: none
}
.modal.attachment-modal video {
    width: 100%;
    background: #333
}
.modal.attachment-modal [videoposter] {
    height: 16px;
    width: 16px
}
.modal.attachment-modal .caption {
    background: #333;
    color: #fff;
    padding: 10px;
    line-height: 10px
}
.modal.attachment-modal .caption.image {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table
}
.modal.attachment-modal .modal-dialog,
.modal.attachment-modal.video .modal-dialog {
    width: 640px
}
@media screen and (max-width: 640px) {
    .modal.attachment-modal .modal-dialog,
    .modal.attachment-modal.video .modal-dialog {
        width: 100%
    }
}
.content blockquote {
    border-left: 3px solid #ccc
}
.content .alert-info {
    font-size: 14px;
    background: #f2f3f4;
    text-align: center;
    border: 0;
    color: #222;
    padding: 20px
}
.content .alert-info p {
    margin: 0;
    line-height: 25px
}
@media screen and (max-width: 468px) {
    .content .alert-info {
        padding: 20px 30px
    }
}
.thumbnail {
    padding: 0!important;
    margin-bottom: 0!important;
    border: none!important;
    /*background: #202020!important;*/
    border-radius: none;
    overflow: hidden!important
}
.thumbnail>img {
    width: 100%;
    height: auto;
    border-radius: 0
}
figure.thumbnail {
    border-radius: 2px;
    margin: 5px
}
figure.thumbnail .caption,
figure.thumbnail figcaption {
    color: #fff;
    text-align: center
}
figure.thumbnail img {
    border: 0
}
figure.thumbnail.aligncenter {
    margin: 0 auto
}
#introduction img {
    padding: 0;
    border: none
}
.entry-content img,
.event-consulting main img,
.tab-content img {
    padding: 10px;
    border: 1px solid #e4e4e4
}
.error404 footer.content-info .container #copyright-bar,
.error404 footer.content-info .container #footer-copyright,
.page-template-template-search_speakers-php footer.content-info .container #copyright-bar,
.page-template-template-search_speakers-php footer.content-info .container #footer-copyright {
    background: 0 0;
    display: block;
    position: relative;
    color: #fff;
    text-align: center
}
#footer-copyright .container {
    width: 100%!important
}
#footer-copyright .container #copyright-bar {
    color: #818181
}
a.cl-effect-2 {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    display: inline-block
}
a.cl-effect-2 span {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    transition: all .3s ease;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}
a.cl-effect-2 span:before {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #214682;
    content: attr(data-hover);
    transition: background .3s ease;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0
}
a.cl-effect-2:focus span,
a.cl-effect-2:hover span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px)
}
a.cl-effect-2:focus span:before,
a.cl-effect-2:hover span:before {
    background: #214682;
    opacity: 1
}
.page-numbers {
    padding: 5px 10px;
    color: #333;
    background: #fff;
    font-weight: 600;
    transition: all .3s ease;
    border: 1px solid transparent
}
.page-numbers:hover {
    text-decoration: none
}
.page-numbers.dots {
    border: none
}
.page-numbers.current {
    border-color: #e6e6e6
}
.home.page .jumbotron {
    display: none
}
#featured_speakers {
    position: relative;
    left: 50%;
	overflow: hidden;
	height: 350px;
}
#featured_speakers .owl-item {
    margin: 0;
    border-radius: 3px 3px 3px 3px
}
#featured_speakers .owl-item img {
    border-radius: 3px 3px 0 0;
    position: absolute
}
#featured_speakers.visible {
    bottom: 90px
}
.navigation,
.owl-controls {
    cursor: pointer;
    position: absolute;
    bottom: 180px;
    margin-top: 20px;
    left: -70px;
    right: -70px
}
.navigation .previous,
.owl-controls .owl-prev {
    position: absolute;
    left: 0;
    z-index: 999;
    opacity: .8;
    transition: all .3s ease
}
.navigation .next,
.owl-controls .owl-next {
    position: absolute;
    right: 0;
    z-index: 999;
    opacity: .8
}
.navigation .next:hover,
.navigation .previous:hover,
.owl-controls .owl-next:hover,
.owl-controls .owl-prev:hover {
    opacity: 1
}
.featured_speaker {
    background: url(../images/body-bg.jpg);
    border-radius: 3px 3px 3px 3px;
    border: none;
    padding: 0;
    width: 183px;
    margin-right: auto;
    margin-left: auto;
	display: inline-block;
}
.featured_speaker .cover.default {
    min-height: 180px;
    border-radius: 3px 3px 3px 3px
}
.featured_speaker .cover_container {
    height: 180px;
    overflow: hidden
}
.featured_speaker .cover_container p {
    font-size: 11px;
    text-align: left;
    padding: 5px
}
.featured_speaker .cover.back,
.featured_speaker .cover.front {
    display: none
}
.featured_speaker footer {
    padding: 10px;
    min-height: 65px;
    line-height: 20px;
    font-weight: 600;
}
.featured_speaker .meta {
    text-align: center;
}
.featured_speaker footer .title {
    font-size: 16px;
    color: #333
}
.featured_speaker footer .location {
    font-size: 14px;
    color: #646464;
    margin-bottom: 10px
}
.featured_speaker footer .actions {
    text-transform: uppercase;
    color: #fff;
    text-align: left
}
.featured_speaker footer .actions .flip_back {
    color: #333;
    text-decoration: underline;
    padding-left: 10px;
    cursor: pointer
}
.featured_speaker.flipped .cover.default {
    background: url(../images/body-bg.jpg);
    padding: 10px;
    position: relative
}
.featured_speaker.flipped .cover.default .content {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px!important;
    height: 212px;
    overflow-y: auto;
    overflow-x: visible;
    position: relative;
    z-index: 98;
    text-indent: 20px;
    font-size: 13px;
    line-height: 1.4em
}
.featured_speaker.flipped .cover.default .quote {
    width: 29px;
    height: 20px;
    position: absolute;
    opacity: .1;
    top: 15px;
    left: 5px;
    z-index: 99;
    background: url(../images/quote.png)
}
.featured_speaker.flipped .cover.default footer {
    height: 35px;
    padding: 17px 20px 0 0
}
.iasb-logo {
    position: absolute;
    right: 5%;
}
.iasb-logo img {
    width: 150px;
    border: 10px solid #fff;
    border-radius: 2px;
	margin-left: auto;
    margin-right: 2%;
    display: block;
}
@media (max-width: 735px) and (orientation: portrait) {
    .iasb-logo {
        left: 50%;
        margin-left: -75px;
        bottom: 100px
    }
}
@media (max-width: 736px) and (orientation: landscape) {
    .iasb-logo {
        left: 50%;
        margin-left: -75px
    }
}
#featured_speakers_toggle {
    background: #5b761d;
    color: #fff;
    border-radius: 120px 120px 120px 120px;
    padding: 35px 0;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -60px;
    cursor: pointer
}
#featured_speakers_toggle p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 1em
}
@media (max-width: 767px) {
    #featured_speakers_toggle {
        bottom: 20px
    }
}
#featured_speakers_toggle:hover {
    bottom: 45px
}
@media (max-width: 767px) {
    #featured_speakers_toggle:hover {
        bottom: 15px
    }
}
#featured_speakers_toggle.hidden {
    display: none;
    bottom: -120px
}
#homepage_slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
#homepage_slider_items,
#homepage_slider_items .owl-wrapper,
#homepage_slider_items .owl-wrapper .owl-item,
#homepage_slider_items .owl-wrapper .owl-item .item,
#homepage_slider_items .owl-wrapper-outer {
    position: relative;
    width: 100%;
    height: 100%
}
#homepage_slider_items.owl-carousel {
    display: none;
}
#homepage_slider_items {
    background: #000
}
#homepage_slider_items .item {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center
}
#homepage_slider_items .item .feature_text {
    display: none
}
@media screen and (max-height: 610px) {
    body.featured-open #homepage_slider_info {
        display: none
    }
}
#homepage_slider_info {
    position: relative;
	z-index: 1020;
    min-height: 100px
}
#homepage_slider_info .meta {
    font-family: 'Novecento Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase
}
.featured_title {
	text-transform: uppercase;
	margin-bottom: 2% !important;
}
.featured_title, #homepage_slider_info .meta .title {
    display: table;
    margin: 0 auto;
    font-size: 36px;
    background: #fff;
    padding: 10px 20px;
    background: rgba(255, 255, 255, .8);
    line-height: 35px
}
@media screen and (max-width: 767px) {
    #homepage_slider_info .meta .title {
        font-size: 28px
    }
}
#homepage_slider_info .meta .title .subtext {
    font-size: 24px
}
#homepage_slider_info .meta .title .subtext p {
    padding: 0;
    margin: 0;
    line-height: 1em
}
#homepage_slider_info .meta .to_page {
    width: auto;
    display: table;
    margin: 0 auto
}
#homepage_slider_info .meta .to_page a {
    white-space: inherit;
    max-width: 100%;
    font-size: 20px;
    padding: 10px 35px;
    color: #fff;
    border-radius: 0
}
@media (max-height: 700px) {
    #homepage_slider_info {
        bottom: auto
    }
}
@media (max-width: 767px) {
    #homepage_slider_info {
        left: 0
    }
}
@media (max-width: 414px) and (orientation: portrait) {
    .phone #homepage_slider_info {
        min-height: 200px;
    }
}
form[name=sage-speaker-form] button,
form[name=sage-speaker-form] input,
form[name=sage-speaker-form] select,
form[name=sage-news-form] input,
form[name=sage-news-form] select {
    width: 100%;
    max-width: 100%
}
.row {
    margin-bottom: 5px
}
.home .loaderImage-container,
.page-template-template-search_speakers-php .loaderImage-container {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    background-color: transparent
}
.home .loaderImage-container {
    top: 120px
}
.page-template-template-search_speakers-php .loaderImage-container {
    top: auto;
    bottom: 7px
}
.loaderImage-container {
    padding: 5px;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    display: none;
    opacity: 0
}
.home .loaderImage {
    margin: 0 auto
}
.loaderImage {
    margin: 20% auto
}
.cover_container {
    position: relative;
    width: 100%
}
.cover_container .cover {
    opacity: .3;
    position: absolute;
    height: 70px;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    transition: all .3s ease;
    background: url(../images/video.png) no-repeat 150px 30px
}
.cover_container:hover .cover {
    opacity: 1;
    border-color: #fff
}
.cover_container .cover img {
    padding: 11px 14px 11px 14px
}
.find-speaker-header {
    background-color: rgba(0, 0, 0, .8);
    margin-bottom: 0;
    color: #fff
}
.find-speaker-header a {
    color: #5b761d!important;
    font-weight: 700
}
.find-speaker-header h1 {
    margin-bottom: 10px!important
}
.find-speaker-header p {
    margin-bottom: 0
}
.find-speaker-header .page-header {
    text-transform: uppercase;
    padding: 20px 20px 0 20px!important;
    float: left;
    width: 100%
}
.find-speaker-header .page-header .page-title {
    float: left
}
@media screen and (max-width: 767px) {
    .find-speaker-header .page-header .page-title {
        float: none;
        display: block
    }
}
.find-speaker-header .page-header .star-icon-head {
    font-size: 14px;
    font-weight: 700;
    float: right;
    margin-top: 45px
}
@media screen and (max-width: 767px) {
    .find-speaker-header .page-header .star-icon-head {
        float: none;
        display: block;
        margin-top: 5px
    }
}
.find-speaker-header .page-header .star-icon-head:before {
    content: ""
}
.find-speaker-header .page-header .star-icon-head:after {
    font-size: 18px;
    content: "\e634";
    padding-left: 5px
}
.speaker-form {
    clear: left;
    padding: 20px 35px;
    border-top: 1px dotted #5a5759
}
.speaker-form form button,
.speaker-form form input,
.speaker-form form select,
.speaker-form form textarea {
    border-radius: 0
}
.speaker-form form button {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #5b761d;
    border: 0;
    box-shadow: 0 0 0 #fff;
    border-radius: 2px 2px 2px 2px;
    font-weight: 200
}
@media screen and (min-width: 320px) and (max-width: 990px) {
    .speaker-form div.single,
    .speaker-form input {
        margin: 0 0 10px 0
    }
}
div.wpcf7-validation-errors {
    color: #b93a3f;
    border-color: #b93a3f;
    margin: 0
}
span.wpcf7-not-valid-tip {
    margin-top: 10px;
    color: #b93a3f
}
.opportunities .page-bottom {
    font-size: 14px;
    color: #000
}
.opportunities aside .panel-default>.panel-heading {
    background-color: transparent;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase
}
.opportunities aside .panel-body {
    padding: 0;
    margin: 0;
    border: 0
}
.opportunities .panel-body {
    margin-top: 15px;
    padding: 0 30px;
    border: 1px solid #e4e4e4
}
.opportunities p {
    margin-bottom: 10px
}
.opportunities span.Fileupload input {
    border: 0;
    box-shadow: 0 0 0 #fff;
    padding: 0
}
.opportunities aside.sidebar {
    text-align: center
}
.opportunities aside.sidebar .widget {
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #d2d2d2
}
.opportunities .slider-wrapper {
    padding: 0 10px!important;
    width: 213px!important;
    text-align: center
}
@media screen and (max-width: 768px) {
    .opportunities .slider-wrapper .nivoSliderWeptile {
        width: 216px!important;
        margin: 0 auto!important
    }
}
@media screen and (max-width: 468px) {
    .opportunities .slider-wrapper img {
        left: 100px!important
    }
}
#speakers_pagination {
    margin-top: 30px;
    text-align: center;
    display: block;
    position: relative;
    height: auto
}
#speakers_pagination .page-numbers {
    color: #fff;
    background: 0 0
}
#speakers_pagination .page-numbers:hover {
    border: 1px solid #fff
}
#speakers_pagination .page-numbers.current {
    border-color: #fff
}
.page-bottom {
    font-size: 16px;
    color: #646464;
    background: url(../images/dotted.png) repeat-x top;
    padding: 20px 0 0 0;
    margin: 35px 0 0 0
}
.content p {
    line-height: 25px;
    margin-bottom: 20px
}
.content h4 {
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px dotted #000;
    display: inline-block;
    margin: 0 0 30px 0;
    padding-bottom: 20px
}
.content blockquote {
    margin: 30px 0 40px 0
}
.content blockquote p {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: italic;
    color: #646464;
    font-weight: 200
}
.what-we-do .content p {
    line-height: 25px;
	text-align: justify;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .what-we-do .content p {
        padding: 0 0 25px 0
    }
}
@media screen and (min-width: 320px) and (max-width: 468px) {
    .what-we-do img {
        float: none!important;
        display: block;
        max-width: 201px;
        margin: 0 auto 20px!important
    }
}
.alignleft.wrapReady {
    padding-bottom: 30px
}
.alignright.wrapReady {
    padding-bottom: 30px
}
.team-row {
    margin: 0!important
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .team-row {
        text-align: center
    }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
    .team-tiles {
        float: left;
        padding-left: 0!important;
        padding-right: 20px!important
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .team-tiles {
        float: none!important;
        display: inline-block;
        margin: 0 auto;
        max-width: 100%
    }
}
.team-title {
    font-weight: 600;
    text-transform: uppercase;
    margin: 17px 0 5px 0
}
.team-position {
    color: #9a9a9a;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 18px
}
.team-item {
    min-height: 310px;
    max-width: 190px;
    margin: 0 0 15px 0;
    text-align: center
}
@media screen and (max-width: 991px) {
    .team-item {
        margin-bottom: 35px
    }
}
@media screen and (max-width: 320px) {
    .team-item {
        margin-bottom: 35px
    }
}
.team-item .team-toggle-wrapper {
    display: none
}
.team-item .team-modal .toggle-button {
    background: #5b761d;
    height: 25px;
    padding: 0 2px;
    max-width: 110px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 15px;
    border: 1px solid #607b21;
    box-shadow: inset 0 -2px 35px rgba(67, 54, 42, .04), inset 0 0 2px rgba(245, 241, 236, .1)
}
.team-item .team-modal .toggle-button a {
    display: inline-block;
    line-height: 25px;
    padding-left: 25px
}
.team-item .team-modal .toggle-button a span {
    border-left: 1px solid #3d5012;
    display: inline-block;
    padding-left: 10px;
    font-weight: 600
}
.team-item .team-modal .team-toggle a {
    background: url(../images/icon-about.png) no-repeat 6px center
}
.team-item .team-modal .team-contact a {
    background: url(../images/icon-contact.png) no-repeat 4px center
}
.team-item .team-modal a {
    font-size: .95em;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding: 0 5px 0 8px;
    margin: 0;
    display: inline-block;
    height: 23px
}
.team-item .team-modal a:hover {
    text-decoration: none
}
.team-item .team-thumbnail,
.team-item .team-thumbnail img {
    position: relative;
    display: block;
	margin-top: 4%;
}
.team-item .team-thumbnail:hover {
    background-color: #000;
    transition: background-color 0s linear
}
.team-item .team-thumbnail:hover img {
    opacity: .3
}
.team-item .team-thumbnail:hover .team-toggle-wrapper {
    z-index: 100;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 20px
}
.modal-backdrop {
    background-color: #fff!important
}
.modal-backdrop.in {
    opacity: .8!important;
    filter: alpha(opacity=80)!important
}
.bio-modal p {
    line-height: 1.5
}
.bio-modal a {
    color: #fff
}
@media screen and (min-width: 768px) {
    .bio-modal .column-left {
        padding-left: 30px!important;
        text-align: left
    }
}
@media screen and (max-width: 767px) {
    .bio-modal .column-left {
        text-align: left
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .bio-modal .column-left {
        text-align: left
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 468px) {
    .bio-modal .column-left {
        text-align: left
    }
}
.bio-modal .column-right {
    padding: 0 10px 0 0;
    text-align: center
}
@media screen and (max-width: 767px) {
    .bio-modal .column-right {
        width: 220px;
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 20px
    }
}
@media screen and (min-width: 767px) {
    .bio-modal .column-right .scroll-catch {
        position: fixed;
        max-width: 190px
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .bio-modal .column-right .scroll-catch {
        position: static;
        text-align: center
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .bio-modal .column-right .scroll-catch {
        width: 190px
    }
}
.bio-modal .modal-content .modal-body {
    padding: 40px 20px 40px 20px!important
}
@media screen and (max-width: 767px) {
    .bio-modal .modal-content .modal-body {
        padding: 40px 10px!important
    }
}
@media screen and (min-width: 768px) {
    .bio-modal .modal-dialog {
        width: 850px
    }
}
@media screen and (max-width: 880px) {
    .bio-modal .modal-dialog {
        width: 100%
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .bio-modal .modal-dialog {
        margin: 0 auto!important;
        width: 100%!important
    }
}
.bio-body {
    max-height: 600px;
    overflow-y: auto;
    margin: 0;
    width: 100%;
	min-height: 320px;
}
.bio-body .column-right {
    text-align: center
}
.bio-body h5 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 18px
}
.bio-body p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 15px
}
.bio-body .team-thumbnail {
    margin-right: auto;
    margin-left: auto;
    max-width: 190px
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .bio-body .team-thumbnail {
        margin: 0 auto
    }
}
.bio-body .team-thumbnail img {
    box-shadow: 0 0 10px rgba(200, 200, 200, .3)
}
.bio-body .toggle-button {
    background: #5b761d;
    height: 25px;
    padding: 0 2px;
    max-width: 110px;
    margin: 0 auto;
    text-align: left;
    margin-top: 15px;
    border: 1px solid #607b21;
    box-shadow: inset 0 -2px 35px rgba(67, 54, 42, .04), inset 0 0 2px rgba(245, 241, 236, .1)
}
.bio-body .toggle-button a {
    font-size: .95em;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 5px 0 8px;
    margin: 0;
    display: inline-block;
    line-height: 23px;
    padding-left: 25px
}
.bio-body .toggle-button a span {
    border-left: 1px solid #3d5012;
    display: inline-block;
    padding-left: 10px;
    font-weight: 600;
    color: #fff
}
.bio-body .toggle-button a:hover {
    text-decoration: none;
    font-size: .95em;
    color: #fff
}
.bio-body .team-contact a {
    background: url(../images/icon-contact.png) no-repeat 5px center
}
.bio-body .bio-body-column-wrapper h3 {
    font-weight: 300;
    font-size: 30px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 15px 0;
    margin: 0 0 15px
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .bio-body .bio-body-column-wrapper h3 {
        margin-top: 30px;
        text-align: center
    }
}
body.mission-statement .image-text {
    position: relative
}
body.mission-statement .content blockquote {
    margin: 20px 0
}
body.mission-statement .content .alert-info {
    font-size: 14px;
    position: absolute;
    top: 40%;
    background-color: #5b761d;
    padding: 10px 30px;
    color: #fff;
    margin: 0 50px;
    width: 85%;
    border-radius: 0
}
@media only screen and (min-device-width: 728px) and (max-device-width: 1024px) and (orientation: portrait) {
    body.mission-statement .content .alert-info {
        width: 82%
    }
}
@media only screen and (max-width: 768px) {
    body.mission-statement .content .alert-info {
        width: 100%
    }
}
body.mission-statement .content .alert-info a {
    color: #fff
}
body.mission-statement .content .alert-info a span {
    text-decoration: underline
}
body.mission-statement .content .alert-info p {
    font-weight: 600;
    margin: 0!important;
    line-height: 20px
}
@media screen and (max-width: 767px) {
    body.mission-statement .content .alert-info {
        position: static;
        margin: 0
    }
}
body.students .content .alert-info {
    text-align: left;
    text-transform: uppercase
}
body.students .content .alert-info span {
    font-weight: 700;
    background: url(../images/student-icon.png) no-repeat left;
    padding-left: 60px;
    display: block;
    height: 45px;
    line-height: 45px
}
body.event-consulting .content .alert-info {
    display: inline-block
}
body.event-consulting .content .alert-info p {
    padding: 0!important
}
.legacy .legacy-item {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 18px;
    color: #000;
    background: url(../images/dotted-small.jpg) repeat-x top;
    border-left: 0;
    padding: 20px 0;
    margin: 0 0 27px 0;
    clear: both;
    line-height: 25px
}
@media screen and (max-width: 990px) {
    .legacy .legacy-item .thumbnail-left {
        min-height: 200px
    }
}
.legacy .legacy-item span {
    margin-top: 10px;
    font-size: 15px;
    color: #646464;
    display: block
}
@media screen and (max-width: 669px) {
    .legacy .legacy-item .thumbnail-left,
    .legacy .legacy-item .thumbnail-right {
        float: none!important;
        display: block;
        margin: 0 auto 20px!important;
        text-align: center
    }
    .legacy .legacy-item .thumbnail-left img,
    .legacy .legacy-item .thumbnail-right img {
        float: none!important;
        display: block;
        margin: 0 auto 20px!important
    }
}
.legacy .item-left {
    padding-top: 30px;
    text-align: left
}
.legacy .item-left .thumbnail-left {
    float: left;
    margin-right: 25px
}
@media screen and (max-width: 468px) {
    .legacy .item-left {
        text-align: center
    }
}
.legacy .item-right {
    padding-top: 40px;
    text-align: right
}
.legacy .item-right .thumbnail-left {
    float: right;
    margin-left: 25px
}
@media screen and (max-width: 468px) {
    .legacy .item-right {
        text-align: center
    }
}
.sage-news a.search {
    color: #646464;
    border: 1px solid #e6e6e6;
    width: 95px;
    height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
    padding-left: 20px;
    border-radius: 2px;
    line-height: 28px;
    background: #fff url(../images/search.png) no-repeat 10px center;
    background-clip: padding-box
}
.sage-news a.search:hover {
    border-color: #646464
}
.news-item p a {
    color: #5b761d;
    font-weight: 700
}
.wrap.main-section .news-wrapper {
    border: 1px solid #e2e3e5;
    border-top: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 1px 0 1px 0
}
.wrap.main-section .news-wrapper .second-wrapper {
    padding: 2px 0 1px 0;
    border-top: 1px solid #e2e3e5;
    border-bottom: 1px solid #e2e3e5;
    border-radius: 5px
}
.wrap.main-section .news-wrapper .third-wrapper {
    border-top: 1px solid #e2e3e5;
    border-bottom: 1px solid #e2e3e5;
    border-radius: 5px
}
.wrap.main-section .news-wrapper .entry-content,
.wrap.main-section .news-wrapper .entry-media,
.wrap.main-section .news-wrapper .entry-meta {
    padding: 10px 30px;
    overflow: auto
}
.wrap.main-section .news-wrapper .entry-content p:last-child,
.wrap.main-section .news-wrapper .entry-media p:last-child,
.wrap.main-section .news-wrapper .entry-meta p:last-child {
    margin-bottom: 0
}
.wrap.main-section .news-wrapper .entry-content,
.wrap.main-section .news-wrapper .entry-meta {
    overflow: auto;
    border-bottom: 1px solid #e2e3e5
}
.wrap.main-section .news-wrapper .entry-content img,
.wrap.main-section .news-wrapper .entry-meta img {
    border: none
}
.wrap.main-section .news-wrapper .news-link {
    text-align: right;
    padding: 20px
}
.wrap.main-section .news-wrapper .news-link a.see-speaker-news {
    float: right;
    margin-top: 0;
    line-height: 18px;
    padding: 6px 12px;
    border-color: #e2e3e5;
    color: #646464;
    border-radius: 2px;
    text-decoration: none
}
.wrap.main-section .news-wrapper .news-link a.see-speaker-news:hover {
    color: #222;
    border-color: #646464;
    background: #fff
}
.wrap.main-section .news-wrapper .news-link .related_news_speakers {
    float: left
}
.wrap.main-section .news-wrapper .news-item {
    font-size: 13px;
    border-bottom: 1px solid #e2e3e5;
    padding: 30px;
	overflow: hidden;
}
.wrap.main-section .news-wrapper .news-item p {
    line-height: 21px
}
.wrap.main-section .news-wrapper .news-item p:last-child {
    margin-bottom: 0
}
.wrap.main-section .news-wrapper .news-item h4 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    border: 0;
    margin-bottom: 10px
}
.wrap.main-section .news-wrapper .news-item h4 a {
    color: #222
}
.wrap.main-section .news-wrapper .news-item h4 a:hover {
    text-decoration: none;
    color: #6f6f6f
}
.wrap.main-section .news-wrapper .news-item h4 span {
    text-transform: capitalize
}
.wrap.main-section .news-wrapper .news-date {
    color: #bbb;
    font-size: 13px
}
.wrap.main-section .news-wrapper .news-item:last-child {
    border: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}
.wrap.main-section .news-wrapper .speak-pagination {
    text-align: center;
    padding: 10px 0
}
.news-header {
    border: 1px solid #e2e3e5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 0 5px 0
}
.news-header .speak-form {
    padding: 0;
    margin: 0
}
.single-sage_news .entry-title {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px
}
.news-speaker {}.related_news_speakers {
    padding-left: 0;
    padding: 5px 3px 5px 5px;
    margin-bottom: 0
}
.related_news_speakers li {
    display: inline-block;
    list-style-type: none
}
.related_news_speakers li.title {
    font-family: 'Novecento Sans', Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase
}
.related_news_speakers li.speaker {
    float: left;
    margin-right: 25px;
    width: 100px;
}
.related_news_speakers li.speaker img {
    max-width: 100%
}
#news_pagination {
    text-align: center;
    display: block;
    border-top: 1px solid #e2e3e5;
    position: relative;
    height: auto;
    margin: 20px auto;
    padding-top: 20px
}
#news_pagination .page-numbers {
    background: 0 0;
    color: #333
}
#news_pagination .page-numbers:hover {
    border-color: #ccc
}
#news_pagination .page-numbers.current {
    border-color: #ccc
}
.speak-form button {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #5b761d;
    border: 0;
    box-shadow: none;
    width: auto;
    border-radius: 2px 2px 2px 2px;
    font-weight: 500!important
}
.back-link {
    padding: 0 0 20px 0
}
body.error404 .jumbotron {
    display: none
}
body.error404 h1 {
    margin-bottom: 10px!important
}
body.error404 .find-speaker-header {
    margin-top: 250px
}
body.page-template-template-contact-php main h1,
body.page-template-template-contact-php main h2,
body.page-template-template-contact-php main h3,
body.page-template-template-contact-php main h4,
body.page-template-template-contact-php main h5,
body.page-template-template-contact-php main h6,
body.page-template-template-contact-php main p,
body.page-template-template-contact-php main span {
    color: #333!important
}
body.page-template-template-contact-php main p {
    font-size: 14px!important
}
body.page-template-template-contact-php main input[type=email],
body.page-template-template-contact-php main input[type=text] {
    width: 100%
}
.wpcf7-submit {
    background: #5b761d;
    font-size: 12px;
    color: #fff;
    border: none;
    padding: 5px 20px;
    box-shadow: 0 0 0 #f4f4f4;
    border-radius: 0
}
.modal#contact-us .modal-body {
    background-size: auto 200px!important
}
#sage_page_widget_modal-556 p {
    line-height: 20px
}
.finding-right-speakers,
body.single-sage_speaker {
    position: relative
}
.finding-right-speakers .jumbotron,
body.single-sage_speaker .jumbotron {
    display: none!important
}
.finding-right-speakers .panel,
body.single-sage_speaker .panel {
    background-color: transparent
}
.finding-right-speakers .breadTrail,
body.single-sage_speaker .breadTrail {
    display: none!important
}
.finding-right-speakers .panel-group,
body.single-sage_speaker .panel-group {
    margin-bottom: 20px
}
.finding-right-speakers .panel-title,
.finding-right-speakers .wrap.main-section .content article a,
body.single-sage_speaker .panel-title,
body.single-sage_speaker .wrap.main-section .content article a {
    text-decoration: none;
    color: #5b761d
}
.finding-right-speakers .panel-title:hover,
.finding-right-speakers .wrap.main-section .content article a:hover,
body.single-sage_speaker .panel-title:hover,
body.single-sage_speaker .wrap.main-section .content article a:hover {
    text-decoration: underline;
    color: #3b4d13
}
.finding-right-speakers .panel-heading,
body.single-sage_speaker .panel-heading {
    background: 0 0
}
.finding-right-speakers .speaker-content,
body.single-sage_speaker .speaker-content {
    min-height: 500px
}
@media screen and (max-width: 767px) {
    .finding-right-speakers .speaker-content,
    body.single-sage_speaker .speaker-content {
        min-height: inherit
    }
}
.finding-right-speakers .speaker-content .tab-pane ul,
body.single-sage_speaker .speaker-content .tab-pane ul {
    margin: 0;
    padding-left: 17px
}
.finding-right-speakers .main_container,
body.single-sage_speaker .main_container {
    margin-top: 65px;
    box-shadow: none;
    overflow: auto
}
@media screen and (max-width: 767px) {
    .finding-right-speakers .main_container,
    body.single-sage_speaker .main_container {
        margin-top: 30px
    }
}
.finding-right-speakers .main_container .main-section .content,
body.single-sage_speaker .main_container .main-section .content {
    position: relative;
    padding: 0!important
}
.finding-right-speakers .main_container .main-section .content .main,
body.single-sage_speaker .main_container .main-section .content .main {
    padding: 0!important
}
.finding-right-speakers .main_container .main-section .content .row.bg,
body.single-sage_speaker .main_container .main-section .content .row.bg {
    background: 0 0!important;
    padding: 0!important
}
.finding-right-speakers .main_container .main-section .content header h4,
body.single-sage_speaker .main_container .main-section .content header h4 {
    text-transform: none
}
.finding-right-speakers .main_container .main-section .content header h4 p,
body.single-sage_speaker .main_container .main-section .content header h4 p {
    margin-bottom: 0
}
.finding-right-speakers #speaker-search-form,
body.single-sage_speaker #speaker-search-form {
    float: left;
    width: 100%
}
.finding-right-speakers aside.sidebar,
body.single-sage_speaker aside.sidebar {
    margin-top: 0
}
.finding-right-speakers #speaker-content,
body.single-sage_speaker #speaker-content {
    display: block;
    clear: both;
    position: relative
}
.finding-right-speakers #speaker-content-left,
body.single-sage_speaker #speaker-content-left {
    width: 215px;
    float: left
}
@media screen and (max-width: 767px) {
    .finding-right-speakers #speaker-content-left,
    body.single-sage_speaker #speaker-content-left {
        width: 100%;
        float: none
    }
}
.finding-right-speakers #speaker-content-left button.book,
body.single-sage_speaker #speaker-content-left button.book {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    background-color: #5b761d;
    text-transform: uppercase;
    color: #fff
}
.finding-right-speakers #speaker-content-left #speaker-nav,
body.single-sage_speaker #speaker-content-left #speaker-nav {
    border: none;
    border-radius: 0;
    background: #202020;
    padding-bottom: 20px
}
.finding-right-speakers #speaker-content-left #speaker-nav li,
body.single-sage_speaker #speaker-content-left #speaker-nav li {
    text-align: center;
    border: none;
    background: #202020;
    padding: 10px
}
.finding-right-speakers #speaker-content-left #speaker-nav li a,
body.single-sage_speaker #speaker-content-left #speaker-nav li a {
    margin: 0 auto;
    display: inline-block;
    width: auto;
    color: #fff;
    border: none;
    border-bottom: 2px solid #202020;
    padding: 0;
    font-weight: 400;
    background: 0 0
}
.finding-right-speakers #speaker-content-left #speaker-nav li.active a,
.finding-right-speakers #speaker-content-left #speaker-nav li:hover a,
body.single-sage_speaker #speaker-content-left #speaker-nav li.active a,
body.single-sage_speaker #speaker-content-left #speaker-nav li:hover a {
    cursor: pointer;
    background: #202020;
    border-bottom: 2px solid #fff
}
@media screen and (max-width: 480px) {
    .finding-right-speakers #speaker-content-left .thumbnail img,
    body.single-sage_speaker #speaker-content-left .thumbnail img {
        width: 100%
    }
}
.finding-right-speakers #speaker-content-right,
body.single-sage_speaker #speaker-content-right {
    margin-left: 215px;
    min-height: 500px;
    overflow: auto;
    padding: 40px 40px 70px 40px;
    background: #fff url(../images/body-bg.jpg) repeat
}
@media screen and (max-width: 767px) {
    .finding-right-speakers #speaker-content-right,
    body.single-sage_speaker #speaker-content-right {
        margin-left: 0;
        min-height: inherit;
        padding: 20px
    }
    .finding-right-speakers #speaker-content-right h2,
    body.single-sage_speaker #speaker-content-right h2 {
        font-size: 28px
    }
}
.finding-right-speakers #speaker-content-right .label,
body.single-sage_speaker #speaker-content-right .label {
    color: #000
}
.finding-right-speakers #speaker-content-right .thumbnail-ipad,
body.single-sage_speaker #speaker-content-right .thumbnail-ipad {
    margin-right: 20px;
    margin-bottom: 10px
}
.finding-right-speakers #speaker-content-right .list-group-item,
body.single-sage_speaker #speaker-content-right .list-group-item {
    background: #fff url(../images/body-bg.jpg) repeat
}
.finding-right-speakers #speaker-top-nav,
body.single-sage_speaker #speaker-top-nav {
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%
}
.finding-right-speakers #speaker-top-nav .btn,
body.single-sage_speaker #speaker-top-nav .btn {
    background: rgba(0, 0, 0, .8);
    padding: 10px 20px;
    line-height: 24px;
    margin-bottom: 5px
}
.finding-right-speakers #speaker-top-nav i,
body.single-sage_speaker #speaker-top-nav i {
    margin-right: 10px
}
.finding-right-speakers #speaker-top-nav #related-speakers,
body.single-sage_speaker #speaker-top-nav #related-speakers {
    border-radius: 0 2px 2px 0!important
}
.finding-right-speakers #speaker-top-nav #search-speakers,
body.single-sage_speaker #speaker-top-nav #search-speakers {
    border-radius: 2px 0 0 2px!important;
    border-right: 1px solid #343434
}
.finding-right-speakers #modal-book-speaker .modal-dialog .modal-content,
body.single-sage_speaker #modal-book-speaker .modal-dialog .modal-content {
    padding: 30px
}
.finding-right-speakers #modal-book-speaker .modal-dialog .modal-header,
body.single-sage_speaker #modal-book-speaker .modal-dialog .modal-header {
    padding: 0;
    padding-bottom: 30px
}
.finding-right-speakers #modal-book-speaker .modal-dialog #mc_signup_submit,
body.single-sage_speaker #modal-book-speaker .modal-dialog #mc_signup_submit {
    background: #5b761d;
    color: #fff;
    border: none;
    box-shadow: 0 0 0 #fff
}
.finding-right-speakers #modal-book-speaker .modal-dialog #mc_signup_submit:hover,
body.single-sage_speaker #modal-book-speaker .modal-dialog #mc_signup_submit:hover {
    background: #7b9f27
}
.finding-right-speakers article header,
body.single-sage_speaker article header {
    border-bottom: 1px dotted #d7d7d7;
    margin-bottom: 20px;
    font-family: 'Novecento Sans', Helvetica, Arial, sans-serif!important;
    text-transform: uppercase
}
.finding-right-speakers article header .entry-title,
body.single-sage_speaker article header .entry-title {
    font-size: 41px;
    margin-bottom: 5px
}
.finding-right-speakers article header .entry-description,
body.single-sage_speaker article header .entry-description {
    font-size: 16px;
    border: none;
    font-weight: 400;
    margin-bottom: 10px;
    display: block
}
.finding-right-speakers article header .tab-content,
body.single-sage_speaker article header .tab-content {
    display: inline-block
}
.finding-right-speakers .entry-summary p.location,
body.single-sage_speaker .entry-summary p.location {
    margin-bottom: 10px;
    font-weight: 700
}
.finding-right-speakers .entry-content .speaker-bio-default.more,
body.single-sage_speaker .entry-content .speaker-bio-default.more {
    height: auto!important
}
.finding-right-speakers .entry-content .speaker-bio-full,
.finding-right-speakers .entry-content .speaker-bio-mini,
body.single-sage_speaker .entry-content .speaker-bio-full,
body.single-sage_speaker .entry-content .speaker-bio-mini {
    display: none
}
.finding-right-speakers .entry-content .trigger-collapsible,
body.single-sage_speaker .entry-content .trigger-collapsible {
    display: table-cell;
    padding: 10px 0;
    text-decoration: underline;
    font-weight: 600;
    font-size: 13px
}
.finding-right-speakers .entry-content #entry-meta li,
body.single-sage_speaker .entry-content #entry-meta li {
    padding-left: 0;
    padding-right: 0
}
.finding-right-speakers .entry-content #entry-meta span,
body.single-sage_speaker .entry-content #entry-meta span {
    padding: 0 10px;
    line-height: 21px;
    font-size: 13px;
    display: table-cell
}
@media screen and (max-width: 480px) {
    .finding-right-speakers .entry-content #entry-meta span,
    body.single-sage_speaker .entry-content #entry-meta span {
        padding-left: 0;
        text-align: left;
        width: auto;
        display: inline
    }
}
.finding-right-speakers .entry-content #entry-meta span.label,
body.single-sage_speaker .entry-content #entry-meta span.label {
    width: 140px;
    text-align: right;
    color: #333;
    font-weight: 600;
    text-transform: uppercase
}
form #result {
    border: 1px dotted #ccc;
    padding: 20px
}
.selectize-dropdown,
.selectize-dropdown.form-control {
    width: auto!important;
    max-width: 100%
}
.selectize-dropdown .selectize-dropdown-content .option.bold,
.selectize-dropdown.form-control .selectize-dropdown-content .option.bold {
    font-weight: 700
}
body.finding-right-speakers #speakers_pagination {
    margin-bottom: 50px
}
body.finding-right-speakers .speak-header {
    background-color: rgba(0, 0, 0, .8);
    margin-bottom: 32px;
    color: #fff
}
body.finding-right-speakers .speak-header h1 {
    margin-bottom: 10px!important
}
body.finding-right-speakers .speak-header p {
    margin-bottom: 0
}
body.finding-right-speakers .speak-header .page-header {
    text-transform: uppercase;
    padding: 20px 20px 0 20px!important
}
body.finding-right-speakers .speaker-form {
    padding: 20px 35px;
    border-top: 1px dotted #5a5759!important
}
body.finding-right-speakers .speaker-form form button,
body.finding-right-speakers .speaker-form form input,
body.finding-right-speakers .speaker-form form select,
body.finding-right-speakers .speaker-form form textarea {
    border-radius: 0
}
body.finding-right-speakers .speaker-form form input {
    font-weight: 200!important;
    color: #646464
}
body.finding-right-speakers .speaker-form form button {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #5b761d;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    width: auto
}
body.finding-right-speakers .speaker-form form button:hover {
    background: #6b8a22
}
body.finding-right-speakers .speaker-form .selectize-control .item {
    vertical-align: middle
}
body.finding-right-speakers .speaker-form .selectize-input {
    line-height: 29px;
    border-radius: none
}
body.finding-right-speakers .speaker-form .selectize-input div.item {
    padding-top: 0
}
body.finding-right-speakers .well {
    background-color: #fff;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    border: 0;
    position: relative
}
body.finding-right-speakers .sage-exclusive-mark {
    display: block;
    text-indent: -9999px;
    width: 95px;
    height: 56px;
    background: url(../images/exclusive.svg);
    background-size: 95px 56px
}
@media screen and (max-width: 991px) {
    body.finding-right-speakers .sage-exclusive-mark {
        width: 60px;
        height: 35px;
        background-size: 60px 35px
    }
}
body.finding-right-speakers .star-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 70px;
    text-align: right;
    color: #5b761d;
    font-size: 25px;
    padding: 15px 15px 0 0
}
@media screen and (max-width: 468px) {
    body.finding-right-speakers .star-icon {
        z-index: 10
    }
}
@media screen and (max-width: 991px) {
    body.finding-right-speakers .star-icon {
        width: 70px;
        height: 35px
    }
}
body.finding-right-speakers .no-result {
    padding: 20px 35px
}
body.finding-right-speakers .no-result p {
    margin: 0
}
body.finding-right-speakers .result-left,
body.finding-right-speakers .result-right {
    padding: 0!important
}
body.finding-right-speakers .result-left {
    /*background: #202020;*/
    position: relative;
    width: 200px;
    height: ight: 235px;
    max-width: 100%;
    float: left
}
@media screen and (min-width: 320px) and (max-width: 468px) {
    body.finding-right-speakers .result-left {
        margin: 0 auto;
        width: 100%
    }
}
@media screen and (max-width: 767px) {
    body.finding-right-speakers .result-left {
        display: none
    }
}
body.finding-right-speakers .result-left .thumbnail {
    height: 235px;
    overflow: hidden;
	margin-bottom: 5% !important;
    border-radius: 0
}
body.finding-right-speakers .result-left .thumbnail img {
    border-radius: 0
}
body.finding-right-speakers .result-right {
    margin-left: 220px;
    margin-right: 20px
}
@media screen and (max-width: 767px) {
    body.finding-right-speakers .result-right {
        margin-left: 20px
    }
}
body.finding-right-speakers .result-right ul {
    margin: 0;
    padding-left: 20px
}
body.finding-right-speakers .well-inner {
    font-size: 13px;
    border-bottom: 0 solid #e6e6e6;
    padding: 30px 0 0 20px
}
@media screen and (max-width: 468px) {
    body.finding-right-speakers .well-inner {
        padding: 20px 30px!important
    }
}
@media screen and (max-width: 767px) {
    body.finding-right-speakers .well-inner {
        border: 0;
        padding-bottom: 0
    }
}
body.finding-right-speakers .well-inner h2 {
    float: left
}
body.finding-right-speakers .well-inner h2,
body.finding-right-speakers .well-inner p {
    margin-bottom: 0
}
@media screen and (max-width: 767px) {
    body.finding-right-speakers .well-inner h2,
    body.finding-right-speakers .well-inner p {
        margin: 0;
        font-size: 15px
    }
}
body.finding-right-speakers .well-inner h2 a {
    font-family: 'Novecento Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    color: #333
}
@media screen and (max-width: 767px) {
    body.finding-right-speakers .well-inner h2 a {
        font-size: 25px
    }
}
body.finding-right-speakers .well-inner a {
    color: #b6b7ba
}
body.finding-right-speakers .well-inner a:hover {
    color: #8f9091;
    text-decoration: none
}
body.finding-right-speakers .well-inner p {
    line-height: 21px
}
body.finding-right-speakers .well-inner .location {
    font-size: 16px;
    display: inline-block;
    padding-left: 10px;
    color: #a5a5a5
}
@media screen and (max-width: 767px) {
    body.finding-right-speakers .well-inner .location {
        padding-left: 0
    }
}
@media screen and (max-width: 468px) {
    body.finding-right-speakers .well-inner .location {
        padding: 5px 0 0 0;
        display: block
    }
}
body.finding-right-speakers .well-inner .location a {
    font-size: 16px;
    color: #a5a5a5
}
body.finding-right-speakers .well-inner .well-button {
    text-align: right;
    padding-right: 0!important
}
@media screen and (max-width: 768px) {
    body.finding-right-speakers .well-inner .well-button {
        text-align: center
    }
}
body.finding-right-speakers .well-inner .star-icon {
    float: right;
    color: #5b761d;
    font-size: 30px
}
body.finding-right-speakers .well-inner.excerpt {
    border-bottom: none;
	margin-bottom: 7%;
}
@media screen and (max-width: 767px) {
    body.finding-right-speakers .well-inner.excerpt {
        padding-top: 10px
    }
}
body.finding-right-speakers .well-inner.view-profile {
    border-bottom: none;
}
@media screen and (min-width: 768px) {
	body.finding-right-speakers .well-inner.view-profile {
		position: absolute;
		bottom: 3%;
		left: 23%;
	}
}
@media screen and (max-width: 767px) {
    body.finding-right-speakers .well-inner.view-profile {
        margin-bottom: 20px
    }
}
body.finding-right-speakers .last {
    background: 0 0
}
body.finding-right-speakers .well-item {
    font-size: 12px;
    padding: 0!important
}
body.finding-right-speakers .well-item span {
    font-weight: 600;
    text-transform: uppercase
}
body.finding-right-speakers .well-item div {
    margin-bottom: 5px
}
body.finding-right-speakers a.speak-button {
    width: auto;
    text-transform: capitalize;
    text-align: center;
    background: #5b761d;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    border-radius: 2px
}
body.finding-right-speakers a.speak-button:hover {
    color: #fff;
    background: #4b6218
}
#entry-media {
    margin-left: -3px
}
#entry-media .attachment:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
#entry-media .attachment {
    position: relative;
    background: #000;
    width: 120px!important;
    height: 90px!important;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin: 3px
}
#entry-media .attachment video {
    vertical-align: middle
}
#entry-media .attachment>img {
    max-width: 120px;
    max-height: 90px;
    display: inline-block;
    vertical-align: middle
}
#entry-media .attachment .cover {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all .3s ease;
    background: url(../images/video.png) no-repeat center center
}
#entry-media .attachment .cover img {
    padding: 5px 7px 4px 8px
}
#entry-meta {
    margin-top: 20px
}
#entry-meta ul {
    margin-left: 0;
    padding-left: 0
}
#entry-meta li {
    margin-left: 0;
    padding-left: 0
}
.opportunities footer section .panel-body {
    border: none;
    padding: 0
}
footer .panel-default>.panel-heading,
footer section,
footer section .panel-body {
    border: none;
    padding: 0;
    background-color: transparent
}
footer section .panel-body {
    border: none
}
footer section .panel-body a.btn {
    margin: 0
}
footer .panel {
    background-color: transparent;
    border: none
}
footer .panel-default>.panel-heading {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px
}
footer.content-info {
    border-top: 1px solid #e6e6e6;
	position: relative;
    padding: 26px 0!important;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0, rgba(245, 245, 245, .93) 24%, rgba(247, 247, 247, .89) 38%, rgba(253, 253, 253, .78) 72%, rgba(255, 255, 255, .7) 100%)!important;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #f2f2f2), color-stop(24%, rgba(245, 245, 245, .93)), color-stop(38%, rgba(247, 247, 247, .89)), color-stop(72%, rgba(253, 253, 253, .78)), color-stop(100%, rgba(255, 255, 255, .7)))!important;
    background: -webkit-linear-gradient(top, #f2f2f2 0, rgba(245, 245, 245, .93) 24%, rgba(247, 247, 247, .89) 38%, rgba(253, 253, 253, .78) 72%, rgba(255, 255, 255, .7) 100%)!important;
    background: -o-linear-gradient(top, #f2f2f2 0, rgba(245, 245, 245, .93) 24%, rgba(247, 247, 247, .89) 38%, rgba(253, 253, 253, .78) 72%, rgba(255, 255, 255, .7) 100%)!important;
    background: -ms-linear-gradient(top, #f2f2f2 0, rgba(245, 245, 245, .93) 24%, rgba(247, 247, 247, .89) 38%, rgba(253, 253, 253, .78) 72%, rgba(255, 255, 255, .7) 100%)!important;
    background: linear-gradient(to bottom, #f2f2f2 0, rgba(245, 245, 245, .93) 24%, rgba(247, 247, 247, .89) 38%, rgba(253, 253, 253, .78) 72%, rgba(255, 255, 255, .7) 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0)!important
}
footer.content-info h3.widget-title {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 15px
}
footer.content-info .contact-detail {
    font-size: 13px;
    margin-bottom: 20px
}
footer.content-info .contact-detail a {
    color: #5b761d;
    font-weight: 700
}
footer.content-info a.btn {
    background: #5b761d;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    border: none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 6px 0 6px 11px;
    width: 205px;
    border-radius: 2px
}
footer.content-info a.arrow-button {
    background: #5b761d url(../images/button-arrow.png) no-repeat 15px;
    margin-top: 20px
}
footer.content-info a.search-button {
    background: #5b761d url(../images/button-zoom.png) no-repeat 30px
}
footer.content-info #mc_embed_signup input {
    border-radius: 0
}
footer.content-info #mc_embed_signup .mc-field-group {
    margin-bottom: 10px;
    width: 220px
}
footer.content-info #mc_embed_signup .mc-field-group label {
    display: block
}
footer.content-info #mc_embed_signup .mc-field-group input {
    width: 220px;
    padding: 8px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}
footer.content-info #mc_embed_signup .mc-field-group div.mce_inline_error {
    font-size: 13px;
    font-weight: lighter;
    margin: 2px 0 0 0;
    color: red;
    padding: 0;
    background: 0 0
}
footer.content-info #mc_embed_signup .mc-field-group input.mce_inline_error {
    border-color: #d7d7d7
}
footer.content-info #mc_embed_signup .button {
    font-weight: 400!important;
    border: 0;
    background: #999;
    margin: 10px 0 0 0;
    color: #fff;
    padding: 5px 20px;
    box-shadow: none
}
footer.content-info ul {
    margin: 0;
    padding: 0
}
footer.content-info ul li {
    list-style: none;
    line-height: 23px
}
footer.content-info ul li a {
    font-size: 13px
}
footer.content-info .no-title-widget {
    margin-top: 50px
}
@media screen and (max-width: 767px) {
    footer.content-info .no-title-widget {
        margin-top: 0
    }
}
footer.content-info #footer-copyright {
    font-size: 13px;
    background: url(../images/dotted-small.jpg) repeat-x top;
    padding: 10px 0 0 0;
    margin: 20px 0 0 0
}
footer.content-info #footer-copyright .container {
    padding: 0!important
}
footer.content-info #footer-copyright #copyright-bar {
    float: none;
    padding: 0!important
}
footer.content-info .credits {
    font-size: 12px;
    color: #8c8a8a
}
footer.content-info .credits a {
    color: #d7d7d7
}
footer.content-info .credits a:hover {
    color: #b6b7ba
}
footer.content-info>.container {
    padding: 0 20px
}
@media screen and (min-width: 320px) and (max-width: 468px) {
    footer.content-info>.container {
        padding: 0 40px
    }
}
#tiles {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0
}
#speaker-categories {
    margin: 0;
    position: relative
}
#speaker-categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
#speaker-categories li {
    width: 230px;
    cursor: pointer;
    padding: 4px 10px
}
#speaker-categories li.inactive {
    visibility: hidden;
    opacity: 0
}
#speaker-categories li h3,
#speaker-categories li h3 a {
    font-size: 22px;
    font-weight: 300
}
#speaker-categories li a {
    display: block;
    color: #5b761d
}
#speaker-categories li a:hover {
    color: #7b9f27
}
#speaker-categories li p {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    font-weight: 200;
    margin: 7px 0 2px 7px
}
body.speaker-categories .find-speaker-header {
    background: #fff;
    color: #333;
    border: 1px solid #e5e5e5
}
body.speaker-categories .speaker-form {
    background: #fbfbfb;
    border-top: 1px solid #e5e5e5
}
body.speaker-categories .sub-text {
    text-transform: none
}
.homepageBlock .speaker-form{border-top: none; font-family:'Novecento Sans',Helvetica,Arial,sans-serif;font-weight:400;margin:0;padding:0;text-align:center;text-transform:uppercase}
.searchSpeaker {
	margin-top: 10%;
	margin-bottom: 5%;
}
@media (max-height:700px){
	.searchSpeaker{bottom:auto}
	
}
@media (max-width:767px){
	.homepageBlock{left:0;}
}
@media (max-width:414px) and (orientation:portrait){
	.homepageBlock{top:110px}
}
.latestNews {
	position: relative;
	z-index: 10;
	top: auto;
    background: rgba(255,255,255,.9);
    padding: 2%;
	padding-bottom: 6%;
	margin-top: 3%;
}
.latestNews h4 {
	margin: 0;
}
.latestNews .news-item {
	margin-bottom: 2%;
	overflow: hidden;
	border-bottom: 1px solid #e2e3e5;
}
.latestNews .news-item h4 {
	border-bottom: none;
}

.news-video-icon {
	margin-left: 50%;
}

.latestNews .speaker {
    margin-bottom: 2%;
}
.newsContent {
	display: inline-flex;
}
#homepage_slider_items .item {
	position: fixed;
}
.navMenuSearch {
	margin-top: 1%;
}
.navMenuSearch input, .navMenuSearch button {
	line-height: 22px;
}
.result-right h2 {
	line-height: 0.8;
}
.find-speaker-header label {
	color: #fff;
}
.find-speaker-header .submit {
	text-align: right;
	margin-top: 3%;
}
.searchSubmit {
    width: auto !important;
    font-weight: 400 !important;
}
.searchSubmit, .searchInput {
	font-size: 22px;
}
div.news-list .news-topic {
    min-width: 200px;
}
div.latestNews .news-topic {
    min-width: auto;
}
div.news-list {
	margin-top: 2%;
}
footer.content-info {
	color: #000000 !important;
}
.content img.alignleft {
	margin-right: 5% !important;
}
.content img.alignright {
	margin-left: 5% !important;
}
.homepageBlock {
	margin-top: 9%;
}
.block_title {
	font-size: 22px;
}
.entry-content {
}
.entry-content iframe {
	min-height: 380px;
}
.sage-login {
    position: absolute !important;
    right: 0;
    border-left: 1px solid #ccc;
}
.widgetLogo, .event-consulting .widgetLogo {
	padding-top: 10%;
    padding-left: 25%;
    padding-bottom: 10%;
    border-bottom: 1px solid #e2e3e5;
}
.widget .btn-default, .event-consulting .widget .btn-default {
    background: #5b761d !important;
}
.categoryImage {
	height: 24px;
    right: 3%;
}
@media (min-width: 875px) {
	.categoryImage {
		top: 45px;
		position: absolute;
	}
}
.single-sage_speaker article header {
	display: table-row;
}
.single-sage_speaker article header h2 {
	display:table-cell;
}
.single-sage_speaker article header img {
	display:table-cell;
    margin-left: 15%;
    margin-bottom: 12%;
}
span.title.speaker-designation {
	display: none;
}
div.homepageCategoryButtons div.featured_title.block_title {
	text-align: center;
	text-transform: none;
	font-family: "Novecento Sans", Helvetica, Arial, sans-serif;
	border-radius: 25px;
	cursor: pointer;
	width: 70%;
}

@media (min-width: 1200px) {
	div.homepageCategoryButtons {
		right: 1%;
		position: absolute;
	}
	div.homepageCategoryButtons div.featured_title.block_title {
		margin-top: 3%;
	}
}
@media (max-width: 992px) {
	div.homepageCategoryButtons {
		
	}
}