
span.pt_term {
  cursor: pointer;
  color: #2196f3;
}

span.pt_term_intro {
  cursor: pointer;
  color: #2196f3;
}

span.pt_term:hover {
  text-decoration: underline;
}

span.pt-term-inline-remove {
  padding: 2px 0 0 2px;
  vertical-align: middle;
  display: none;
}

span.pt-term-inline-remove img {
  width: 12px;
  height: 12px;
}

span.pt_term.pt_noarticles {
	color: inherit;
	cursor: text;
}

span.pt_term.pt_noarticles:hover {
	text-decoration: none;
}

span.pt_term.pt_noarticles_edit {
	color: #a9c5db;
}

body.pt-enabled span.pt-term-inline-remove {
  display: inline;
}

body.pt-enabled span.pt_term {
  z-index: 1000;
  display: inline-block;
  background-color: white;
  border: solid 1px black;
  border-radius: 20px;
  padding: 4px 10px;
  position: relative;
}

.pt-action {
  cursor: pointer;
}

#pt-icon {
  display: inline;
  margin-right: 10px;
  float: left;
  cursor: pointer;
  position: relative;
}

#pt-context-menu {
  display: none;
  position: absolute;
  border: solid 3px #3b88c3;
  box-shadow: 7px 7px silver;
  width: 150px;
  height: 200px;
  padding: 5px;
  background-color: white;
}

#pt-tag-context .pt-close {
  float: right;
}

#pt-tag-context .pt-selected-text {
  font-weight: bold;
  font-size: 110%;
  padding: 2px;
  margin-bottom: 5px;
}

#pt-tag-context .context-choice {
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border: solid 1px gray;
  border-radius: 10px;
  margin-bottom: 8px;
}

#pt-tag-context .context-choice:hover {
  background-color: #3b88c3;
}


body.pt-enabled #pt-icon {
  background-color: white;
  border-radius: 10px;
  border: solid 1px black;
  padding: 5px;
}

.pt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(0,0,0,0.5);
}

.pt-keepoverlay {
  background-color: white;
  text-align: center;
}

div.pico-content {
  width: 80%;
  max-width: 600px;
}

#pt-name-map {
  width: 100%;
  height: 100%;
}

.gm-style img {
    max-width: none !important;
}


/*******************************
PT Container
*******************************/

#pt_infoBox {
  position: fixed;
  margin: 0;
  z-index: 999;
  background: white;
  width: 0px;
  height: 0px;
  transition: top .75s ease, right 1s ease, width .75s ease, height .75s ease, margin .75s ease;
  font-size: 16px;
  font-family: 'Roboto', sans-serif; 
  overflow: hidden;
}

#pt_infoBox .hidden .hiddenitem {
  opacity: 0;
  transition: opacity 1s ease .5s;
}

#pt_infoBox.in {
  right: 5% !important;
  margin-right: -20px;
  top: 5% !important;
  width: 300px;
  z-index: 997;
  height: 90%;
}

#pt_infoBox > div {
	height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}

#pt_infoBox.out {
  display: none;
}

#pt_infoBox.loaded .hidden .hiddenitem {
  opacity: 1;
  height: 100%;
}

@media only screen and (max-device-width: 480px) {
	#pt_infoBox.in {
	  right: 0 !important;
	  margin-right: 0;
	  top: 0 !important;
	  width: 100%;
	  height: 100%;
	  left: 0;
  }
}

/**************************
Colors
**************************/

#pt_infoBox .primary {
  background: #2196F3; /* Blue 500 */
  color: white;
}

#pt_infoBox .primary a {
  color: white;
}

#pt_infoBox .primarytext, #pt_infoBox .primarytext a {
  color: #2196F3; /* Blue 500 */
}

#pt_infoBox .white {
  background: white;
  color: black;
}

#pt_infoBox .white a {
  color: black;
}

#pt_infoBox .gray {
  background: #ddd;
}

#pt_infoBox .accent {
  background: #FFC400; /* Amber A400 */
  color: white;
}

#pt_infoBox .accent a {
  color: white;
}

#pt_infoBox .accenttext, #pt_infoBox .accenttext a {
  color: #FFAB00; /* Amber A400 */
  font-weight: 700;
}


/**************************
Shadows
**************************/

#pt_infoBox.shadow {
  -webkit-box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.25);
}

#pt_infoBox .shadow {
  -webkit-box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.15);
  box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.15);
}

#pt_infoBox .rightshadow {
  -webkit-box-shadow: 8px 5px 3px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 8px 5px 3px 1px rgba(0,0,0,0.15);
  box-shadow: 8px 5px 3px 1px rgba(0,0,0,0.15);
}

