/*
Theme Name: Strategic Finance
Description: Custom CSS written by the HIVE team for the Strategic Finance theme.
*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* =============== General Styles =============== */
body {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

a.post-thumbnail img {
    border: 1px solid #cccccc;
}

.clear {
    clear:both; 
}
/** ========== Header Styles ========== **/

h1,h2,h3,h4,h5 {
    letter-spacing: 1px;
}

.titlinggothicfbcompstandard {
    font-family: "Titling Gothic FB Comp Standard";
    font-style: normal;
    font-weight: normal;
}

.titlinggothicfbcondbold {
    font-family: "Titling Gothic FB Cond";
    font-style: normal;
    font-weight: bold;
}

.titlinggothicfbcondmedium {
    font-family: "Titling Gothic FB Cond Med";
    font-style: normal;
    font-weight: normal;
}

.titlinggothicfbnarrbold {
    font-family: "Titling Gothic FB Narr";
    font-style: normal;
    font-weight: bold;
}

.titlinggothicfbnarrregular {
    font-family: "Titling Gothic FB Narr";
    font-style: normal;
    font-weight: normal;
}

.titlinggothicfbnarrstandard {
    font-family: "Titling Gothic FB Narr Std";
    font-style: normal;
    font-weight: normal;
}

.titlinggothicfbnormbold {
    font-family: "Titling Gothic FB Norm";
    font-style: normal;
    font-weight: bold;
}

.titlinggothicfbnormmedium {
    font-family: "Titling Gothic FB Norm Med";
    font-style: normal;
    font-weight: bold;
}

.titlinggothicfbnormstandard {
    font-family: "Titling Gothic FB Norm Std";
    font-style: normal;
    font-weight: normal;
}

.titlinggothicfbskystandard {
    font-family: "Titling Gothic FB Sky Standard";
    font-style: normal;
    font-weight: normal;
}

.titlinggothicfbskylinemedium {
    font-family: Titling Gothic FB Sky Standard;
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Velino Poster Regular';
    src: url('../fonts/Velino Poster-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Velino Poster-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Velino Poster-Regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/Velino Poster-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/Velino Poster-Regular.svg#26d2ed247527b68fd0491352bf41a55c') format('svg'); /* Legacy iOS */

    font-style:   normal;
    font-weight:  400;
}

@font-face {
    font-family: 'VelinoText-Medium';
    src: url('../fonts/VelinoUltra-Book.eot'); /* IE9 Compat Modes */
    src: url('../fonts/VelinoUltra-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/VelinoUltra-Book.woff') format('woff'), /* Modern Browsers */
        url('../fonts/VelinoUltra-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/VelinoUltra-Book.svg#f87c74481436c0a7d8eb6ec7a9ad7736') format('svg'); /* Legacy iOS */

    font-style:   normal;
    font-weight:  400;
}

/* =============== Header Styles =============== */

#master-header {
    background-color: #000;
    margin-left: -15px;
    margin-right: -15px;
    position:relative;
}

#logo-wrapper, #nav-wrapper, #menu-header-menu {
    display: inline-block;
    float: left;
}

#logo-wrapper {
    max-width: 228px;
    width: 23%;
    overflow: hidden;
}

#nav-wrapper {
    width: 77%;
    position: absolute;
    bottom: 30px;
}

#menu-container {
    width: auto;
    float: none;
}

#search-container {
    width: auto;
    float: none;
}

#menu-header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    letter-spacing: 1px;
}

#menu-header-menu > li {
    width: 25%;
    float: left;
    height: 30px;
    position: relative;
    display: inline-block;
    background-color: #00aeef;
}

#menu-header-menu > li:first-child > a {
    border-left:none;
}

#menu-header-menu > li > a {
    color: #FFF;
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Titling Gothic FB Cond";
    font-weight: bold;
    margin-top: 7px;
    border-left: 1px solid #fff;
}
#menu-header-menu > li:hover {
    background-color: #FFF;
    border-left: none;
}

#menu-header-menu > li.current-menu-ancestor {
    background-color: #FFF;
    border-left: none;
    position: relative;
}

.current-menu-item-highlight {
    position: absolute;
    display:none;
    background-color:#fff200;
    top: 30px;
    height: 30px;
    color: #000;
    display: block;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Titling Gothic FB Comp Standard";
    letter-spacing: 0px;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    right: 0px;
    /*left: 50%;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);*/
    padding: 0px 5px;
}

#menu-header-menu > li.current-menu-ancestor > a {
    color:#000;
    text-decoration: none;
}

#menu-header-menu > li.current-menu-ancestor+li a {
    border-left: none;
}

#menu-header-menu > li:hover+li a { /*Give this man a medal*/
    border-left:1px solid #00AEEF;
}

#menu-header-menu > li:hover+li.current-menu-ancestor a {
    border-left:1px solid #fff;
}

#menu-header-menu > li:hover > a {
    color: #000;
    text-decoration: none;
}

