@import url(vendors/reset.css);
@import url(vendors/normalize.css);

@font-face {
  font-family: 'NewsCycle';
  src: url('../fonts/NewsCycle.eot');
  src: url('../fonts/NewsCycle.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/NewsCycle.woff') format('woff'),
	   url('../fonts/NewsCycle.ttf')  format('truetype'),
	   url('../fonts/NewsCycle.svg#NewsCycleRegular') format('svg');
	   font-style: normal;
	   font-weight:normal;
}

@font-face {
  font-family: 'NewsCycle';
  src: url('../fonts/NewsCycle-Bold.eot');
  src: url('../fonts/NewsCycle-Bold.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/NewsCycle-Bold.woff') format('woff'),
	   url('../fonts/NewsCycle-Bold.ttf')  format('truetype'),
	   url('../fonts/NewsCycle-Bold.svg#webfontregular') format('svg');
	   font-style: normal;
	   font-weight:bold;
}

.fsbold{
  font-weight:bold;
}

.fsnormal{
  font-weight:normal;
}

html{
  text-rendering: optimizeLegibility; 
  -webkit-font-smoothing: antialiased;
}

body{
  font-family:'NewsCycle', sans-serif;
  font-size:16px;
  text-align:left;
  color:#4D4D4D;
  background-color:#FFFFFF;
}

sup.colorway4{
	font-style:italic;
	font-weight: bold;
}
.disclaimer sup{
  margin-right: 10px;
}

a, a:visited{
  text-decoration:none;
  border:none;
  color:#4D4D4D;
}
  a:hover{
	text-decoration:underline;
  }
  a.deep-links{
	display:block;
	position:relative;
	top:auto;
	visibility:hidden;
  }
ol > li > .titles{
  font-weight:bold;
}
p{
  text-align:justify;
  margin:7px 0 8px;
}
p.baseline{
  text-align:left;
  margin-bottom:0;
}

.quote{
  font-family: 'Times New Roman', sans-serif;
}


.boxes{
  position: relative;
  display: table;
  width: 100%;
  border-spacing: 15px; 
}
  .boxes > div{
    position: relative;
	display: table-row;
  }
  .boxes > div > div{
    position: relative;
	display: table-cell;
	border:1px solid #ff0000;
	padding: 0 5px 5px;
	box-sizing: border-box;
  }
  .boxes .titles{
    text-align: center;
	background-color:#FF0000;
	margin: 0 -5px;
	padding: 5px;
  }
/*.boxes > div{
  border:1px solid #ff0000;
  padding: 5px 10px;
  box-sizing: border-box;
}*/

blockquote{
  width:96%;
  margin:7px auto 8px;
  text-align:justify;
  /*font-style:italic;*/
}
  blockquote > p{
	margin-top:0;
	margin-left:15px;
	font-style:normal;
  }
  p.alpha{
	margin-top:0;
  }
  
  p.omega{
	margin-bottom:0;
  }

.disclaimer ul{
  list-style-type:square;
}
.disclaimer hr{
  height: 1px;
  width: 188px;
  clear: both;
  border: 0;
  color: #C3C3C3;
  background-color: #C3C3C3;
}
.bio-holder{
  position:relative;
  clear:both;
  padding-top:15px;
}
  .bio-holder p.alpha{
    margin-top:0;
  }
  .bio-holder > img{
    float:left;
	width:190px;
	display:inline-block;
	margin-right:30px;
  }
  .bio-holder > div {
	position: relative;
	float: left;
	width: 67%;
	display: inline-block;
  }

.spacer{
  height:10px;
}

.device-width{
  width:100%;
}
.display-table{
  display:table;
  width:100%;
  vertical-align:top;
}

.display-table > .table-cell{
  display:table-cell;
  vertical-align:top;
}
._1cols, ._2cols, ._3cols, ._4cols{
  position:relative;
  clear:both;
  overflow:hidden;
  margin:20px auto;
}
 /* ._1cols{
	margin:20px auto;
  }*/

  ._2cols > div{
	position:relative;
	width:47%;
	max-width: 405px;
	float:left;
  }
  ._2cols > .omega{
	float:right;
  }
  
  ._3cols > div{
	position:relative;
	width:34%;
	max-width: 405px;
	float:left;
  }
  ._3cols > .alpha, ._3cols > .omega{
	width:33%;
  }
  
  ._4cols > div{
	position:relative;
	padding:10px;
	box-sizing:border-box;
	width:25%;
	text-align:center;
	float:left;
  }
  
#sticky-menu{
  position:fixed;
  top:0;
  left:0;
  padding:5%;
  padding-top:15px;
  padding-bottom:15px;
  width:90%;
  min-width:300px;
  *min-width:960px;
  margin:0 auto;
  overflow:hidden;
  background-color:#E6E6E6;
  display:none;
  z-index:999999;
}
  #sticky-menu > div > .omega{
	width:50%;
  }
  #sticky-menu .table-cell{
	vertical-align:bottom;
  }