#pt_infoBox .cardshadow {
  -webkit-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.1);
}


/**************************
PT Flex
**************************/

/* #pt_innercontainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: -webkit-column;
  -ms-flex-direction: column;
  flex-direction: column;
} */

/**************************
PT Header
**************************/

#pt_header {
  box-sizing: border-box;
  height: 40px;
  padding: 8px 8px;
}

#pt_header .material-icons {
  font-size: 24px;
}

#pt_menubutton {
  float: left;
  cursor: pointer;
}

#pt_logo {
  float: left;
  margin: 3px 8px;
  width: 190px;
}

#pt_searchbutton {
  float: left;
  cursor: pointer;
}

#pt_closebutton {
  float: right;
  cursor: pointer;
}

#pt_entity {
  height: 100px;
  color: white;
  position: relative;
  font-size: 24px;
  transition: all 1s ease;
  cursor: pointer;
}

#pt_entity > i {
	display: none;
	margin: 14px 6px;
	color: white;
}

#pt_entity.min {
  height: 50px;
  font-size: 16px;
}

#pt_entity.advmode > i {
	display: inline-block; 
	float: left;
}

#pt_entitycontainer span {
  position: absolute;
  bottom: 14px;
  left: 16px;
  width: 288px;
}

#pt_entity.min #pt_entitycontainer span {
  left: 38px;
}
/**************************
PT Search
**************************/

#pt_searchbox {
  display: none;
  padding: 10px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

#pt_searchbox.open {
  display: block;
}

input#pt_search {
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
}

.pt_suggested {
	cursor: pointer;
}

.pt_suggested:hover {
	background-color: #ffa500;
	opacity: 0.2;
}

.pt_suggested .material-icons {
  float: left;
  margin-right: 15px;
}

.pt_suggested div {
  float: left;
  width: 70%;
  margin-bottom: 10px;
}

/**************************
PT Content
**************************/

#pt_content {
	display: -ms-flexbox;
	display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: all 1s ease;
}

#pt_contentcontainer {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media
{
	#pt_content {
	  flex: 1;
	}
  #pt_contentcontainer {
    display: block;
    overflow-y: scroll !important;
   -webkit-overflow-scrolling: touch;
  }
}}

#pt_content.max #pt_contentcontainer {
  height: 100%;
  overflow-y: hidden;
}

#pt_content.max {
  height: 100%;
  overflow-y: hidden;
}


#pt_content.hide {
  display: none;
}

.pt_card {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  margin: 10px 10px 15px;
  border-radius: 5px;
  transition: all .5s ease;
  height: auto;
}

.pt_card.activecard {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  border-radius: 0;
  height: 100%;
}

#pt_mapcard.pt_card.activecard {
  overflow-y: hidden;
}

.pt_card.inactivecard {
  display: none;
}

.pt_card .cardtitle {
  opacity: 0.54;
  display: block;
  line-height: 28px;
}

.pt_card .cardsubtitle {
  opacity: 0.54;
  display: block;
  line-height: 28px;
  margin-top: -8px;
  font-size: 14px;
}

.pt_card .cardcontent {
  display: block;
}

.pt_card .cardsummary {
  opacity: 0.87;
  margin: 0 0 3px;
  cursor: pointer;
}

.pt_card.activecard .cardsummary {
  display: none;
}

.pt_card .carddetails {
  display: none;
}

.pt_card.activecard .carddetails {
  display: block;
}

.pt_other {
  margin-top: 4px;
}

#pt_infoBox .explore {
  display: block;
  text-transform: uppercase;
  text-align: right;
  line-height: 28px;
  margin-right: 5px;
  cursor: pointer;
}

.pt_card.activecard .explore {
  display: none !important;
}

.pt_link {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  text-align: right;
  margin: 10px 10px 5px;
  cursor: pointer;
}

.pt_innercard {
  box-sizing: border-box;
  padding: 5px;
  margin: 0;
  border-radius: 5px;
  font-size: 16px;
  clear: both;
  min-height: 40px;
}

.pt_innercard.entitydetails .material-icons {
  display: block;
  float: left;
  margin-right: 16px;
  opacity: 0.87;
}

.pt_innercard.entitydetails span {
  display: block;
  margin-top: 2px;
  float: left;
  width: 70%;
}

.pt_innercard div.entitycount {
	float: right;
	border: solid 1px black;
  padding: 1px 4px;
}

.pt_story {
  float: left;
  width: 100%;
  cursor: pointer;
  margin-top: 5px;
  color: white;
}