#menu-header-menu > li > .sub-menu {
    margin: 0;
    top: 100%;
    width: 100%;
    z-index: 20;
    display: none;
    list-style: none;
    position: absolute;
}

#menu-header-menu > li:hover > .sub-menu {
    display: block;
}

#menu-header-menu > li > .sub-menu > li {
    background-color: #FFF;
}

#menu-header-menu > li > .sub-menu > li > a {
    color: #000;
    display: block;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Titling Gothic FB Comp Standard";
    letter-spacing: 0px;
    padding: 0px 5px;
}

#menu-header-menu > li > .sub-menu > li:hover {
    background-color: #fff200;
}

#menu-header-menu > li > .sub-menu > li:hover > a {
    text-decoration: none;
}

#search-container {
    background-color: #fff200;
    min-height: 30px;
}

#search-bar {
    position: relative;
    margin-right:-1px;
}

#search-bar input[type="text"] {
    border: 0;
    padding: 0;
    color: #000;
    padding-left: 20px;
    line-height: 30px;
    border-left: 10px solid #fff200;
    font-weight: normal;
    font-family: "Titling Gothic FB Narr Std";
    height: 30px;
}
#search-bard input[type="text"]::-ms-clear {
  width : 0;
  height: 0;
  display: none;
}


input.search-field[type="search"]::-webkit-input-placeholder,
#search-bar input[type="text"]::-webkit-input-placeholder {
    color: #a2a2a2;
    font-weight: normal;
    font-family: "Titling Gothic FB Narr Std";
}

input.search-field[type="search"]:-moz-placeholder,  /* Firefox 18- */
#search-bar input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #a2a2a2;  
    font-weight: normal;
    font-family: "Titling Gothic FB Narr Std";
}

input.search-field[type="search"]::-moz-placeholder,    /* Firefox 19+ */
#search-bar input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
    color: #a2a2a2; 
    font-weight: normal;
    font-family: "Titling Gothic FB Narr Std";
}

input.search-field[type="search"]:-ms-input-placeholder,  
#search-bar input[type="text"]:-ms-input-placeholder {  
    color: #a2a2a2;
    font-weight: normal;
    font-family: "Titling Gothic FB Narr Std";
}

#search-bar input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
}

#search-bar #search-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px;
    font-size: 22px;
    color: #00aeef;
    cursor: pointer;
    font-weight: bold;
}

/* =============== Homepage Article Slider Styles =============== */

#article-slider {
    height: 388px;
    margin-top: 10px;
    border-bottom: 10px solid #00aeef;
}



#article-slider .article-details {
    width: 63%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    border-right: 10px solid #00aeef;
}

#article-slider .article-details .caption {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    position: absolute;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.7);
}

#article-slider .article-details .caption h1 {
    font-size: 42px;
    margin: 0 0 10px;
    font-family: "Titling Gothic FB Sky Standard";
}

#article-slider .article-details .caption p {
    font-size: 18px;
    font-family: VelinoText-Medium;
    text-transform: none;
}

#article-slider .other-articles {
    width: 37%;
    height: 100%;
    float: left;
    overflow: hidden;
    min-height: 300px;
    background: #FFF;
}

#article-slider .other-articles .featured-article {
    height: 33.33%;
    overflow: hidden;
    border-bottom: 8px solid #FFF;
}

#article-slider .other-articles a:last-child .featured-article {
    border: 0;
}

#article-slider .other-articles .featured-article img {
    display: block;
    width: 200px;
    min-height: 126px;
    float: left;
}

#article-slider .other-articles .featured-article .title-box {
    float: left;
    color: #FFF;
    width: 167px;
    height: 100%;
    display: block;
    font-size: 30px;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "Titling Gothic FB Sky Standard";
}

#article-slider .other-articles .featured-article .title-box h2 {
    margin: 0;
    padding: 10px;
    height: 100%;
    background-color: #626263;
}


/* =============== Homepage Content Styles =============== */

#main {
    background: #fff;
}

#hp-posts-container {
    margin-top: 24px;
}

.entry-content {
    font-family: VelinoText-Medium;
    text-align: left;
    line-height: 1.2em;
    /*margin-top: 10px;*/
}

#hp-posts-container article {
    margin-bottom: 15px;
    /*max-width: 286px; Like the image size used*/    
}
body.page #hp-posts-container article {
    margin-bottom: 15px;
    max-width: none;
}

#hp-posts-container article h3{
    margin-bottom: 0px;    
}



.home #hp-posts-container article {
    height: 306px;
    max-width: 286px;
}
#hp-posts-container h2.entry-title {
    margin:0;
    font-size: 14px;
    font-family: "Titling Gothic FB Narr";
    font-weight: bold;
    text-transform: uppercase;    
}

#hp-posts-container h2.multi-entry-title {
    margin:0;
    font-size: 24px;
    font-family: Titling Gothic FB Sky Standard;  
    text-transform: uppercase;
    font-weight: normal;    
}

#hp-posts-container h2.multi-entry-title a{
    color: #333;
    line-height: 28px;
}

