@font-face {
    font-family: 'ProximaNovaBold';
    src: url('fonts/proximanova-bold.eot');
    src: url('fonts/proximanova-bold.eot') format('embedded-opentype'),
        url('fonts/proximanova-bold.woff2') format('woff2'),
        url('fonts/proximanova-bold.woff') format('woff'),
        url('fonts/proximanova-bold.ttf') format('truetype'),
        url('fonts/proximanova-bold.svg#ProximaNovaBold') format('svg');
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/ProximaNova-Regular.woff') format('woff'), /* Modern Browsers */
        url('fonts/ProximaNova-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('fonts/ProximaNova-Regular.svg#2c1459d58560f08b4b0586fbe80aa4cd') format('svg'); /* Legacy iOS */

    font-style:   normal;
    font-weight:  400;
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('fonts/proximanova-semibold.eot');
    src: url('fonts/proximanova-semibold.eot') format('embedded-opentype'),
        url('fonts/proximanova-semibold.woff2') format('woff2'),
        url('fonts/proximanova-semibold.woff') format('woff'),
        url('fonts/proximanova-semibold.ttf') format('truetype'),
        url('fonts/proximanova-semibold.svg#ProximaNovaSemibold') format('svg');
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('fonts/ProximaNova-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/ProximaNova-Light.woff') format('woff'), /* Modern Browsers */
        url('fonts/ProximaNova-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('fonts/ProximaNova-Light.svg#da6ddaf3cf69afbba47bd74b5010b98d') format('svg'); /* Legacy iOS */

    font-style:   normal;
    font-weight:  200;
}

@font-face {
    font-family: 'CaeciliaLTStd55Roman';
    src: url('fonts/caecilialtstd-roman.eot');
    src: url('fonts/caecilialtstd-roman.eot') format('embedded-opentype'),
        url('fonts/caecilialtstd-roman.woff2') format('woff2'),
        url('fonts/caecilialtstd-roman.woff') format('woff'),
        url('fonts/caecilialtstd-roman.ttf') format('truetype'),
        url('fonts/caecilialtstd-roman.svg#CaeciliaLTStd55Roman') format('svg');
}

@font-face {
    font-family: 'proxima_novaregular_italic';
    src: url('fonts/proximanova-regularitalic-webfont.eot');
    src: url('fonts/proximanova-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/proximanova-regularitalic-webfont.woff2') format('woff2'),
        url('fonts/proximanova-regularitalic-webfont.woff') format('woff'),
        url('fonts/proximanova-regularitalic-webfont.ttf') format('truetype'),
        url('fonts/proximanova-regularitalic-webfont.svg#proxima_novaregular_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold_italic';
    src: url('fonts/proximanova-semibolditalic-webfont.eot');
    src: url('fonts/proximanova-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/proximanova-semibolditalic-webfont.woff2') format('woff2'),
        url('fonts/proximanova-semibolditalic-webfont.woff') format('woff'),
        url('fonts/proximanova-semibolditalic-webfont.ttf') format('truetype'),
        url('fonts/proximanova-semibolditalic-webfont.svg#proxima_novasemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

html.menu-open:not(.fixed){
    overflow: hidden;
    height: 100%;
}

*{
    -webkit-box-sizing: initial;
    -moz-box-sizing:  initial;
    box-sizing: initial;
}

input{
    box-sizing: content-box !important;
}

body{
    margin: auto;
    padding: 120px 0 0 0;
    width: 100%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    color: #444444;
}

h1,h2,h3,h4,h5,h6{
    line-height: 150%;
    margin: initial;
}

#page{
    width: 100%;
    max-width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

body.fixed #page{
    padding: 0;
}

#page #main{
    max-width: 970px;
    margin: 0 auto;
    background: #fff;
    padding-top: 30px;
}

header.site-header{
    width: 100%;
    max-width: 100%;
}

header.site-header.fixed{
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0;
    z-index: 1060;
    box-sizing: border-box;
    -webkit-transition: all .375s, opacity 1ms;
    transition: all .375s, opacity 1ms;
}

.logged-in header.site-header.fixed{
    top: 32px;
}

header.site-header.fixed.visible{
    opacity: 1;
}


.hidden-header header.site-header.fixed{
    -webkit-transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    transform: translate(0,-100%);
}

#page.page-home #main,
.category #page #main,
.post-type-archive-next #page #main{
    max-width: 970px;
}

.hide-on-desktop{
    display: none;
}

.touchscreen .hide-on-desktop{
    display: block;
}

.touchscreen .hide-on-mobile{
    display: none;
}

header.site-header{
    background: #000000;
} 

header.site-header .header-inner{
    max-width: 970px;
    margin: 0 auto;
}

header.site-header .header-inner .local-label{
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-size: 30px;
    font-family: "ProximaNovaRegular";
    margin: 28px 0 0px 10px;
    float: left;
    text-transform: uppercase;
    line-height: 24px;
}

header.site-header .header-inner .local-label .long{
    display: block;
}

header.site-header .header-inner .local-label .short{
    display: none;
}

header.site-header .site-navigation,
header.site-header .main-small-navigation{
    padding: 0 2.5%;
    height: 70px;
    float: none;
    width: auto;
    background: none;
}

header.site-header #logo {
    height: 28px;
    margin: 21px 0;
}

header.site-header .menu-main-menu-container:first-child ul.nav-menu > li > a{
    line-height: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 15px;
}

header.site-header .menu-main-menu-container:first-child ul.nav-menu > li:hover > a{
    color: white;
    text-decoration: none;
    position: relative;
}

header.site-header .main-navigation .menu-main-menu-container ul.nav-menu > li:hover > a:after{
    background: white;
    width: -moz-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: calc(100% - 34px);
    left: 16px;
    top: -moz-calc(50% + 10px);
    top: -webkit-calc(50% + 10px);
    top: -o-calc(50% + 10px);
    top: calc(50% + 10px);
    height: 1px;
    position: absolute;
    content: "";
    display: block;
}

header.site-header .site-navigation ul ul{
    top: 60px;
    padding: 25px;
    font-family: "ProximaNovaRegular";
    background: none;
}

.site-navigation ul .child-sub-title{
    color: white;
    background: none;
    border: none;
    height: 40px;
    line-height: 40px;
    font-family: "ProximaNovaBold";
    font-size: 18px;
    padding: 0;
    width: auto;
    margin: 0;
    position: relative;
}

.site-navigation ul ul.sub-menu.child-sub-menu{
    top: auto;
    padding: 0 0 0 15px;
    left: auto;
    right: auto;
    position: relative;
    float: none;
    display: block;
}

.site-navigation ul ul.sub-menu.child-sub-menu li{
    float: none;
}

header.site-header .site-navigation ul ul.sub-menu:not(.closable):not(.child-sub-menu){
    padding: 0;
    width: 100%;
    position: fixed;
    top: 120px;
    border: none;
    box-shadow: none;
    opacity: 0;
    max-height: 0;
    overflow:hidden;
    display: block;
    z-index: 1;
}

header.site-header .site-navigation ul ul.transition-fade.sub-menu:not(.closable){
    -webkit-transition: max-height 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: max-height 0.3s ease 0s, opacity 0.3s ease 0s;
}

.admin-bar header.site-header .site-navigation ul ul.sub-menu:not(.closable):not(.child-sub-menu){
    top: 152px;
}

header.site-header .site-navigation ul .menu-item:hover ul.sub-menu:not(.closable):not(.child-sub-menu){
    max-height: 800px;
    opacity: 1;
    -webkit-box-shadow: 0px 7px 20px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 20px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 20px 2px rgba(0,0,0,0.2);
    z-index: 2;
}

.hidden-header header.site-header .site-navigation ul .menu-item ul.sub-menu:not(.closable):not(.child-sub-menu),
.hidden-header header.site-header .site-navigation ul .menu-item:hover ul.sub-menu:not(.closable):not(.child-sub-menu){
    max-height: 0;
    opacity: 0;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

header.site-header .site-navigation ul ul .sub-menu-inner {
    width: 970px;
    margin: 0 auto;
    position: relative;
    max-width: 96%;
    padding: 30px 0;
}

header.site-header .site-navigation ul ul .sub-menu-inner:after{
    clear: both;
    display: block;
    content: "";
}

header.site-header .site-navigation ul ul:not(.child-sub-menu):before{
    background: #282828;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.95;
    content: "";
    display: block;
}

header.site-header .site-navigation ul ul:not(.closable):not(.child-sub-menu):before{
    background: #282828;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.95;
    content: "";
    display: block;
}

header.site-header #menu-main-menu ul.sub-menu li a{
    color: white;
    background: none;
    border: none;
    height: 40px;
    line-height: 40px;
    font-family: "ProximaNovaRegular";
    font-size: 15px;
    padding: 0 30px 0 0;
    width: auto;
    margin: 0;
    position: relative;
    transition: all 0.3s ease;
}

header.site-header #menu-main-menu ul.sub-menu.page-sub-menu > .sub-menu-inner >li {
    width: 25%;
}

header.site-header #menu-main-menu ul.sub-menu.page-sub-menu > .sub-menu-inner > li a{
    line-height: 150%;
    padding: 9px 0;
    height: auto;
}

header.site-header #menu-main-menu ul.sub-menu li a:hover,
header.site-header #menu-main-menu ul.sub-menu li a.selected{
    background: none;
    color: #2c9dc9;
}

header.site-header #menu-main-menu ul.sub-menu li a:hover:after,
header.site-header #menu-main-menu ul.sub-menu li a.selected:after{
    background: #2c9dc9;
    width: -moz-calc(100% - 28px);
    width: -webkit-calc(100% - 28px);
    width: -o-calc(100% - 28px);
    width: calc(100% - 28px);
    left: -2px;
    top: -moz-calc(50% + 11px);
    top: -webkit-calc(50% + 11px);
    top: -o-calc(50% + 11px);
    top: calc(50% + 11px);
    height: 1px;
    position: absolute;
    content: "";
    display: block;
}