.pt_story.pt-photo {
  background: top center no-repeat;
  height: 250px;
  background-size: cover;
  text-align: left;
  display: flex;
  position: relative;
  z-index: 1;
}

.pt_story.pt-photo.pt-image-long {
    background-size: contain;
    background-position: top;
    background-color: silver;
    height: 160px;
}

.pt_story .material-icons {
  font-size: 75px;
  margin: 5px;
  float: left;
}

.pt_story div.pt-meta {
  background-color: #2196f3;
  padding: 5px;
  color: white;
  min-height: 75px;
  z-index: 5;
}

.pt_story.pt-photo div.pt-meta {
  bottom: 0;
  padding: 0 10px;
  width: 100%;
  color: white;
  display: inline-block;
  align-self: flex-end;
  min-height: 50px;
  background: none;
}

.pt_story.pt-photo div.pt-pic-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
  background: -moz-linear-gradient(top, rgba(98,98,98,0) 0%, rgba(98,98,98,0.35) 45%, rgba(53,53,53,0.5) 65%, rgba(23,23,23,0.85) 85%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,98,98,0)), color-stop(45%,rgba(98,98,98,0.35)), color-stop(65%,rgba(53,53,53,0.5)), color-stop(85%,rgba(23,23,23,0.85)), color-stop(100%,rgba(0,0,0,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(98,98,98,0) 0%,rgba(98,98,98,0.35) 45%,rgba(53,53,53,0.5) 65%,rgba(23,23,23,0.85) 85%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(98,98,98,0) 0%,rgba(98,98,98,0.35) 45%,rgba(53,53,53,0.5) 65%,rgba(23,23,23,0.85) 85%,rgba(0,0,0,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(98,98,98,0) 0%,rgba(98,98,98,0.35) 45%,rgba(53,53,53,0.5) 65%,rgba(23,23,23,0.85) 85%,rgba(0,0,0,1) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(98,98,98,0) 0%,rgba(98,98,98,0.35) 45%,rgba(53,53,53,0.5) 65%,rgba(23,23,23,0.85) 85%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00626262', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  z-index: 3;
  transition: 200ms all ease;
}

.pt_story.pt-photo:hover div.pt-pic-overlay {
	background: -moz-linear-gradient(top, rgba(98,98,98,0) 0%, rgba(98,98,98,0) 30%, rgba(98,98,98,0.15) 45%, rgba(53,53,53,0.35) 65%, rgba(35,35,35,0.55) 77%, rgba(23,23,23,0.75) 85%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,98,98,0)), color-stop(30%,rgba(98,98,98,0)), color-stop(45%,rgba(98,98,98,0.15)), color-stop(65%,rgba(53,53,53,0.35)), color-stop(77%,rgba(35,35,35,0.55)), color-stop(85%,rgba(23,23,23,0.75)), color-stop(100%,rgba(0,0,0,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(98,98,98,0) 0%,rgba(98,98,98,0) 30%,rgba(98,98,98,0.15) 45%,rgba(53,53,53,0.35) 65%,rgba(35,35,35,0.55) 77%,rgba(23,23,23,0.75) 85%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(98,98,98,0) 0%,rgba(98,98,98,0) 30%,rgba(98,98,98,0.15) 45%,rgba(53,53,53,0.35) 65%,rgba(35,35,35,0.55) 77%,rgba(23,23,23,0.75) 85%,rgba(0,0,0,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(98,98,98,0) 0%,rgba(98,98,98,0) 30%,rgba(98,98,98,0.15) 45%,rgba(53,53,53,0.35) 65%,rgba(35,35,35,0.55) 77%,rgba(23,23,23,0.75) 85%,rgba(0,0,0,1) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(98,98,98,0) 0%,rgba(98,98,98,0) 30%,rgba(98,98,98,0.15) 45%,rgba(53,53,53,0.35) 65%,rgba(35,35,35,0.55) 77%,rgba(23,23,23,0.75) 85%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00626262', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.pt_headline {
  opacity: 1;
  margin: 4px 0 0;
  font-weight: 700;
  font-size: 11pt;
  line-height: 1.2;
}

.pt_story.pt-photo .pt_headline {
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

.pt_headline:hover {
	text-decoration: underline;
	color: #f2f2f2; 
}

.pt_source {
  opacity: 1;
  font-size: 12px;
  margin: 0 0 10px;
}

.pt_teaser {
  opacity: 0.87;
  font-size: 13px;
  margin-bottom: 15px;
  clear: both;
  display: none;
}

.pt_teaser .pt_location_term {
  font-weight: bold;
}

#pt_photosummary ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}

#pt_photosummary ul li {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style-type: none;
  margin-bottom: 5px;
  text-align: center;
}

#pt_photosummary ul li img {
 object-fit: cover;
 width: 120px;
 height: 100px;
 border-radius: 10px;
}

ul#pt_photodetails {
  margin: 0;
  padding: 0;
}

ul#pt_photodetails li {
  list-style-type: none;
  margin: 10px 0 25px;
  cursor: pointer;
}

ul#pt_photodetails li img {
 width: 100%;
 height: auto;
 border-radius: 10px;
}

