@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.eot?v=4.3.0');
    src: url('fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

body {
    background-image: url("background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 1.428571429;
    color: #000;
    background-color: #E9E9E9;
	background-size:cover;
}
footer, header {
    display: block;
}
a {
    background: transparent;
}

a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    background-color: transparent;

}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #1E1E1E;
    text-decoration: none;
}
a:hover, a:focus {
    color: black;
    text-decoration: underline;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 17px;
    margin-bottom: 8.5px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}

h1, .h1 {
    font-size: 31px;
}

h2, .h2 {
    font-size: 25px;
}

h3, .h3 {
    font-size: 21px;
}

h4, .h4 {
    font-size: 15px;
}

h5, .h5 {
    font-size: 12px;
}

h6, .h6 {
    font-size: 11px;
}

p {
    margin: 0 0 8.5px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 8.5px;
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0;
}
.pull-right {
    float: right
}

.pull-left {
    float: left
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 980px;
    min-width: 980px;
}

.column3{
    float: left;
    width: 25%;
}
/* begin navigation */
.nav {
    position: relative;
    display: block;
    float: left;
    margin: 0;
}

.nav a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav a:hover, .nav a:focus {
    text-decoration: none;
    background-color: #f2f2f2;
}
.nav > li {
    float: left;
}
.nav > li > a {
    padding-top: 21.5px;
    padding-bottom: 21.5px;
}
.navbar-left {
    float: left;
}

.navbar-right {
    float: right;
}

/* end navigation */
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media, .media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}


.responsive-image img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

html {
    height: 100%;
    background-color: #111;
}

.layout .container {
    padding-left: 0;
    padding-right: 0;
}

.layout .main-content {
    position: relative;
    padding-top: 80px;
    min-height: 90%;
    margin-bottom: 20px;
    left: 0;
}
.layout .primary-color {
    color: #B42317;
}

.layout .content-wrapper {
    background-color: #fff;
    min-height: 800px;
    margin-bottom: 20px;
}

.layout .content-wrapper:before, .layout .content-wrapper:after {
    content: " ";
    display: table;
}

.layout .content-wrapper:after {
    clear: both;
}

.layout .feed {
    width: 620px;
    float: left;
    margin-left: 20px;
}

.layout .sidebar {
    width: 300px;
    float: right;
    margin-right: 20px;
}

.layout .sidebar .feed {
    display: block;
}

.layout .sidebar > div:first-child, .layout .feed > div:first-child {
    margin-top: 20px;
}

.layout .module {
    margin-bottom: 20px;
}

.layout .module .module-title {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    background-image: url(title-background.jpg);
    background-repeat: repeat;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    min-height: 60px;
    background-color: #111;
    z-index: 9999999;
}

