/*
Theme Name: Florida Poison Information Center 2014
Theme URI: http://underscores.me/
Author: Wingard
Author URI: wearewingard.com
Description: 2014 theme for Florida Poison Information Center
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fpic2014
Tags: Wingard, Responsive, Florida Posion Control
*/

/**********************************************************
-------------------- Theme Styles 2.0 ---------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Notes:
------
These are new styles being used to clean up this project
during the Multilingual development phase. Please note that
old styles have been moved to the following locations.

Original Style.css 	: fpic2014/css/style-old.css;
Custom 							: fpic2014/css/custom.css;
Responsive 					: fpic2014/css/responsive.css;

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Colors:
-------
White	: #FFFFFF;
Green 	: #61BC47;
Orange	: #F8981D;
Yellow	: #E8BE1E;
Red		: #E31D1A;
Blue 	: #006CB7;
Purple 	: #8B537A;
Black	: #000000;
Gray	: #B8B8B8;

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

**********************************************************/

/**********************************************************
------------------------------ | Annotation Section Example
**********************************************************/

/**********************************************************
------------------------------------------------- | Globals
**********************************************************/

html,
body {
  background: #b8b8b8; /*Gray*/
}

/**********************************************************
--------------------------------------------- | Typography
**********************************************************/

html,
body {
  font-family: 'Trebuchet MS', 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Trebuchet MS', 'Open Sans', sans-serif;
  color: #000000;
  font-weight: bold;
}

a {
  color: #006cb7; /*Blue*/
}

a:hover {
  color: #61bc47; /*Green*/
}

/**********************************************************
--------------------------------------------- | Search Form
**********************************************************/

.fpc-search-form:after {
  content: '';
  display: table;
  clear: both;
}

.fpc-search-form .search-field,
.fpc-search-form .search-submit {
  margin: 0;
  height: 28px;
  float: left;
}

.fpc-search-form .search-field {
  width: 80%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fpc-search-form .search-submit {
  width: 20%;
}

.fpc-search-form .search-submit:hover {
  cursor: pointer;
}

.fpc-search-form .search-submit .icon-search-arrow {
  position: relative;
  display: block;
  height: 28px;
  border: 1px solid #61bc47;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #61bc47; /*Green*/
}

.fpc-search-form .search-submit .icon-search-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-size: 12px 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/continue-icon.png);
  z-index: 1;
}

/**********************************************************
----------------------------------------- | Site Inner Wrap
**********************************************************/

.fpc-site-inner-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1035px;
  background-color: #ffffff; /*White*/
}

/**********************************************************
------------------------------- | HEADER – Multilingual Nav
**********************************************************/

.fpc-multilingual-menu {
  padding: 10px 0;
  background-color: #006cb7; /*Blue*/
  text-align: center;
}

@media screen and (min-width: 640px) {
  .fpc-multilingual-menu {
    text-align: right;
  }
}

.fpc-multilingual-menu .info-link,
.fpc-multilingual-menu .widget {
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
}

@media screen and (min-width: 1035px) {
  .fpc-multilingual-menu .info-link,
  .fpc-multilingual-menu .widget {
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
  }
}

.fpc-multilingual-menu .info-link {
  margin-right: 15px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff; /*White*/
}

.fpc-multilingual-menu .info-link:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -2px;
  width: 30px;
  height: 30px;
  background-size: 24px 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/icon-chat.png);
}

.fpc-multilingual-menu .info-link:hover {
  text-decoration: underline;
}

/**********************************************************
----------------------------------- | HEADER – Top Menu Nav
**********************************************************/

.fpc-top-menu {
  text-align: center;
}

.fpc-top-menu .fpc-menu {
  display: inline-block;
  padding: 10px 0;
  list-style-type: none;
  margin: 0;
}

@media screen and (min-width: 640px) {
  .fpc-top-menu .fpc-menu {
    float: right;
  }
}

.fpc-top-menu .fpc-menu > li {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
  display: inline-block;
  font-size: 12px;
  color: #000000; /*Black*/
}

.fpc-top-menu .fpc-menu > li:before {
  content: '|';
  position: absolute;
  top: 0;
  left: -5px;
}

.fpc-top-menu .fpc-menu > li:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

.fpc-top-menu .fpc-menu > li:first-of-type:before {
  content: none;
}

.fpc-top-menu .fpc-menu > li > a {
  display: block;
  color: inherit;
  font-size: inherit;
}

.fpc-top-menu .fpc-menu > li > a:hover {
  text-decoration: underline;
}

/**********************************************************
---------------------------------- | HEADER – Site Branding
**********************************************************/

/*Logo*/