header.site-header #menu-main-menu ul.sub-menu .child-sub-menu li a:hover:after,
header.site-header #menu-main-menu ul.sub-menu .child-sub-menu li a.selected:after{
    display: none;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured{
    width: 100%;
    position: relative;
    min-height: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    clear: both;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .loader{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: white;
    display: none;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured.loading.active.visible .loader{
    display: block;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured.sub-menu-featured-inner{
    width: 100%;
    position: relative;
    height: auto;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap{
    width: -moz-calc(100% + 26px);
    width: -webkit-calc(100% + 26px);
    width: -o-calc(100% + 26px);
    width: calc(100% + 26px);
    position: absolute;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    display: none;
    opacity: 0;
    left: -13px;
    min-height: 280px;
    padding-top: 35px;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap.active{
    display: block;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap.active.visible {
    position: relative;
    opacity: 1;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap:after{
    clear: both;
    content: "";
    display: block;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .featured-post{
    width: 25%;
    float: left;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .featured-post .featured-post-inner{
    padding: 0 13px;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .featured-post .featured-post-inner{
    padding: 0 13px;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .featured-post .featured-post-inner .img-wrap{
    width: 100%;
    height: 0;
    padding-top: 65%;
    background-color: #d8d8d8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 15px;
    position: relative;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .featured-post .featured-post-inner h5{
    margin: 0 0 10px 0;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .featured-post .featured-post-inner h5 a,
header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .featured-post .featured-post-inner h5 a:hover{
    font-family: "ProximaNovaSemibold";
    font-size: 18px;
    color: white;
    line-height: 130%;
    display: block;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .featured-post.select .featured-post-inner h5 a {
    padding-right: 25px;
    background: url(../images/white-select-icon.svg) no-repeat top right;
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .featured-post .featured-post-inner .tagline{
    font-size: 15px;
    color: white;
    line-height: 130%;
    font-family: "ProximaNovaRegular";
    position: relative;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .action-wrap{
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 25px;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .action-wrap a{
    display: inline-block;
    text-decoration: none;
    background: #2c9dc9;
    width: auto;
    padding: 0 20px;
    line-height: 35px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    border: none;
    cursor: pointer;
    font-family: "ProximaNovaSemibold", Helvetica;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .action-wrap a:hover{
    text-decoration: none;
    background: #007bb3;
    color: white; 
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .action-wrap a:focus,
header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .action-wrap a:active,
header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .action-wrap a:visited{
    text-decoration: none;
    background: #2c9dc9;
    color: white; 
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured-inner .nav-arrow{
    position: absolute;
    top: 50%;
    font-size: 64px;
    line-height: 60px;
    height: 60px;
    color: #cccccc;
    cursor: pointer;
    margin-top: -62px;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured-inner .nav-arrow.disabled{
    cursor: text;
    color: #f0f0f0;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured-inner .nav-arrow.arrow-prev{
    left: -70px;
}

header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured-inner .nav-arrow.arrow-next{
    right: -70px;
}

header.site-header .menu-main-menu-container.menu-right{
    float: right;
    margin-top: 10px;
}

header.site-header .city-nav #ism-cities-dropdown{
    float: left;
}

header.site-header .city-nav .menu-main-menu-container{
    float: left;
}

header.site-header .city-nav:after{
    clear: both;
    display: block;
    content: "";
}

header.site-header .site-navigation li.menu-daily a{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 50px;
    font-family: 'ProximaNovaRegular';
    border-top: 0;
    font-weight: normal;
}

header.site-header .site-navigation li.menu-daily a span{
    display: inline-block;
    line-height: normal;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #969696;
}

header.site-header .site-navigation li.menu-daily:hover a {
    background: transparent;
}

header.site-header .site-navigation li.menu-daily:hover a span {
    color: white;
    border-bottom-color: white;
}

header.site-header .site-navigation li.menu-daily a span label {
    margin: 0;
    cursor: pointer;
}

header.site-header .site-navigation li.menu-daily a i{
    margin-right: 10px;
}

header.site-header .site-navigation li.no-hover{
    line-height: 50px;
    height: 50px;
    color: white;
    float: left;
    width: 50px;
    margin-left: 10px;
    margin: 0;
    display: block;
    position: relative;
}

header.site-header .site-navigation li.no-hover:after{
    width: 1px;
    height: 26px;
    background: #444444;
    position: absolute;
    top: 12px;
    right: 0;
    display: block;
    content: "";
}

header.site-header .site-navigation li#menu-open.no-hover:after,
header.site-header .site-navigation li#menu-open-mobile.no-hover:after{
    display: none;
}

header.site-header .site-navigation li#menu-referral{
    display: none;
}

.select-logged-in header.site-header .site-navigation li#menu-referral{
    display: block;
}

header.site-header .site-navigation li#menu-referral > a{
    line-height: 50px;
    text-align: center;
}

header.site-header .site-navigation li#menu-referral > a svg{
    width: 23px;
    height: 23px;
    margin-top: 13px;
}

header.site-header .site-navigation li#menu-referral > a svg path{
    fill: white;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

header.site-header .site-navigation li#menu-referral.opened > a svg path{
    fill: #33b3e3;
}

header.site-header .site-navigation li#menu-search a{
    font-size: 20px;
    line-height: 51px;
}

header.site-header .site-navigation li#menu-search a .fa{
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

header.site-header .site-navigation li#menu-search.opened a .fa,
header.site-header .site-navigation li#menu-search.opened a:hover .fa,
header.site-header .site-navigation li#menu-search.opened:hover a .fa {
    color: #33b3e3;
}

header.site-header .site-navigation li#menu-open-mobile{
    display: none;
}

i.select-icon{
    height: 23px;
    width: 50px;
    display: block;
    float: left;
    text-align: center;
    padding-top: 8px;
}

i.select-icon svg{
    width: 23px;
    height: 23px;
}
i.select-icon svg path{
    fill: white;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

header.site-header .site-navigation li#menu-open.opened i.select-icon svg path{
    fill: #33b3e3;
}

.menu-show-on-mobile.account-label i.select-icon{
    padding-top: 13px;
}

header.site-header .site-navigation li#menu-open,
header.site-header .site-navigation li#menu-open a{
    width: auto;
    min-width: 50px;
}

header.site-header .site-navigation li#menu-open > a:after{
    clear: both;
    display: block;
    content: "";
}

header.site-header .site-navigation li#menu-open > a > i.fa{
    padding: 17px 17px 17px 0;
    float: left;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header.site-header .site-navigation li#menu-open.opened.visible > a > i.fa {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    padding: 17px 0 17px 17px;
}

header.site-header .site-navigation li.no-hover ul{
    width: auto;
    padding: 20px;
    right: 0;
    left: auto;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: none;
}

header.site-header .site-navigation li > a{
    text-decoration: none !important;
}

header.site-header .site-navigation li.no-hover > a{
    color: white;
    height: 50px;
    padding: 0;
    text-align: center;
}

header.site-header .site-navigation li#menu-referral:hover > a,
header.site-header .site-navigation li#menu-search:hover > a,
header.site-header .site-navigation li#menu-open:hover > a,
header.site-header .site-navigation li.opened > a{
    background: none;
    color: white;
    text-decoration: none;
}

.menu-show-on-mobile{
    display: none;
}

.account-label{
    min-height: 50px;
}

.account-label i.select-icon{
    width: 23px;
    margin-right: 13px;
}

.menu-show-on-mobile {
    width: 375px;
}

.menu-show-on-mobile.account-label .account-label-wrap {
    padding: 0 20px;
}

.menu-show-on-mobile .ism-header-bar{
    float: none;
    margin: 0;
    padding: 0;
}

.menu-show-on-mobile .ism-header-bar .ism-account-links {
    padding: 0;
    border: none;
}

.menu-show-on-mobile:not(.account-label) .ism-header-bar:before,
.ism-logged-in .menu-show-on-mobile:not(.account-label) .ism-header-bar:after,
.menu-show-on-mobile:not(.account-label) li.menu-daily:after {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 1px;
    background: white;
    margin: 0 auto;
    content: "";
    display: block;
}

header.site-header .site-navigation li.opened > ul{
    display: block;
}

header.site-header .site-navigation li.opened.visible > ul{
    opacity: 1;
}

header.site-header .site-navigation li#menu-search ul li{
    display: block;
    float: none;
    margin: 35px 0;
    width: 550px;
}

header.site-header .site-navigation li#menu-search ul li .search-label{
    display: block;
    border: 1px solid #969696;
    border-right: none;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 16px;
    color: white;
    text-align: center;
    float: left;
}

header.site-header .site-navigation li#menu-search ul li #q{
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    border-right: none;
    border-left: none;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0;
    color: white;
    background: transparent;
    float: left;
    width: -moz-calc(100% - 47px);
    width: -webkit-calc(100% - 47px);
    width: -o-calc(100% - 47px);
    width: calc(100% - 47px);
    border-right: 1px solid #969696;
    font-family: "ProximaNovaRegular", Helvetica;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header.site-header .site-navigation li#menu-search ul li .reset-search{
    color: #34b6ea;
    display: none;
    height: 47px;
    width: 47px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    line-height: 50px;
}

header.site-header .site-navigation li#menu-search ul li.has-results .reset-search{
    display: block;
}

header.site-header .site-navigation li#menu-search ul li#search-results{
    margin: 0;
}

header.site-header .site-navigation li#menu-search ul li#search-results .search-result{
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #444444;
}

header.site-header .site-navigation li#menu-search ul li#search-results .search-result em{
    font-style: normal;
    background: #34b6ea;
}

header.site-header .site-navigation li#menu-search ul li#search-results .search-result:after{
    display: block;
    content: "";
    clear: both;
}

header.site-header .site-navigation li#menu-search ul li#search-results .search-result .sr-thumb{
    float: left;
    width: 100px;
    height: 65px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 20px 0 0;
    border: none;
    padding: 0;
}

header.site-header .site-navigation li#menu-search ul li#search-results .search-result .sr-content{
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
    float: left;
}

header.site-header .site-navigation li#menu-search ul li#search-results .search-result .sr-content .sr-title{
    font-size: 15px;
    line-height: 130%;
    color: white;
    font-family: "ProximaNovaBold";
    text-decoration: none;
    margin: 0 0 10px 0;
    padding: 0;
    width: auto;
    border: none;
}

header.site-header .site-navigation li#menu-search ul li#search-results .search-result .sr-content .sr-title.select{
    padding-right: 23px;
    background: url(../images/inman-select-icon-blue.png) no-repeat top right;
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
}

header.site-header .site-navigation li#menu-search ul li#search-results .search-result .sr-content .sr-tagline{
    font-size: 13px;
    line-height: 130%;
    color: #A9A9A9;
    font-family: "ProximaNovaRegular";
}

header.site-header .site-navigation li#menu-search ul li#search-results .search-result .sr-content .sr-tagline a{
    color: #A9A9A9;
    text-decoration: none;
    margin: 0;
    padding: 0;
    width: auto;
    border: none;
    font-size: 13px;
    line-height: 130%;
    display: inline;
}

header.site-header .site-navigation li#menu-search ul li#more-search-results{
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    opacity: 0;
    margin: 35px auto;
    padding: 0; 
}

header.site-header .site-navigation li#menu-search ul li#more-search-results.active{
    display: block;
}

header.site-header .site-navigation li#menu-search ul li#more-search-results.active.visible{
    opacity: 1;
}

header.site-header .site-navigation li#menu-search ul li#more-search-results a{
    height: 47px;
    line-height: 50px;
    border: none;
    display: block;
    text-transform: uppercase;
    color: white;
    background: #2c9dc9;
    font-family: "ProximaNovaSemibold", Helvetica;
    font-size: 14px;
    float: left;
    margin: 0;
    text-indent: initial;
    width: 105px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
}

header.site-header .site-navigation li#menu-search ul li#more-search-results a{
    float: none;
    margin: 0 auto;
    font-size: 14px;
    width: 100%;
    max-width: 120px;
    padding: 0 20px;
    width: auto;
    height: 40px;
    line-height: 43px;
}

header.site-header .site-navigation li#menu-search ul li#more-search-results a:hover{
    background: #007bb3;
    text-decoration: none;
}

header.site-header .site-navigation li#menu-search ul li#more-search-results a:visited,
header.site-header .site-navigation li#menu-search ul li#more-search-results a:focus,
header.site-header .site-navigation li#menu-search ul li#more-search-results a:active{
    text-decoration: none;
    background: #2c9dc9;
}

header.site-header .site-navigation li#menu-search ul li:after{
    display: block;
    content: "";
    clear: both;
}

header.site-header .site-navigation li#menu-referral ul{
    width: 346px;
    padding: 0;
}

header.site-header .site-navigation li#menu-referral ul .ul-inner{
    padding: 50px 30px 30px;
}

header.site-header .site-navigation li#menu-referral ul .ul-inner li{
    float: none;
}

header.site-header .site-navigation li#menu-open ul{
    width: 114px;
    padding: 0 20px;
}

.ism-logged-in header.site-header .site-navigation li#menu-open ul{
    width: 140px;
}

header.site-header .site-navigation li#menu-open ul #sub-menu-nav-item .menu{
    display: block;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    border: 0;
    padding: 20px 0 30px;
    box-shadow: none;
    background: none;
    z-index: 2;
    opacity: 1;
}

.ism-logged-in header.site-header .site-navigation li#menu-open ul #sub-menu-nav-item .menu{
    padding-top: 35px;
}

header.site-header .site-navigation li#menu-open ul #sub-menu-nav-item .menu:before{
    display: none;
}

header.site-header .site-navigation li#menu-open ul #sub-menu-nav-item .menu li{
    float: none;
}

header.site-header .site-navigation li#menu-open ul #sub-menu-nav-item .menu li,
header.site-header .site-navigation li#menu-open ul #sub-menu-nav-item .menu li a:hover,
header.site-header .site-navigation li#menu-open ul #sub-menu-nav-item .menu li:hover,
header.site-header .site-navigation li#menu-open ul #sub-menu-nav-item .menu li:hover a{
    background: none;
}

header.site-header .site-navigation li#menu-open ul #sub-menu-nav-item .menu li:first-child,
header.site-header .site-navigation li#menu-open ul #sub-menu-nav-item .menu li:nth-child(2){
    display: none;
}

header.site-header .site-navigation li#menu-open ul #sub-menu-nav-item .menu li > a{
    padding: 0;
    height: auto;
    line-height: 34px;
    color: #DFDFDF;
    font-size: 16px;
    font-family: "ProximaNovaRegular";
    background: none;
    border: none;
    margin: 0;
}

header.site-header .site-navigation li#menu-open ul #sub-menu-nav-item .menu li > a:hover{
    color: white;
}

header.site-header .site-navigation li#menu-open ul .menu-item-social .nav-social-links a,
header.site-header .site-navigation.main-navigation .nav-social-links a{
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 40px;
    text-align: center;
    background: none;
    color: black;
    margin-right: 10px;
    padding: 0;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: white;
    min-width: 0;
}

header.site-header .site-navigation.main-navigation .nav-social-links a{
    line-height: 50px;
    font-size: 26px;
    margin-right: 15px;
}

header.site-header .site-navigation.main-navigation .nav-social-links{
    padding: 0 20px;
}

header.site-header .site-navigation li#menu-open li.menu-daily a span{
    display: block;
    line-height: 30px;
}

header.site-header .site-navigation li#menu-open li.menu-daily a label{
    display: inline;
    font-weight: normal;
}

header.site-header .site-navigation li#menu-open ul .menu-item-social .nav-social-links a.twitter:hover,
header.site-header .site-navigation.main-navigation .nav-social-links a.twitter:hover{
    color: #2da9e0;
}

header.site-header .site-navigation li#menu-open ul .menu-item-social .nav-social-links a.facebook:hover,
header.site-header .site-navigation.main-navigation .nav-social-links a.facebook:hover{
    color: #3a5897;
}

header.site-header .site-navigation li#menu-open ul .menu-item-social .nav-social-links a.linkedin:hover,
header.site-header .site-navigation.main-navigation .nav-social-links a.linkedin:hover{
    color: #0074a4;
}

header.site-header .site-navigation li#menu-open ul .menu-item-social .nav-social-links a.rss:hover,
header.site-header .site-navigation.main-navigation .nav-social-links a.rss:hover{
    color: #eb9600;
}

header.site-header .site-navigation li#menu-open ul .ism-header-bar{
    padding: 0;
    width: 100%;
    float: none;
    z-index: 5;
    position: relative;
}

header.site-header .site-navigation li#menu-open ul .ism-header-bar.ism-hide-on-logged-in{
    padding: 0;
}

.ism-header-bar .ism-account-links a,
header.site-header .site-navigation li#menu-open ul .ism-header-bar.ism-hide-on-logged-in a,
header.site-header .site-navigation li#menu-open li.menu-daily a,
header.site-header .site-navigation li#menu-open li.menu-daily a span{
    height: auto;
    width: 100%;
    line-height: 50px;
    margin: 0;
    color: #c2c2c2;
    background: none;
    padding: 0;
    text-transform: none;
    text-align: left;
    float: none;
    font-family: "ProximaNovaRegular";
    font-weight: normal;
    font-size: 15px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.ism-header-bar .ism-account-links a:hover,
