body{
  background-color: #f7f7f7;
}
/*h1,h2,h3,h4,h5,h6 {*/
  /*font-family: Bitter;*/
/*}*/
body.front.mobile-menu-clicked .fp-logo{
  float: right;
  position: inherit;
  width: 64px;
}
body.front.mobile-menu-clicked .head-bar .main-search{
  display: none;
}
body.page-self-help,
body.page-node{
  background-color: #fff;
}
.alert-banner{
  background-color: #96D24D;
  text-align: center;
  font-size: 20px;
}
.alert-banner-close {
  color: #fff;
  padding: 2px 9px;
  position: absolute;
  right: 5px;
  top: 1px;
  font-family: FontAwesome;
}
body.admin-menu .alert-banner-close{
  top:30px;
}
.alert-banner-close:hover{
  color: #000;
}
.view-announcement a:link,
.view-announcement a:active,
.view-announcement a:visited{
  color: #22359e;
  text-decoration: none;
}
.view-announcement a:hover{
  text-decoration: underline;
  color: #965454;
  /*text-shadow: 0px 1px #000000;*/
}
.header{
  background-color: #024442;
  width: 100%;
  height: 80px;
}
.page-search .header{
  height: auto;
}
.layout-center {
  margin: 0 auto 2%;
}
.head-bar{
  height: 87px;
}
.front .head-bar{
  height: 80px;
}
.head-bar .fp-logo{
  width: 87px;
  margin-left: 60px;
  float: left;
}
.front .head-bar .fp-logo{
  width: 134px;
}
.head-bar .fp-logo img{
  width: 85px;
}
body.front .head-bar .fp-logo img{
  width: 100%;
  position: relative;
  z-index: 10;
}
nav.main-menu {
  display: inline-block;
  margin: 30px 0 0 5px;
}
nav.main-menu a:link,
nav.main-menu a:active,
nav.main-menu a:visited{
  color: #F6F8F8;
  text-decoration: none;
  /*text-transform: uppercase;*/
  padding: 5px 10px;
  font-weight: 400;
  border: 1px solid #024442;
  font-size: 17px;
}
nav.main-menu a:hover{
  background-color: #013938;
  color: #fff;
  border: 1px solid #777;
}
.nav-toggle{
  display:none;
}
/* Main Menu theming*/
/*Top level*/
ul#nav{
  margin:0;
  padding:0;
}
ul#nav > li {
  float:left;
  display:inline-block;
  position:relative;
}
ul#nav > li > a {
  display:inline-block;
}