.fpc-site-branding .logo {
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .fpc-site-branding .logo {
    margin-top: 10px;
    text-align: left;
  }
}

.fpc-site-branding .logo .logo-permalink {
  display: inline-block;
}

.fpc-site-branding .logo .logo-permalink > img {
  max-width: 250px;
}

@media screen and (min-width: 640px) {
  .fpc-site-branding .logo .logo-permalink > img {
    max-width: 350px;
  }
}

/*Contact Info*/

.fpc-site-branding .contact-info {
  margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
  .fpc-site-branding .contact-info {
    margin-top: 40px;
  }
}

.fpc-site-branding .contact-info:after {
  content: '';
  display: table;
  clear: both;
}

.fpc-site-branding .contact-info .inner-wrap {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  width: 250px;
}

@media screen and (min-width: 640px) {
  .fpc-site-branding .contact-info .inner-wrap {
    margin: 0;
    float: right;
  }
}

.fpc-site-branding .contact-info .inner-wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/site-top-contact_emergency.png);
}

.fpc-site-branding .contact-info .message {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.fpc-site-branding .contact-info .phone-number,
.fpc-site-branding .contact-info .phone-number:hover {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #e31d1a; /*Red*/
}

/*Search Area*/

.fpc-site-branding .search-area {
  margin-bottom: 10px;
}

.fpc-site-branding .search-area:after {
  content: '';
  display: table;
  clear: both;
}

.fpc-site-branding .search-area .fpc-search-form {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .fpc-site-branding .search-area .fpc-search-form {
    max-width: 250px;
    float: right;
  }
}

/**********************************************************
-------------------------------- | FOOTER – Footer Menu Nav
**********************************************************/

/*Menu*/

.fpc-footer-menu {
  background-color: #61bc47; /*Green*/
}

.fpc-footer-menu .fpc-menu {
  display: none;
  margin: 0;
  list-style-type: none;
  text-align: center;
}

@media screen and (min-width: 1035px) {
  .fpc-footer-menu .fpc-menu {
    display: block;
  }
}

.fpc-footer-menu .fpc-menu > li {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff; /*White*/
}

.fpc-footer-menu .fpc-menu > li:hover {
  color: #000000; /*Black*/
}

.fpc-footer-menu .fpc-menu > li > a {
  display: block;
  padding: 20px 0;
  color: inherit;
}

/*Menu Toggle*/

.fpc-footer-menu .menu-toggle {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: #61bc47; /*Green*/
  color: #ffffff; /*White*/
}

@media screen and (min-width: 1035px) {
  .fpc-footer-menu .menu-toggle {
    display: none;
  }
}

/**********************************************************
-------------------------------- | FOOTER – Footer Branding
**********************************************************/

.fpc-footer-branding {
  padding: 20px 0;
}

/*Copyright Area*/

.fpc-footer-branding .copyright-area {
  text-align: center;
}

@media screen and (min-width: 1035px) {
  .fpc-footer-branding .copyright-area {
    text-align: left;
  }
}

.fpc-footer-branding .copyright-area > p {
  font-size: 12px;
  font-weight: bold;
}

/*Logo Area*/

.fpc-footer-branding .logo-area {
  text-align: center;
}

@media screen and (min-width: 1035px) {
  .fpc-footer-branding .logo-area {
    text-align: right;
  }
}

.fpc-footer-branding .logo {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000000; /*Black*/
}

.fpc-footer-branding .logo:last-of-type {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.fpc-footer-branding .logo .logo-permalink {
  display: block;
}

.fpc-footer-branding .logo .logo-permalink > img {
  height: 60px;
}

/**********************************************************
----------------------------------- | Content – Base Styles
**********************************************************/
.fpc-content-area {
  margin: 40px 0;
}

.fpc-featured-image {
  margin-bottom: 40px;
  text-align: center;
}

/**********************************************************
--------------------------------------- | Content – Default
**********************************************************/
.fpc-content,
.fpc-content .content-title,
.fpc-accordion {
  margin-bottom: 20px;
}

.fpc-content .content-title {
  font-size: 24px;
}

.fpc-content .content-area a {
  text-decoration: underline;
}

.fpc-content .content-area a.button {
  text-decoration: none;
}

/**********************************************************
--------------------------------------- | Sidebar – Default
**********************************************************/
.fpc-sidebar-nav {
  margin: 10px 0;
}

@media screen and (min-width: 1035px) {
  .fpc-sidebar-nav {
    margin-left: 20px;
  }
}

.fpc-sidebar-nav,
.fpc-sidebar-nav ul {
  list-style-type: none;
}

.fpc-sidebar-nav a {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.fpc-sidebar-nav > li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #000000; /*Black*/
}

.fpc-sidebar-nav > li > a {
  margin-bottom: 20px;
}

.fpc-sidebar-nav .children > li {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

.fpc-sidebar-nav > .page_item_has_children {
  margin-bottom: 20px;
}

.fpc-sidebar-nav > .page_item_has_children > a {
  margin-bottom: 10px;
}

.fpc-sidebar-nav > .page_item_has_children:last-of-type {
  margin-bottom: 0;
}

.fpc-sidebar-nav > .page_item_has_children > ul > li {
  margin-bottom: 10px;
}

.fpc-sidebar-nav > .page_item_has_children > ul > li:last-of-type {
  margin-bottom: 0;
}

/**********************************************************
----------------------------------------- | Template – Home
**********************************************************/

/*Home CTA Section*/

.fpc-home-cta {
  padding: 20px 0;
}

.fpc-home-cta .text {
  margin: 10px 0;
  font-size: 22px;
  color: #ffffff; /*White*/
}

.fpc-home-cta .cta-button {
  padding: 10px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffffff; /*White*/
}

.fpc-home-cta .cta-button:hover {
  opacity: 0.9;
}

/*Announcement Section*/

@keyframes fpc-marquee-bug-fix {
  100% {
    margin-left: -3750px;
  }
}

.fpc-home-announcement {
  background-color: #000000; /*Black*/
}

.fpc-home-announcement .announcement-text {
  position: relative;
  margin: 0;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
  color: #ffffff; /*White*/
}

.fpc-home-announcement .announcement-text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 40px;
  background-size: 30px 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/announcement-icon.png);
}

.fpc-home-announcement .announcement-text > div {
  animation-name: fpc-marquee-bug-fix !important;
}

.fpc-home-content-blocks {
  padding: 60px 0;
}

.fpc-home-content-blocks .home-content-block {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  min-height: none;
  float: none;
}

@media screen and (min-width: 1035px) {
  .fpc-home-content-blocks .home-content-block {
    margin-bottom: 0;
  }
}

/**********************************************************
------------------------ | Template – Educational Materials
**********************************************************/
.fpc-educational-materials label {
  display: inline-block;
}

.fpc-educational-materials select {
  width: auto;
  -webkit-appearance: menulist;
}

/**********************************************************
--------------------------------------- | ACF – Quick Links
**********************************************************/
.fpc-quick-links .page-permalink-wrap {
  text-align: center;
}

@media screen and (min-width: 1035px) {
  .fpc-quick-links .page-permalink-wrap {
    text-align: left;
  }
}

.fpc-quick-links .page-permalink-wrap .permalink {
  display: inline-block;
}

/**********************************************************
----------------------------------- | ACF – Page Disclaimer
**********************************************************/
.fpc-accordion input[type='submit'] {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  background: #61bc47; /*Green*/
  color: #ffffff; /*White*/
}

.fpc-accordion input[type='submit']:hover {
  cursor: pointer;
}

/**********************************************************
----------------------------------- | ACF – Page Disclaimer
**********************************************************/
.fpc-page-disclaimer .disclaimer-text {
  font-size: 12px;
  font-weight: bold;
}

/**********************************************************
---------------------------- | Smash Balloon – Twitter Feed
**********************************************************/
.fpc-twitter-feed {
  height: 300px;
  overflow-y: scroll;
  border: 2px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

.page-id-212235 .fpc-featured-image img,
.page-id-212235 .ui-accordion-content form,
.page-id-208076 .ui-accordion-content form {
  display: none;
}

.page-id-663 .ui-accordion-content form {
  display: none;
}

.fpc-social-icons {
  padding: 5px 0;
  text-align: right;
}

.fpc-social-icons img {
  min-width: 18px;
  width: 25px;
  height: 25px;
}

.fpc-social-icons a {
  display: inline-block;
  margin-right: 0.3em;
}

.fpc-social-icons a:last-of-type {
  margin-right: 0;
}

.fpc-site-branding.usvi-site-branding .logo {
  text-align: center;
}

@media screen and (min-width: 640px) {
  .page-template-template-virgin-islands .fpc-site-branding .logo {
    margin-top: 0;
  }

  .fpc-site-branding.usvi-site-branding .contact-info .inner-wrap {
    float: left;
  }

  .fpc-site-branding.usvi-site-branding .search-area .fpc-search-form {
    max-width: 265px;
  }

  .provided-by {
    max-width: 270px;
    float: right;
  }
}

.provided-by p {
  font-size: 12px;
  margin-bottom: 10px;
}

.fpc-site-branding.usvi-site-branding {
  padding-top: 15px;
}

.fpc-svg-wrapper {
  margin-bottom: 20px;
  height: 250px;
  text-align: center;
}

.fpc-svg-wrapper svg {
  width: 100%;
}

.fpc-button-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.usvi-graphical-data .text-wrap,
.usvi-online-materials .text-wrap,
.usvi-calls-by-island .text-wrap {
  min-height: 140px;
}

.usvi-graphical-data h2,
.usvi-calls-by-island h2,
.usvi-online-materials h2 {
  position: relative;
  line-height: 40px;
  font-size: 22px;
  text-align: center;
}

.usvi-graphical-data p,
.usvi-calls-by-island p,
.usvi-online-materials p {
  text-align: center;
}

.usvi-graphical-data h2:before,
.usvi-calls-by-island h2:before,
.usvi-online-materials h2:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  left: 0;
  top: 15px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.usvi-graphical-data h2:before {
  background-image: url(/wp-content/themes/fpic2014/img/svg/icon-graphical-phone.svg);
  left: -10px;
}

.usvi-calls-by-island h2:before {
  background-image: url(/wp-content/themes/fpic2014/img/svg/icon-calls-by-Island.svg);
  width: 50px;
  height: 50px;
}

.usvi-online-materials h2:before {
  background-image: url(/wp-content/themes/fpic2014/img/svg/icon-education-materials-icon.svg);
}

.parent-pageid-218182 footer .logo-area,
.page-id-218182 footer .logo-area {
  display: none;
}

.svg-logo svg {
  width: 43%;
  max-height: 150px;
}

.usvi-calls-by-island svg {
  padding-top: 10px;
}

.fpc-usvi-pdf-card {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  text-align: center;
}

.fpc-usvi-pdf-card img {
  margin-bottom: 10px;
}

.fpc-usvi-pdf-card .pdf,
.fpc-usvi-pdf-card .message {
  font-size: 12px;
}

.fpc-usvi-pdf-card .pdf {
  display: block;
  font-weight: bold;
}

.fpc-home-announcement {
  display: none;
}

.parent-pageid-218182 .fpc-footer-branding .large-6,
.page-id-218182 .fpc-footer-branding .large-6 {
  width: 100% !important;
}

.parent-pageid-218182
  .fpc-footer-branding
  .small-12.large-6.columns
  .copyright-area,
.page-id-218182 .fpc-footer-branding .small-12.large-6.columns .copyright-area {
  text-align: center;
}

.parent-pageid-218182 .fpc-site-branding .contact-info,
.page-id-218182 .fpc-site-branding .contact-info {
  position: relative;
}

.parent-pageid-218182 a.menu-toggle.header-menu,
.page-id-218182 a.menu-toggle.header-menu,
.parent-pageid-218182 a.menu-toggle.header-menu .header-menu-container,
.page-id-218182 a.menu-toggle.header-menu .header-menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}

.page-id-218182 a.menu-toggle.header-menu .header-menu-container,
.parent-pageid-218182 a.menu-toggle.header-menu .header-menu-container {
  right: 0;
}

.page-id-218182 .fpc-site-branding .contact-info .inner-wrap,
.parent-pageid-218182 .fpc-site-branding .contact-info .inner-wrap {
  margin: 0;
}

.page-id-218182 .menu-toggle-text,
.parent-pageid-218182 .menu-toggle-text {
  font-size: 16px;
}

.page-id-218182 .header-menu-button,
.parent-pageid-218182 .header-menu-button {
  float: right;
  padding-left: 7px;
}

.parent-pageid-218182 .fpc-site-branding .logo .logo-permalink,
.page-id-218182 .fpc-site-branding .logo .logo-permalink {
  display: revert;
}

@media screen and (min-width: 640px) {
  .parent-pageid-218182 .fpc-site-branding .logo .logo-permalink,
  .page-id-218182 .fpc-site-branding .logo .logo-permalink {
    display: inline-block;
  }

  .parent-pageid-218182 a.menu-toggle.header-menu,
  .page-id-218182 a.menu-toggle.header-menu,
  .parent-pageid-218182 a.menu-toggle.header-menu .header-menu-container,
  .page-id-218182 a.menu-toggle.header-menu .header-menu-container {
    position: relative;
    float: left;
  }

  .page-id-218182 a.menu-toggle.header-menu .header-menu-container,
  .parent-pageid-218182 a.menu-toggle.header-menu .header-menu-container {
    width: 100%;
  }

  .page-id-218182 .header-menu-button,
  .parent-pageid-218182 .header-menu-button {
    float: left;
    padding-left: 7px;
  }
}