header.site-header .site-navigation li#menu-open ul .ism-header-bar.ism-hide-on-logged-in a:hover,
header.site-header .site-navigation li#menu-open li.menu-daily a:hover,
header.site-header .site-navigation li#menu-open li.menu-daily a:hover span{
    color: white;
    text-decoration: none;
}

header.site-header .site-navigation li#menu-open li.menu-daily{
    border-bottom: 1px solid #c3c3c3;
}

header.site-header .site-navigation li#menu-open li.menu-daily a i{
    display: none;
}

header.site-header .site-navigation li#menu-open li.menu-daily{
    width: 100%;
}

header.site-header .site-navigation li#menu-open li.menu-daily a{
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    border: none;
}

header.site-header .site-navigation li#menu-open li.menu-daily:hover a,
header.site-header .site-navigation li#menu-open li.menu-daily a:hover,
header.site-header .site-navigation li#menu-open li.menu-daily a:focus,
header.site-header .site-navigation li#menu-open li.menu-daily a:active,
header.site-header .site-navigation li#menu-open li.menu-daily a:visited{
    text-decoration: none;
}

header.site-header .site-navigation.main-navigation {
    background: #33b3e3;
    height: 50px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

header.site-header .site-navigation ul:after{
    clear: both;
    display: block;
    content: "";
}

/*** home page ***/

#home-wrap{
    font-family: "ProximaNovaRegular",sans-serif;
    padding: 0px 0 50px 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#home-wrap.processing{
    opacity: 0;
}

#home-wrap.processing:after{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: absolute;
}

#home-wrap .home-section{
    padding: 0;
    border-bottom: 4px solid #46BAF2;
    margin: 0;
}

#home-wrap .home-section.hero-section{
    padding-bottom: 35px;
}

#home-wrap .home-section.padded{
    padding: 50px 0;
}

#home-wrap .home-section.padded.category-section{
    padding-top: 0px;
}

#home-wrap .home-section.no-border{
    border: none;
}

#home-wrap #home-videos{
    border-top: 4px solid #46BAF2;
    padding-top: 20px;
    margin: 0 0 30px 0;
}

.ad-section{
    padding: 35px 0px;
}

#home-wrap .other-news-inner .ad-section{
    padding: 30px 0px;
}

.ad-section.bordered{
    border-bottom: 4px solid #46BAF2;
    border-top: 4px solid #46BAF2;
}

.page-home .ad-section.bordered{
    border-top: none;
    padding: 35px 0;
}

.ad{
    width: 100%;
    height: auto;
    position: relative;
}

.ad .ad-holder{
    text-align: center;
}

.ad .ad-holder div{
    display: inline-block;
    position: relative;
}

#home-wrap .row{
    margin: 0;
}

#home-wrap .row .col{
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#home-wrap .row .col .col-inner{
    padding: 0 25px;
}

#home-wrap .row .col.hero-post{
    color: #454344;
    font-family: "ProximaNovaRegular";
}

#home-wrap .hero-post .featured-category,
.featured-post .featured-category{
    display: none;
}

#home-wrap .img-wrap,
#featured-wrap .img-wrap{
    width: 100%;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

#home-wrap .hero-post .img-wrap{
    padding-top: 46%;
    position: relative;
}

#home-wrap .hero-post a,
#home-wrap .hero-post a:hover{
    color: white;
    text-decoration: none;
    display: block;
}

#home-wrap .row .hero-post.col .col-inner{
    padding: 0;
    position: relative;
}

#home-wrap .row .hero-post.col .col-inner a.hero-post-link:after,
#home-wrap .row .hero-post.col .col-inner a.featured-post-link:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(transparent, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, black);
    opacity:  0.69;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#home-wrap .row .hero-post.col .col-inner a.hero-post-link:hover:after,
#home-wrap .row .hero-post.col .col-inner a.featured-post-link:hover:after{
    opacity: 0.5;
}

#home-wrap .hero-post img{
    width: 100%;
    height: auto;
}

#home-wrap .hero-post .img-text{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 2;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
}

#home-wrap .hero-post h4,
#home-wrap .headlines-wrap h4,
#home-wrap .hero-post h5{
    line-height: 110%;
    font-size: 36px;
    padding-top: 15px; 
    font-family: "ProximaNovaBold";
    font-weight: normal;
    color: white;
}

#home-wrap .hero-post h5{
    font-size: 20px;
    font-family: 'CaeciliaLTStd55Roman';
}

#home-wrap .hero-post.select-headline .hero-post-link{
    position: relative;
}

#home-wrap .hero-post.select-headline .hero-post-link .img-text:after {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/white-select-icon.svg) no-repeat center center;
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
    position: absolute;
    right: 20px;
    bottom: 20px;
    content: "";
    z-index: 3;
}

#home-wrap .hero-post.select-headline .img-text{
    padding-right: 42px;
    width: -moz-calc(100% - 62px);
    width: -webkit-calc(100% - 62px);
    width: -o-calc(100% - 62px);
    width: calc(100% - 62px);
}

#home-wrap .hero-post .hero-sub-text{
    text-align: right;
    font-size: 15px;
    color: white;
    font-family: 'CaeciliaLTStd55Roman';
    line-height: 120%;
    padding-top: 2px;
}
#home-wrap .hero-post .hero-sub-text .hero-date-wrap div{
    padding-top: 0;
    float: left;
    color: white;
}

#home-wrap .hero-post .hero-sub-text .hero-date-wrap div:first-child{
    color: white;
}

#home-wrap .hero-post .hero-sub-text .staff{
    display: none;
    height: 19px;
    width: 82px;
    margin-right: 10px;
    background: url(../images/icon-staff-writer.svg) no-repeat center center;
    padding: 0;
    line-height: 26px;
    float: left;
    margin-top: -1px;
}

#home-wrap .hero-post .hero-sub-text .hero-date-wrap{
    float: left;
}

#home-wrap .hero-post .hero-sub-text:after{
    clear: both;
    content: "";
    display: block;
}

.category #home-wrap .hero-post h4,
.post-type-archive-next #home-wrap .hero-post h4,
#home-wrap .headlines-wrap h4{
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 88%;
    color: #232323;
    font-size: 26px;
}

.category #home-wrap .hero-post h4,
.post-type-archive-next #home-wrap .hero-post h4,
#home-wrap .headlines-wrap h4{
    border-top: 8px solid #46BAF2;
    padding-top: 20px;
}

.category #home-wrap .row .hero-post.col .featured-posts{
    border-bottom: 8px solid #46BAF2;
}

.category #home-wrap .hero-post h4,
.post-type-archive-next #home-wrap .hero-post h4{
    margin: 0;
}

#home-wrap .row .headlines-wrap.col .col-inner{
    padding-right: 0;
}

#home-wrap .row .headlines-wrap.col a.select-headline{
    padding-right: 23px;
    background: url(../images/select-title-logo.svg) no-repeat top right;
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
}

#home-wrap .row .hero-post.col .featured-posts{
    padding-top: 10px;
    margin-top: 20px;
    border-top: 8px solid #46BAF2;
}

.category #home-wrap .row .hero-post.col .featured-posts,
.post-type-archive-next #home-wrap .row .hero-post.col .featured-posts{
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
}

.category #home-wrap .row .hero-post.col .featured-posts .row,
.post-type-archive-next #home-wrap .row .hero-post.col .featured-posts .row{
    margin-bottom: 24px;
}

#home-wrap .row .hero-post.col .featured-posts h2{
    color: #232323;
    font-size: 28px;
    font-family: "ProximaNovaBold";
    margin-bottom: 8px;
}

#home-wrap .featured-posts .row .col{
    width: -moz-calc(33.3333% - 16px);
    width: -webkit-calc(33.3333% - 16px);
    width: -o-calc(33.3333% - 16px);
    width: calc(33.3333% - 16px);
}

#home-wrap .featured-posts .row .col:nth-child(2){
    margin: 0 24px;
}

#home-wrap .hero-post .featured-posts .img-wrap{
    padding-top: 63%;
}

#home-wrap .hero-post .featured-posts h6{
    font-size: 15px;
    font-family: "ProximaNovaBold";
    line-height: normal;
    margin: 0;
    padding: 0;
}

#home-wrap .hero-post .featured-post.select-headline:after {
    width: 18px;
    height: 18px;
    background: url(../images/white-select-icon.svg) no-repeat center center;
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: "";
    display: block;
    z-index: 3;
}

#home-wrap .hero-post .featured-posts .img-text{
    padding: 10px;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
}

#home-wrap .hero-post .featured-posts .img-text{
    padding-right: 35px;
    width: -moz-calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: -o-calc(100% - 45px);
    width: calc(100% - 45px);
    padding-bottom: 7.5px;
}

#home-wrap #featured-wrap .featured-post .col-inner,
#featured-wrap .featured-post .col-inner{
    padding: 13px;
}

#home-wrap #featured-wrap .featured-post,
#featured-wrap .featured-post{
    font-size: 14px;
    color: #5d5950;
}

#featured-wrap .featured-post h5 a,
#featured-wrap .featured-post h5 a:hover{
    font-family: "ProximaNovaBold";
    font-size: 18px;
    color: #232323;
    line-height: 130%;
    display: block;
}

#featured-wrap .featured-post h5.select-headline a{
    padding-right: 25px;
    background: url(../images/select-title-logo.svg) no-repeat top right;
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
}

#featured-wrap .featured-post h5 img{
    width: 18px;
    height: auto;
}

#featured-wrap .featured-post h5 a:hover{
    text-decoration: underline;
}

#featured-wrap .featured-post .tagline{
    font-size: 13px;
    color: #999999;
    line-height: 130%;
    font-family: "ProximaNovaRegular";
    padding-top: 10px;
    position: relative;
}

#featured-wrap .featured-post .tagline.staff{
    padding-left: 92px;
}

#featured-wrap .featured-post .tagline.staff:before{
    display: inline-block;
    height: 19px;
    width: 82px;
    background: url(../images/icon-staff-writer.svg) no-repeat center center;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
}

#home-wrap #featured-wrap .img-wrap,
#featured-wrap .img-wrap{
    padding-top: 65%;
    background-color: #d8d8d8;
    margin-bottom: 15px;
}

#home-wrap #featured-wrap,
#featured-wrap{
    padding: 15px 0 50px;
    border-bottom: none;
}

.page-home #home-wrap #featured-wrap{
    padding-bottom: 0px;
}

.inman-desktop.ads-not-loaded #home-wrap .home-section.padded, 
.inman-desktop.ads-not-loaded #home-wrap #featured-wrap {
    border-bottom: 1px solid #d8d8d8;
}

.rest-of-the-news-wrap-1,
.rest-of-the-news-wrap-2{
    margin-left: -30px;
    margin-right: -30px;
}

.break-after-two,
.break-after-three,
.break-after-four{
    clear: both;
}

.break-after-two,
.break-after-three{
    display: none;
}

.category .break-after-three,
.post-type-archive-next .break-after-three{
    display: block;
}

.category .break-after-four,
.post-type-archive-next .break-after-four{
    display: none;
}

.category #home-wrap #featured-wrap,
.post-type-archive-next #home-wrap #featured-wrap{
    padding: 17px 0 0 0;
}

#featured-wrap > .row{
    margin-left: -13px;
    margin-right: -13px;
}

.category #featured-wrap > .row,
.post-type-archive-next #featured-wrap > .row{
    margin-bottom: -13px;
}

#home-wrap #other-news-wrap .home-section > .row{
    margin-left: -30px;
    margin-right: -30px;
}

#home-wrap #other-news-wrap .home-section > .row.home-video-wrap{
    padding-top: 20px;
    margin: 0;
}

#home-wrap .news-post {
    font-size: 14px;
}

#home-wrap .news-post .icons.select-headline .select{
    width: 20px;
    height: 20px;
    background: url(../images/select-title-logo.svg) no-repeat top left;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
}

#home-wrap .news-post .icons .icon,
.inman-article .author .entry-author-name .icon{
    width: auto;
    height: 20px;
    margin-bottom: 10px;
    margin-right: 5px;
    color: white;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    padding: 0 5px;
    font-size: 12px;
    font-family: 'ProximaNovaRegular';
    float: left;
}

.inman-article .author .entry-author-name .icon {
    margin-bottom: 0;
    margin-top: 15px;
    margin-right: 9px;
}

#home-wrap .news-post .icons:after{
    clear: both;
    content: "";
    display: block;
}

#home-wrap .news-post h5 a,
#home-wrap .news-post h5 a:hover{
    color: #232323;
    text-decoration: none;
}

#home-wrap .news-post .col{
    padding: 0 10px;
}

#home-wrap .news-post .img-wrap{
    padding-top: 61%;
    background-color: #d8d8d8;
}

#home-wrap .other-news-inner{
    padding: 20px 0;
}

.page-home #home-wrap .other-news-inner{
    padding: 25px 0 50px 0;
}

#home-wrap .other-news-inner h4 {
    line-height: 100%;
    font-size: 16px;
    padding: 0; 
    font-family: "ProximaNovaBold";
    color: #2F2F2F;
    text-transform: uppercase;
}

#home-wrap .other-news-inner h4 i{
    font-size: 20px;
    margin-right: 10px;
    line-height: 10px;
}

#home-wrap .row .news-post.col > .col-inner{
    padding: 20px;
}

#home-wrap .news-post .cat-line{
    padding: 0 0 12px;
    text-transform: uppercase;
    border-bottom: 2px solid #46BAF2;
    line-height: 18px;
    margin: 0 10px 15px;
    font-size: 16px;
    font-family: "ProximaNovaBold";
}

#home-wrap .news-post .cat-line.empty{
    padding-bottom: 28px;
}

#home-wrap .news-post .cat-line .featured-category{
    color: #46BAF2;
}

#home-wrap .news-post h5{
    margin-bottom: 10px;
}

