/*
Theme Name: Updated GURU 2017-12-27
Theme URI: eaglepub.com
Author: tony cane
Author URI: none
Description: Guru Theme with Visitor
Version: 1.0.5
*/
*{
	padding:0;
	margin:0;
}
body{ 
	background:#ffffff;
	font-family: 'Roboto Condensed', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	line-height:normal;
	font-weight:bold;
	font-family: 'Roboto Condensed', sans-serif;
}
h1{
	font-size:2rem;
}
h2{
	font-size:1.7rem;
}
h3{
	font-size:1.5rem;
}
h4{
	font-size:1.3rem;
}
h5{
	font-size:1.2rem;
}
h5{
	font-size:1.1rem;
}
.clear{
	clear:both;
}
a{
	color:#2000ff;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	/*color:inherit;*/
}

a:hover{
	/*
	color:#1C4C68;
	*/
	color:#2000ff;
	transition: 0.5s ease;
	text-decoration:underline;
}
.font-8{
	font-size:.8rem;
}
.font-10{
	font-size:1rem;
}
.font-12{
	font-size:1.2rem;
}
.font-15{
	font-size:1.5rem;
}
.font-20{
	font-size:2rem;
}
.bold{
	font-weight:bold;
}
.uppercase{
	text-transform:uppercase;
}
.serif{
	font-family: 'Roboto Slab', serif;
}
  

/*WTF*/
.padding{
	padding:0.9375rem;
}
.padding-top{
	padding-top:0.9375rem;
}
.padding-right{
	padding-right:0.9375rem;
}
.padding-bottom{
	padding-bottom:0.9375rem;
}
.padding-left{
	padding-left:0.9375rem;
}

.margin{
	margin:0.9375rem;
}
.margin-top{
	margin-top:0.9375rem;
}
.margin-right{
	margin-right:0.9375rem;
}
.margin-bottom{
	margin-bottom:0.9375rem;
}
.margin-left{
	margin-left:0.9375rem;
}

.no-margin{
	margin:0px;
}
.no-margin-top{
	margin-top:0px;
}
.no-margin-right{
	margin-right:0px;
}
.no-margin-bottom{
	margin-bottom:0px;
}
.no-margin-left{
	margin-left:0px;
}

.half-padding{
	padding:0.5rem;
}
.half-padding-top{
	padding-top:0.5rem;
}
.half-padding-right{
	padding-right:0.5rem;
}
.half-padding-bottom{
	padding-bottom:0.5rem;
}
.half-padding-left{
	padding-left:0.5rem;
}

.half-margin{
	margin:0.5rem;
}
.half-margin-top{
	margin-top:0.5rem;
}
.half-margin-right{
	margin-right:0.5rem;
}
.half-margin-bottom{
	margin-bottom:0.5rem;
}
.half-margin-left{
	margin-left:0.5rem;
}

.no-padding{
	padding:0px !important;
}
.no-padding-top{
	padding-top:0px !important;
}
.no-padding-right{
	padding-right:0px !important;
}
.no-padding-bottom{
	padding-bottom:0px!important;
}
.no-padding-left{
	padding-left:0px!important;
}


.border{
	border:1px solid #dddddd;
}
.border-top{
	border-top:1px solid #dddddd;
}
.border-right{
	border-right:1px solid #dddddd;
}
.border-bottom{
	border-bottom:1px solid #dddddd;
}
.border-left{
	border-left:1px solid #dddddd;
}
.no-border{
	border:none;
}

.button{
	overflow:hidden;
	background:#2000ff;
}
.alignleft {
	float: left;
	margin:0em 1em 1em 0em;
}