ul#nav > li:hover > a,  ul#nav > .current-item > a {
  background-color: #013938;
  color: #fff;
  /*border: 1px solid #777;*/
}
nav.mobile-menu li.top-nav{
  border-bottom: 2px solid #28605E;
}
nav.mobile-menu li.top-nav.kids{
  background-image: url(images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 12px;
}
nav.mobile-menu li.top-nav.kids > a:hover{
  background-image: url(images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 12px;
}
nav.mobile-menu li.top-nav.kids.expanded {
  background-image: url(images/up-arrow.png);
}
nav.mobile-menu li.top-nav.kids.expanded > a:link,
nav.mobile-menu li.top-nav.kids.expanded > a:active,
nav.mobile-menu li.top-nav.kids.expanded > a:visited{
  background-image: url(images/up-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 12px;
  background-color: #28605E;
}
nav.mobile-menu li.top-nav.kids.expanded > a:hover{
  background-image: url(images/up-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 12px;
}

.view-self-help-tools .field-content.button {
  width: 100%;
}
.view-self-help-tools .field-content.button h3{
  margin:0;
}
.view-self-help-tools .field-content.button a {
  text-decoration: none;
}
.view-self-help-tools .field-content.button .excerpt{
  padding-left: 80px;
}

.sub-menu {
  width:250%;
  padding:0;
  position:absolute;
  top:100%;
  left:0;
  z-index: 1;
  opacity: 1;
  transition:opacity linear 0.15s;
  background:#28605E;
  display: none;
}
#nav li:hover .sub-menu {
  display: block;
}
.sub-menu li {
  display:block;
  font-size:15px;
  margin:0;
}

.sub-menu li.filler {
  height: 26px;
  background-color: #024442;
}
.front .sub-menu li.filler {
  height: 14px;
}
.sub-menu li a {
  padding:10px 30px;
  display:block;
}
.sub-menu li a:link,
.sub-menu li a:active,
.sub-menu li a:visited{
  color: #F6F8F8;
  border:none;
}


.sub-menu li a:hover, .sub-menu .current-item a {
  background:#013938;
}
/* End Main Menu Theming*/
.lang-opts-wrapper{
  padding:20px;
}
.lang-opts {
  float: right;
  background: #fff url("images/dropdown-arrow.png") no-repeat 93% 13px;
  /*margin: 25px 25px 0 0;*/
  height: auto;
  width: 184px;
  border: 1px solid #fff;
  border-radius: 5px;
  position: absolute;
  top: 25px;
  right: 260px;
  z-index: 10;
}
.lang-opts2{
  background: #fff url("images/dropdown-arrow.png") no-repeat 93% 13px;
  /*margin: 25px 25px 0 0;*/
  height: auto;
  width: 184px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 auto;
}
.lang-ul {
  list-style: outside none none;
  margin: 0;
  padding: 7px 10px;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
}
.lang-opts.collapsed,
.lang-opts2.collapsed{
  height: 40px;
  overflow: hidden;
}
.lang-link {
  display: block;
  padding: 1px 0 1px 10px;
  text-decoration: none;
  width: 100%;
}
a.lang-link:hover{
  background-color: #86BC45;
  color: #000;
}
.lang-opts.collapsed a.lang-link,
.lang-opts2.collapsed a.lang-link{
  display: none;
}
/*Node css*/
.ds-2col.node .group-left h2 {
  display: none;
}
.ds-2col.node > .group-left{
  width: 75px;
  padding-top: 15px;
}
.ds-2col.node > .group-right{
  float: left;
  display: inline-block;
  width: calc(100% - 100px);
}
.ds-2col.node > .group-right h2{
  margin-top: 10px;
}
.view-classroom-steps .group-left {
  margin-top: 50px;
}
.green-btn{
  padding: 8px 0;
  font-size: 15px;
  height: 40px;
  width: 140px;
  background-color: #96D24D;
  border-radius:5px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
.green-btn a:link,
.green-btn a:active,
.green-btn a:visited{
  color: #000;
  text-decoration: none;
}
.green-btn:hover {
  background-color: #86BC45;
  color: #fff;
}
.green-btn:hover a{
  color: #fff;
}
.donate-btn {
  float: right;
  /*margin: 25px 40px 0 0;*/
  position: absolute;
  right: 98px;
  top: 25px;
}
.donate-btn a{
  text-decoration: none;
  color: #000;
}
a.donate-link span.ext {
  display: none;
}
.e-news span.ext {
  display: none;
}
body.admin-menu .donate-btn,
body.admin-menu .lang-opts,
body.admin-menu .triage-btn{
  top: 54px;
}
.main-search {
  float: right;
  margin: 25px 40px 0 0;
  position: relative;
  z-index: 999;
}
#autocomplete{
  margin-left: -20px;
  width: 354px !important;
}
#autocomplete ul{
  background-color: #fff;
  padding: 0 10px;
}
#views-exposed-form-adjusted-search-page .form-submit, #views-exposed-form-search-page-1 .form-submit {
  background: transparent url("images/search-icon.png") no-repeat scroll 0 13px / 33px auto;
  border: medium none;
  box-shadow: none;
  color: #000;
  font-family: FontAwesome;
  height: 40px;
  margin: -10px 0 0;
  overflow: hidden;
  outline:none;
  padding: 0 0 0 2px;
  text-indent: 0;
  width: 40px;
}
#views-exposed-form-adjusted-search-page .form-submit:hover, #views-exposed-form-search-page-1 .form-submit:hover {
  background: transparent url("images/search-icon.png") no-repeat scroll 0 13px / 33px auto;
}
.page-search #views-exposed-form-adjusted-search-page #edit-key-wrapper {
  max-width: 345px;
}
#views-exposed-form-adjusted-search-page #edit-key-wrapper {
  max-width: 100%;
  padding: 0;
  width: 345px;
}
#views-exposed-form-adjusted-search-page #edit-key {
  border: medium none;
  border-radius: 5px;
  font-size: 15px;
  height: 40px;
  margin: 2px -12px 0;
  width: 100%;
  outline:none;
  padding:0 0 0 5px;
}
.footer-search .views-exposed-form{
  text-align: center;
}
.footer-search .views-exposed-widgets {
  display: inline-block;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100% ;
  max-width: 400px;
}
.footer-search #views-exposed-form-adjusted-search-page .views-exposed-form .views-exposed-widget{
  float: left;
  margin: 8px 0 0 15px;
}
.footer-search #views-exposed-form-adjusted-search-page #edit-key {
  border: nonde;
  border-radius: 5px;
  font-size: 15px;
  height: 40px;
  margin: 2px -12px 0;
  width: 355px;
  outline: #000;
  background-color: #42827e;
  color: #fff;
}
.footer-search #views-exposed-form-adjusted-search-page #edit-key-wrapper {
  max-width: 100%;
  padding: 0;
  width: 345px;
  display: block;
}
.mast-head{
  height: 450px;
  /*background-image: url("images/fpbanner1.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ptla-slogan-wrapper {
  background: rgba(2,68,66,0.75);
  bottom: 0;
  color: #fff;
  font-size: 32px;
  line-height: 45px;
  min-height: 120px;
  padding: 15px 75px;
  position: absolute;
  width: 60%;
}
.front h1{
  text-align: center;
}
.category-row {
  float: left;
  margin: 0 .75% 30px;
  width: 48%;
  border:3px solid #f0f0f0;
  height: 150px;
  background-color: #fff;
  max-width: 550px;
  cursor: pointer;
}
.category-row:hover {
  border-color: #96D24D;
}
.category-row a:link{
  text-decoration: none;
}
.category-image.colorHover {
  border-right: 3px solid #f0f0f0;
  float: left;
  margin: 0 20px 0 0;
  padding: 20px;
}
.category-title{
  font-size:25px;
  color:#2d2d2d;
  letter-spacing:0;
  text-align:left;
  padding: 10px 25px 0;
  font-weight: 600;
}
.category-desc{
  font-size:19px;
  color:#2d2d2d;
  letter-spacing:0;
  line-height:25px;
  text-align:left;
  padding: 10px 20px 10px 0;
  max-height: 90px;
  overflow: hidden;
}
.fp-term-wrapper{
  padding: 10px 20px;
}
h3.self-help-title {
  margin: 7px 0;
  font-size: 20px;
  line-height: 25px;
}
h3.self-help-title a{
  text-decoration: none;
}
.self-help-text {
  padding: 0 20px;
}
.page-triage .layout-center{
  background-color: #fff;
}
.left-post, .right-post{
  width: 50%;
  float: left;
  height:0;
  padding-bottom: 28%;
}
.left-post{
  background-image: url(images/amyfrank.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.right-post{
  background-image: url(images/adeline.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.post-choice{
  text-align: center;
}
.post-choice h3{
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  padding:0;
}
.post-choice .green-btn{
  margin:0 auto;
}
.left-right-posts:after {
  content: '';
  display: block;
  clear: both;
}
.view-search h3 {
  color: #4c7e0d;
  margin-top: 0;
}
.footer{
  background-color: #024442;
  padding-bottom: 25px;
}
.footer-links,
  .footer-links a:link,
  .footer-links a:active,
  .footer-links a:visited{
  color: #fff;
  text-align: center;
}
.support-logos{
  text-align: center;
  margin: 20px 0;
}

.copyright,
.copyright a:link,
.copyright a:active,
.copyright a:visited{
  color: #fff;
  text-align: center;
}

.top-footer{
  background-color: #013937;
  color: #fff;
  height: 250px;
  display: flex;
  vertical-align: middle;
}
.top-footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer-logo{
  width: 126px;
  margin: auto 3% auto 10%;
  float: left;
}
.footer-desc {
  float: left;
  margin: auto 3%;
  width: 60%;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}
.footer-menu {
  background-color: #024442;
  padding: 10px 5%;
  overflow: auto;
}
.footer-menu ul{
  margin:0;
  list-style: none;
  padding:0;
}
.footer-menu ul li{
  margin: 10px 0 0;
}
.footer-menu li.top-cat a:link,
.footer-menu li.top-cat a:active,
.footer-menu li.top-cat a:visited{
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #024442;
  display: block;
}

.footer-menu li.sub-cat a:link,
.footer-menu li.sub-cat a:active,
.footer-menu li.sub-cat a:active,
.footer-menu li.sub-cat a:visited{
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none !important;
  padding: 5px 10px;
  border: 1px solid #024442;
  display: block;
}
.footer-menu a:hover{
  background-color: #013938;
  color: #fff;
  border: 1px solid #777 !important;
  width: 90%;
}
.footer-menu a.donate-link{
  text-decoration: none;
}
.footer-menu a.donate-link:hover{
  background-color: #86BC45;
  border: none !important;
  width: 140px;

}
.footer-menu a.donate-link:hover .green-btn{
  color: #fff;
}
.footer-menu .green-btn a:hover {
  color: #fff;
  background-color: inherit;
  text-decoration: none;
  outline: none;
  border:none !important;
}
.foot-menu-column{
  width: 20%;
  float: left;
}
.foot-menu-column.col5 {
  padding-top: 20px;
}
.foot-menu-column .green-btn,
.foot-menu-column .donate-btn{
  position: relative;
  float: none;
  top:0 !important;
  right:0 !important;
  margin: 0 0 30px;
}
.view-display-id-whats_new{
  text-align: center;
}
h2.whats-new{
  font-size: 35px;
}
.whats-new-row {
  display: inline-block;
  margin: 10px 2%;
  padding: 5px 2%;
  max-width: 300px;
  width: 25%;
  min-height: 270px;
  vertical-align: top;
  border:3px solid #f7f7f7;
  cursor: pointer;
}
.whats-new-row:hover {
  border-color: #96D24D;
}
.whats-new-row a.admin-use{
  text-decoration: none;
}
.whats-new-row a:hover{
  color: #013937;
}
.whats-new-title {
  line-height: 17px;
}
#block-views-news-whats-new:after {
  content: '';
  display: block;
  clear: both;
}
/*Triage settings*/
body.page-triage, body.page-triage-actions-process {
  background-color: #FFF;
}
.page-triage .layout-center{
  /*max-width: 800px;*/
  width:100%;
}
.page-self-help .layout-center,
.page-search .layout-center{
  max-width: 1040px;
  width:100%;
}
.block-facetapi ul{
  padding:0;
  list-style-type: none;
}
.block-facetapi ul ul{
  padding-left: 20px;
}
.self-help-more {
  margin-bottom: 10px;
  text-align: right;
}
.page-self-help aside.layout-3col__right-sidebar,
.page-search aside.layout-3col__right-sidebar{
  margin-top:90px;
}
.view-self-help-tools,
.view-adjusted-search{
  padding-right:50px;
}
.triage-group-submit i{
  margin: 0 18px 0 5px;
  color: #4C7E0D;
}
.triage-group-reset i, .triage-reset i{
  color: #4C7E0D;
  margin-left:0;
}
ul.facetapi-processed,
ul.facetapi-processed ul{
  list-style: outside none none;
}
.page-node .layout-center:not(.no-max){
  max-width: 960px;
}
.node-banner img{
  width: 100% !important;
  height: auto !important;
}
.view-search .summary {
  line-height: 18px;
}
.view-search .search-terms-found {
  color: #666;
  font-size: 13px;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 6px;
  padding-bottom: 0;
  width: 80%;
}
.view-search .search-excerpt {
  font-size: 13px;
  line-height: 15px;
  margin: 0 5px 0 30px;
}
.self-help-subhead{
  margin: -15px 0 20px;
}
.self-help-subhead > img {
  float: left;
  margin: 0 10px 10px 0;
}
.self-help-subtitle {
  font-size: 25px;
  line-height: 40px;
}
.pager__current-item, .pager-current {
  background-color: #024442;
  color: #fff;
  font-weight: 200;
}
.pager-item a{
  text-decoration: none;
}
.pager-item a:link,
.pager-item a:active,
.pager-item a:visited{
  color:#024442;
}
.pager-next a,
.pager-previous a,
.pager-first a,
.pager-last a{
  color: #024442;
  font-family: FontAwesome;
  font-size: 26px;
  margin: 0;
  text-decoration: none;
  vertical-align: -3px;
}
.pager-next a:link,
.pager-next a:active,
.pager-next a:visited,
.pager-previous a:link,
.pager-previous a:active,
.pager-previous a:visited,
.pager-first a:link,
.pager-first a:active,
.pager-first a:visited,
.pager-last a:link,
.pagerlast a:active,
.pager-last a:visited{
  color: #024442;
}
.pager-next:hover,
.pager-previous:hover,
.pager-item:hover,
.pager-first:hover,
.pager-last:hover{
  background-color: #4C7E0D;
}
.pager-next:hover a,
.pager-previous:hover a,
.pager-item:hover a,
.pager-first:hover a,
.pager-last:hover a{
  color: #fff;
}

.footer-search{
  display: none;
}
/*.triage-input .form-type-checkbox{*/
  /*margin: 0 0 7px;*/
/*}*/
/*.triage-group [type="checkbox"], .triage-group [type="radio"] {*/
  /*box-sizing: border-box;*/
  /*opacity: 0;*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
  /*padding: 0;*/
  /*position: absolute;*/
/*}*/
/*.triage-group .form-type-radio{*/
  /*height:35px;*/
  /*margin: 14px 0;*/
/*}*/
/*.triage-group label.option{*/
  /*font-size: 18px;*/
  /*margin: 5px 0;*/
/*}*/
/*.triage-controls{*/
  /*background-repeat: no-repeat;*/
  /*background-size: 30px 30px;*/
  /*background-position: 0 0;*/
  /*display: block;*/
  /*float: left;*/
  /*height: 32px;*/
  /*width: 32px;*/
  /*cursor: pointer;*/

/*}*/
/*.triage-not-selected {*/
  /*background-image: url("/sites/all/modules/custom/triage/images/select.png");*/
/*}*/
/*.triage-is-selected {*/
  /*background-image: url("/sites/all/modules/custom/triage/images/selected.png");*/
/*}*/
/*.triage-not-checked {*/
  /*background-image: url("/sites/all/modules/custom/triage/images/check.png");*/
/*}*/
/*.triage-is-checked {*/
  /*background-image: url("/sites/all/modules/custom/triage/images/checked.png");*/
/*}*/
button.triage-row {
  background-position: 5px 5px !important;
  background-color: #fff;
  box-shadow: none;
  padding: 10px;
}
.triage-kids .triage-row {
  font-size: 19px;
  padding-top: 8px;
  text-indent: 0;
}
.triage-kids .triage-row:hover {
  color: #4c7e0d;
}
.triage-kid-title {
  padding-left: 35px;
}
.triage-submit{
  text-align: center;
}
.triage-notice{
  border:2px solid #BB4343;
  background-color: #EFD6D6;
  color: #000;
  font-size: 12px;
  padding: 5px;
  line-height: 15px;
}
.triage-sub-text h2{
  font-size: 28px;
  line-height: 34px;
  margin:0 0 10px;
}
.label-text {
  display: inline-block;
  width: calc(100% - 45px);
  line-height: 22px;
}
.filter-drops{
  /*text-align: center;*/
  margin: 10px 0 20px;
}
.filter-drop{
  padding: 3px 1%;
  display: inline-block;
  width: 48%;
  margin:0 2% 0 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  background-image: url(images/green-down-arrow.png);
  background-repeat: no-repeat;
  background-position: 100%;
}
.filter-drop.show-drop{
  border-bottom-left-radius: 0;
  background-color: #96D24D;
  background-image: url(images/green-up-arrow.png);
}
.filter-control{
  display: none ;
  width: 98%;
  max-width: calc(400px + 2%);
  background-color: #024442;
  color: #fff;
  cursor: pointer;
  text-align: left;
  position: relative;
  float: left;
  overflow: hidden;
  float: left;
}
.filter-control a:link,
.filter-control a:active,
.filter-control a:visited{
  color: #fff;
}
.filter-control ul{
  list-style: none;
  margin:0;
}
.showslidetext ul {
  list-style: outside none none;
  padding: 0 0 0 5px;
}
.page-intake-form .layout-center{
  background-color: #fff;
}
.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed, .is-collapsed.collapsible, .collapsible.collapsed {
  height: auto;
}
.form-item-triage-area{
  cursor: pointer;
}
iframe#gameframe{
  border: none;
}
.triage-btn {
  position: absolute;
  right: 470px;
  top: 25px;
  padding: 8px 0;
  font-size: 15px;
  height: 40px;
  width: 184px;
  background-color: #96D24D;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
.triage-btn:hover {
  background-color: #86BC45;
  color: #fff;
}
.triage-btn a{
  color: #000;
  text-decoration: none;
}
.triage-btn:hover a{
  color: #fff;
}
.triage-btn-text {
  vertical-align: 8px;
}
svg.triage-link{
  width: 25px;
}
.triage-btn:hover svg.triage-link{
  fill: red;
}
.view-content-type-for-facets .bef-checkboxes {
  display: flex;
}
/*tables*/
table {
  width: 100%;
  font-size: 0.923em;
  margin: 0 0 10px;
  border: 1px solid #bebfb9;
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  vertical-align: middle;
  padding: 8px 10px;
  border: 0;
  color: #000;
  border-right: 1px solid #ccc;
}
table th {
  text-transform: uppercase;
  background: #e1e2dc;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  border-color: #bebfb9;
  padding: 3px 10px;
}
tr.odd {
  background: #fff;
}
tr.even, tr.odd {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #bebfb9;
  background: #f3f4ee;
}
.view-ptla-forms caption {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.page-ptla-forms .layout-3col__left-content {
  float: left;
  width: calc(100% - 260px);
  margin-left: 0%;
  margin-right: -100%;
}
.page-ptla-forms .layout-3col__right-sidebar {
  clear: right;
  float: right;
  width: 33.333%;
  margin-right: 0%;
  margin-left: -100%;
  max-width: 240px;
  margin-top: 50px;
}
#views-exposed-form-adjusted-search-page .views-widget-per-page{
  display: none;
}
body.page-search #views-exposed-form-adjusted-search-page .views-widget-per-page{
  display: block;
}
#views-exposed-form-ptla-forms-page .views-exposed-widgets {
  display: flex;
}
#views-exposed-form-ptla-forms-page #edit-key-wrapper {
  max-width: 180px;
}
#views-exposed-form-ptla-forms-page .views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0 0 0 5px;
}
#views-exposed-form-ptla-forms-page .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em;
  font-size: 90%;
}
.pager-items {
  display: flex;
  justify-content: space-between;
  color: #888;
  font-size: 80%;
}
.form-item.form-type-select.form-item-items-per-page {
  display: flex;
  margin: 0 10px 0 15px;
}
.form-item.form-type-select.form-item-items-per-page label {
  margin-right: 4px;
  font-weight: normal;
}
.ptla-search-result h3{
  line-height: 23px;
  text-decoration: underline;
}
.view-adjusted-search .form-item{
  display: flex;
  margin: 0 10px 0 0;
}
.view-adjusted-search .form-item .form-type-bef-link{
  margin: 0 1px 0 0;
}
.view-adjusted-search .form-item .form-type-bef-link::after {
  content: "|";
  margin: 0 0 0 1px;
}
#edit-items-per-page-all::after {
  content: "";
}
.view-adjusted-search .view-header h2{
  border-bottom: 1px solid #ccc;
}
.facetapi-facetapi-links a:link,
.facetapi-facetapi-links a:visited,
.facetapi-facetapi-links a:active {
  color: #4C7E0D;
}
.more-search {
  min-height: 80px;
  background-color: #195654;
  padding: 20px 0 10px;
}
.more-search #edit-key-wrapper{
  display: block !important;
}
.more-search .views-exposed-widgets{
  display: flex;
}
.more-search-head,
.more-search-form{
  max-width: 1040px;
  margin: 0 auto;
}
.more-search-head h2 {
  color: #fff;
  margin: 5px 0 0;
  padding-top: 10px;
}
.more-search-form #views-exposed-form-adjusted-search-page #edit-key{
  margin: 0;
  height: 55px;
  font-size: 20px;
  padding: 0 20px;
}
.more-search-form #views-exposed-form-adjusted-search-page #edit-key.form-autocomplete {
  background-position: 98% center;
  -webkit-background-size: 22px;
  background-size: 22px;
}
.more-search-form #views-exposed-form-adjusted-search-page #edit-key-wrapper {
  max-width: unset;
  width: 70%;
  min-width: 325px;
}
.more-search-form #views-exposed-form-adjusted-search-page .form-submit {
  width: 25%;
  min-width: 170px;
  font-size: 25px;
  margin-left: 25px;
  text-indent: 40px;
  background-color: #86BC45;
  border-radius: 5px;
  padding: 10px 20px;
  height: 55px;
  margin-top: -3px;
  background-position: 15px 13px;
  font-family: Arial;
}
.view-adjusted-search .view-search .result,
.view-self-help-tools .view-search .result{
  margin: 10px;
}
.view-adjusted-search .search-result,
.view-self-help-tools .search-result{
    display: flex;
}
.view-adjusted-search .type-icon,
.view-self-help-tools .type-icon{
    margin-top: 10px;
    min-width: 30px;
}
.view-adjusted-search .type-icon img,
.view-self-help-tools .type-icon img{
  width: 24px;
}
.view-self-help-tools h3{
  margin: 5px 0;
  line-height: 23px;
}
.view-self-help-row{
  border-top: 2px dotted #afada9;
  padding: 5px 0;
  clear: left;
}
.mobile-facets {
  background-color: #86BC45;
  border: 1px solid #86BC45;
  text-align: center;
  padding: 12px 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  color: #000;
  text-decoration: none;
  margin-top: -15px;
  margin-bottom: 5px;
}
.mobile-facets:hover {
  text-decoration: underline;
  color: #000;
  border: 1px solid #000;
}
/*end tables*/
.e-news{
  height: 50px;
  line-height: 1.2;
}
/*.node-type-a2j .layout-center {*/
  /*max-width: 100% !important;*/