#home-wrap .news-post h5 a{
    font-size: 18px;
    line-height: 130%;
    color: #232323;
    font-family: "ProximaNovaBold";
}

#home-wrap .news-post h5 a:hover{
    text-decoration: underline;
}

#home-wrap .news-post .excerpt{
    color: #444444;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: "ProximaNovaRegular";
}

#home-wrap .news-post .tagline{
    font-size: 13px;
    color: #999999;
    line-height: 21px;
    font-family: "ProximaNovaRegular";
    position: relative;
}

#home-wrap .news-post .tagline.staff{
    padding-bottom: 22px;
}

#home-wrap .news-post .tagline.staff:before{
    display: inline-block;
    height: 19px;
    width: 82px;
    background: url(../images/icon-staff-writer.svg) no-repeat center center;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

#home-wrap .home-action-wrap{
    text-align: center;
}

#home-wrap .home-action-wrap button{
    display: inline-block;
    line-height: 42px;
    width: 140px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 0;
    background: #2c9dc9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: "ProximaNovaBold";
    height: 40px;
}

#home-wrap .home-action-wrap button span{
    display: inline-block;
}

#home-wrap .home-action-wrap button:hover{
    background: #007bb3;
}

#home-wrap .home-action-wrap button i{
    display: none;
}

#home-wrap .home-action-wrap button.loading span{
    display: none;
}

#home-wrap .home-action-wrap button.loading i{
    display: inline-block;
}

#home-wrap .other-news-section{
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#home-wrap .other-news-section.active{
    display: block;
}

#home-wrap .other-news-section.active.visible{
    display: block;
    opacity: 1;
}

#home-wrap #home-videos .featured-video .col-inner{
    padding: 0 20px 0 0;
}

#home-wrap #home-videos .img-wrap{
    position: relative;
    padding-top: 59%;
    background: #444;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

#home-wrap #home-videos .img-wrap .img-text{
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

#home-wrap #home-videos .img-wrap .img-text .inner{
    display: block;
    position: relative;
    height: auto;
    padding: 10px;
}

#home-wrap #home-videos .img-wrap .img-text .inner:before{
    position: absolute;
    opacity: 0.7;
    background: black;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
}

#home-wrap .other-news-inner #home-videos .img-wrap .img-text .inner h4{
    color: white;
    text-transform: none;
    position: relative;
    z-index: 2;
    line-height: 25px;
}

#home-wrap .other-news-inner #home-videos .img-wrap .img-text .inner h4.select-headline{
    padding-right: 30px;
    background: url(../images/white-select-icon.svg) no-repeat top right;
    -webkit-background-size: 25px auto;
    -moz-background-size: 25px auto;
    -o-background-size: 25px auto;
    background-size: 25px auto;
}

/*#home-wrap .other-news-inner #home-videos .img-wrap .play-btn{
    height: 90px;
    width: 90px;
    border-radius: 90px;
    border: 2px solid white;
    line-height: 114px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -46px 0 0 -46px;
    text-align: center;
}

#home-wrap .other-news-inner #home-videos .img-wrap .play-btn i{
    font-size: 46px;
    color: white;
    margin-left: 6px;
}*/

#home-wrap #home-videos .home-other-videos > .col-inner{
    padding: 0 0 0 20px;
}

#home-wrap #home-videos .home-other-videos .home-video{
    margin-bottom: 20px;
    position: relative;
}

#home-wrap #home-videos .home-other-videos .home-video .col-xs-4 > .col-inner{
    padding: 0 10px 0 0;
}

#home-wrap #home-videos .home-other-videos .home-video .col-xs-4 .img-wrap{
    padding-top: 64%;
}

#home-wrap #home-videos .home-other-videos .home-video .col-xs-8 > .col-inner{
    padding: 0 0 0 10px;
}

#home-wrap #home-videos .home-other-videos .home-video h6 {
    font-size: 14px;
    color: #232323;
    font-family: "ProximaNovaSemibold";
    text-decoration: none;
    line-height: 120%;
}

#home-wrap #home-videos .home-other-videos .home-video h6.select-headline {
    padding-right: 20px;
    background: url(../images/select-title-logo.svg) no-repeat top right;
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    background-size: 15px auto;
}

#home-wrap #home-videos .home-other-videos .home-video a:hover,
#home-wrap #home-videos .home-other-videos .home-video a:hover h6{
    text-decoration: none;
    color: #232323;
}

/*#home-wrap .other-news-inner #home-videos .home-video .img-wrap .play-btn{
    height: 26px;
    width: 26px;
    border-radius: 26px;
    border: 1px solid white;
    line-height: 26px;
    margin: -13px 0 0 -13px;
}

#home-wrap .other-news-inner #home-videos .home-video .img-wrap .play-btn i{
    font-size: 12px;
    margin-left: 2px;
}*/

/*** articles **/
.inman-article,
.inman-article .row{
    margin: 0;
}

.inman-article {
    padding: 0 30px;
}

.inman-article .col{
    padding: 0;
}

.inman-article .content-area{
    border: none;
    margin: 0;
}

.inman-article-page .featured-img{
    width: 100%;
    height: 0;
    margin: 0;
    padding-top: 42%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.inman-article-page #page.img-small .featured-img{
    padding-top: 35%;
}

.inman-article-page #page.img-pattern .featured-img{
    padding-top: 0;
    height: 190px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.inman-article-page .featured-img span{
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.inman-article-page .featured-img img{
    width: 100%;
    height: auto;
    display: block;
}

.inman-article-page #page.img-pattern .featured-img img{
    display: none;
}

.inman-article-page #page #main{
    margin-top: -5%;
    background: white;
    position: relative;
    z-index: 3;
    max-width: 1030px;
    padding-top: 13px;
}

.inman-article-page #page.img-small #main{
    margin-top: -15.5%;
}

.inman-article-page #page.img-pattern #main{
    margin-top: -95px;
}

.inman-article article{
    padding: 0 30px 0 0;
    margin: 0;
}

.inman-article .inman-comments{
    padding: 0 30px 50px 0;
    float: none;
    clear: both;
}

.inman-article .inman-comments.last-block{
    padding: 0 30px 75px 0;
}

#featured-wrap.featured-single{
    border-top: 1px solid #d8d8d8;
    clear: both;
    padding: 35px 0 75px;
}

.inman-article .inman-comments h3,
#featured-wrap.featured-single h3{
    font-size: 32px;
    font-family: "ProximaNovaBold";
    color: #232323;
    line-height: 110%;
    padding-bottom: 18px;
}

.inman-article .wp-caption{
    border: none;
    border-bottom: 2px solid #46BAF2;
    margin-bottom: 35px;
    position: relative;
}

.inman-article .wp-caption.size-full-wrap{
    margin: 0 auto 35px auto;
}

.inman-article .wp-caption.alignright,
.inman-article .wp-caption.size-full-wrap.alignright{
    margin: 0 0 1.1em 1.2em;
}

.inman-article .wp-caption.alignleft,
.inman-article .wp-caption.size-full-wrap.alignleft{
    margin: 0 1.2em 1.1em 0;
}

.inman-article .wp-caption a.img-wrap-link,
.inman-article .wp-caption div.empty{
    display: block;
    position: static;
}

.inman-article .wp-caption img{
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.inman-article .wp-caption img.size-full{
    width: auto;
}

.inman-article .wp-caption a.img-wrap-link:after {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f065";
    color: white;
    background: #46BAF2;
    opacity: 0.8;
    padding: 7px 8px;
    font-size: 20px;
    line-height: 20px;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.inman-article .wp-caption a.img-wrap-link.external:after{
    content: "\f08e";
    padding: 9px 6px 6px 10px;
}

.inman-article .wp-caption div.empty{
    cursor: text;
}

.inman-article .wp-caption.hide-btn-wrap a.img-wrap-link:after,
.inman-article .wp-caption div.empty:after{
    display: none;
}

.inman-article .wp-caption a.img-wrap-link,
.inman-article .wp-caption a.img-wrap-link *{
    text-decoration: none !important;
}

.inman-article .wp-caption a.img-wrap-link:hover:after{
    opacity: 1;
}

.inman-article .wp-caption .wp-caption-text{
    font-size: 14px;
    color: #A9A9A9;
    text-align: left;
    line-height: normal;
    font-family: "ProximaNovaRegular";
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    width: 100%;
}

#imageModal{
    padding: 0px !important;
}

#imageModal .modal-dialog,
#imageModal .modal-dialog .modal-content {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
}

#imageModal .modal-dialog .modal-content{
    display: table-cell;
    box-shadow: none;
}

#imageModal .modal-dialog .modal-content .modal-body{
    width: 970px;
    margin: 0 auto;
    padding: 0;
    background: none;
    border-radius: 0;
    text-align: center;
    display: table;
}

#imageModal.portrait .modal-dialog .modal-content .modal-body{
    margin-top: 100px;
}

#imageModal .modal-dialog .modal-content .modal-body img{
    width: 100%;
    height: auto;
}

#imageModal .modal-dialog .modal-content .modal-body i{
    font-size: 36px;
    right: -42px;
    color: #aaaaaa;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -40px;
}

#imageModal .modal-dialog .modal-content .modal-body i:hover{
    color: #2C9DC9;
}

#imageModal .modal-backdrop.in{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    background: white;
    content: "";
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.inman-article .entry-categories{
    height: auto;
    min-height: 12px;
    line-height: 12px;
    font-family: "ProximaNovaSemiBold";
    color: #3BABEF;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 15px;
    clear: both;
}

.inman-article .entry-categories.padded{
    padding-bottom: 30px;
}

.inman-article .entry-categories a{
    background: #3BABEF;
    color: white;
    line-height: 24px;
    padding: 1px 10px 0px;
    margin: 0 10px 10px 0;
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.inman-article .entry-categories a:hover{
    background: #007BB3;
}

.inman-article h1 {
    font-size: 52px;
    font-family: "ProximaNovaBold";
    color: #232323;
    line-height: 105%;
}

.inman-article .entry-header h1.entry-title {
    margin: 15px 0 20px 0;
}

.inman-article #content h2,
.inman-article #content h3,
.inman-article #content h4,
.inman-article #content h5,
.inman-article #content h6 {
    font-family: "ProximaNovaBold";
    font-size: 22px;
    color: #444444;
    margin-bottom: 25px;
}

.inman-article #content h3{
    font-size: 20px;
}

.inman-article #content h4{
    font-size: 18px;
}

.inman-article #content h5{
    font-size: 14px;
}

.inman-article #content h6{
    font-size: 12px;
}

.inman-article .entry-subtitle{
    font-size: 24px;
    line-height: 130%;
    color: #999999;
    margin: 0 0 25px 0;
    font-family: 'CaeciliaLTStd55Roman';
}

.inman-article .content-area .entry-content{
    margin: 0;
}

.inman-article-page .featured-image-caption {
    font-size: 14px;
    font-family: "ProximaNovaRegular";
    padding-bottom: 30px;
}

.inman-article-page .show-on-mobile .featured-image-caption {
    padding-bottom: 0px;
    padding-top: 15px;
}

.inman-article-page .featured-image-caption.top-fic{
    position: absolute;
    top: -22px;
    right: 0;
    color: white;
    padding-bottom: 0px;
}

.inman-article .content-area .entry-content table{
    border: none;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
}

.entry-content .embed-wrap{
    max-width: 100%;
    overflow: auto;
}

.entry-content .table-wrapper{
    margin: 40px 0;
}

.entry-content .table-responsive{
    padding: 0;
    border: none;
}

.inman-article .content-area .entry-content table tr{
    border: none;
    border-bottom: 1px solid white;
}

.inman-article .content-area .entry-content table tr th{
    background: #EEEEEE;
    font-weight: normal;
    font-size: 17px;
    font-family: "ProximaNovaRegular";
    color: #515151;
    padding: 10px;
    line-height: normal;
}

.inman-article .content-area .entry-content table tr td{
    background: #F7F7F7;
    font-weight: 200;
    font-size: 14px;
    font-family: Helvetica;
    color: #444444;
    padding: 10px;
    border: none;
    line-height: normal;
}

.inman-article .content-area .entry-content table tr td label{
    display: none;
}

.inman-article .author-wrap.row{
    margin-bottom: 40px;
}

.inman-article .author img.author-img{
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: none;
    margin: 0 9px 0 0;
    display: block;
    float: left;
}

.inman-article .author .entry-author-name{
    display: block;
    line-height: 50px;
    font-size: 15px;
    color: #999999;
    font-family: "ProximaNovaRegular";
}

.inman-article .author .entry-author-name:after{
    clear: both;
    content: "";
    display: block;
}

.inman-article .author .entry-author-name a.author-name-link{
    color: #2d92d0;
    font-weight:bold;
    text-decoration: underline;
    margin-right: 6px;
    display: block;
    line-height: 19px;
    float: left;
    margin-top: 14px;
}

.inman-article .author .entry-author-name .by {
    display: block;
    float: left;
    margin-right: 5px;
    line-height: 50px;
}

.inman-article .author .entry-author-name .staff{
    width: 86px;
    background: url(../images/icon-staff-writer.svg) no-repeat left center / auto 100%;
    display: block;
    height: 20px;
    margin-right: 9px;
    float: left;
    margin-top: 15px;
}

.inman-article .author .entry-author-name a.author-social-link,
.inman-article .author .entry-author-name span.date{
    padding: 0 10px;
    border-left: 1px solid #AAAAAA;
    display: block;
    float: left;
    height: 20px;
    margin-top: 15px;
    line-height: 20px;
}

.inman-article .author .entry-author-name a.author-social-link img{
    display: block;
    margin-top: 3px;
}