#canvas, #header-home{
  zoom: 1;
  position: relative;
  width: 100%;
  max-width: 960px;
  width: 960px\9;
  min-width: 320px;
  margin: 0 auto;
  /*padding-top: 10px;
  padding-bottom: 50px;*/
  background-color: #E6E6E6;
}

#canvas > div, .contents{
  position: relative;
  clear: both;
  float: none;
}

#canvas > div, #header-home > div{
  width: 91%;
  margin: 0 auto;
  max-width: 870px;
  width: 870px\9;
  color: #4D4D4D;
  overflow:hidden;
}

#header{
  overflow:hidden;
}
#header-home > div p{
  text-align:left;
}
#header-home > img{
  position:absolute;
  right:0;
  top:0;
  width: 56%;
  max-width: 532px;
}

#header-home > div > .omega{
  width:80%;
  max-width:500px;
}


.contents{
  width:100%;
  margin:10px 0 0;
  overflow:hidden;
}
  .contents.alpha{
	margin:0;
  }
#logo{
  padding-top:10px;
}
#main-hr-separator > div {
  background: transparent url("../img/template/rdBG.png") repeat-x scroll center center;
}
#main-hr-separator > div > div {
  padding: 5px;
  display: inline;
  background-color: #E6E6E6;
}
#header-navs, #header-navs > div{
  position:relative;
}
  #header-navs > .alpha{
	display:inline-block;
  }
  #header-navs > .omega{
	position:absolute;
	right:0;
	bottom:0;
	width:65%;
	height:90px;
  }
  
.icon-links{
  width: 15%;
  width:75px\9;
  max-width: 75px;
  padding-left: 5px;
  padding-right: 5px;
  text-align:center;
}
  .icon-links img{
	width:100%;
	width:63px\9;
	max-width:63px;
	height:auto;
  }

  .icon-links p{
	margin-top:5px;
	text-align:center;
  }
#side-panel{
  position:relative;
  height:100%;
}
  #side-panel > div{
	position:relative;
	display:block;
	padding-right:30px;
	max-width:170px;
	z-index:999998;
  }
  #side-panel p{
	 text-align:left;
  }
  #side-panel p.alpha{
    margin-top:5px;
  }
#article-panel {
  position:relative;
  width:78%;
  max-width:670px;
}
#footer{
  padding-top:40px;
  padding-bottom:40px;
}
#other-menu img{
  width:96%;
  width:110px\9;
  max-width:110px;
  height:auto;
}
#other-menu .titles{
  margin-top:10px;
  margin-bottom:15px;
}
#other-menu p{
  text-align:center;
}

.titles{
  /*text-transform:capitalize;
  text-transform:lowercase;*/
  text-align:left;
  white-space:pre-line;
  margin:0;
}

.fs40.titles{
  border-bottom: 1px solid #FF0000;
  padding-bottom: 15px;
  margin-bottom:20px;
}
.fs25.titles{
  padding-top:15px;
}
.fs25.alpha.titles{
  padding-top:0;
  padding-bottom:15px;
}
.facts-grid img{
  width: 100%;
  height: auto;
  max-width: 157px;
}
.line1{
  color:#FF0000;
  background-color:#FF0000;
}
.underlined{
  text-decoration:underline;
}
.align-center{
  text-align:center;
}
.align-left{
  text-align:left;
}
.colorway0{
  color:#4D4D4D;
}
.colorway1{
  color:#FF0000;
}
.colorway2{
  color:#FFFFFF;
}
.colorway3{
  color:#ED1C24;
}
.colorway4{
  color:#005baa;
}
.fs125{
  font-size:125px;
  line-height:160px;
}
.fs68{
  font-size:68px;
  line-height:68px;
}
.fs48{
  font-size:48px;
  line-height:52px;
}
.fs40{
  font-size:40px;
  line-height:45px;
}
.fs30{
  font-size:30px;
  line-height:34px;
}
.fs25{
  font-size:25px;
  line-height: 35px;
}
.fs21{
  font-size:21px;
  line-height:21px;
}
.fs18{
  font-size:18px;
  line-height:18px;
}
.fs16{
  font-size:16px;
  line-height:20px;
}
.fs12{
  font-size:12px;
}
.fs10{
  font-size:10px;
  line-height:12px;
}

@media screen and (max-width:769px){
  body{
	font-size:15px;
  }
  #header-navs > .omega{
    width:60%;
	height:auto;
  }
  #header-home > div > .omega{
	width:100%;
	max-width:none;
  }
  #side-panel{
    display:none;
  }
  #article-panel {
	width: 100%;
	max-width:auto;
  }
  .bio-holder > div {
	float:none;
	width: auto;
	display:inherit;
  }
  .icon-links{
	width: 14%;
  }
  .icon-links p{
	display:none;
  }
  .fs125{
	font-size:110px;
	line-height:120px;
  }
  .fs68{
	font-size:55px;
	line-height:60px;
  }
  .fs48{
	font-size:42px;
	line-height:45px;
  }
  .fs40{
	font-size:35px;
	line-height:40px;
  }
  .fs30{
	font-size:25px;
	line-height:30px;
  }
  .fs25{
	font-size:22px;
	line-height:25px;
  }
  .fs21{
	font-size:18px;
	line-height:21px;
  }
  .fs18{
	font-size:15px;
	line-height:15px;
  }
}