/*}*/
.desktop #viewer-app{
  margin-top: 65px !important;
}
.a2j{
  width: 100%;
  min-height: 70vh;
}
#simple-toc li a {
  line-height: 1.2;
  margin-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 1440px){
  .mast-head {
    height: 0;
    background-size: contain;
    width: 100%;
    padding-top: 32.3%;
  }
}
@media screen and (max-width: 1200px){
  .ptla-slogan-wrapper {
    font-size: 28px;
    line-height: 32px;
    min-height: 120px;
    padding: 20px 15px;
    position: absolute;
    width: 50%;
  }
  .triage-btn {
    top: 25px;
    right: 260px;
  }
  .lang-opts {
    display: none;
  }
}
@media screen and (max-width: 1040px){
  /*.block-facetapi{*/
    /*display: none;*/
  /*}*/
  .head-bar .donate-link,
  .head-bar .lang-opts,
  .head-bar .triage-btn{
    display: none;
  }
  .view-self-help-tools .view-header{
    clear: both;
    padding-top: 20px;
  }
  .facetapi-limit-link{
    display: none;
  }
}
@media screen and (max-width: 960px){
  .ptla-slogan-wrapper {
    font-size: 24px;
    line-height: 28px;
    min-height: 120px;
    padding: 20px 15px;
    position: absolute;
    width: 80%;
  }
}
@media screen and (max-width: 800px){
  body{
    min-height: 100%;
  }
  .head-bar{
    height: 64px;
  }
  .head-bar .fp-logo{
    width: 64px;
  }
  body.mobile-menu-clicked .fp-logo{
    float: right;
    position: inherit;
  }
  body.mobile-menu-clicked .head-bar .main-search{
    display: none;
  }
  .category-row {
    float: none;
    margin: 10px auto;
    width: 98%;
    max-width: 550px;
  }
  .left-post, .right-post{
    width: 100%;
    padding-bottom:56%;
    margin:10px 0;
  }
  .post-choice h3{
    font-size: 30px;
  }
  .footer-menu ul{
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 90% 5px;
  }
  .footer-menu ul li{
    margin:0;
  }
  .footer-menu ul li ul{
    display: none;
    background-image: none;
  }

  .foot-menu-column {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid rgba(255,255,255,0.15);
  }
  .foot-menu-column.col5{
    padding-left: calc( (100% - 300px)/2);
  }
  .foot-menu-column a{
    text-decoration: none !important;
    border:none !important;
  }
  .footer-menu a:hover{
    width: 100%;
  }

  .footer-menu .top-cat a:hover{
    border: none !important;
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 90% 5px;
  }
  .footer-menu .sub-cat a:hover{
    background-image: none;
  }
  .foot-menu-column .green-btn, .foot-menu-column .donate-btn {
    float: left;
    margin: 10px 10px;
  }
  .head-bar .main-search{
    margin: 0 5px 0 20px;
  }
  #views-exposed-form-adjusted-search-page #edit-key-wrapper {
    width: 240px;
    margin-top: 25px;
  }
  #views-exposed-form-adjusted-search-page #edit-submit-adjusted-search{
    margin:2px 0 0;
  }
  .main-search #views-exposed-form-adjusted-search-page #edit-submit-adjusted-search {
    margin: 16px 0 0;
  }
  ul#nav li:hover .sub-menu {
    display: none;
  }
  .sub-menu li.filler{
    display: none;
  }
  ul#nav {
    margin: -7px 0 0 -5px;
    position: absolute;
    width: 100%;
    display: none;
    background-color: #024442;
  }
  ul#nav {
    margin: 0 0 0 -5px;
    position: absolute;
    z-index: 11;
    width:100%;
    cursor: pointer;
  }
  .sub-menu {
    width: 100%;
  }
  nav.mobile-menu ul#nav ul.sub-menu{
    position: relative;
    display: none;
    cursor: pointer;
  }

  ul#nav li.top-cat {
    background-color: #024442;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
  }
  ul#nav li.top-cat.kids{
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 90% 5px;
  }
  ul#nav li.top-cat.kids a:hover {
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 90% 5px;
  }
  ul#nav > li > a {
    display: block;
  }
  .head-bar .fp-logo {
    left: 50%;
    margin: 0 0 0 -32px;
    position: absolute;
  }
  .front .head-bar .fp-logo {
    margin: 0 0 0 -67px;
  }
  nav.main-menu {
    margin: 0 0 0 5px;
  }
  .mast-head {
    background-image: url("images/betty-louis-mobile.png");
    background-size: cover;
    height: 0;
    padding-top: 60%;
    width: 100%;
  }
  .ptla-slogan-wrapper {
    font-size: 22px;
    line-height: 26px;
    min-height: 120px;
    padding: 20px 15px;
    position: absolute;
    width: 100%;
  }
  .ptla-slogan{
    text-align: center;
  }
  .main-menu h2 {
    margin: 14px 0 0;
    cursor: pointer;
  }
  .ta-main-panel {
    width: 100%;
    float: left;
    padding: 0;
  }

}
@media screen and (max-width: 700px){
  #views-exposed-form-adjusted-search-page #edit-key-wrapper.show-key{
    position: absolute;
    top: 48px;
    right:-5px;
  }
  .front #views-exposed-form-adjusted-search-page #edit-key-wrapper.show-key{
    position: absolute;
    top: 44px;
    right:-5px;
  }
  div.main-search.show-key {
    height: 137px;
    width: 310px;
    position: absolute;
    top: 0;
    right: -5px;
  }
  .footer-search{
    display: block;
    line-height: 14px;
  }
  .footer-search #views-exposed-form-adjusted-search-page #edit-key-wrapper{
    margin: 4px 0 0 15px;
    width: calc(100% - 80px);
  }
  .footer-search .views-exposed-form{
    background-color: #28605E;
    margin:0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 640px){
  #feedback_simple{
    display: none;
  }
  .layout-center{
    margin-right: 0 !important;
    width: 100% !important;
  }
  .category-row {
    text-align: center;
    height: auto;
  }
  .category-image.colorHover {
    border-right: none;
    float: left;
    margin: 0 20px 0 0;
    padding: 0px;
    width: 100%;
  }
  .category-title{
    text-align: center;
  }
  .category-desc {
    text-align: center;
    padding:5px 3px;
  }
  .whats-new-row {
    display: block;
    margin: 10px auto;
    max-width: 300px;
    width: 100%;
  }
  #views-exposed-form-adjusted-search-page .form-submit, #views-exposed-form-search-page-1 .form-submit,
  #views-exposed-form-adjusted-search-page .form-submit:hover, #views-exposed-form-search-page-1 .form-submit:hover {
    background: transparent url("images/search-icon.png") no-repeat scroll 0 2px / 33px auto;
  }
  .front .head-bar{
    height: 64px;
  }
  .front .head-bar .fp-logo {
    margin: 0 0 0 -55px;
    width:110px;
  }
  .ptla-slogan-wrapper {
    font-size: 15px;
    line-height: 18px;
    min-height: 50px;
    padding: 5px 10px;
    font-weight: 300;
  }
  .view-self-help-tools,
  .view-adjusted-search{
    padding:5px;
  }
  a.facetapi-limit-link {
    display: none;
  }
  .triage-sub-text h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 5px 0 10px;
  }
  .pager-first, .pager-last{
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .view-header h2 {
    line-height: 1;
    font-size: 20px;
    margin: 5px 0 10px;
  }
  .more-search-head{
    display: none;
  }
  .more-search {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .more-search-form #views-exposed-form-adjusted-search-page #edit-key-wrapper {
    max-width: unset;
    width: 70%;
    min-width: calc(100% - 50px);
  }
  .more-search-form .views-exposed-form {
    /* display: block; */
    margin: 0 auto;
    width: 90%;
  }
  .view-search{
    border-top: none;
  }
  #views-exposed-form-adjusted-search-page #edit-key-wrapper {
    width: 240px;
    margin-top: 2px;
  }
  #views-exposed-form-adjusted-search-page #edit-key {
    border-radius: 0px;
    margin-top: 24px;
  }
  .more-search-form #views-exposed-form-adjusted-search-page .form-submit {
    min-width: 50px;
    background-position: 10px 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .pager-items{
    flex-direction: column;
    align-items: center;
    font-size: 20px;
  }
  .form-item.form-type-select.form-item-items-per-page label {
    margin-right: 12px;
   }
  .pager-items .result-summary{
    font-size: 12px;
  }
  .view-adjusted-search .form-item .form-type-bef-link{
    margin: 0 20px 0 0;
  }
  .view-adjusted-search .form-item .form-type-bef-link:after{
    margin-left: 10px;
  }

}
@media screen and (max-width: 400px){
  .layout-3col__full,
  .layout-3col__left-content,
  .layout-3col__right-content,
  .layout-3col__left-sidebar,
  .layout-3col__right-sidebar,
  .layout-3col__first-left-sidebar,
  .layout-3col__second-left-sidebar,
  .layout-3col__col-1,
  .layout-3col__col-2,
  .layout-3col__col-3,
  .layout-3col__col-4,
  .layout-3col__col-x {
    padding: 0 5px;
  }
  .ptla-slogan-wrapper {
    font-size: 13px;
    line-height: 16px;
    min-height: 45px;
    padding: 5px 10px;
    font-weight: 300;
  }
  .category-row {
    height: auto;
    margin: 0 10px ;
  }
  .category-image.colorHover {
    float: none;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .category-title{
    font-size:20px;
    text-align:center;
    padding: 5px;
    font-weight: 400;
  }
  .category-desc{
    font-size:18px;
    text-align:center;
    padding: 5px;
    font-weight: 200;
    line-height: 20px;
  }
  .fp-term-wrapper {
    padding: 0 10px 5px;
  }
  .post-choice h3{
    font-size: 25px;
  }
  .foot-menu-column{
    width: 100%;
  }
  .foot-menu-column .green-btn, .foot-menu-column .donate-btn {
    margin: 15px 5px;
  }
  .top-footer{
    display: block;
    height: auto;
    text-align: center;
  }
  .footer-logo {
    float: none;
    margin: 0 auto;
    padding: 15px 0;
  }
  .footer-desc {
    float: none;
    margin: 0 auto;
    font-size: 18px;
    width: 85%;
    padding:5px 5px 10px;
  }
  .footer-search #views-exposed-form-adjusted-search-page #edit-key-wrapper {
    max-width: 275px;
    padding: 0 0 0 5px;
    width: 75%;
    width: calc(100% - 80px);
    display: block;
  }
  .footer-search #views-exposed-form-adjusted-search-page #edit-key {
    width: 100%;
  }
  .footer-search #views-exposed-form-adjusted-search-page #edit-submit-adjusted-search{
    margin:0;
  }
  .support-logos img{
    max-width: 130px;
  }
  .lang-opts2{
    width:100%;
  }
  .footer-menu{
    padding: 10px 0;
  }
  .layout-center, .layout-3col,.layout-3col__full {
    padding:0 5px;
    margin:0;
  }
  .pager-item, .pager-current{
    padding: 0 15px;
  }
  .pager-ellipsis{
    padding:5px;
  }
}