.alignright {
	float: right;
	margin:0em 0em 1em 1em;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.row{
	max-width:82.5em;
}
.full{
	max-width:100%;
}
.dark-primary{
	background:#4c4c4c !important;
}
.medium-primary{
	background:#949494 !important;
}
.light-primary{
	background:#82B2D5 !important;
}
.dark-primary-font{
	color:#1C4C68 !important;
}
.medium-primary-font{
	color:#5485A5 !important;
}
.light-primary-font{
	color:#82B2D5 !important;
}
.white-font{
	color:#ffffff !important;
}
.dark-primary-hover:hover{
	background:#1C4C68 !important;
}
.medium-primary-hover:hover{
	background:#5485A5 !important;
}
.light-primary-hover:hover{
	background:#82B2D5 !important;
}
.dark-primary-font-hover:hover{
	color:#1C4C68 !important;
}
.medium-primary-font-hover:hover{
	color:#5485A5 !important;
}
.light-primary-font-hover:hover{
	color:#82B2D5 !important;
}
.white-font-hover:hover{
	color:#ffffff !important;
}
.white{
	background:#ffffff;
}
.grey{
	background:#cccccc;
}
.light-grey{
	background:#ececec;
}
.really-light-grey{
	background:#f8f8f8;
}
.red{
	background:#FF0000;
}
.red-text{
	color:#FF0000;
}
.orange{
	background:#ffaa00;
}
.dark-orange{
	background:#ff3600;
}
.orange-hover:hover{
	background:#ffaa00;
}
.dark-orange-hover:hover{
	background:#ff3600;
}
.dark-blue{
	background:#0054ff;
}
.medium-blue{
	background:#0084E9;
}
.medium-blue-hover:hover{
	background:#0084E9;
}
.dark-blue-hover:hover{
	background:#0054ff;
}
.round{
	border-radius: 1000px;
}
.defcolor-bg{
	background:#474747;
}
.defcolor{
	color:#474747;
}
.divider{
	height:1em;
	background:#5485A5;
}

.header{
	/*
	background:#1C4C68;
	*/
	background: linear-gradient(#000000,#545454);
}
.header .logobg{
	/*
	background-image: url(images/lighthouse3.png);
	background-repeat:no-repeat;
	height:108px;
	*/
}
.site-description{
	color:#1C4C68;
}
.top-bar{
	padding:.125rem;
}
.top-bar, .top-bar ul{
	background:#ececec;
}
.top-bar.orange, .top-bar ul.orange{
	background:#ffaa00;
}
.top-bar.orange a, .top-bar ul.orange a{
	color:#0c0c0c;
}
.widemenu-left li.current-menu-item a, .widemenu-left li.current-menu-ancestor > a{
	color:#ffaa00;
}
 
.top-bar a{
}
.menu .button{
	font-size:1rem;
}

.widemenu-left, .widemenu-left ul{
	background:#353535;
	/*background:#001325;*/
	/*text-transform:uppercase;*/
}
.widemenu-left, .widemenu-left ul a, .widemenu-left ul ul a{
	color:#ffffff;
}
.widemenu-left .dropdown.menu > li.is-dropdown-submenu-parent > a:after{
	border-color:#ffffff transparent transparent;
}
.widemenu-left .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after{
	border-color:transparent transparent transparent #ffffff;
}

.widemenu-right{
	background:#FFAA00;
	/*background: linear-gradient(to right,#1C4C68,#5485A5);*/
	/*text-transform:uppercase;
	background:#1C4C68;
	font-weight:bold;*/
}
.widemenu-right ul{
	background:#FFAA00;
	/*background:none;*/
}
.widemenu-right ul ul{
	/*background:#1C4C68;*/
}
.widemenu-right, .widemenu-right ul a, .widemenu-right ul ul a{
	/*color:#ffffff;*/
	color:#000000;
}
.widemenu-right .dropdown.menu > li.is-dropdown-submenu-parent > a:after{
	border-color:#000000 transparent transparent;
}
.widemenu-right .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after{
	border-color:transparent transparent transparent #000000;
}
.searchicon:hover circle, .searchicon:hover line{
	stroke:#ffffff;
}

/* Nav Menu Foundation 6 */
/*.callout.success{ background-color: #001325  !important; }*/

.widemenu-right .is-drilldown{ min-height: 500px !important}

.close-button{width: 20%; background-color:#82B2D5; position: absolute; color: #FFFFFF; font-size: 1.1em; display: block; top: 0; padding: 0.5em;}

.top-bar .callout{background-color: transparent; border:none;}


.title-bar {
	/*background:#ececec !important;*/
}

@media (min-width:1024px) {
	.top-bar .callout {
		display: none;
	}
}
@media (max-width:1024px) {
	.header {
		/*background: #ececec;*/
	}

	.menu-icon::after {
		background: #1c4c68;
		box-shadow: 0 7px 0 #1c4c68, 0 14px 0 #1c4c68;

	}
}

/*TABS*/
#finboxtabs{
	/*border-bottom:none;*/
}
#finboxtabs a{
	padding:1rem;
	font-size:.9rem;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    background:#ffffff;
}
#finboxpanels .tabs-panel{
	padding:0rem 0.9375rem;
}
#finboxpanels .is-active .finboxlisting:first-child{
	border-top: none;
}
.finboxlisting{
	padding-bottom:.9375em;
	padding-top:.9375em;
	border-top: 1px solid #e6e6e6;
}
.recent-winners h3{
	color:#5485A5;
}
.recent-winners table{
	color:#1C4C68;
	font-weight:bold;
}
.recent-winners table thead{
	border:none;
	background:#82B2D5;
}
.recent-winners table tbody{
	border:none;
}
.recent-winners table tbody tr{
	background:none;
}
.testimonials h3{
	color:#5485A5;
}
.testimonials blockquote{
  display:block;
  padding: 1rem 1rem .5rem 3.5rem;
  position: relative;
  font-size: 1.1rem;
  border-left: 1rem solid #5485A5;
  box-shadow: 2px 2px 15px #ccc;
	color:#1C4C68;
}