#hp-posts-container h2.entry-title a {
    color: #333;
    line-height: 18px;
}

#hp-posts-container .entry-content p {
    color: #000;
    font-family: "VelinoText-Medium";
    font-size: 14px;
    line-height: 18px;
}

#hp-posts-container ul.post-categories {    
    margin: 0;
    display: inline-block;
    margin-top: 5px;
}

#hp-posts-container ul.post-categories li{
    list-style-type: none;
    display: inline;    
}

#hp-posts-container .category-list a {
    font-family: "Velino Poster Regular";
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #00aeef;   
    letter-spacing: 1px;
    line-height: 18px;
}

.category-list {
    color: #9C9C9D;
}

.category-separator {
    color: #9c9c9d;
}

/* =============== Sidebar Styles =============== */
#sidebar {
    position: relative;
    margin-bottom: 25px;
}

#magazine-wrapper {
    /*Yes it's ugly but it keeps everything in a block for easy manipulation later */
    min-width: 287px;
    float: left;
    text-align: center;
    padding: 0;
    padding: 0px 0px 20px;
}

#sidebar #magazine-container #magazine-subtext #magazine-edition a { color: #00aeef; } 

#sidebar #magazine-container {
    background: #000;
    padding: 15px 0 15px 0;
    /*height: 370px;*/
    /*Ugly workaround*/
    width:287px;
    display: inline-block;
}

#sidebar #magazine-container #magazine-image {
    text-align: left;
    margin-left: 15px;
    background: #fff;
}

#sidebar #magazine-container #magazine-image img{
    border-right: 1px solid #828282;
    /*border-left: 1px solid #828282;*/
    /*border-bottom: 1px solid #828282;*/
}

#sidebar #magazine-container #magazine-subtext {
    position: absolute;
    /*right: 0;*/
    /*left: 37px;*/
    margin-left: 37px;
    top: 355px;
    text-align: right;
    width: 250px;
    background-color: #fff;
    /*background:  #ffffff url("../images/subscribe_arrow.jpg") no-repeat;
    background-position: 213px 13px;*/
}

#subscribe-arr {
    position: absolute;
    top: -14px;
    right: -27px;
}

#sidebar #magazine-container #magazine-subtext #magazine-edition {
    font-size: 18px;
    color: #00aeef;
    font-family: "Titling Gothic FB Norm Med";
    font-weight: bold;
    text-transform: uppercase;
    text-align:center;
    /*padding-right: 30px;*/
    margin-right: 14px;
    border-bottom: 1px solid #828282;
    border-left: 1px solid #828282;
}

#sidebar #magazine-container #magazine-subtext #subscribe-sf-magazine {
    font-size: 12px;
    font-family: "Titling Gothic FB Norm Med";
    color: #000;
    text-transform: uppercase;
    margin-right: 26px;
    position: relative;
}

#sidebar #magazine-container #magazine-subtext #subscribe-sf-magazine a {
    color: #000;
    font-family: 'Titling Gothic FB Norm Std';
    font-weight:normal;
}

#subtext-container {
    margin-right: 15px;
    height: 42px;
    border-top: 1px solid #828282;
}

#sf-signup-alerts-wrapper {
    padding: 0;
    text-align: center;
    margin-top:10px;
}

#sf-signup-alerts {
    position: relative;
    /*border: 1px solid #c6c6c6;*/
    margin: 17px 18px 0px 20px;
    /*width: 257px;*/
    padding: 0;
    text-align: center;
    display: inline-block;
}

#sign-up-for {
    font-family: "Titling Gothic FB Comp Standard";
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
}

#sf-alerts {
    font-family: "Titling Gothic FB Narr";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 17px;
}

#alerts-subscribe-form {
    background: #999999;
    width: 145px;
    float: right;
    height:102px;
}

.page-id-169 #alerts-subscribe-form {
    float: left;
    padding-left:15px;
    margin-left: 15px;
}

#alerts-arrow {
    height: 100px;
    background: url(../images/yellow_arrow.jpg);
    width: 127px;
    float: left;
    background-size: 127px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: -19px;
    margin-top: 0px;
}

#newsletter-form input[type="image"] {
    border: none;
}

#newsletter-signup {
    width: 97px;
    height: 20px;
    vertical-align: top;
    margin-top: 2px;
}

#social-icons-box {
    margin-bottom: 14px;
    /* Added when separated from sign up for sf */
    text-align: center;
    padding-top: 20px;
}

#more-on-sf {
    text-align: center;
    position: relative;
    margin-top: 0px;
}

#more-on-sf-technotes {
    text-align: center;
    position: relative;
    margin-top: 0px;
}

#more-on-sf-technotes img {
    margin-bottom: 10px;
}

#more-on-sf-technotes p.article-title {
    font-family: "Titling Gothic FB Narr Std";
    font-size: 11px;
    color: #00aeef;
    text-transform: uppercase;
}

#more-on-sf-technotes p.article-title a {
    color: #00aeef;
    font-size: 14px;
}