.inman-article .author .entry-author-name a.author-social-link:hover{
    text-decoration: none;
}

.inman-article .addthis_custom_sharing_pos.show-on-desktop{
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.inman-article .addthis_custom_sharing_pos.show-on-desktop.visible{
    opacity: 1;
}

.inman-article .in-content.show-on-mobile{
    display: none;
}

.inman-article .addthis_custom_sharing_pos.show-on-desktop{
    text-align: center;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -440px;
}

.inman-article .addthis_custom_sharing_pos.show-on-desktop.fixed{
    position: fixed;
    top: 164px;
    margin-left: -602px;
}

.inman-article .addthis_32x32_style .at4-icon, .addthis_32x32_white_style .at4-icon, .at-32x32 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-background-size: 20px !important;
    -moz-background-size: 20px !important;
    -o-background-size: 20px !important;
    background-size: 20px !important;
}

.inman-article .addthis_custom_sharing .at-share-tbx-element .at-share-btn{
    display: block;
    margin-bottom: 15px;
    max-width: 40px;
    max-height: 40px;
}

.inman-article .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-facebook .at-custom-button-color{
    /*background-color: #305891;*/
}

.inman-article .at4-icon.aticon-facebook{
    background: url(../images/sidebar-facebook.svg) no-repeat center center;
}

.inman-article .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-twitter .at-custom-button-color{
    background-color: transparent;
}

.inman-article .addthis_32x32_style .at4-icon.aticon-twitter{
    background: url(../images/twittericon.png) no-repeat 0 0;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
}

.inman-article .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-linkedin .at-custom-button-color{
    /*background-color: #4498c8;*/
}

.inman-article .at4-icon.aticon-linkedin{
    background: url(../images/sidebar-linkedin.svg) no-repeat center center;
}

.inman-article .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-email .at-custom-button-color{
    /*background-color: #999999;*/
}

.inman-article .at4-icon.aticon-email{
    background: url(../images/sidebar-email.svg) no-repeat center center;
}

.inman-article .addthis_32x32_style .at4-icon, 
.inman-article .addthis_32x32_white_style .at4-icon, 
.inman-article  .at-32x32 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
    background-size: auto !important;
    margin: 0;
}

.inman-article .entry-content p, .inman-article .entry-content ul{
    font-family: "ProximaNovaRegular";
    margin-bottom: 15px;
    color: #444444;
    font-size: 18px;
    line-height: 150%;
}

.inman-article .entry-content p a{
    color: #33ADD3;
}

.inman-article .entry-content p strong,
.inman-article .entry-content p b{
    font-weight: normal;
    font-family: "ProximaNovaBold";
}

.inman-article #inman-sidebar .sidebar-inner{
    padding: 0;
}

.inman-article #inman-sidebar .sidebar-inner .ad-section:first-child{
    padding-top: 5px;
}

.inman-article #inman-sidebar .sidebar-inner .headlines-wrap{
    width: 100%;
    float: none;
}

.inman-article #inman-sidebar .sidebar-inner .headlines-wrap.related-articles{
    margin-top: 30px;
}

.inman-article #inman-sidebar .sidebar-inner .headlines-wrap h4{
    font-family: "ProximaNovaBold";
    line-height: 100%;
    margin: 10px 0 30px 0;
    color: #232323;
    font-size: 36px;
}

#home-wrap .row .headlines-wrap.col a, 
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap a,
#home-wrap .row .headlines-wrap.col a:hover, 
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap a:hover{
    color: #232323;
    font-size: 15px;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-family: "ProximaNovaBold";
    line-height: 130%;
    padding-left: 12px;
    position: relative;
}

#home-wrap .row .headlines-wrap.col a:before, 
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap a:before,
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap.related-articles a:before{
    width: 2px;
    background: #46BAF2;
    height: -moz-calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: -o-calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    display: block;
}

#home-wrap .row .headlines-wrap.col a span, 
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap a span,
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap.related-articles a span{
    display: block;
}

#home-wrap .row .headlines-wrap.col a span.title, 
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap a span.title,
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap.related-articles a span.title{
    margin-bottom: 5px;
}

#home-wrap .row .headlines-wrap.col a span.date, 
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap a span.date,
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap.related-articles a span.date{
    color: #A9A9A9;
    font-size: 11px;
    font-family: "ProximaNovaSemiBold";
}

#home-wrap .row .headlines-wrap.col a:hover, 
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap a:hover,
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap.related-articles a:hover {
    text-decoration: none;
}

#home-wrap .row .headlines-wrap.col a:hover span.title, 
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap a:hover span.title,
.inman-article #inman-sidebar .sidebar-inner .headlines-wrap.related-articles a:hover span.title {
    text-decoration: underline;
}

.inman-article #inman-sidebar .sidebar-inner .headlines-wrap a.select-headline{
    padding-right: 20px;
    background: url(../images/select-title-logo.svg) no-repeat top right;
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    background-size: 15px auto;
}

.inman-article #inman-sidebar .sidebar-inner .headlines-wrap.related-articles a.select-headline{
    background: url(../images/select-title-logo.svg) no-repeat top 2px right 0px;
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    background-size: 15px auto;
}

.inman-article #inman-sidebar .sidebar-inner .headlines-wrap a:last-child{
    margin-bottom: 10px; 
}

.inman-article .tm-click-to-tweet {
    background-color: transparent;
    border: none;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 40px 20px 55px 5px;
    margin: 0px;
}

.inman-article .tm-click-to-tweet p{
    display: block;
    margin: 0;
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 20px;
    background: url(../images/twittericon.png) no-repeat transparent top left;
    /*background: url(../images/twitter-share.svg) no-repeat transparent top left;*/
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.inman-article .tm-click-to-tweet p a{
    font-size: 1px;
    color: white;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}

.inman-article .tm-click-to-tweet .tm-ctt-text{
    float: right;
    position: relative;
    width: -moz-calc(100% - 64px);
    width: -webkit-calc(100% - 64px);
    width: -o-calc(100% - 64px);
    width: calc(100% - 64px);
    padding: 0 0 10px 0;
    margin: 0;
}

.inman-article .tm-click-to-tweet p a:hover{
    text-decoration: none;
    color: white;
}

.tm-click-to-tweet .tm-ctt-text a,
.tm-click-to-tweet .tm-ctt-text a:hover {
    text-decoration: none;
    font-size: 33px;
    line-height: 110%;
    font-family: "ProximaNovaBold";
    color: #444444;
    display: block;
    font-weight: normal;
    letter-spacing: normal;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.tm-click-to-tweet .tm-ctt-text a:hover {
    color: #232323;
}

.inman-article .tm-click-to-tweet .tm-ctt-text:after{
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    max-width: 150px;
    height: 2px;
    background: #46BAF2;
    position: absolute;
    width: 29%;
    min-width: 85px;
}

.inman-article .tm-click-to-tweet:after{
    clear: both;
    content: "";
    display: block;
}

.inman-article .entry-content ul {
    margin-bottom: 40px;
}

.inman-article .key-takeaways{
    position: relative;
}

.inman-article .key-takeaways label {
    color: #232323;
    font-size: 24px;
    font-family: "ProximaNovaSemibold", Helvetica;
    margin-bottom: 20px;
    padding-left: 25px;
}
.inman-article .key-takeaways:before {
    content: "";
    display: block;
    top: 8px;
    left: 0;
    width: 5px;
    height: -moz-calc(100% - 15px);
    height: -webkit-calc(100% - 15px);
    height: -o-calc(100% - 15px);
    height: calc(100% - 15px);
    background: #46BAF2;
    position: absolute;
}

.inman-article .key-takeaways ul li,
.inman-article .entry-content ul li,
.inman-article .entry-content ol li{
    color: #565656;
    font-family: "ProximaNovaRegular", Helvetica;
    font-size: 18px;
    list-style-type: disc;
    margin-bottom: 15px;
    padding-left: 7px;
    word-break: break-word;
}

.inman-article .entry-content ol li{
    list-style: decimal;
}

.inman-article .key-takeaways ul,
.inman-article .entry-content ol,
.inman-article .entry-content ul{
    margin: 0 0 35px 44px;
}

.inman-article .entry-content blockquote:before{
    display: none;
    content: "";
    width: 27px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: url(../images/startquote.png) no-repeat transparent 0 0;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    margin-right: 10px;
}

.inman-article .entry-content blockquote{
    margin: 40px 0;
    border: none;
    padding: 0;
    position: relative;
}

.inman-article .entry-content blockquote p{
    display: inline-block;
    margin: 0;
    /*width: -moz-calc(100% - 37px);
    width: -webkit-calc(100% - 37px);
    width: -o-calc(100% - 37px);
    width: calc(100% - 37px);*/
    width: 100%;
    font-size: 30px;
    color: #46BAF2;
    padding: 0;
    line-height: 130%;
    font-family: 'proxima_novasemibold_italic';
}

.inman-article .entry-content blockquote p:after{
    display: none;
    content: "";
    width: 27px;
    height: 22px;
    background: url(../images/endquote.png) no-repeat transparent 0 0;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    margin-left: 10px;
}

/*** select article **/

.touchscreen .select-article-ads .ad{
    padding-top: 35px;
}

.inman-article .col.select-article-ads{
    padding-top: 30px;
}

.select-logged-in .inman-article .col.select-article-ads{
    padding-top: 0px;
}

.fb_iframe_widget_fluid,
.fb_iframe_widget_fluid span{
    display: block !important;
}

.announcement {
    background-color:#33b3e3;  
    width: 100%;
    height: 30px;
    color:#ffffff; 
    text-align:center; 
    padding-top: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 30;
}

/*** search page ***/
.content-area.search-content{
    width: 970px;
    max-width: 92%;
    border: none;
    margin: 0 auto; 
    padding: 0;
    float: none;
}

.content-area.search-content h1{
    color: #2F2F2F;
    font-size: 38px;
    font-family: "ProximaNovaBold";
}

.content-area.search-content #search-page-search{
    position: relative;
}

.content-area.search-content #search-page-search:after{
    display: block;
    clear: both;
    content: "";
}

.content-area.search-content #search-page-search .search-label {
    display: block;
    border: 1px solid #565656;
    border-right: none;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #565656;
    text-align: center;
    float: left;
}

.content-area.search-content #search-page-search #search-page-input {
    border-top: 1px solid #565656;
    border-bottom: 1px solid #565656;
    border-right: none;
    border-left: none;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    color: #565656;
    background: transparent;
    float: left;
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
    width: -o-calc(100% - 52px);
    width: calc(100% - 52px);
    border-right: 1px solid #565656;
    font-family: "ProximaNovaRegular", Helvetica;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.content-area.search-content #search-page-search .reset-search {
    color: #34b6ea;
    display: none;
    height: 52px;
    width: 52px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    line-height: 51px;
}

.content-area.search-content #search-page-search.has-results .reset-search {
    display: block;
}

.content-area.search-content #search-page-earch-results-count-wrap{
    margin: 15px 0 0 0;
    padding: 0;
}

.content-area.search-content #search-page-earch-results-count-wrap .col{
    padding: 0;
}

.content-area.search-content #search-page-earch-results-count-wrap #search-page-search-results-count{
    color: #565656;
    font-size: 12px;
    line-height: 30px;
    font-family: 'CaeciliaLTStd55Roman';
}

.content-area.search-content #search-page-earch-results-count-wrap #search-page-search-results-filter{
    color: #565656;
    font-size: 12px;
    line-height: 30px;
    text-align: right;
}

.content-area.search-content #search-page-earch-results-count-wrap #search-page-search-results-filter a{
    display: inline-block;
    color: #565656;
    border: 1px solid #565656;
    border-radius: 15px;
    height: 29px;
    line-height: 30px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0 25px;
}

.content-area.search-content #search-page-earch-results-count-wrap #search-page-search-results-filter a:hover,
.content-area.search-content #search-page-earch-results-count-wrap #search-page-search-results-filter a.active{
    color: white;
    background: #34b6ea;
    border-color: #34b6ea;
    text-decoration: none;
}

.content-area.search-content #search-page-earch-results-count-wrap #search-page-search-results-filter a:focus,
.content-area.search-content #search-page-earch-results-count-wrap #search-page-search-results-filter a:active,
.content-area.search-content #search-page-earch-results-count-wrap #search-page-search-results-filter a:visited{
    color: #565656;
    background: transparent;
    border-color: #565656;
}

.content-area.search-content #search-page-earch-results-count-wrap #search-page-search-results-filter a.active:focus,
.content-area.search-content #search-page-earch-results-count-wrap #search-page-search-results-filter a.active:active,
.content-area.search-content #search-page-earch-results-count-wrap #search-page-search-results-filter a.active:visited{
    color: white;
    background: #34b6ea;
    border-color: #34b6ea;
}

.content-area.search-content #search-page-search-results{
    padding: 45px 0;
}

.content-area.search-content #search-page-more-results-btn{
    height: 40px;
    line-height: 42px;
    border: none;
    text-transform: uppercase;
    color: white;
    background: #2c9dc9;
    font-family: "ProximaNovaSemibold", Helvetica;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0px auto 45px auto;
    text-indent: initial;
    width: 150px;
    padding: 0;
    text-align: center;
    display: none;
    opacity: 0;
}

.content-area.search-content #search-page-more-results-btn.active{
    display: block;
}

.content-area.search-content #search-page-more-results-btn.active.visible{
    opacity: 1;
}

.content-area.search-content #search-page-more-results-btn:hover{
    background-color: #007bb3;
    text-decoration: none;
}

.content-area.search-content #search-page-more-results-btn:focus,
.content-area.search-content #search-page-more-results-btn:active,
.content-area.search-content #search-page-more-results-btn:visited{
    background-color: #2c9dc9;
    text-decoration: none;
}