.testimonials blockquote p{
	color:#1C4C68;
	font-weight:bold;
	margin-bottom:0;
}

.testimonials blockquote::before{
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1em;
  font-weight: bold;
  position: absolute;
  left: .5rem;
  top: .5rem;
}

.testimonials blockquote::after{
  content: "";
}

.front_testimonial{
	position: relative;
	background: #fdedcc;
	margin-top:1em;
	/*border:1px solid #000000;*/
	border-radius: 1em;
	box-shadow: 2px 2px 2px #000000;
	max-width: 970px;
    margin: 1em auto 0;
}

.orbit {
	visibility: hidden;
}
.front_testimonial_content {
	padding: 1em 1em .5em 3.5em;
	font-family: Georgia, serif;
}
.front_testimonial_content::before{
	color:#ffaa00;
	content: "\201C";
	font-size: 5rem;
	line-height: 1em;
	font-weight: bold;
	position: absolute;
	left: .5rem;
	top: .5rem;
}
a.testimonial_link{
    text-decoration: none; 
    color: inherit;
}

.pdficon{
	height:1rem;
}
.media-object{
	margin:0;
}
.postlisting{
	
	padding-bottom:.9375em;
	border-bottom: 1px solid #cccccc;
	
	margin-bottom:.9375em;
}
.postlisting h2{
	text-transform:uppercase;
	font-size:1.2rem;
}
.postlisting .topiclist{
	font-size:1.2rem;
	font-family: 'Roboto Slab', serif;
	font-weight:bold;
}
.postlisting .topiclist a{
	color:#5485A5;
}
.postlisting .topiclist a:hover{
	color:#1C4C68;
}
.postlisting p:last-child{
	margin-bottom:0;
}
.metainfo{
	font-size:.8rem;
}
/*
.testimonials blockquote, .testimonials blockquote p{
	color:#1C4C68;
	font-weight:bold;
}
*/
.widget{
	margin-top:1em;
	overflow:hidden;
}
.watchlist2{
	width:auto !important;
	display:none;
}
.widget-watchlist3 > table > tbody > tr > td.header a{
	color:#ffffff;
}
.getquote{
	display:none;
}
#watchlist2ad{
	display:none;
}
.rec-table{
	width:100%;
}	
table.rec-table thead tr th{
	font-size:.8rem;
	line-height:normal;
	padding: .25em;
}
table.rec-table tbody tr td{
	font-size:.8rem;
	padding: .25em;
}
table.rec-table tr[data-child-value] td.sr_col_1{
	cursor:pointer;
}
table.rec-table tr[data-child-value] td.sr_col_1:before { 
    content: "\02C4\0020";
	font-weight:bold;
	color:#666666;
}
table.rec-table tr.shown td.sr_col_1:before { 
    content: "\02C5\0020";
	font-weight:bold;
	color:#666666;
}
.page-numbers{
	margin:0em .5em;
}
.footer{
	background:#1C4C68;
	background: linear-gradient(#000000,#545454);
	padding-top:1em;
	color:#ffffff;
}
.footer .menu li a{
	color:#ffffff;
	font-weight:bold;
}


.no-js .title-bar {
    display: none;
}
.no-js .top-bar {
  display: none;
}

/*
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
*/
@media screen and (max-width: 39.9375em) {
  a[class=page-numbers] {
	  display:none;
  }
  span.current {
	  display:none;
  }
  span.dots {
	  display:none;
  }
}

/*animations*/
@keyframes fade-in-and-out {
	from {
		opacity:1;
	}
	
	to {
		opacity:0;
	}
}

.fade-in-and-out {
	animation-duration: 1s;
	animation-name: fade-in-and-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}