#pt_infoBox #pt-name-map {
  width: 100%;
  height: 280px;
  border-radius: 5px;
}

#pt_timeline_year {
  float: left;
  width: 22%;
  box-sizing: border-box;
  padding-right: 2%;
}

.pt_year {  
  text-align: center;
  margin: 0;
  height: 115px;
  padding-top: 5px;
  opacity: 0.58;
  cursor: pointer;
  border-right: 8px solid;
}

.pt_year.selected, .pt_month.selected {
  opacity: 0.87;
}

#pt_timeline_month {
  width: 22%;
  box-sizing: border-box;
  padding-right: 2%;
  float: left;
}

.pt_monthcontainer {
  display: none;
}

.pt_month {
  text-align: center;
  margin: 0;
  height: 73px;
  padding-top: 2px;
  opacity: 0.58;
  cursor: pointer;
  border-right: 8px solid;
}

#pt_timeline_stories {
  width: 56%;
  float: left;
  box-sizing: border-box;
  padding-left: 2%;
}

#pt_timeline_summary {
	width: 100%;
	border-bottom: 8px solid;
}

#pt_timelinesummary div.pt_firstyear{
	float: right;
}

#pt_faqcard {
	display: none;
	text-align: left;
}

#pt_faqcard.activecard {
	display: block;
}

#pt_faqcard p {
  margin: 0;
  color: #000000;
  font-size: 11pt;
  font-family: "Arial";
}

#pt_faqcard .pt-faq-c0 {
  height: 11pt;
}

#pt_faqcard .pt-faq-c3 {
  font-style: italic;
  color: #ffa500;
  font-weight: bold;
}

#pt_faqcard a.pt-faq-c13 {
	color: #1155cc;
	text-decoration: underline;
}


/**************************
PT Sponsor (Footer)
**************************/

#pt_sponsor {
  height: auto;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  padding: 2px;
}

/**************************
PT Menu
**************************/

#pt_menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -500px;
  width: 250px;
  font-size: 18px;
  transition: all .75s ease;
  z-index: 10;
}

#pt_menu.open {
  left: 0;
}

#pt_menu ul {
  padding: 0 10px;
}

#pt_menu ul li {
  list-style-type: none;
  padding: 12px 10px;
  opacity: 0.87;
}

#pt_menu_0, #pt_menu_1, #pt_menu_2, #pt_menu_3, #pt_menu_4, #pt_menu_5, #pt_menu_6 {
  cursor: pointer;
}  

#pt_menu .material-icons {
  vertical-align: bottom;
  margin-right: 10px;
}

#pt_menubackdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

#pt_menubackdrop.open {
  display: block;
}

/**************************
PT Controls
**************************/

#pt_infoBox .onoffswitch {
  float: right;
  margin-top: 6px;
  position: relative; width: 40px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	cursor: pointer;
	margin-right: 25px;
}

#pt_infoBox .locallabel {
	margin-left: 20px;
}
#pt_infoBox .onoffswitch-checkbox {
    display: none;
}
#pt_infoBox .onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 10px; padding: 0; line-height: 10px;
    border: 0px solid #FFFFFF; border-radius: 20px;
    background-color: #9E9E9E;
}
#pt_infoBox .onoffswitch-label:before {
    content: "";
    display: block; width: 20px; margin: -5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 26px;
    border-radius: 20px;
    box-shadow: 0 6px 12px 0px #757575;
}
#pt_infoBox .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #42A5F5;
}
#pt_infoBox .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #42A5F5;
}
#pt_infoBox .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
#pt_infoBox .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
    background-color: #2196F3; 
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}

/*************************
PT Icon
*************************/
#pt-icon a.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 0px 1px 1px #666666;
  -webkit-box-shadow: 0px 1px 2px #666666;
  -moz-box-shadow: 0px 1px 2px #666666;
  box-shadow: 0px 1px 2px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: url('//s3.amazonaws.com/staticpoints/smartclickconnect-2.png') no-repeat #ffa500;
  background-position:50% 50%;
  background-size: 63px 23px;
  padding: 4px 37px 4px 38px;
  text-decoration: none;
}