/*@media screen and (max-width:769px){
  #header-navs > .omega{
    width:60%;
  }
  #header-menu > .table-cell{
	width: 13%;
  }
}*/

@media screen and (max-width:641px){
  body{
	font-size:14px;
  }
  #sticky-menu > div > .alpha{
    width:40%;
  }
	#sticky-menu > div > .alpha img{
	  width:100%;
	}
  #sticky-menu > div > .omega{
    width:60%;
  }
  #header-navs > .omega{
    width:55%;
  }
  .facts-grid img{
	width: 96%;
  }
  .fs125{
	font-size:60px;
	line-height:68px;
  }
  .fs68{
	font-size:34px;
	line-height:39px;
  }
  .fs48{
	font-size:26px;
	line-height:30px;
  }
  .fs40{
	font-size:24px;
	line-height:28px;
  }
  .fs30{
	font-size:22px;
	line-height:28px;
  }
  .fs25{
	font-size:20px;
	line-height:22px;
  }
  .fs21{
	font-size:15px;
	line-height:18px;
  }
  .fs18{
	font-size:15px;
	line-height:18px;
  }
  .fs16{
	font-size:15px;
	line-height:15px;
  }
}


@media screen and (max-width:480px){
  body{
	font-size:12px;
  }
    ._2cols{
	  margin: 0 auto !important;
	}
	._2cols > div, ._3cols > div{
	  position:relative;
	  width:100%;
	  margin:7px auto 20px;
	  float:none;
	  max-width: none;
	  text-align: left;
	}
	._2cols > .alpha,
	._2cols > .omega{
	  margin:0;
	  margin-top: 15px;
	}
	
	/*._2cols > .omega, ._2cols > .alpha{
	  margin : 0 auto;
	  margin-top: 15px;
	}
	
	._2cols > .omega{
	  margin:7px auto 8px;
	}
	
	._2cols.boxes > div{
	  margin:10px auto;
	}*/
	
	.boxes, .boxes > div, .boxes > div > div{
	  display: block;
	}
	.boxes > div > div{
	  margin: 10px auto 15px;
	}
  
  
  .bio-holder > img{
	margin-right:15px;
  }
  .contents.spacer{
    height:0;
	background:#336699
  }
  #header-navs > .omega{
	position:relative;
	right:auto;
	bottom:auto;
	width:96%;
	margin:10px auto;
  }
  ._4cols > div{
	margin:0 auto;
	width:96%;
	float:none;
  }
  .fs40{
	font-size:20px;
	line-height:22px;
  }
  .fs30{
	font-size:18px;
	line-height:20px;
  }
  .fs25{
	font-size:16px;
	line-height:20px;
  }
}

@media print {
  .no-print, #footer, #sticky-menu, #side-panel, #menu-link{
    display:none !important;
  }
  .printing{
	display:block;
  }
  .printwidth{
    width:100% !important;
  }
  .printhalfwidth{
    width:50% !important;
	margin:0 auto !important;
  }
  .printquarterwidth{
    width:25% !important;
  }
  #header > .printquarterwidth{
	width:35% !important;
  }
  #header-home img{
	width:50%;
  }
  #header-home > div > .omega{
	width:40%;
	max-width:none;
  }
  .bio-holder > img{
	margin:0	
  }
  .bio-holder > div{
	width:inherit;
	
  }
  .fs125{
  font-size:30px;
  line-height:35px;
  }
  .fs68{
	font-size:25px;
	line-height:30px;
  }
  .fs48{
	font-size:18px;
	line-height:20px;
  }
  .fs40{
	font-size:16px;
	line-height:18px;
  }
  .fs30{
	font-size:15px;
	line-height:17px;
  }
  .fs25{
	font-size:14px;
	line-height:16px;
  }
  .fs21{
	font-size:13px;
	line-height:15px;
  }
  .fs18{
	font-size:12px;
	line-height:14px;
  }
  .fs16{
	font-size:11px;
	line-height:13px;
  }
  html, body, .fs12{
	font-size:10px;
  }
  .fs10{
	font-size:8px;
	line-height:10px;
  }
  p{
	margin-top:4px;
	margin-bottom:5px;
	
  }
  .articles > div, .articles > .omega{
	margin-bottom:15px !important;
  }
  .articles > div > .alpha{
	padding-bottom:7px !important;
	margin-bottom:15px !important;
  }
  .articles > div > .omega{
	margin-bottom:15px !important;
  }
  .articles > div > p{
	margin-bottom:7px !important;
  }
}