
/* Site Colors
_____________________________ */

H1, H2, H3, H4, H5, H6 {
    font-family: 'Oswald', sans-serif;
}

h1,.h1 {
    font-size: 2.8rem;
}
h2,.h2 {
    font-size: 2.4rem;
}
h3,.h3 {
    font-size: 2rem;
}
h4,.h4 {
    font-size: 1.8rem;
    line-height:2.1rem;
}
h5,.h5 {
    font-size: 1.6rem;
    line-height:1.9rem;
}

h6,.h6 {
    font-size: 1.4rem;
}

body {
    font-size: 1.6rem;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.red {color: #ee4723}
.dark {color: #000000}
.yellow {color: #fedd7a}
.grey {color: #e3e3e3}
.white {color: #fff}



ul.navbar-nav{
    margin-top:7px;
}

.navbar-default .navbar-nav > li:last-child > a {
    padding-right:10px;
}

.navbar-default .navbar-nav > li > a i {
    font-size:20px;
    padding-right:8px;
}


.navbar-default .navbar-nav > li > a {
    height: 54px;
    line-height: 54px;
    font-size: 1.4rem;
    padding: 0 18px 0 18px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: solid #fff;
    border-width: 0 1px 1px 0;
}


/**
 * Column Setup
 */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-bottom:8px;
}
.col-12 {
    width: 100%;
}
.col-11 {
    width: 91.66666667%;
}
.col-10 {
    width: 83.33333333%;
}
.col-9 {
    width: 75%;
}
.col-8 {
    width: 66.66666667%;
}
.col-7 {
    width: 58.33333333%;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.66666667%;
}
.col-4 {
    width: 33.33333333%;
}
.col-3 {
    width: 25%;
}
.col-2 {
    width: 16.66666667%;
}
.col-1 {
    width: 8.33333333%;
}




/* Page Layout
_____________________________ */

.colfull {
    width:1050px;
    padding:5px;
}

.colleft {
    float: left;
    width: 690px;
    margin: 5px 20px 0 0;
}

.colright-container {
    float:left;
    width:330px;
}

.colright {
    float: left;
    width: 330px;
    margin: 5px 0 0 0;
    padding: 15px;
    background-color:#f5f5f5;
}

.colright > div {
    margin-bottom: 10px;
    float: left;
}

.colright2 {
    float: left;
    width: 330px;
    margin: 0;
}

.colright2 .stick1{
    padding: 15px;
    width: 330px;
    background-color:#f5f5f5;
}

.page-article .topline {
    border-top: 2px solid;
    border-color: #ebebeb;
    padding-top:6px;
}

.ad {
    text-align: center;
}

.ad-intra{
    margin-top:10px;
    margin-bottom:10px;
}



/* Stories & Results
_____________________________ */

.desktop .article-results > div {
    height:320px;
}
.desktop .article-results a {
    color: #000;
}

.mobile .article-results {
    width:102%;
}

.mobile .article-results a {
    color: #000;
}

.mobile .article-results a:active {
    opacity: 0.5;
}

.mobile .article-results h5 {
    margin-top: 2px;
    font-size: 14px;
}
.mobile .article-results div.col-6 h5 {
    min-height:70px;
    max-height:70px;
    overflow:hidden;
}

.mobile .article-results img {
    width: 100%;
    height: auto;
}

.mobile .article-results div.col-12 {
    width:98%;
    margin-right:2%;
}
.mobile .article-results div.col-6 {
    width:48%;
    margin-right:2%;
}


.stories div {
    margin-bottom:10px;
}


.article-bottom {
    margin-top:10px;
}
.article-bottom .stories div{
    min-height:248px;

}
.stories a {
    color: #000;
}

img.articleimg{
    max-width:100%;
    max-height:100%;
}

/**
  * Load more
  */

.loadmore {
    clear: both;
    background: #fedd7a;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
    cursor:pointer;
}

.loadmore a {
    color:#000;
}
.loadmore a:hover {
    color: #ee4723;
}



/**
 * Signup box
 */



.desktop .article-results .signup-box {
    background: #464646;
    text-align: center;
    height: 252px;
    margin-bottom:70px;
    padding: 20px;
}
.desktop .article-results .signup-box h2 {
    text-transform: uppercase;
    line-height: 110%;
    font-weight: 700;
    margin-bottom: 10px;
}

.desktop .article-results .signup-box .content {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.desktop .article-results .signup-box .signup input {
    background-color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 10px;
}


.mobile .signup-box {
    background: #464646;
    text-align: center;
    min-height: 200px;
    padding: 20px;
    width: 100%;
    margin: 0 auto 10px;
}

.mobile .signup-box h2 {
    text-transform: uppercase;
    line-height: 110%;
    font-weight: 700;
    margin-bottom: 10px;
}

.mobile .signup-box .content {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.mobile .signup-box .signup input {
    margin-bottom: 10px;
    text-align: center;
}

.mobile .signup button {
    background-color: #fedd7a;
    width: 143px;
    height: 40px;
}

.mobile .signup button:hover {
    color: #ee4723;
}

.mobile .signup input {
    background-color: #ffffff;
    width: 261px;
    height: 40px;
    padding: 0 10px;
}



/**
 * More Links
 */

.article .morelinks {
    font-size:15px;
    line-height:20px;
}

.article .morelinks span {
    float:left;
    padding-left:5px;
    color:gray;
}
.article .morelinks span:first-child {
    padding-left:0px;
    padding-right:5px;
}


/**
 * Date Author Line
 */
.article div.date_author {
    color: #ee4723;
}

.article .author-info-toggle{
    cursor:pointer;
}


/**
 * Author Information
 */

.author-info {
    clear: both;
    border: 1px solid #d5d5d5;
}
.author-info-article {
    margin-bottom: 15px;
}
.author-info-results{
    margin-top:-10px;
}

.author-info img {
    float: left;
    width: 117px;
    height: 117px;
    margin: 0;
    margin-right: 20px;
    padding: 0;
    border: 0;
}
.author-info-text {
    padding: 12px;
}
.author-info-text div.seemore {
    float:right;
}
.author-info-social,
.author-info-social a {
    font-size: 16px;
    color: #757575;
    margin-right: 4px;
}
.author-info-social i.fa {
    font-size: 28px;
}


/*
 *  Page navigation
 */

.page-nav {
    background-color: #f3f3f3;
    width: 100%;
    height: 55px;
    line-height: 39px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;

    border-top-style: solid;
    border-bottom-style: solid;
    border-width:1px;
    border-color:#d4d4d4;

    padding:8px;
}

.page-nav a {
    float:left;
    background-color:#ee4723;
    color:#ffffff;
    padding: 0 2%;
    display: inline-block;
    padding-right:10px;
    padding-left:10px;
}
.page-nav a:hover {
    background-color:#da3f1e;
}

.page-nav .next {
    width:40%;
    float:left
}
.page-nav .next a {
    text-align: right;
    float: right;
}
.page-nav .prev {
    width:40%;
    float:left;
}

.page-nav .page {
    text-align:center;
    display: inline-block;
    color: #000;
    width:20%;
    float:left
}


/*
 * Article header
 */
.article .header-category{
    color: #ee4723;
    font-weight:400;
}

.article .header-date{
    color: #ee4723;
    font-weight:400;
}



/* Slideshow box
_____________________________ */

.nextprevious {
    margin-bottom:10px;
}

.nextprevious .bottom-nav {
    width:100%;
    height:40px;
    text-align:center;
}

.nextprevious .bottom-nav a {
    font-weight: bold;
    cursor:pointer;
    text-decoration: none;
}

.nextprevious .bottom-nav a:hover, .nextprevious .bottom-nav a:active {
    text-decoration: none;
}

.nextprevious .bottom-nav a.previous {
    background: #e3e3e3;
    width:50%;
    float:left;
    padding:10px;
    opacity: 0.7;
}

.nextprevious .bottom-nav a.previous:hover {
    opacity: 1;
}
.nextprevious .bottom-nav a.next {
    float:left;
    background-color:#ee4723;
    color:white;
    width:50%;
    padding:10px;
    opacity:0.7;
}
.nextprevious .bottom-nav a.next:hover {
    opacity: 1;
}

/* -----------------------------------------------

    Article Inner Content Styles
------------------------------------------------ */


embed, iframe {
    max-width: 100%;
}

.content p img {
    margin: 0 auto;
    display: block;
}

.image-block {
    width: 100%;
    text-align: left;
}

.image-center {
    width: auto;
    display: inline-block;
}

.article p.caption {
    font-size: 0.8em;
    color:#afafaf;
}
.article p.caption a {
    color: #afafaf;
}

/**
 *  Article Next / Previous
 */

.article-nav a {
    background: #fedd7a;
    color: #000;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    position: relative;
}

.article-nav a:hover {
    color: #ee4723;
}

.article-nav a:first-child {
    margin-right: 10px;

}

.article-nav a:last-child {
    margin-right: 0;

}

/**
 *  Advertisements
 */

.banner {
    width: 100%;
    height: 98px;
    float: left;
}

.banner-ad {
    width: 728px;
    margin: 4px auto 0;
}



/**
 * Social Sharing
 */

.social-sharing {
    clear: both;
    line-height: 1.5em;
}

.social-sharing-buttons li{line-height:normal}
.social-sharing-buttons,.social-sharing-buttons li,.social-sharing-buttons li a{-moz-box-sizing:border-box;box-sizing:border-box}
.social-sharing-buttons{font-family:Helvetica,Arial,sans-serif;height:36px;margin:0;padding:0;width:100%}
.social-sharing-buttons li{float:left;height:100%;width:16.66%;list-style:none;margin:0;padding:0 2.5px}
.social-sharing-buttons li.facebook{width:27.99%;}
.social-sharing-buttons li.twitter{width:21.99%;}

.social-sharing-buttons.social-sharing-bottom li{width:20%}
.social-sharing-buttons li:last-child{padding-right:0}
.social-sharing-buttons li.pinterest a{background-color:#ca2520}
.social-sharing-buttons li.pinterest a:hover{background-color:#e0403b}
.social-sharing-buttons li.email a{background-color:#555}
.social-sharing-buttons li.email a:hover{background-color:#444}
.social-sharing-buttons li.facebook a{background-color:#306199}
.social-sharing-buttons li.facebook a:hover{background-color:#244872}
.social-sharing-buttons li.linkedin a{background-color:#007bb6}
.social-sharing-buttons li.linkedin a:hover{background-color:#005983}
.social-sharing-buttons li.twitter a{background-color:#26c4f1}
.social-sharing-buttons li.twitter a:hover{background-color:#0eaad6}
.social-sharing-buttons li.googleplus a{background-color:#e93f2e}
.social-sharing-buttons li.googleplus a:hover{background-color:#ce2616}
.social-sharing-buttons li a{position:relative;display:block;width:100%;height:100%;padding:0 0 0 10px;border-radius:2px;font-size:11px;line-height:36px;font-weight:bold;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-font-smoothing:antialiased;background-color:#ccc;-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}
.social-sharing-buttons li a i{position:absolute;left:10px;font-size:18px;line-height:36px}
.social-sharing-buttons li.facebook a{padding-left:20px}
.social-sharing-buttons li.facebook a i{font-size:20px}
.social-sharing-buttons li.linkedin a i{line-height:35px}
.social-sharing-buttons li a{color:#fff}
.social-sharing-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,0.25)}
.social-sharing-buttons li:first-child{padding-left:0}
.social-sharing-buttons li a .text span{font-style:normal;font-weight:bold}
.social-sharing-buttons li.facebook a .text.withCount{margin-left:6px}
.social-sharing-buttons li.linkedin a .text.withCount{margin-left:7px}
.social-sharing-buttons li.twitter a .text.withCount{margin-left:7px}
.social-sharing-buttons li.googleplus a .text.withCount{margin-left:8px}



/* -----------------------------------------------
    Iframe responsiveness
------------------------------------------------- */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
 * Facebook Comments
 */

.article .fb-comments {
    font-size:1.1em;
    line-height:40px
}






/**
 *  Modal Popups
 */

.modal-popup {
    width:400px;
    background: #FFF;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    display:none;
}

.modal-popup .header {
    background: #f05127;
    color:white;
    border-bottom: 1px solid #CCCCCC;
    padding: 18px 18px 14px;
}
.modal-popup .header .closeit {
    float:right;
}

.modal-popup .header h3 {
    margin: 0;
    padding: 0;
}

.modal-popup a.closeit{
    width:13px;
    height:13px;
    position:absolute;
    cursor:pointer;
    top:10px;
    right:15px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}
.modal-popup a.closeit:hover{
    background-position:0 -13px;
}

#modal-emailshare .error {
    text-align:center;
    color: #f05127;
    font-size: 1.6rem;
    margin-top:15px;
    margin-bottom:15px;
}
#modal-emailshare .success {
    text-align:center;
    color: green;
    font-size: 1.6rem;
    margin-top:15px;
    margin-bottom:15px;
}
#modal-emailshare .contact {
    background: #FFFFFF;
    text-align: center;
    min-height: 150px;
    padding: 20px;

    color: #000000;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

#modal-emailshare .contact input {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 10px;
}




/**
 * Contact form
 */
#contactForm fieldset {
    border: 1px solid #EAEAEA;
    background: #FCFCFC;
    margin: 0 2px;
    padding: 20px 30px;
    font: 'Oswald', sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#contactForm label {
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 20px;
    width: 170px;
    height: 34px;
    line-height: 34px;
}

#contactForm input {
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: inherit;
    padding: 4px 10px;
    width: 214px;
    height: 34px;
}

#contactForm textarea {
    height: 300px;
    width: 334px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font: inherit;
    -moz-border-radius: 3px;
    padding: 2px;
    -webkit-border-radius: 3px;
}

#contactForm label.error {
    clear: both;
    width: 100%;
    font-size: 1rem;
    line-height: 1.8rem;
    color: #900323;
    margin-left: 192px;
}


/**
ThEME DEFAULTS
**/

.navbar-default .navbar-nav > li > a {
    font-family: 'Oswald', sans-serif;

    background-color: #ee4723;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ee4723;
    background-color: #fedd7a;
}


.navbar-default .navbar-nav > li > a:hover i,
.navbar-default .navbar-nav > li > a:focus i,
.navbar-default .navbar-nav > .active > a i,
.navbar-default .navbar-nav > .active > a:hover i,
.navbar-default .navbar-nav > .active > a:focus i {
    color:black;
}