.content-area.search-content .search-result{
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #A9A9A9;
}

.content-area.search-content .search-result em{
    font-style: normal;
    color: #34b6ea;
}

.content-area.search-content .search-result:after{
    display: block;
    content: "";
    clear: both;
}

.content-area.search-content .search-result .sr-thumb{
    float: left;
    width: 175px;
    height: 115px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 15px 0 0;
    border: none;
    padding: 0;
}

.content-area.search-content .search-result .sr-content{
    width: -moz-calc(100% - 195px);
    width: -webkit-calc(100% - 195px);
    width: -o-calc(100% - 195px);
    width: calc(100% - 195px);
    float: left;
}

.content-area.search-content .search-result .sr-content .sr-title{
    font-size: 18px;
    line-height: 130%;
    color: #565656;
    font-family: "ProximaNovaBold";
    text-decoration: none;
    margin: 0 0 10px 0;
    padding: 0;
    width: auto;
    border: none;
    display: block;
}

.content-area.search-content .search-result .sr-content .sr-title.select{
    padding-right: 23px;
    background: url(../images/select-title-logo.svg) no-repeat top right;
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
}

.content-area.search-content .search-result .sr-content .sr-text{
    color: #565656;
    font-size: 15px;
    line-height: 140%;
    font-family: "ProximaNovaRegular";
    margin: 0 0 20px 0;
}

.content-area.search-content .search-result .sr-content .sr-tagline{
    font-size: 13px;
    line-height: 23px;
    color: #A9A9A9;
    font-family: "ProximaNovaRegular";
}

.content-area.search-content .search-result .sr-content .sr-tagline.staff{
    padding-left: 92px;
    background: url(../images/icon-staff-writer.svg) no-repeat left top;
    -webkit-background-size: auto 20px;
    -moz-background-size: auto 20px;
    -o-background-size: auto 20px;
    background-size: auto 20px;
}

.content-area.search-content .search-result .sr-content .sr-tagline a{
    color: #A9A9A9;
    text-decoration: none;
    margin: 0;
    padding: 0;
    width: auto;
    border: none;
    font-size: 13px;
    line-height: 130%;
    display: inline;
}

.carousel.inman-slideshow{
    margin-bottom: 30px;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.carousel.inman-slideshow .carousel-inner{
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.carousel.inman-slideshow ol.carousel-indicators{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    padding: 20px 0;
    width: auto;
}

.carousel.inman-slideshow ol.carousel-indicators li{
    height: 45px;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
    text-indent: 0;
    border: none;
    border-radius: 0;
}

.carousel.inman-slideshow .carousel-control.left,
.carousel.inman-slideshow .carousel-control.right {
    background: 0;
    text-shadow: none;
    font-size: 36px;
    opacity: 0.7;
    background: none;
    width: 10%;
    top: 33%;
    height: 34%;
    -webkit-transition: margin-top 0.3s ease, opacity 0.3s ease;
    transition: margin-top 0.3s ease, opacity 0.3s ease;
}

.carousel.inman-slideshow .carousel-control.left:hover,
.carousel.inman-slideshow .carousel-control.right:hover {
    opacity: 1;
}

.carousel.inman-slideshow .carousel-control span.inner{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.carousel.inman-slideshow .carousel-control i{
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 1);
}

.carousel.inman-slideshow .carousel-control.left i {
    top: 50%;
    position: absolute;
    margin: -18px 0 0 -18px;
    left: 50%;
}

.carousel.inman-slideshow .carousel-control.right i {
    top: 50%;
    position: absolute;
    margin: -18px -18px 0 0;
    right: 50%;
}

.carousel.inman-slideshow ol.carousel-indicators li img{
    display: inline-block;
    height: 100%;
    width: auto;
    opacity: 0.5;
}

.carousel.inman-slideshow ol.carousel-indicators li.active img{
    opacity: 1;
}

.carousel.inman-slideshow .carousel-caption {
    right: auto;
    left: auto;
    bottom: auto;
    top: auto;
    font-family: "ProximaNovaRegular";
    position: relative;
    text-align: center;
    border-bottom: 2px solid #46BAF2;
    padding: 15px;
    line-height: normal;
    text-shadow: none;
    color: #A9A9A9;
    font-size: 16px;
}

.carousel.inman-slideshow .carousel-inner>.item{
    cursor: pointer;
}

.carousel.inman-slideshow .carousel-inner>.item .inner{
    position: relative;
    width: 100%;
}

.carousel.inman-slideshow .carousel-inner>.item .inner img{
    display: block;
    width: 100%;
    height: auto;
}

.carousel.inman-slideshow .carousel-inner>.item .inner:after{
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f065";
    color: white;
    background: #46BAF2;
    opacity: 0.8;
    padding: 7px 8px;
    font-size: 20px;
    line-height: 20px;
    bottom: 0px;
    right: 0;
    position: absolute;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.carousel.inman-slideshow .carousel-inner>.item .inner:hover:after{
    opacity: 1;
}

/*** footer ***/
footer.home {
    width: 100%;
    padding: 30px 0;
    background: #444444;
}

.page-template-unsubscribe footer.home {
    position: absolute;
    bottom: 0;
    left: 0;
}

footer.home .footer-inner{
    max-width: 970px;
    margin: 0 auto;
}

footer.home .footer-top{
    padding: 10px 0;
    border-bottom: 1px solid #545454;
}

footer.home .footer-bottom{
    padding: 20px 0 0 0;
}

footer.home .footer-top:after,
footer.home .footer-bottom:after{
    clear: both;
    display: block;
    content: "";
}

footer.home #footer-logo{
    height: 30px;
    display: block;
    float: left;
}

footer.home #footer-logo img{
    height: 100%;
    width: auto;
}

footer.home .footer-inner .menu-sub-menu-nav-container{
    float: right;
}

footer.home .footer-inner .menu-sub-menu-nav-container ul{
    margin: 0;
    padding: 0;
}

footer.home .footer-inner ul li{
    margin: 0;
    display: inline-block;
    list-style: none;
    padding: 2px 5px;
}

footer.home .footer-inner ul li a{
    color: white;
    font-size: 14px;
    font-family: "ProximaNovaRegular";
}

footer.home .footer-inner .copyright{
    float: left;
    color: #999999;
    font-size: 12px;
}

footer.home .footer-inner .copyright a{
    color: #999999;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer.home .footer-inner .copyright a:hover{
    color: white;
}

footer.home .footer-inner .nav-social-links{
    float: right;
}

footer.home .footer-inner .nav-social-links a{
    font-size: 20px;
    color: #999999;
    margin: 0 0 0 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer.home .footer-inner .nav-social-links a:hover{
    text-decoration: none;
    color: white;
}

/** unsubscribe page ***/
#unsubscribe-wrap {
    border: 10px solid #33b3e3;
    margin: 50px 0 260px 0;
    padding: 70px 0;
    text-align: center;
}

#unsubscribe-wrap img{
    width: 134px;
    height: auto;
}

#unsubscribe-wrap h1 {
    line-height: normal;
    font-size: 36px;
    color: #33b3e3;
    text-transform: uppercase;
    font-family: "ProximaNovaBold";
    margin: 50px 0;
    padding: 0;
}

#unsubscribe-wrap .text {
    width: 500px;
    max-width: 90%;
    font-size: 20px;
    font-family: 'ProximaNovaRegular';
    color: #232323;
    line-height: 120%;
    margin: 0 auto;
}


@media all and (min-width: 3150px){
    .inman-article-page #page.img-full #main {
        margin-top: -240px;
    }
}

@media all and (min-width: 1700px){
    .inman-article-page #page.img-small .featured-img{
        padding-top: 0px;
        height: 550px;
    }

    .inman-article-page #page.img-small #main {
        margin-top: -250px;
    }
}

@media all and (max-width: 1369px){
    .inman-article-page #page.img-pattern .featured-img{
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
    }
}

@media all and (max-width: 1062px){
    #imageModal .modal-dialog .modal-content .modal-body{
        width: 100%;
        position: static;
    }

    #imageModal .modal-dialog .modal-content .modal-body i{
        top: 90px;
        right: 22px;
    }

    #imageModal.portrait .modal-dialog .modal-content{
        display: block;
    }

    #imageModal.portrait .modal-dialog .modal-content .modal-body{
        position: static;
        padding-top: 115px;
        display: block;
    }
}

@media all and (max-width: 1023px){
    #home-wrap .home-section{
        margin: 0;
    }

    header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .featured-post {
        width: 33.3333333%;
    }

    header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .featured-post:nth-child(4){
        display: none;
    }

    .inman-article .addthis_custom_sharing_pos.show-on-desktop,
    .inman-article .addthis_custom_sharing_pos.show-on-desktop.visible{   
        display: none;
    }

    .inman-article .addthis_custom_sharing_wrap.in-content.show-on-mobile{   
        display: block;
    }

    .inman-article .in-content .addthis-animated{   
        text-align: left;
        position: static;
        top: auto !important;
        left: auto;
        margin-left: 0;
        margin-top: 20px;
    }

    .inman-article .in-content .addthis_custom_sharing .at-share-tbx-element .at-share-btn{
        display: inline-block;
        margin-bottom: 0px;
        margin-right: 15px;
    }

    .inman-article .show-on-desktop{
        display: none;
    }

    .inman-article .in-content.show-on-mobile{
        display: block;
        margin: 0 auto;
        float: none;
        padding-top: 5px;
        clear: both;
    }

    .inman-article .entry-categories{
        padding-top: 30px;
    }

    .inman-article .in-content.show-on-mobile.first-section{
        width: 100%;
    }

    .inman-article-page #page.img-pattern #main,
    .inman-article-page #page #main{
        width: 750px;
    }

    .inman-article .content-area{
        width: 100%;
    }

    .inman-article #inman-sidebar{
        display: none;
    }

    .inman-article article {
        padding: 0;
    }

    #ism-article-block{
        width: 100%;
    }

    .inman-article .inman-comments.last-block,
    .inman-article .inman-comments {
        padding: 35px 0;
        width: 100%;
        margin: 0 auto;
    }

    .inman-article .hide-big-ad,
    .touchscreen .inman-article .hide-on-desktop.hide-big-ad {
        display: none;
    }

    #home-wrap .headlines-wrap{
        display: none;
    }

    #home-wrap .hero-post{
        width: 100%;
        border: none;
    }

    #home-wrap .row .hero-post.col .col-inner{
        padding: 0;
    }

    #home-wrap .row .news-post{
        width: 100%;
        border: 0 none;
    }

    #home-wrap #other-news-wrap .home-section > .row{
        margin: 0;
    }

    #home-wrap .row .news-post.col > .col-inner{
        padding: 15px 0;
    }

    #home-wrap .news-post .col:last-child{
        padding-right: 0;
    }

    .hide-big-ad,
    .touchscreen .hide-on-desktop.hide-big-ad {
        display: none;
    }

    #home-wrap .row .col.featured-video{
        margin-bottom: 20px;
    }

    #home-wrap .row .col.featured-video,
    #home-wrap .row .col.home-other-videos{
        width: 100%;
    }

    #home-wrap #home-videos .home-other-videos .home-video h6{
        font-size: 16px;
    }

    #home-wrap #home-videos .home-other-videos > .col-inner{
        padding: 0;
    }
}

@media all and (max-width: 999px){
    #page #main{
        margin: 0 auto;
        width: 96%;
    }

    .category #home-wrap,
    .post-type-archive-next #home-wrap{
        padding-top: 30px;
    }

    footer.home #footer-logo{
        display: none;
    }

    footer.home .footer-inner .menu-sub-menu-nav-container{
        float: none;
        width: 270px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    footer.home .footer-top{
        width: 96%;
        margin: 0 auto;
    }

    footer.home .footer-inner .copyright{
        float: none;
        text-align: center;
    }

    footer.home .footer-inner .nav-social-links{
        display: none;
    }

    #unsubscribe-wrap {
        margin-bottom: 226px; 
    }
}

@media all and (max-width: 969px){

    #imageModal .modal-backdrop.in{
        opacity: 1;
    }

    header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .featured-post {
        width: 50%;
    }

    header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured .featured-posts-wrap .featured-post:nth-child(3){
        display: none;
    }
}