.sidebar-cat-title {
    font-family: "Titling Gothic FB Norm Std";
    font-weight: bold;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    margin-bottom:0px;
    letter-spacing: 0px;
}

#more-on-sf p.article-title {
    font-family: "Titling Gothic FB Narr Std";
    font-size: 11px;
    color: #00aeef;
    text-transform: uppercase;
}

#more-on-sf p.article-title a {
    color: #00aeef;
    font-size: 14px;
}

#banner-zone-wrapper {
    text-align: center;
    margin-top: 10px;
}

#banner-zone {
    width: 240px;
    height: 240px;
    background: #c6c6c6;
    position: relative;
    margin: 40px auto 0;
}

/* =============== Footer Styles =============== */
footer {
    background: #626263;
    min-height: 144px;
}

footer ul.footer-list {
    display: block;
    color: #fff;
}

footer ul.footer-list li {
    font-family: "Titling Gothic FB Cond Med";
    font-size: 14px;
    text-transform: uppercase;
    list-style-type: none;
}

footer ul.footer-list li a {
    color: #fff;
}

.site-info {
    margin: 10px 0;
}

.site-info h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Titling Gothic FB Cond Med";
    font-size: 14px;
    text-decoration: underline;
}

.site-info ul {
    margin-left: 0;
}



/* =============== Single Post / Page =============== */

article.page h1, article.technotes h1 {
    font-family: "Titling Gothic FB Sky Standard";
    font-size: 42px;
    color: #000;
    text-transform: uppercase;
}
    /* ADDED BY RBAKER 4-13-2016 FOR PAST ISSUE ARCHIVE DETAIL */
    article.page h1 span, article.technotes h1 span {
        color: #fe7902;
    }

article.technotes h1 {
    margin: 0;
    text-transform: uppercase;
}
article.page ul, article.technotes ul {
    margin-left: 55px;
}

article.page p, article.page ul li, article.post p, article.technotes ul li {
    font-family: 'VelinoText-Medium';
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 15px 0;
}

article.page h2, article.technotes h2 {
    font-family: "Titling Gothic FB Comp Standard";
    font-size: 24px;
    color: #fe7902;
    margin: 20px 0;
    text-transform: uppercase;    
}

article.technotes h2 {
    margin: 0;
    color: #00aeef;
    font-family: VelinoText-Medium;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 0px;
    text-transform: uppercase;
}

span#post-metadata {
    font-family: "Titling Gothic FB Narr";
    font-weight: bold;
    font-size: 12px;
    color: #fe7902;
    text-transform: uppercase;

}
span#post-metadata #author-name {
    color: #000;
    font-family: "Titling Gothic FB Narr Std";
    font-weight: normal;
}


/* =============== Search Page =============== */

h1#main-page-title {
    margin: 0;
    font-size: 42px;
    font-family: "Titling Gothic FB Sky Standard";
    color: #000;
    text-transform: uppercase;
}

#hp-posts-container h2#nr-search-results {
    font-family: "Titling Gothic FB Comp Standard";
    font-size: 24px !important;
    color: #000;
    text-transform: uppercase;
}

.search-results h3 a{
    font-family: "Titling Gothic FB Narr";
    font-weight: bold;
    color: #fe7902;
    font-size: 14px;
    text-transform: uppercase;
}
.search-results h3 a, .search-results h3 a:hover {
    color: #fe7902;    
}

.moretag {
    color: #00aeef;
    font-family: "Titling Gothic FB Narr Std";
    font-size: 14px;
    line-height: 20px;
}


/* =============== Category Page =============== */

.category h3 {
    font-family: "Titling Gothic FB Narr";
    font-weight: bold;
    color: #fe7902;
    font-size: 14px;
    text-transform: uppercase;
}

.category h3 a, .category h3 a:hover {
    color: #fe7902;    
}

/* =============== Single Blog Post =============== */

.w634x78-banner {
    background: #c6c6c6;
    width: 634px;
    height: 78px;
}

article.post-entry h2#category-name {
    font-family: VelinoText-Medium;
    font-size: 15px;
    letter-spacing: 2px;
    color: #9C9C9D;
    margin: 0px;
    text-transform: uppercase;
}

article.post-entry h2#category-name a {
    color: #00AEEF;
}

article.post h2#category-name {
    font-family: "Velino Poster";
    font-size: 15px;
    letter-spacing: 2px;
    color: #00aeef;
    margin: 0 0 0;
}

article.post.category-sf-technotes h1, article.post-entry h1  {
    font-family: Titling Gothic FB Sky Standard;
    font-size: 42px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}
#post-date {
    font-family: "VelinoText-Medium";
    font-style: italic;
    font-size: 14px;
}

#technotes-posts-container {
    margin-top: 30px;
}

#technotes-posts-container article {
    margin-bottom: 15px;
    padding-right: 40px;
}
#technotes-posts-container h2.entry-title {
    margin:0;
    font-size: 14px;
    font-family: "Titling Gothic FB Narr";
    font-weight: bold;
    text-transform: uppercase;    
}