#pt-icon a.btn:hover {
  background-color: #3cb0fd;
  text-decoration: none;
}

#pt-icon.active a.btn {
  background-color: #3cb0fd;
  text-decoration: none;
  background-position: 15% 50%;
  background-size: 45px 20px;
  padding: 4px 40px 4px 35px;
}

#pt-icon a.btn i.pt-menu {
  display: none;
}

#pt-icon.active a.btn i.pt-menu {
	right: 0;
  position: absolute;
  font-size: 20px;
  color: black;
  padding-top: 0px;
  border-left: solid 1px black;
  display: inline-block;
}

#pt-icon .pt-remember {
	display: none;
	margin-top: 2px;
}

#pt-icon .pt-remember input {
	vertical-align: bottom;
}

#pt-menu-dropdown {
	display: none;
	background-color: #3cb0fd;
	color: white;
	position: absolute;
	right: 0;
	top: 22px;
	width: 120px;
}

#pt-menu-dropdown ul {
	list-style: none;
	padding: 6px 8px 6px 10px;
	margin: 0;
}

#pt-menu-dropdown li {
	padding: 5px 0;
}

#pt-menu-dropdown .pt-menu-control {
	float: right;
}

/*************************
PT Login
*************************/
.pt-login-frame {
	height: 210px;
}

.pt-login-close {
	float: right;
}

#pt-login-form {
	position: fixed;
  left: 40%;
  top: 40%;
  background-color: white;
  height: auto;
  width: 300px;
  text-align: left;
  box-shadow: silver 5px 5px 5px 5px;
  border: solid 1px green;
  z-index: 999;
}

#pt-login-form .pt-login-header .material-icons {
  font-size: 24px;
}

#pt-login-form .pt-login-close {
  cursor: pointer;
  color: white;
  margin-right: -36px;
  background-color: #0b2767;
  right: 0;
  top: 0px;
  height: 30px;
  width: 35px;
  text-align: center;
  padding-top: 5px;
  position: absolute;
}

.pt-login-tabs {
	clear: both;
	color: white;
	background-color: #2196F3 ;
}

.pt-login-tabs > div {
	width: 49%;
	padding: 12px 12px;
	text-align: center;
	display: inline-block;
	background-color: #2196F3;
	box-sizing: border-box;
}

#pt-login-form .pt-intro {
	display:block;
	padding: 0;
	text-align: center;
}

#pt-login-form .pt-intro .pt-click-explain {
	font-size: 1.5em;
	text-align: center;
}

#pt-login-form .pt-intro .pt-click-away {
	font-size: 1.1em;
	text-align: center;
}

#pt-login-form .pt-intro .pt-faq {
  background-color: #eff0f0;
  text-align: center;
  height: 46px;
  font-size: 1.1em;
  cursor: pointer;
}

#pt-login-form .pt-intro p {
	margin: 0 0 0.1em;
}

#pt-login-form .pt-intro .pt-faq p {
  padding-top: 4px;
  vertical-align: middle;
  font-weight: bold;
}

#pt-login-form .pt-intro .pt-faq img {
	vertical-align: middle;
  margin-right: 8px;
}

#pt-login-form .pt-intro .pt-blue {
  color: #1194f7;
}

#pt-login-form .pt-intro .pt-underline {
  text-decoration: underline;
}

#pt-login-form .pt-login {
	display: none;
}

#pt-login-form.pt-pub .pt-intro {
  display: none;
}

#pt-login-form.pt-pub .pt-login {
  display:block;
}

#pt-login-form .pt-reader {
	border-bottom: solid 6px #0b2767;
}

#pt-login-form .pt-login-menu {
  border-bottom: none;
}

#pt-login-form.pt-pub .pt-reader {
  border-bottom: none;
}

#pt-login-form.pt-pub .pt-login-menu {
  border-bottom: solid 6px #0b2767;
}

#pt-login-form .pt-reset {
	padding: 10px;
}

#pt-icon a.btn.pos, #pt-icon a.btn.good {
	background-color: green;
}

#pt-icon a.btn.neg, #pt-icon a.btn.bad {
  background-color: red;
}

#pt-icon a.btn.neu {
  background-color: lightblue;
}

@media only screen and (max-device-width: 480px) {
    
  #pt-login-form {
    right: 0 !important;
    margin-right: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    left: 0;
  }
  
  #pt-login-form .pt-login-close {
    position: relative;
    margin-right: 0;
    width: 100%;
    text-align: right;
  } 
}