@media all and (max-width: 839px){
    header.site-header .site-navigation.main-navigation{
        max-height: 0;
        overflow: hidden;
        width: 100%;
        position: fixed;
        top: 70px;
        left: 0;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 0;
    }

    header.site-header .site-navigation li.no-hover:after{
        display: none;
    }

    header.site-header .city-nav #ism-cities-dropdown{
        float: none;
        position: static;
    }

    header.site-header .site-navigation.main-navigation{
        height: -moz-calc(100% - 70px);
        height: -webkit-calc(100% - 70px);
        height: -o-calc(100% - 70px);
        height: calc(100% - 70px);
        overflow: hidden;
        overflow-y: auto; 
    }

    header.site-header .main-navigation .header-inner{
        width: 100%;
        margin: 0;
        position: relative;
        background: transparent;
        height: auto;
        min-height: 100%;
    }

    header.site-header .main-navigation.opened .header-inner:after{
        display: block;
        content: "";
        background: #282828;
        z-index: 0;
    }

    #ism-cities-dropdown:after{
        display: none;
    }

    #ism-cities-dropdown > a:after,
    header.site-header .city-nav .menu-main-menu-container > ul.nav-menu > li:not(.one-category-section):not(.menu-item-type-custom) > a:after,
    header.site-header .main-navigation.city-nav .menu-main-menu-container > ul.nav-menu > li:not(.one-category-section):not(.menu-item-type-custom) > a:after,
    header.site-header .main-navigation.city-nav .menu-main-menu-container > ul.nav-menu > li.events-menu-section > a:after{
        content: "\f105";
        display: block;
        font: normal normal normal 2em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 50%;
        right: 20px;
        width: auto;
        height: auto;
        color: white;
        background: none;
        font-size: 2em;
        margin-top: -14px;
        left: auto;
        bottom: auto;
    }

    #ism-cities-dropdown > a{
        padding: 0 20px;
        width: 335px;
    }

    #ism-cities-dropdown.opened > a:after,
    header.site-header .main-navigation.city-nav .menu-main-menu-container > ul.nav-menu > li:not(.one-category-section):not(.menu-item-type-custom):hover > a:after,
    header.site-header .main-navigation.city-nav .menu-main-menu-container > ul.nav-menu > li:not(.one-category-section):not(.menu-item-type-custom).opened > a:after,
    header.site-header .main-navigation.city-nav .menu-main-menu-container > ul.nav-menu > li.events-menu-section.opened > a:after{
        content: "\f104";
    }

    header.site-header .main-navigation.city-nav .menu-main-menu-container > ul.nav-menu > li.one-category-section:hover > a:after,
    header.site-header .main-navigation.city-nav .menu-main-menu-container > ul.nav-menu > li.one-category-section.opened > a:after,
    header.site-header .main-navigation.city-nav .menu-main-menu-container > ul.nav-menu > li.menu-item-type-custom:not(.events-menu-section):hover > a:after,
    header.site-header .main-navigation.city-nav .menu-main-menu-container > ul.nav-menu > li.menu-item-type-custom:not(.events-menu-section).opened > a:after{
        display: none;
    }

    header.site-header .site-navigation ul .menu-item ul.sub-menu:not(.closable):not(.page-sub-menu):not(.child-sub-menu),
    header.site-header .site-navigation ul .menu-item ul.sub-menu.page-sub-menu:not(.closable),
    #ism-cities-dropdown .city-list,
    .admin-bar #ism-cities-dropdown .city-list,
    header.site-header .main-navigation.opened .header-inner:after{
        width: 0;
        left: 375px;
        height: auto;
        position: absolute;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: 0px;    
        max-height: 100%;
        opacity: 1;
        box-shadow: none !important;
    }

    header.site-header #menu-main-menu ul.sub-menu.page-sub-menu > .sub-menu-inner >li{
        width: 100%;
    }

    header.site-header .main-navigation.opened .header-inner:after{
        height: 100%;
    }

    header.site-header .site-navigation ul .menu-item ul.sub-menu:not(.closable):not(.page-sub-menu):not(.child-sub-menu),
    header.site-header .site-navigation ul .menu-item ul.sub-menu.page-sub-menu:not(.closable),
    #ism-cities-dropdown .city-list{
        z-index: 1;
    }

    header.site-header .site-navigation ul .menu-item.opened ul.sub-menu:not(.closable):not(.page-sub-menu):not(.child-sub-menu),
    header.site-header .site-navigation ul .menu-item.opened ul.sub-menu.page-sub-menu:not(.closable),
    #ism-cities-dropdown.opened .city-list,
    header.site-header .main-navigation.opened .header-inner:after {
        width: -moz-calc(100% - 375px);
        width: -webkit-calc(100% - 375px);
        width: -o-calc(100% - 375px);
        width: calc(100% - 375px);
        opacity: 1;
        background: #282828;
    }

    .site-navigation ul ul.sub-menu.child-sub-menu{
        padding: 0;
    }

    .site-navigation ul ul.sub-menu.child-sub-menu li{
        padding: 0px 30px;
    }

    header.site-header .site-navigation ul ul .sub-menu-inner,
    #ism-cities-dropdown .city-list .city-list-inner{
        width: 100%;
        max-width: 100%;
        padding: 0;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }

    header.site-header .city-nav .menu-main-menu-container > ul > li.one-category-section:hover ul,
    #ism-cities-dropdown .fa-angle-down,
    header.site-header #menu-main-menu ul.sub-menu .sub-menu-featured,
    header.site-header #menu-main-menu ul.sub-menu li a:hover:after, 
    header.site-header #menu-main-menu ul.sub-menu li a.selected:after {
        display: none;
    }

    header.site-header .city-nav .menu-main-menu-container{
        float: none;
    }

    header.site-header .city-nav .menu-main-menu-container > ul > li{
        float: none;
        padding: 0;
        width: 100%;
        position: static;
    }

    header.site-header .city-nav .menu-main-menu-container > ul > li > a{
        padding: 0 20px;
        display: block;
        position: relative;
    }

    header.site-header .city-nav .menu-main-menu-container > ul > li {
        width: 375px;
    }

    /*header.site-header .city-nav .menu-main-menu-container > ul > li:last-child{
        display: none;
    }*/

    #ism-cities-dropdown.opened > a:before,
    #ism-cities-dropdown > a:hover:before,
    header.site-header .main-navigation .menu-main-menu-container ul.nav-menu > li:hover > a:before,
    header.site-header .main-navigation .menu-main-menu-container ul.nav-menu > li.opened > a:before {
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0.05;
        z-index: 1;
        top: 0;
        left: 0;
        content: "";
        display: block;
        position: absolute;
    }

    header.site-header .site-navigation ul ul:not(.closable):before,
    #ism-cities-dropdown .city-list:before{
        display: none;
    }

    .site-navigation li {
        display: block;
        float: none;
    }

    header.site-header #menu-main-menu ul.sub-menu li a,
    header.site-header #menu-main-menu ul.sub-menu .child-sub-title,
    #ism-cities-dropdown .city-list .city-list-inner a{
        display: block;
        float: none;
        padding: 14px 20px;
        height: auto;
        line-height: 130%;
    }

    header.site-header .site-navigation li#menu-open {
        display: none !important;
    }

    header.site-header .header-inner .local-label .long{
        display: none;
    }

    header.site-header .header-inner .local-label .short{
        display: block;
    }

    header.site-header .site-navigation li#menu-open-mobile{
        display: block;
    }

    header.site-header .site-navigation li#menu-open-mobile span{
        display: block;
        width: 26px;
        height: 3px;
        background-color: #46BAF2;
        margin: 0 auto 6px;
        border-radius: 1px;
        -webkit-transition: -webkit-transform 0.3s ease; /* Changed here */ 
        -moz-transition: -moz-transform 0.3s ease;
        -o-transition: -o-transform 0.3s ease;
        transition: transform 0.3s ease;
    }

    header.site-header .site-navigation li#menu-open-mobile span:first-child{
        margin-top: 14px;
    }

    header.site-header .site-navigation li#menu-open-mobile.opened span:nth-child(1){
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
        position: absolute;
        top: 9px;
        left: 9px;
    }

    header.site-header .site-navigation li#menu-open-mobile.opened span:nth-child(2){
        width: 0px;
        position: absolute;
        top: 50%;
        left: 12px;
        margin-top: -1px;
        -webkit-transition: none; /* Changed here */ 
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    header.site-header .site-navigation li#menu-open-mobile.opened span:nth-child(3){
        -ms-transform: rotate(-45deg); /* IE 9 */
        -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
        transform: rotate(-45deg);
        position: absolute;
        top: 23px;
        left: 9px;
    }

    header.site-header .site-navigation.main-navigation.opened{
        max-height: 100%;
    }

    header.site-header #menu-main-menu ul.sub-menu li a.selected{
        color: white;
    }

    header.site-header #menu-main-menu ul.sub-menu li a.selected:hover{
        color: #2c9dc9;
    }

    .menu-show-on-mobile:not(.account-label),
    .ism-logged-in .menu-show-on-mobile.account-label {
        display: block;
    }

    .menu-show-on-mobile:after{
        clear: both;
        content: "";
        display: block;
    }

    #page #main{
        width: 100%;
        padding-top: 0;
    }

    body {
        padding: 70px 0 0 0;
    }

    #home-wrap .hero-post .hero-sub-text .hero-date-wrap div{
        display: none;
    }

    #home-wrap .row .hero-post.col .featured-posts{
        width: 96%;
        margin: 20px auto 0;
    }

    #home-wrap .featured-posts .row .col,
    #home-wrap .featured-posts .row .col:nth-child(2){
        width: 100%;
        margin: 0 0 20px 0;
    }

    #home-wrap .hero-post .featured-posts .img-wrap {
        padding-top: 44%;
    }

    #home-wrap .hero-post .featured-posts h6{
        font-size: 36px;
    }

    #other-news-wrap{
        width: 96%;
        margin: 0px auto;
        border-top: 8px solid #46BAF2;
    }

    #home-wrap .home-section.hero-section{
        border: none;
        padding-bottom: 0;
    }

    #home-wrap #home-videos {
        display: none;
    }

    #home-wrap #home-videos .img-wrap,
    #home-wrap #home-videos .home-other-videos .home-video .col-xs-4 .img-wrap{
        padding-top: 44%;
    }

    /*#home-wrap .other-news-inner #home-videos .home-video .img-wrap .play-btn{
        height: 90px;
        width: 90px;
        border-radius: 90px;
        border: 2px solid white;
        line-height: 114px;
        margin: -46px 0 0 -46px;
    }

    #home-wrap .other-news-inner #home-videos .home-video .img-wrap .play-btn i {
        font-size: 46px;
        color: white;
        margin-left: 6px;
    }*/

    #home-wrap #home-videos .home-other-videos .home-video .col{
        width: 100%;
    }

    #home-wrap #home-videos .home-other-videos .home-video .col.col-text{
        bottom: 0;
        left: 0;
        width: 100%;
        position: absolute;
        float: none;
    }

    #home-wrap #home-videos .home-other-videos .home-video .col.col-text h6{
        color: white;
        text-transform: none;
        position: relative;
        z-index: 2;
        line-height: 25px;
        font-size: 16px;
        padding: 10px;
        font-family: "ProximaNovaBold";
        width: auto;
        float: none;
    }

    #home-wrap #home-videos .featured-video .col-inner,
    #home-wrap #home-videos .home-other-videos .home-video .col-xs-4 > .col-inner,
    #home-wrap #home-videos .home-other-videos .home-video .col-xs-8 > .col-inner{
        padding: 0;
    }

    #home-wrap #home-videos .home-other-videos .home-video .col.col-text .col-inner:before {
        position: absolute;
        opacity: 0.7;
        background: black;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #home-wrap #home-videos .home-other-videos .home-video .col.col-text h6.select-headline {
        padding-right: 30px;
        background: url(../images/white-select-icon.svg) no-repeat top 10px right 10px;
        -webkit-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -o-background-size: 25px auto;
        background-size: 25px auto;
    }

    #home-wrap .news-post .tagline{
        display: none;
    }

    .rest-of-the-news-wrap-1, 
    .rest-of-the-news-wrap-2 {
        margin: 0;
    }

    #home-wrap .news-post .cat-line{
        margin: 0 0 15px 0;
        padding: 0;
    }

    #home-wrap .news-post .col{
        padding: 0;
    }

    #home-wrap .news-post .col.thumb-col{
        padding-right: 10px;
    }

    #unsubscribe-wrap{
        border: none;
        padding: 0;
        margin-bottom: 196px; 
    }

}

@media all and (max-width: 810px){
    .inman-article-page #page #main,
    .inman-article-page #page.img-pattern #main,
    .inman-article-page #page.img-small #main {
        width: 100%;
        margin-top: 0;
    }

    .inman-article{
        padding: 0 2.5%;
    }

    .inman-article .entry-header h1.entry-title,
    .inman-article .author-wrap.row,
    .inman-article .author-wrap .col{
        margin: 0 0 15px 0;
    }

    .inman-article .entry-subtitle {
        margin: 0 0 5px 0;
    }

    .inman-article .in-content .addthis-animated{
        margin: 0;
    }

    .inman-article .in-content.show-on-mobile.first-section{
        padding: 0;
    }
}

@media all and (max-width: 782px){
    html{
        margin: 0px !important;
    }
    .logged-in header.site-header {
        top: 0px;
    }

    .logged-in header.site-header {
        top: 46px;
    }

    .logged-in header.site-header.fixed {
        top: 0px;
    }

    html #wpadminbar{
        display: none;
    }
}

@media all and (max-width: 768px){
    .inman-article-page #page.img-pattern .featured-img{
        height: 86px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .inman-article-page #page #main{
        padding-top: 15px;
    }

    #home-wrap .hero-post h4,
    #home-wrap .hero-post .featured-posts h6{
        font-size: 26px;
    }

    #home-wrap .hero-post h5 {
        font-size: 14px;
    }

    #home-wrap .hero-post .hero-sub-text{
        font-size: 12px;
    }

    #home-wrap .other-news-inner h4{
        font-size: 24px;
    }

    #home-wrap .hero-post .hero-date{
        font-size: 14px;
    }

    #home-wrap .hero-post .hero-date .staff{
        margin-top: -2px;
    }

    .category .break-after-three,
    .post-type-archive-next .break-after-three {
        display: none;
    }

    .break-after-two{
        display: block;
    }

    #featured-wrap .featured-post{
        width: 50%;
    }

    .inman-article .content-area .entry-content table{
        width: 100% !important;
    }

    .inman-article .content-area .entry-content table thead{
        display: none;
    }

    .inman-article .content-area .entry-content table tr{
        border: none;
        padding: 0 0 10px 0;
        display: block;
    }

    .inman-article .content-area .entry-content table tr td{
        display: table;
        width: -moz-calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
        width: -o-calc(100% - 10px);
        width: calc(100% - 10px);
        border-bottom: 1px solid white;
        padding: 0px;
    }

    .inman-article .content-area .entry-content table tr td label,
    .inman-article .content-area .entry-content table tr td span{
        display: table-cell;
        padding: 5px;
        margin: 0;
        text-align: left;
    }

    .inman-article .content-area .entry-content table tr td label{
        width: 90px; 
        background: #eeeeee;
    }

    .inman-article .content-area .entry-content table tr td span{
        width: -moz-calc(100% - 110px);
        width: -webkit-calc(100% - 110px);
        width: -o-calc(100% - 110px);
        width: calc(100% - 110px); 
        background: #F7F7F7;
    }
}