#technotes-posts-container h2.entry-title a {
    color: #000;
    line-height: 18px;
}

#technotes-posts-container .entry-content p {
    color: #000;
    font-family: "VelinoText-Medium";
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    word-break: break-word;
}
#technotes-posts-container .entry-content .post-intro p {
    font-family: 'VelinoText-Medium';
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-top: 18px;
}

#technotes-posts-container .entry-content .author-description  {
    font-family: "Titling Gothic FB Narr Std" !important;
    font-size: 12px;
}

#technotes-posts-container .entry-content .author-description p.x_MsoNormal {
    font-family: "Titling Gothic FB Narr Std" !important;
    font-size: 12px;
}

#technotes-posts-container .entry-content .post-intro p::first-letter {
    font-family: "Velino Poster Regular";
    color: #fe7902;
    font-size: 50px;
}

#technotes-posts-container ul.post-categories {    
    margin: 0;
    display: inline-block;
    margin-top: 5px;
}

#technotes-posts-container ul.post-categories li{
    list-style-type: none;
    display: inline;    
}

#technotes-posts-container ul.post-categories li a {
    font-family: "Velino Poster Regular";
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #00aeef;   
    letter-spacing: 1px;
    line-height: 18px;
}

span.click-to-enlarge {
    font-family: "Titling Gothic FB Norm Med";
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}

span.su-lightbox {
    cursor: pointer;
}

div.blog-left-column {
    text-align: right;
    padding: 82px 0 0;    
}

#technotes-posts-container .entry-content div.blog-left-column p {
    font-family: 'Titling Gothic FB Narr Med';
    font-size: 24px;
    color: #fe7902;
    line-height: 34px;
    text-transform: uppercase;
}

.category-sf-technotes h3, .technotes h3, .single-post-entry h3, body.page article h3 {
    font-family: "Titling Gothic FB Comp Standard";
    font-size: 24px;
    color: #fe7902;
}
.blog-right-column.full-width {
    padding: 0;
}
ol.comment-list {
    margin:  0 0 0;
    position: relative;
}

/*ol.comment-list:before {
    content: ' ';
    background: url('../images/sf_blog.jpg') no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -37px;
    top: -12px; 
}*/

.comment-list > .comment {
    position: relative;
}

.comment-list > .comment:before {
    content: ' ';
    background: url('../images/sf_blog.jpg') no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -37px;
    top: 0px; 
}

.blog-right-column ol {
    color: #fe7902;
    font-weight: bold;
    margin-left: 38px;
}

.blog-right-column ol li {
    color: #fe7902;
    font-weight: bold;
}

.blog-right-column ol li span {
    color: #000;
    font-weight: normal;
}
.blog-right-column ol li h4 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: "Titling Gothic FB Narr Med";
}
.blog-right-column ol li p {
    font-weight: normal;
    margin: 0;
}
.author-description {    
    width: 100%;
    float: right;
    background: #f0efef;
    font-family: "Titling Gothic FB Narr Std" !important;
    color: #000;
    padding: 12px;
    position: relative;
    min-height: 97px;
    max-width: 393px;
}

.entry-content .author-description > p {
    margin: 0;
    font-family: "Titling Gothic FB Narr Std";
    font-size: 12px;
}

.author-description span, .author-description a {
    font-family: "Titling Gothic FB Narr";
    color: #fe7902;
    font-weight: bold;
}

.author-description span {
    text-transform: uppercase;
}

.yellow-arrow-img {
    width: 100px;
    height: 100%;
    left: -100px;
    top: 0px;
    position: absolute;
}

.arrow-table-wrap {
    display: table;
    height: 100%;
}

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

.arrow-table-cell img {
    max-width: 100px;
}

#bottom-social-section {
    /*width: 100%;*/
    /*height: 50px;*/
    margin-top: 14px;    
    float: right;
    margin-bottom: 20px;
}

.social-icons {
    background: #000;
    width: 292px; 
    float: left;
    height: 50px;
    /* REMIX added text-align and padding-top */
    text-align: center;
    padding-top: 9px;
}

.show-comments-bubble {
    background: url('../images/comments-bubble.png') #00aeef no-repeat 50% 3px;
    float: left;
    height: 50px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    vertical-align: bottom;
    font-size: 8px;
}
span#number-of-comments {
    display: block;
    margin: 6px auto 11px;
    color: #00aeef;
    font-size: 14px;
}

div.field input[type="text"], div.field input[type="email"], .comment-form-comment textarea {
    font-family: 'Titling Gothic FB Narr Std';
    color: #a2a2a2;
    /*text-transform: uppercase;*/
    max-width: 200px;
    font-size: 12px;
    margin: 2px 0;
    border: 1px solid #00aeef;
    background: #fff;
}

div.field input[type="text"]::-webkit-input-placeholder, div.field input[type="email"]::-webkit-input-placeholder, .comment-form-comment textarea::-webkit-input-placeholder {
    color: #a2a2a2;
    font-weight: normal;
    font-family: "Titling Gothic FB Narr Std";
}

