/*
Theme Name: Updated RW
Theme URI: localhost/retirementwatch
Author: tony cane
Author URI: none
Description: Guru Theme with Visitor
Version: 1.0.14
*/
*{
	padding:0;
	margin:0;
}
body{ 
	/*background:#dfdfdf;*/
	
	font-family: 'Roboto Condensed', 'Arial Narrow', 'Helvetica Neue', sans-serif;
	
}
h1,h2,h3,h4,h5,h6{
	line-height:normal;
	font-weight:bold;
	
	font-family: 'Roboto Condensed', 'Arial Narrow', 'Helvetica Neue', 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;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	color:inherit;
}
a{
	color: #2b76a1;
}
a:hover{
	color:#1C4C68;
	transition: 0.5s ease;
}
.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;
}
.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:#1C4C68 !important;
}
.medium-primary{
	background:#5485A5 !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;
}
.black-font{
	color:#000000 !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:#ff6600;
}
.dark-orange{
	background:#ff3600;
}
.orange-hover:hover{
	background:#ff6600;
}
.dark-orange-hover:hover{
	background:#ff3600;
}
.round{
	border-radius: 1000px;
}
.defcolor-bg{
	background:#1C4C68;
}
.defcolor{
	color:#1C4C68;
}
.divider{
	height:1em;
	background:#5485A5;
}


.header{
	background:#1C4C68;
	background: linear-gradient(to right,#5485A5,#1C4C68);
	display:block;
}
.header .logobg{
	/*
	background-image: url(images/lighthouse3.png);
	background-repeat:no-repeat;
	height:108px;
	*/
}
.site-description{
	color:#ffffff;
}
.top-bar{
	padding:.125rem;
}
.top-bar, .top-bar ul{
	background:#ececec;
}
 
.top-bar a{
}
.menu .button{
	font-size:1rem;
}

.widemenu-left, .widemenu-left ul{
	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:#1C4C68;
	/*background: linear-gradient(to right,#1C4C68,#5485A5);*/
	/*text-transform:uppercase;
	font-weight:bold;*/
}
.widemenu-right ul{
	background:none;
}
.widemenu-right ul ul{
	background:#1C4C68;
}
.widemenu-right, .widemenu-right ul a, .widemenu-right ul ul a{
	color:#ffffff;
}
.widemenu-right .dropdown.menu > li.is-dropdown-submenu-parent > a:after{
	border-color:#ffffff transparent transparent;
}
.widemenu-right .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after{
	border-color:transparent transparent transparent #ffffff;
}
.searchicon:hover circle, .searchicon:hover line{
	stroke:#82B2D5;
}

/* 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;}

@media (min-width:1024px){
	.top-bar .callout{display: none;}
}



/*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: "";
}

.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(#5090AB,#1C4C68);
	padding-top:1em;
}
.footer .menu li a{
	color:#ffffff;
	font-weight:bold;
}

.title-bar {
}
.no-js .top-bar {
 	display: none;
}
#site_logo{
}
@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;
}

@media (max-width: 768px) {
	#offCanvasleft{
		display: none;}
	}

/* directories */
#breadcrumbs {
    margin-bottom: 1em;
}
#list.states a, #list.cities a, #list.denominations a, #list.zips a {
    display: inline-block;
    background: #2ea3f2;
    color: white;
    margin: .5%;
    padding: 1em;
}
#list.states a:hover, #list.cities a:hover, #list.denominations a:hover, #list.zips a:hover {
    color: #1258b7;
}
#list.states a, #list.cities a {
    width: 32.33%
}
#list.denominations a {
    width: 49%
}
#list.zips a {
    width: 24%
}
#list.properties div.details {
    margin-bottom: .5em;
}
#list .details p {
	margin-bottom: 0;
}
@media screen and (max-width: 425px) {
    #list {
        margin-bottom: 1em;
    }
    #list.states a, #list.cities a, #list.denominations a {
        width: 100%
    }
    #list.zips a {
        width: 50%
    }
}