@media all and (max-width: 749px){

    header.site-header .site-navigation ul .menu-item ul.sub-menu:not(.closable):not(.page-sub-menu):not(.child-sub-menu),
    header.site-header .site-navigation ul .menu-item ul.sub-menu.page-sub-menu:not(.closable),
    #ism-cities-dropdown .city-list,
    .admin-bar #ism-cities-dropdown .city-list,
    header.site-header .main-navigation.opened .header-inner:after{
        left: 50%;
    }

    .menu-show-on-mobile{
        width: 50%;
    }

    header.site-header .site-navigation ul .menu-item.opened ul.sub-menu:not(.closable):not(.page-sub-menu):not(.child-sub-menu),
    header.site-header .site-navigation ul .menu-item.opened ul.sub-menu.page-sub-menu:not(.closable),
    #ism-cities-dropdown.opened .city-list,
    header.site-header .main-navigation.opened .header-inner:after{
        width: 50%;
    }

    #ism-cities-dropdown > a {
        width: -moz-calc(50% - 40px);
        width: -webkit-calc(50% - 40px);
        width: -o-calc(50% - 40px);
        width: calc(50% - 40px);
    }

    header.site-header .city-nav .menu-main-menu-container > ul > li {
        width: 50%;
    }
}

@media all and (max-width: 704px){
    #home-wrap #featured-wrap .row,
    #featured-wrap .row{
        margin: 0;
    }

}

@media all and (max-width: 674px){

    .inman-article .author-wrap .col{
        width: 100%;
    }

    .inman-article .in-content .addthis-animated{
        text-align: left;
    }

    .inman-article .author a.entry-author-name{
        line-height: 32px;
    }

    .inman-article .author img.author-img{
        width: 32px;
        height: 32px;
        margin-right: 6px;
    }

    .announcement {
        height: 60px; 
        padding-top: 5px;
    }

    header.site-header .site-navigation li#menu-search {
        position: static;
    }

    header.site-header .site-navigation li#menu-search ul {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
    }

    header.site-header .site-navigation li.no-hover ul {
        position: fixed;
        top: 70px;
    }

    header.site-header .site-navigation li#menu-search ul li,
    header.site-header .site-navigation li#menu-search ul li#search-results {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    header.site-header .site-navigation li#menu-referral ul li{
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    header.site-header .site-navigation li#menu-open ul,
    header.site-header .site-navigation li#menu-referral ul{
        width: 100%;
        padding: 0;
    }

    header.site-header .site-navigation li#menu-open ul .ul-inner{
        width: 100%;
        padding: 30px 0;
        position: relative;
    }

    header.site-header .site-navigation li#menu-open ul .ism-header-bar,
    header.site-header .site-navigation li#menu-open li.menu-daily,
    header.site-header .site-navigation li#menu-open #sub-menu-nav-item,
    header.site-header .site-navigation li#menu-open .menu-item-social{
        width: 95%;
        margin: 0 auto;
        float: none;
        clear: both;
    }

    header.site-header .site-navigation li#menu-open ul #sub-menu-nav-item .menu{
        width: 100%;
    }

    header.site-header .site-navigation li#menu-open ul .ism-header-bar.ism-hide-on-logged-in a {
        height: auto;
        width: -moz-calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        width: -o-calc(50% - 15px);
        width: calc(50% - 15px);
        margin-left: 15px;
        line-height: 40px;
        margin-right: 0;
    }

    header.site-header .site-navigation li#menu-open ul .ism-header-bar.ism-hide-on-logged-in a:first-child {
        margin-left: 0;
        margin-right: 15px;
    }

    header.site-header .site-navigation li#menu-search ul li#search-results .search-result .sr-thumb{
        display: none;
    }

    header.site-header .site-navigation li#menu-search ul li#search-results .search-result .sr-content{
        width: 100%;
    }

    #home-wrap .row .hero-post.col .featured-posts,
    footer.home .footer-top,
    #other-news-wrap{
        width: 90%;
    }

}

@media all and (max-height: 680px) {
    .touchscreen header.site-header .site-navigation li#menu-search ul{
        width: 100%;
        padding: 20px 0;
    }

    .touchscreen header.site-header .site-navigation li#menu-search {
        position: static;
    }

    .touchscreen header.site-header .site-navigation li#menu-search ul li{
        width: 95%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .touchscreen header.site-header .site-navigation li#menu-search ul li#more-search-results{
        margin: 20px auto;
    }
}

.inman-article .author .entry-author-name .hide-on-mobile{
    display: block;
    float: left;
}

.inman-article .author .entry-author-name .show-on-mobile{
    display: none;
}

@media all and (max-width: 599px) {

    #home-wrap #featured-wrap .col-xs-6,
    #featured-wrap .col-xs-6 {
        width: 100%;
    }

    #home-wrap #featured-wrap .row .featured-post .col-inner,
    #featured-wrap .row .featured-post .col-inner {
        padding: 13px 0;
    }

    .inman-article .author .entry-author-name .hide-on-mobile{
        display: none;
    }

    .inman-article .author .entry-author-name .show-on-mobile{
        display: block;
        clear: both;
    }

    .inman-article .author .entry-author-name .staff,
    .inman-article .author .entry-author-name a.author-name-link{
        margin-top: 6px;
    }

    .inman-article .author .entry-author-name .by{
        line-height: 30px;
    }

    .inman-article .author .entry-author-name span.date{
        display: block;
        border: none;
        line-height: 30px;
        padding: 0;
        margin-top: 11px;
        margin-right: 10px;
    }

    .content-area.search-content h1{
        font-size: 24px;
    }

    .content-area.search-content #search-page-search-results{
        padding: 20px 0;
    }

    .content-area.search-content .search-result .sr-thumb{
        width: 100%;
        height: 0;
        padding-top: 65%;
        margin: 0 0 15px 0;
        float: none;
    }

    .content-area.search-content #search-page-earch-results-count-wrap #search-page-search-results-filter,
    .content-area.search-content .search-result .sr-content{
        width: 100%;
        float: none;
        text-align: left;
    }

    .content-area.search-content #search-page-earch-results-count-wrap #search-page-search-results-count,
    .content-area.search-content .search-result .sr-content .sr-text{
        display: none;
    }

    .content-area.search-content .search-result .sr-content .sr-tagline.staff{
        padding: 0;
        background: none;
    }
    .content-area.search-content .search-result .sr-content .sr-tagline span,
    .content-area.search-content .search-result .sr-content .sr-tagline a{
        display: none;
    }

    .inman-article .tm-click-to-tweet p{
        width: 33px;
        height: 33px;
        margin-right: 10px;
    }

    .inman-article .tm-click-to-tweet .tm-ctt-text {
        width: -moz-calc(100% - 43px);
        width: -webkit-calc(100% - 43px);
        width: -o-calc(100% - 43px);
        width: calc(100% - 43px);
    }

    .inman-article .entry-content blockquote p,
    .inman-article .tm-click-to-tweet .tm-ctt-text a{
        font-size: 20px;
    }

    .ism-header-bar .ism-current-user span.welcome{
        display: none;
    }
}

@media ll and (min-width: 680px), all and (max-height: 960px){
    header.site-header .site-navigation li#menu-search ul li#search-results .search-result:nth-child(5){
        display: none;
    }
}

@media ll and (min-width: 680px), all and (max-height: 760px){
    header.site-header .site-navigation li#menu-search ul li#search-results .search-result:nth-child(4){
        display: none;
    }
}

@media all and (max-width: 459px), all and (max-height: 459px) and (max-width: 680px) {

    html.menu-open body.touchscreen{
        overflow: hidden;
        height: -moz-calc(100% - 70px);
        height: -webkit-calc(100% - 70px);
        height: -o-calc(100% - 70px);
        height: calc(100% - 70px);
    }

    .touchscreen header.site-header .site-navigation li#menu-search ul,
    html.menu-open .touchscreen header.site-header .site-navigation li#menu-referral ul{
        position: fixed;
        height: -moz-calc(100% - 70px);
        height: -webkit-calc(100% - 70px);
        height: -o-calc(100% - 70px);
        height: calc(100% - 70px);
        overflow: hidden;
        top: 70px;
        border-top: none;
    }

    .touchscreen header.site-header .site-navigation li#menu-search ul{
        height: -moz-calc(100% - 94px);
        height: -webkit-calc(100% - 94px);
        height: -o-calc(100% - 94px);
        height: calc(100% - 94px);
    }

    html.menu-open .touchscreen header.site-header .site-navigation li#menu-referral ul .ul-inner{
        overflow: hidden;
        padding: 0;
        height: 100%;
    }

    .touchscreen header.site-header .site-navigation li#menu-search ul .ul-inner{
        height: -moz-calc(100% - 10px);
        height: -webkit-calc(100% - 10px);
        height: -o-calc(100% - 10px);
        height: calc(100% - 10px);
        overflow: hidden;
    }

    html.menu-open .touchscreen header.site-header .site-navigation li#menu-search .scrollable{
        height: -moz-calc(100% - 52px);
        height: -webkit-calc(100% - 52px);
        height: -o-calc(100% - 52px);
        height: calc(100% - 52px);
        overflow: auto;
    }

    html.menu-open .touchscreen header.site-header .site-navigation li#menu-referral .scrollable{
        height: -moz-calc(100% - 60px);
        height: -webkit-calc(100% - 60px);
        height: -o-calc(100% - 60px);
        height: calc(100% - 60px);
        overflow: auto;
        position: relative;
        padding: 30px 0;
    }

    .content-area.search-content{
        padding-top: 30px;
    }
}

@media all and (max-width: 459px){
    header.site-header .site-navigation.main-navigation .nav-social-links a{
        line-height: 50px;
        font-size: 20px;
        margin-right: 10px;
    }

    #ism-section-membership.ism-membership-section.ism-visible{
        padding-top: 20px; 
    }

    .content-area.search-content{
        padding-top: 30px;
    }

    #home-wrap{
        padding: 0 0 25px 0;
    }

    #home-wrap .home-section{
        border: none;
    }

    #home-wrap .home-section.padded,
    #home-wrap .home-section.hero-section{
        padding: 0;
        border-bottom: none;
    }

    #home-wrap .home-section.padded.category-section{
        padding-top: 50px;
    }

    .category #home-wrap .hero-post,
    .post-type-archive-next #home-wrap .hero-post{
        margin: 0px;
    }

    #featured-wrap .featured-post .col-inner h5{
        padding: 10px 25px 25px;
        margin: 0;
        font-size: 18px;
    }

    #featured-wrap .featured-post .col-inner h5 a{
        font-size: 18px;
    }

    #home-wrap .hero-post .img-wrap {
        padding-top: 65%;
    }

    #featured-wrap .featured-post h5 img{
        width: 18px;
        height: auto;
    }

    #home-wrap #featured-wrap,
    #featured-wrap,
    .inman-desktop #home-wrap #featured-wrap{ 
        border: 0;
    }

    #featured-wrap.featured-single{
        padding: 35px 0;
        width: 100%;
    }

    .inman-article .inman-comments h3,
    #featured-wrap.featured-single h3{
        font-size: 26px;
    }

    #featured-wrap.featured-single h3{
        text-indent: 2.5%;
    }

    #home-wrap #featured-wrap .row .col.featured-post,
    #featured-wrap .row .col.featured-post{
        border-top: 4px solid #46BAF2;
        margin: 0 0 15px 0;
    }

    #home-wrap #featured-wrap .row .featured-post .col-inner,
    #featured-wrap .row .featured-post .col-inner{
        padding: 0;
    }

    #home-wrap #featured-wrap .img-wrap,
    #featured-wrap .img-wrap{
        margin: 0;
    }

    #featured-wrap .featured-post .tagline{
        display: none;
    }

    #home-wrap .news-post{
        border-bottom: 1px solid #D8D8D8;
        margin: 0;
        padding: 0;
    }

    #home-wrap .second-featured-wrap .row:last-child .news-post:last-child{
        border-bottom: none;
    }

    #home-wrap .news-post .col .excerpt,
    #home-wrap .news-post .col .tagline {
        display: none;
    }

    #home-wrap .news-post h5{
        padding: 0;
        margin: 0;
    }

    #home-wrap .news-post h5 a{
        font-size: 15px;
        display: block;
        color: #232323;
    }

    #home-wrap .hero-post .featured-category,
    #featured-wrap .featured-post .featured-category,
    .hero-post .featured-category:hover,
    #featured-wrap .featured-post .featured-category:hover{
        display: block;
        top: 0;
        left: 25px;
        position: absolute;
        background: #46BAF2;
        line-height: 20px;
        font-size: 12px;
        text-transform: uppercase;
        color: white;
        font-family: "ProximaNovaBold";
        text-align: center;
        padding: 0 10px;
        text-decoration: none;
    }

    #home-wrap .home-action-wrap{
        padding: 20px 0;
    }

    .page-home #home-wrap #featured-wrap {
        padding-bottom: 0px;
    }

    /*** inman article ***/

    .inman-article .entry-header h1.entry-title {
        font-size: 26px;
    }

    .inman-article .entry-subtitle{
        font-size: 18px;
    }

}

@media all and (max-width: 399px){
    .ad-section.hide-on-small-400{
        display: none;
    }
}