div.field input[type="text"]:-moz-placeholder, div.field input[type="email"]:-moz-placeholder, .comment-form-comment textarea:-moz-placeholder { /* Firefox 18- */
    color: #a2a2a2;  
    font-weight: normal;
    font-family: "Titling Gothic FB Narr Std";
}

div.field input[type="text"]::-moz-placeholder, div.field input[type="email"]::-moz-placeholder, .comment-form-comment textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #a2a2a2; 
    font-weight: normal;
    font-family: "Titling Gothic FB Narr Std";
}

div.field input[type="text"]:-ms-input-placeholder, div.field input[type="email"]:-ms-input-placeholder, .comment-form-comment textarea:-ms-input-placeholder {  
    color: #a2a2a2;
    font-weight: normal;
    font-family: "Titling Gothic FB Narr Std";
}

body .comment-form-comment textarea{
    width: 100%;
    max-width: none;
    resize: none;
}

body form p.comment-form-comment {
    margin-bottom: 0;
}

span.email-disclaimer {
    font-size: 10px;
    vertical-align: bottom;
    float: right;
    margin-top: 15px;
    font-family: Titling Gothic FB Narr Std;
}

p.form-submit #submit {
    background: #00aeef;
    float: right;
    padding: 4px 20px;
    margin-top: -2px;
    font-family: "Titling Gothic FB Narr";
    font-weight: bold;
    letter-spacing: 1px;
}

body form p.form-submit {
    margin-top: 0;
}

footer.comment-meta {
    background: #fff;
}

#comments-counter {
    font-family: "Titling Gothic FB Narr";
    margin-top: 36px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    color: #00aeef;
}

#technotes-posts-container .entry-content .comment-list p {
    margin: 2px 0;
    font-family: "Titling Gothic FB Narr Std";
    font-size: 12px;
}

.comment-author.vcard {
    font-size: 10px;
    font-family: "Titling Gothic FB Narr Std";
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
}

.comment-author.vcard cite.fn {
    font-weight: bold;
    font-style: normal;    
    font-size: 12px;
}

.comment-author.vcard cite.fn a {
    color: #000;
}

.mr_social_sharing a.linksalpha_link {
    display: none !important;
}

.social-icons .mr_social_sharing_wrapper {
    padding-top: 3px;
}

#category-image {
    width: 617px;
    margin: 0 0 20px;
}

#hp-posts-container h2{
    font-family: Titling Gothic FB Sky Standard;
    font-size: 42px;
    text-transform: uppercase;
}
#hp-posts-container h2 a {
    color: #333;
}
#hp-posts-container p {
    font-family: VelinoText-Medium;
    font-size: 14px;
}
.main-entry-image {
    margin: 10px 0 0;
}

.black-recomended {
    background: #000;
    color: #fff;
    font-family: "Titling Gothic FB Narr";
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 0 10px;
    font-size: 12px;
}

.related-articles {
    margin-top: 30px;
    text-align: center;
}
.related-articles h4 {
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

.related-articles h4 a{
    font-family: "Titling Gothic FB Narr";
    font-size: 12px;
    color: #000;

}

.issue-entry {
        height: 300px;
}

.issue-entry h2 {
    margin: 0;
    font-size: 14px;
    font-family: "Titling Gothic FB Narr";
    font-weight: bold;
    text-transform: uppercase;
}

.issue-entry h2.entry-title a {
    color: #000;
    line-height: 18px;
}

.past-issue-img-container img {
    border: 1px solid #cfcfcf;
    width: 200px;
    height: 265px;
}

.past-issue h3 {
    margin: 10px 0;
    font-family: "Titling Gothic FB Comp Standard";
    font-size: 24px;
    text-transform: uppercase;
}

.past-issue h3 a {
    color: #000;
}

#hp-posts-container .select-issue h2 {
    font-family: "Titling Gothic FB Comp Standard";
    font-size: 22px;
    color: #fff;
    text-transform:uppercase;
    background: #000;
    padding: 3px;
}

#hp-posts-container .select-issue h2 a{
    color: #fff;
} 

#hp-posts-container .select-issue h4.year-archive {
    font-family: "Titling Gothic FB Comp Standard";
    font-size: 22px;
    color: #fff;
    text-transform:uppercase;
    background: #999999;
    padding: 3px;
    cursor: pointer;
}

#hp-posts-container .select-issue ul{
    margin: 0;
}

#hp-posts-container .select-issue ul li {
    color: #00aeef;
    text-transform: uppercase;
    list-style-type: none;
    font-family: "Titling Gothic FB Narr Std";
    font-size: 14px;
    cursor: pointer;
}

.search-pagination {
    font-family: "Titling Gothic FB Sky Standard";
    font-style: normal;
    font-weight: normal;
    float:right;
    font-size: 22px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.search-pagination span {
    text-decoration: underline;
}

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

.search-pagination a:hover {
    text-decoration: none;
}

#post-more-button {
    text-align:right;
    margin-bottom: 15px;
}

