@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);

/* w3-theme */
.w3-theme-l5 {color:#000 !important; background-color:#f2f9fe !important}
.w3-theme-l4 {color:#000 !important; background-color:#d2eafd !important}
.w3-theme-l3 {color:#000 !important; background-color:#a6d4fa !important}
.w3-theme-l2 {color:#000 !important; background-color:#79bff8 !important}
.w3-theme-l1 {color:#fff !important; background-color:#4daaf6 !important}
.w3-theme-d1 {color:#fff !important; background-color:#0c87eb !important}
.w3-theme-d2 {color:#fff !important; background-color:#0b78d1 !important}
.w3-theme-d3 {color:#fff !important; background-color:#0a69b7 !important}
.w3-theme-d4 {color:#fff !important; background-color:#085a9d !important}
.w3-theme-d5 {color:#fff !important; background-color:#074b83 !important}

.w3-theme-light {color:#000 !important; background-color:#f2f9fe !important}
.w3-theme-dark {color:#fff !important; background-color:#074b83 !important}
.w3-theme-action {color:#fff !important; background-color:#074b83 !important}

.w3-theme {color:#fff !important; background-color:#2196f3 !important}
.w3-text-theme {color:#2196f3 !important}
.w3-border-theme {border-color:#2196f3 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#2196f3 !important}
.w3-hover-text-theme:hover {color:#2196f3 !important}
.w3-hover-border-theme:hover {border-color:#2196f3 !important}

.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}


/* w3.css override */
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
hr {
	border-top: 1px solid grey
}
.w3-bar,h1,button {font-family: "Montserrat", sans-serif}
.fa-anchor,.fa-coffee {font-size:200px}

/* from main.css */
.caption { font-size: smaller; font-weight: bold}
.date { font-size: 12px; color:#666; font-style:italic }
.photo, .credit {font-size: 10px;}

/* from redwhite.css */
.imgr{ 
	border:1px solid #000000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.ecak-beige {
	background-color: #efe3c6
}

.ecak-text-brown {
	color: #825a29
}

.ecak-header-text {
	font-size: 1.25em;
}

.w3-bar .ecak-home-menuitem {
	padding: 12px 24px;
}

.article-header .ecak-header-social,
.article-header .ecak-header-text {
	display: none;
}
	
.w3-sidenav a,.w3-sidenav h4 {padding: 12px;}
.w3-navbar li a {
	padding-top: 12px;
	padding-bottom: 12px;
}

/* print content section only - no header, sidenav, sidebar or footer */
@media print {
 
  #ecakheader * {
	visibility: hidden;
  }

}

.upc-social-footer a {
	padding: 3px 6px;
	font-size: 30px;
	color: #825a29;
}

.upc-float-right {
	float: right;
	display: inline-block;
}

.upc-float-left {
	float: left;
	display: inline-block;
}

.upc-list {
	color: #555;
	padding-left: 30px;
}

.upc-links-list {
	color: #555;
	padding-left:15px;
}

.upc-list li {
	padding: 6px 0px;
}

.upc-list.show10 li:nth-child(n+10),
.upc-list.show15 li:nth-child(n+15),
.upc-list.show20 li:nth-child(n+20),
.upc-list.show25 li:nth-child(n+25),
.upc-list.show26 li:nth-child(n+26),
.upc-list.show27 li:nth-child(n+27),
.upc-list.show28 li:nth-child(n+28),
.upc-list.show29 li:nth-child(n+29),
.upc-list.show30 li:nth-child(n+30),
.upc-list.show31 li:nth-child(n+31),
.upc-list.show32 li:nth-child(n+32),
.upc-list.show33 li:nth-child(n+33),
.upc-list.show34 li:nth-child(n+34),
.upc-list.show35 li:nth-child(n+35),
.upc-list.show36 li:nth-child(n+36),
.upc-list.show37 li:nth-child(n+37),
.upc-list.show38 li:nth-child(n+38),
.upc-list.show39 li:nth-child(n+39),
.upc-list.show40 li:nth-child(n+40) {
    display:none;
}

.upc-list.show-more {
	font-weight: bold;
	padding: 25px 0px;
	text-align: center;
    cursor: pointer;
}

.bounce {
  -moz-animation: bounce 6s infinite;
  -webkit-animation: bounce 6s infinite;
  animation: bounce 6s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.list-subheading {
	padding-left: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}

.section-tile {
	display: inline-block;
	font-size: 1.15em;
	border-radius: 5px;
	background-color: #f2f9fe;
	border: 1px solid #eee;
	line-height: 1.5em;
	margin: 0px 12px 8px 0px;
	padding: 8px 16px;
	text-align: center;
	color: #757575!important;
}

.section-tile:hover {
	background-color: #ddd; 
}

.section-anchor:before { 
	display: block; 
	content: " "; 
	height: 70px;      /* Give height of your fixed element */
	margin-top: -70px; /* Give negative margin of your fixed element */  	
	visibility: hidden; 
}

a {
	word-wrap: break-word;
}

.article-content a.hf:link {color: #ffffff; text-decoration: none;}
.article-content a.hf:visited {color: #ffffff; text-decoration: none;}
.article-content a.hf:hover {color: #333399; text-decoration: none;}
.article-content a.hf:active {color: #ffffff; text-decoration: none;}
	
.article-content a:link {color: #825a29; text-decoration: none; font-weight: bold;}
.article-content a:visited {color: #825a29; text-decoration: none; font-weight: bold;}
.article-content a:hover {color: #333399; text-decoration: none; font-weight: bold;}
.article-content a:active {color: #825a29; text-decoration: none; font-weight: bold;}

.list-content a:link {color: #825a29; text-decoration: none; font-weight: bold;}
.list-content a:visited {color: #825a29; text-decoration: none; font-weight: bold;}
.list-content a:hover {color: #825a29; text-decoration: none; font-weight: bold;;}
.list-content a:active {color: #825a29; text-decoration: none; font-weight: bold;}

.vid-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 35px; height: 0; overflow: hidden;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer a, header a {
	text-decoration: none;
}

.article-content .page-navbar a:link {
	font-weight: normal;
}

.page-navbar li {
	color:#0c87eb; /* w3-theme */
}

.header-photo-credit {
	font-size: 11px;
	color: #cfdfff;
	padding: 5px 5px 0px 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    width: 100%;
	display: inline-block;
}

@media screen and (max-width: 1150px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width:1009px) {
}

@media screen and (min-width:901px) {
  .upc-hide-large {
	  display: none!important;
  }
}

@media (max-width:900px) and (min-width:601px) {
}

@media screen and (max-width:900px) {
  .upc-hide-medium {
	  display:none!important;
  }
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 600px) {
  h1{font-size:32px}
  h2{font-size:27px}
  h3{font-size:24px}
  h4{font-size:18px}
  h5{font-size:16px}
  h6{font-size:14px}

  .upc-float-right,
  .upc-float-left {
	  float: none;
	  display: block;
  }
  
  .upc-float-right img,
  .upc-float-left img {
	  width:100%;
  }
  
  .ecak-header-text {
	font-size: 1em;
  }
}

/* Mobile */
@media screen and (min-width: 320px) and (max-width: 480px) { 
  .section-tile {
	  display: block;
	  width: 100%;
  }
  
  .w3-bar .ecak-home-menuitem {
	padding: 12px 8px;
  }
}