@font-face { 
	font-family: 'Bitter Italic'; 
	src: url('../../assets/fonts/bitter/Bitter-Italic.otf'); 
} 

@font-face { 
	font-family: 'Bitter Bold'; 
	src: url('../../assets/fonts/bitter/Bitter-Bold.otf'); 
} 

@font-face {
  font-family: 'Bitter';
  src: url('../../assets/fonts/bitter/Bitter-Regular.otf');
}


/* HIDE ALL OF THESE ELEMENTS */

.responsive-video, .floating_nav, .social_media, .header_section {
	display: none;
}



body, html {
  margin: 5px;
  padding: 0px;
  font-family: Bitter, 'Open Sans', sans-serif;
  line-height: 2.5em;
}

body {
  margin-top: -21px;
}

h2 {
  font-weight: 100;
  font-size: 34px;
}


h2, h3, h4, h5, h6 {
  color: #54666e;
}

blockquote {
  color: #9e9e9e;
  font-family: Bitter Italic; 
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-top: 35px;
  margin-bottom: 35px;
}

p, ul li, ol li {
  color: #54666e;
  font-size: 18px;
}

p + p {
	margin-top: 35px;
}

ul, ol {
  margin: -10px 0px 40px 30px;
}

ul li, ol li {
  margin: 5px 0px;
}



strong, p strong, h1 strong, h2 strong, h3 strong, ul li strong, ol li strong, h4 strong a strong { 
	font-weight: bold;; 
	color: #3b4d55; 
} 


/* lists with style */

ol.fancycount {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 50px;
    padding: 0;
    counter-reset: li-counter;
    margin-bottom: 40px;
}
ol.fancycount > li{
    position: relative;
    padding-left: 0.5em;
}
ol.fancycount > li:before {
    position: absolute;
    left: -1em;
    width: 0.8em;
    font-weight: bold;
    text-align: right;
    color: #f16920;
    content: counter(li-counter) ". ";
    counter-increment: li-counter;
}

ol.fancycount li:not(:last-child) {
	margin-bottom: 10px;
}



hr.sectionsep {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin:40px 0px;
}


a:link {
  color: #0088c5;
}

a:hover {
  text-decoration: none;
}

.header_section {
  text-align: center;
  padding: 25px 0px 20px 0px;
}


.row_main_contianer {
	border-bottom: thin solid black;
}




.callout {
  background: #fbfbfb;
  border: 1px solid #e0e0e0;
  margin: 0 auto;
  color: #979797;
  display: block;
  text-align: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 9px;
  width: 500px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.callout .large_p {
  font-weight: bold;
  line-height: 0px;
  font-size: 30px;
}

.callout span {
  font-size: 14px;
}


.header_section_print {
	display: block !important;
	text-align: center;
}

.header_section_print h1 {
  font-size: 65px;
  margin-top: 0px;
}

.header_section_print h2 {
  font-weight: 100 !important;
  font-size: 35px;
  color: #225d92;
  font-style: italic;
}


span.em {
	font-style: italic;
}

.intro {
  padding: 20px 0px;
  /*margin-top: 20px;*/
  color: #225d92;
  /*text-align: center;*/
}

.main_section {
}

.main_section h1 {
  text-align: center;
  font-size: 40px;
  margin: 60px 0px;
}

.main_section img {
  width: 100%;
  margin: 20px 0px;
}


.logo_title a {
	opacity: 100% !important; 
	color:gray;
	text-decoration: none;
}

.logo_title {
  display: block;
  width: 100%;
  border-bottom: 4px double rgba(255,255,255,0.5);
  height: 75px;
  padding-bottom: 0;
  margin-top: 0px;
}


.logo_title img {
    display:none;
}

.logo_title h2:before {
    content:"Eli Review ";
}


.logo_title h2 {
  font-size: 30px;
  font-weight: 100 !important;
  text-align: center;
  color:gray;
  margin-bottom: 0;
}


strong {
  font-family: Bitter, 'Open Sans', sans-serif;
  font-weight: 500;
}





.section_header {
  text-align: center;
  display: block;
  padding: 20px 0px 25px 0px;
  margin-top: 50px;
  color: #54666e;
}

.section_header h1 {
  color: #54666e;
  font-size: 50px;
  font-weight: 100;
  margin: 0px;
  line-height: 60px;
}

.section_header span {
  display: block;
  color: #728187;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 100;
}


#section_six a:hover {
  text-decoration: none;
}



.header_dip {
  display: none;
}


.callout_wide {
  width: 700px;
}

.callout_full {
  text-align: left;
  width: 90%;
  margin: auto;
  margin-bottom: 45px;
  padding-left: 25px;
  padding-right: 25px;
}




#section_two, #section_one, #section_three, #section_four, #section_five, #section_six {
  position: relative;
  top: -160px;
}