#post-more-button a {
    color: #00aeef;
    font-weight: bold;
}

#post-more-content {
    display:none;
    margin-bottom: 15px;
}

/*fixes for bottom social icons */

#bottom-social-section .social-icons .mr_social_sharing_wrapper {
    /*padding-left: 6px;*/
    text-align: center;
}

#bottom-social-section .social-icons .mr_social_sharing_wrapper .mr_social_sharing {
    max-width: 30px;
    margin: 2px 1px;
}
/* Print styles */

@media print {
    #comments {display: none;}
    body a:link:after, body a:visited:after {    
        content: "";
    }
}

/* Responsive classes and fixes*/

@media (max-width: 992px) {
    #technotes-posts-container article {
        padding-right: 15px;
    }
}

@media (max-width: 584px) {
    .author-description .yellow-arrow-img {
        display: none;
    }
}

@media (max-width: 523px) {
    .social-icons {
        height: auto;
        width: 100%;
    }

    #bottom-social-section {
        height: auto;
        text-align:center;
        width: 100%;
    }

    .show-comments-bubble {
        width: 100%;
    }

    #bottom-social-section .social-icons .mr_social_sharing_wrapper {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    #sidebar .col-sm-6 {
        margin: 10px 0;
        height: 400px;
    }
    
    .issue-entry {
        height: 360px;
    }

    #search-bar {
        margin-right:0;
    }

    .related-articles h4 {
    }
}

@media (max-width: 767px) {
    #sidebar .col-xs-12 {
        margin: 20px 0;
        height: auto;
    }
}

@media (min-width: 992px) {
    

    #technotes-posts-container > .col-md-8 {
        width: 70.068%;
        padding-right: 0;
        border-right: 1px solid #000;
    }

    #technotes-posts-container > .col-md-4 {
        padding-left: 0px;
        padding-right: 0px;
        width: 287px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (min-width: 1200px) {
    #technotes-posts-container > .col-md-8 {
        width: 71.068%;
        padding-right: 0;
        border-right: 1px solid #000;
    }

    #technotes-posts-container > .col-md-4 {
        padding-left: 0px;
        padding-right: 0px;
        width: 287px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    #hp-posts-container > .col-md-8 {
        width: 70.068%;
        padding-right: 0;
        border-right: 1px solid #000;
    }

    #hp-posts-container > .col-md-4 {
        padding-left: 0px;
        padding-right: 0px;
        width: 287px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (min-width: 1200px) {
    #hp-posts-container > .col-md-8 {
        width: 71.068%;
        padding-right: 0;
        border-right: 1px solid #000;
    }

    #hp-posts-container > .col-md-4 {
        padding-left: 0px;
        padding-right: 0px;
        width: 287px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    .article-wrapper {
        max-height: 312px;
    }

    #menu-container {
        width: 60.657%;
        float: left;
    }

    #search-container {
        width: 39.343%;
        float: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .show-comments-bubble {
        width:83px;
    }
}

@media (max-width: 991px) {    
    footer .site-info .col-sm-3{
        height: 150px;
    }
    #nav-wrapper {
        bottom:0px;
    }

    .current-menu-item-highlight {
        display: none;
    }
}

@media (max-width: 480px) {
    
    .issue-entry {
        height: auto;
    }
    footer .site-info .col-sm-3{
        height: 200px;
        padding: 0 3px;
    }

    #logo-wrapper {
        width: 50%;
        text-align: left;
        max-width: none;
    }

    #logo-wrapper a img {
        max-height: 94px;
    }

    #nav-wrapper {
        width: 50%;
        position: static;   
    }

    #nav-wrapper #menu-container {
        width: 100%;
    }

    #menu-header-menu > li {
        width: 100%;
        height: 24px;
    }

    #menu-header-menu > li > a {
        border: none;
    }

    #search-container {
        width: 200%;
        margin-left: -100%;
        position:static;
    }

    .feature.slider {
        display: none;
    }
}

.hide {
    display: none;
}

.footer-contact {
    font-family: "Titling Gothic FB Narr Std";
    font-size: 10px;
    color: #fff;
}

.footer-contact a {
    color: #fff;
}

#footer-contact-row {
    margin: 0;
}

#wpcf-field-left-orange {
    margin-right: 23px;
}

.orange-square {
    background: #fe7902; 
    width:20px;
    height: 18px;
    float: right;
    margin-right: 23px;
}

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

/*Template page specific*/
.page-template-templatesabout-us-php article.page h1 {
    text-transform: uppercase;
}

ul.image-campaign {
    margin: 0 !important;
}

.entry-content ul.image-campaign img {
    width: 200px;
    height: 200px;
}
#sidebar ul.image-campaign img {
    width: 250px;
    height: 250px;
}

#sidebar ul.image-campaign li {
    /*margin: 9px !important;*/
}

.top-social-icons div.mr_social_sharing_wrapper {
    display: inline-block;
    width: auto;
}

