﻿@font-face {
	font-family: 'CNNSans';
	font-style: normal;
	font-weight: 300;
	src: url(/Fonts/CNN/CNNSansW04-Light.eot);
	src: url(/Fonts/CNN/CNNSansW04-Light.woff) format('woff');
}

@font-face {
    font-family: 'CNNSans';
    font-style: normal;
    font-weight: 400;
    src: url(/Fonts/CNN/CNNSansW04-Regular.eot);
	src: url(/Fonts/CNN/CNNSansW04-Regular.woff) format('woff');
}

@font-face {
    font-family: 'CNNSans';
    font-style: normal;
    font-weight: 600;
    src: url(/Fonts/CNN/CNNSansW04-Medium.eot);
	src: url(/Fonts/CNN/CNNSansW04-Medium.woff) format('woff');
}

@font-face {
    font-family: 'CNNSans';
    font-style: normal;
    font-weight: 700;
    src: url(/Fonts/CNN/CNNSansW04-Bold.eot);
    src: url(/Fonts/CNN/CNNSansW04-Bold.woff) format('woff');
}



*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'CNNSans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

img,
fieldset {
  border: none;
  outline: none;
}
ul,
ol {
  list-style: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
a[href],
a {
  text-decoration: none;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a[href],
a:focus {
  outline: none;
}
input[type="text"],
input[type="password"] {
  outline: none;
}
.hide {
  display: none;
}
/*content pg css*/
html body {
  padding: 0;
}
.contentWrap {
  border: 0;
}
.Contenttitle {
  background: #77B7D9;
}
.Contenttitle a {
  float: right;
  margin: 9px 8px 0 0;
}
.Contenttitle a #lt-logo {
  width: 110px;
  max-width: none;
  height: 27px;
}
.contentWrap h1 {
  float: left;
  padding: 0 1em;
  font-size: 12px;
  color: #fff;
  line-height: 2;
  position: relative;
  z-index: 999;
}
.tabPanel_content {
  position: relative;
  z-index: 100;
}
.tabPanel_content ul {
  margin: -1px 0 0;
  padding: 0;
}
.tabPanel_content h4,
.tabPanel_content h4 a {
  line-height: 22px;
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
.tabPanel_content li {
  border-top: 1px solid #ededed;
}
.tabPanel_content h4 a {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  font-weight: 300;
}
.tabPanel_content h4 a:hover {
  color: #6dbff6;
}
.tabPanel_content ul li p {
  color: #000;
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 15px;
}
.tabPanel_content p a {
  color: #000;
}
.link_wrap {
  padding: 5px;
}
.link_wrap a {
  font-size: 10px;
  color: #000;
  line-height: 16px;
}
.link_wrap a:hover {
  text-decoration: none;
  color: #5AA8D3;
}
.link_wrap a span {
  text-decoration: underline;
  font-size: 13px;
}
.link_wrap a span:hover {
  text-decoration: underline;
}
.tabContainer {
  min-height: 214px;
  overflow: auto;
}
/*content ends*/
a:focus,
img:focus,
a:active,
:focus,
:active,
a[href]:focus {
  outline: none;
}
.contentWrap a:focus {
  outline: 0;
}
.contentWrap p {
  margin-bottom: 0;
}
/* SPECIFIC CSS */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.showLoading {
  background: url(../../Content/images/spinner-trans.gif) no-repeat 50%;
  min-height: 186px;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none;
}
.content-nmls {
  float: left;
  margin-bottom: 15px;
}
.nmls-id {
  font-size: 8px;
  color: gray;
  line-height: normal;
  margin: 0;
  clear: both;
}

.ui-tooltip {
  font-size: 10px;
}

/*huffingtonpost rss*/

.huffingtonpost a{
    font-size: 12px;
    color: #191919;
    display: inline-block;
}

.huffingtonpost a:hover {
    text-decoration: underline;
}

.huffingtonpost .tabPanel_content h4, .huffingtonpost .tabPanel_content h4 a{
    font-size: 15px;
    color: #030508;
    line-height: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
}

.huffingtonpost .tabContainer{
    min-height: 205px;
    border-top: 1px solid #cccccc;
    padding-top: 15px;
    margin-top: 10px;
}

.huffingtonpost .tabPanel_content li{
    border: none;
    padding: 10px 0;
}

.huffingtonpost .tabPanel_content li:first-child {
    padding-top: 0;
}

.huffingtonpost .link_wrap{
    display: none;
}