.site-header a:active, .site-header a:focus, .site-header a:hover {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.site-header .navbar-brand.branding {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: right;
    padding: 0;
    padding-top: 15px;
    padding-left: 20px;
}

.site-header .branding img {
    height: 80px;
}

.site-header .container {
    height: inherit;
}

.site-header .navbar a {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    color: #b9b9b9;
}

.site-header .navbar a:hover {
    color: #fff;
}

.site-header .nav > li > a {
    padding: 0;
}

.site-header .top-nav.navbar {
    border: none;
}

.site-header .top-nav .navbar-nav > li > a {
    padding-top: 10px;
}

.site-header .top-nav .navbar-nav > li > a:active .link, .site-header .top-nav .navbar-nav > li.active .link {
    padding-bottom: 10px;
    border-bottom: 2px #B42317 solid;
}

.site-header .top-nav .navbar-nav > li > a:hover .link, .site-header .top-nav .navbar-nav > li > a:focus .link {
    padding-bottom: 5px;
    border-bottom: 2px #B42317 solid;
}

.site-header .top-nav .nav .open > a, .site-header .top-nav .nav .open > a:hover, .site-header .top-nav .nav .open > a:focus {
    color: #fff;
}

.site-header .top-nav .nav .open > a .link, .site-header .top-nav .nav .open > a:hover .link, .site-header .top-nav .nav .open > a:focus .link {
    padding-bottom: 10px;
    border-bottom: 2px #B42317 solid;
}

.site-header .top-nav.navbar {
    position: inherit;
}

.site-header .top-nav, .site-header .top-nav .nav, .site-header .top-nav .nav > li,
.site-header .top-nav .nav > li > a {
    height: 60px;
    min-height: 60px;
}

.site-header .top-nav .nav > li > a {
    font-size: 11px;
    text-align: center;
}

.site-header .top-nav .nav > li {
    border-width: 0 1px 0 0;
    border-color: #2d2b2b;
    border-style: solid;
    width: 90px;
}

.site-header .top-nav .navbar-nav > li > a:hover, .site-header .top-nav .navbar-nav > li > a:focus {
    background-color: #2d2b2b;
    color: #fff;
}

.footer {
    width: 100%;
    min-height: 60px;
    background-color: #111;
    color: #6d6d6d;
    margin-bottom: -40px;
    height: auto;
}

.footer a {
    color: #6d6d6d;
}

.footer a:hover {
    text-decoration: none;
    color: #fff;
}

.footer .footer-nav {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #2F2F2F;
    width: 100%;
}

.footer .footer-nav:before, .footer .footer-nav:after {
    content: " ";
    display: table;
}

.footer .footer-nav:after {
    clear: both;
}

.footer .footer-nav li {
    display: inline-block;
    padding: 7px 10px 0 0;
}

.footer .alt-footer-nav, .footer .footer-nav li a {
    text-transform: uppercase;
}

.footer .footer-nav li a.branding img {
    width: 160px;
}
.dynamic-lead-module {
    color: #fff;
    margin-bottom: 20px;
}

.dynamic-lead-module:before, .dynamic-lead-module:after {
    content: " ";
    display: table;
}

.dynamic-lead-module:after {
    clear: both;
}

.dynamic-lead-module .feature, .dynamic-lead-module .alt-feature {
    position: relative;
}

.dynamic-lead-module .feature a, .dynamic-lead-module .alt-feature a {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 200%;
    display: block;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.dynamic-lead-module .meta {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dynamic-lead-module .meta .headline {
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.dynamic-lead-module .meta .headline, .dynamic-lead-module .meta .deck {
    width: 90%;
    margin: 0 auto;
}

.dynamic-lead-module .meta .author {
    display: none;
    font-size: 10px;
    margin-bottom: 5px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.dynamic-lead-module .meta .author, .dynamic-lead-module .meta .sport {
    margin-left: 5%;
}

.dynamic-lead-module .feature img {
    width: 652px;
}

.dynamic-lead-module .feature {
    width: 652px;
    margin-right: 1px;
}

.dynamic-lead-module .feature {
    height: 367px;
    position: relative;
    float: left;
}

.dynamic-lead-module .feature .meta .headline {
    font-size: 30px;
    line-height: 1.3125em;
}

.dynamic-lead-module .alt-features, .dynamic-lead-module .alt-features img {
    width: 327px;
}

.dynamic-lead-module .alt-features {
    list-style: none;
    width: 327px;
    padding: 0;
    margin: 0;
    float: right;
}

.dynamic-lead-module .alt-feature {
    height: 183px;
}

.dynamic-lead-module .alt-feature h2 {
    font-size: 20px;
}

.dynamic-lead-module .alt-feature .headline {
    line-height: 1.3125em;
}

.dynamic-lead-module .feature.content-article, .dynamic-lead-module .alt-feature {
    overflow: hidden;
}

.dynamic-lead-module .alt-feature:first-child {
    margin-bottom: 1px;
}

.dynamic-lead-module .meta {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
    height: 60%;
    min-height: 60%;
}

.dynamic-lead-module .meta-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: inherit;
}

.dynamic-lead-module .feature .meta-info {
    bottom: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 100;
}

.dynamic-lead-module .alt-feature .meta-info {
    bottom: 10px;
}

.dynamic-lead-module .meta .deck {
    height: 0;
    opacity: 0;
    font-family: "Lato", sans-serif;
    font-weight: 100;
}

.dynamic-lead-module, .dynamic-lead-module .feature:hover, .dynamic-lead-module .feature:focus, .dynamic-lead-module .alt-feature:hover, .dynamic-lead-module .alt-feature:focus {
    cursor: pointer;
}

.dynamic-lead-module .meta .author, .dynamic-lead-module .feature:hover .meta .author, .dynamic-lead-module .feature:focus .meta .author, .dynamic-lead-module .alt-feature:hover .meta .author, .dynamic-lead-module .alt-feature:focus .meta .author {
    display: block;
}

.dynamic-lead-module .meta, .dynamic-lead-module .feature:hover .meta, .dynamic-lead-module .feature:focus .meta, .dynamic-lead-module .alt-feature:hover .meta, .dynamic-lead-module .alt-feature:focus .meta {
    height: 100%;
    min-height: 100%;
}

.dynamic-lead-module .feature:hover .deck, .dynamic-lead-module .feature:focus .deck, .dynamic-lead-module .alt-feature:hover .deck, .dynamic-lead-module .alt-feature:focus .deck {
    -moz-transition-property: opacity, height;
    -o-transition-property: opacity, height;
    -webkit-transition-property: opacity, height;
    transition-property: opacity, height;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    height: auto;
    opacity: 1;
}
.email-links a:hover {
    color:#B9B9B9;
    text-decoration: none;
}
.latest-news-module img {
    padding-right: 25px;

    width: 312px;
    background-color: #fff;
}

.latest-news-module img.no-image {
    padding-right: 0;
    width: 1px;
    height: 117.3333333333px;
}

.latest-news-module .media {
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
    border-top: 1px #e5e5e5 solid;
}

.latest-news-module .media:first-child {
    border: none;
}

.latest-news-module .media a {
    float: left;
}

.latest-news-module .media-heading {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    margin: 10px 0;
}

.latest-news-module .media-heading a {
    color: #000;
}

.latest-news-module .media-heading a:hover {
    text-decoration: none;
    color: #B9B9B9;
}

.right-content .publications-title {
    background-color: #b31b17;
    color: #fff;
}

.right-content.publications .publications-title {
    background-color: #b31b17;
    color: #fff;
}

.right-content.publications .media-heading a {
    color: black;
}

.right-content.goal .publications-title {
    background-color: #b31b17;
    color: #00ad76;
}

.right-content.goal .media-heading a {
    color: #071f2d;
}

.right-content .publications-title {
    position: relative;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    overflow: hidden;
}

.right-content .publications-title .partner-url {
    width: inherit;
    position: absolute;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    height: inherit;
    top: 10px;
    left: 0;
}

.right-content .partner-logo {
    text-indent: -999999999px;
    display: block;
}

.right-content.publications .partner-logo {
    width: 57px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 1px;
}

.right-content.goal .partner-logo {
    width: 70px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 4px;
}

.right-content .media img {
    width: 140px;
}

.right-content .media-list li {
    border-top: 1px #E9E9E9 solid;
}

.right-content .media-heading a:hover, .partner-feed-module .media-heading a:focus {
    text-decoration: none;
    color: #B9B9B9;
}

.right-content .media {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.right-content .media-heading {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    margin-top: 10px;
}

.right-content .media-object {
    padding-right: 20px;
}