.top-social-icons div.addthis_inline_share_toolbox_7ywp{
    display: inline-block;
    width: auto;
}

#social-counter-section {
    display: inline-block;
    vertical-align: top;
    /* remix changed margin-top from 11 to 2px */
    margin-top: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

#social-counter-section img {
    margin-bottom :2px;
}

.shares-count {
    font-family: VelinoText-Medium;
    font-size: 12px;
    font-weight: normal;
    margin: 0 12px;
}

.search #hp-posts-container article {
    max-width: none;
}

hr {
    border-top: 1px solid #000;
}


figure.wp-caption {
    width: 100% !important;
}

#more-on-sf-blog {
  color: #fff;
  position: absolute;
  top: 34px;
  font-family: "Titling Gothic FB Sky Standard";
  margin-left: -60px;
  left: 50%;
  font-size: 30px;
}

#more-on-sf-text {
  color: #000;
  position: absolute;
  top: 31px;
  font-family: "Titling Gothic FB Sky Standard";
  margin-left: -27px;
  left: 50%;
  font-size: 27px;
}


































#RMX_Past_Issues_Archive_Search_Box{
    border-left: 10px solid #00aeef;
    position: relative;
}
#RMX_Past_Issues_Archive_Search_Box form.search-form{
    font-family: "Titling Gothic FB Narr Std";
    font-weight: 400;
    font-size: 14px;
}

#RMX_Past_Issues_Archive_Search_Box form.search-form input{
    border-left: 10px solid #fff200;
    border-right: none;
    border-top: none;
    border-bottom: none;
    font-family: "Titling Gothic FB Narr Std";
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding: 0px 0px 0px 20px;
    background-color: #f9f9f9;
}

#RMX_Past_Issues_Archive_Search_Box form.search-form input::-ms-clear {
  width : 0;
  height: 0;
  display: none;
}

#RMX_Past_Issues_Archive_Search_Box .search-icon{
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 4px;
    font-size: 22px;
    color: #00aeef;
    cursor: pointer;
    font-weight: bold;
}


#RMX_Past_Issues_Archive_Search_Results{}
#RMX_Past_Issues_Archive_Search_Results .search-result{
    background: #f9f9f9 url("../images/icon_pdf_32x32.png") no-repeat 10px center;
    padding: 10px;
    margin-top: 10px;
    transition: background-color 0.5s ease;
}
#RMX_Past_Issues_Archive_Search_Results .search-result:hover{
    background-color: #e5ecf4;
}
#RMX_Past_Issues_Archive_Search_Results .search-result .titleRow{
    overflow: hidden;
}
#RMX_Past_Issues_Archive_Search_Results .search-result .titleRow h3{
    padding: 0px 0px 0px 37px;
    margin: 0px 0px 0px 0px;
    line-height: 32px;
    display: inline-block;
}
#RMX_Past_Issues_Archive_Search_Results .search-result .titleRow img{
    float: left;
    padding-right: 5px;
}
#RMX_Past_Issues_Archive_Search_Results .search-result span{
    color: #006621;
    padding-left: 37px;
    display: block;

    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;

    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}
#RMX_Past_Issues_Archive_Search_Results .search-result p{
    padding: 0px 0px 0px 37px;
    margin: 0px 0px 0px 0px;    
}


















.accordion {}
.accordion-title {
    background-color: #f3f3f3;
    padding: 10px 20px;
    cursor: pointer;
    margin: 20px 0px 0px !important;
}

.accordion-title::after{
    font-family: 'Genericons';
    font-size: 1em;
    content: '\f431';
    position: absolute;
    right: 30px;
}

.accordion-title.open {
    background-color: #00aeef;
    color: #fff;
}

.accordion-title.open::after{
    content: '\f432';
}

.accordion-content {
    background-color: #eee;
    padding: 10px 20px;
}

.accordion-content ul{
    padding: 0px 20px !important;
    margin: 0px !important;
}

.accordion-content li{
    margin: 0px !important;
    padding-bottom: 10px;
}

.accordion-content li:last-child{
    padding-bottom: 0px;
}





ul#archiveList{
    list-style-type: none;
    margin-left: 20px;
}

ul#archiveList li img{
    vertical-align: middle;
    width: 16px;
    margin-right: 10px;
}

ul#archiveList li a{
    vertical-align: middle;
}

#landing_container form {
    text-align: left;
}

#landing_container form table strong {
    font-family: "Titling Gothic FB Comp Standard";
    font-size: 32px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    line-height: 32px;
}

#landing_container form table strong{
    font-weight: normal !important;
}
#landing_container form table,
#landing_container form table td,
#landing_container form table th{
    /*width: 147px !important;*/
    border: 0px solid #000 !important;
}

input.rm-form-input::-webkit-input-placeholder,
input.rm-form-input::-moz-placeholder,
input.rm-form-input:-ms-input-placeholder,
input.rm-form-input:-moz-placeholder{
  color: #000;
}