/*ADD IF NO INTERNET
@font-face {
  font-family: 'Open Sans Condensed';
  src:  url('/themes/panaust/fonts/OpenSans-CondBold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Open Sans';
  src:  url('/themes/panaust/fonts/OpenSans-Regular.ttf') format('truetype');
}
ADD IF NO INTERNET*/

@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(//kit-free.fontawesome.com/releases/latest/css/free.min.css);
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff') format('woff');
}

/** body **/
body, caption, th, td, input, textarea, select, option, legend, fieldset, div, li {
  font-family: 'Open Sans';
  /*font-size: 14px;*/
  /*font-weight: normal;*/
  color: #666666;
}

#page {
  /*margin: 0 auto;
  max-width: 1485px;*/
}

#page-inner {

}
a.skip-link {
  display: none;
}
/** header **/
#header {
    height: 140px;
    margin: 0;
}

#block-topmenu-2 {
    position: relative;
    left: 26px;
    top: 18px;
}

#block-primarylinks-2 ul li {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #666666 !important;
}

#block-topmenu-2  ul.dropdown-menu{
    padding: 15px 0;
}

  #header-inner {
    margin: 0 auto;
    max-width: 975px;
  }

  #logo-title { /* Wrapper for logo, website name, and slogan */

  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {

  }

  #block-panaust-search
  {
    float: right; 
    position: relative;
    top: 17px;
  }

/** main (container for everything else) **/
  #main
  {

  }

  #main-inner
  {
    margin: 0 auto;
    max-width: 975px;
  }

/** content **/
  #content
  {
    /*float: right;  hide for front */
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
    background-color: #003d79;
  }
  #main #main-inner #block-pagetitle {
    width: 50%;
    float: left;
  }

  #content-top #block-pagetitle .content,
  .header .dropdown #buttonBanner
  {
    height: 44px; 
    text-align: left; 
    display: table;
  }

  .header .dropdown #buttonBanner {
    width: 100%;
  }
  #content-top #block-pagetitle .content h1, 
  #block-pagetitle-2 .content h1
  {
    font-family: 'Open Sans Condensed', sans-serif !important;
    color: #fff !important;
    font-weight: bold !important;
    display: table-cell; 
    vertical-align: middle;
    padding-left: 14px;
    font-size: 1.8em;
    text-transform: uppercase;
    /*white-space: nowrap;*/
  }

  #block-pagetitle-2 .content h1 {
    padding-left: 0;
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 226px;
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
    /*overflow: auto;*/
  }

  #footer-inner
  {
    max-width: 975px;
    margin: 0 auto;
  }
  #footer-inner > div > div 
  {
    /*float: left;*/
    /*min-width: 244px;*/
    /*width: 25%;*/
    margin-top: 34px;
  }
  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

  #block-footer1-menu
  {
    display: none;
  }
  #block-footer1 ul > li
  {
    display: inline;
  }
  .block-views-blockfooter04-block-1
  {
    min-width: 0 !important;
  }
  .region-footer .block-views .views-field-title 
  {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f5a01a;
    font-family: "Open Sans Condensed",sans-serif;
  }

  .region-footer .footer p
  {
    color: #fff;
    font-weight: bold !important;
  }
  .region-footer .block-views .views-field-body p:not(:first-child),
  #block-views-block-footer-block-1 .content p:not(:first-child)  {
    padding-top: 8px;
  }
  .region-footer a:link,
  .region-footer a:visited
  {
    color: #fff !important;
    font-weight: normal !important;
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
    text-align: center;
  }
  #closure-blocks #block-views-block-copyright-block-1
  {
    display: inline;
    float: left;
    text-align: right;
    width: 50%;
   }
  #closure-blocks #block-footer1 .content
  {
    display: inline;
    float: right;
    text-align: left;
    width: 50%;
    margin-top: 0 !important;
  }
/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

#block-block-2{
  position:relative;
  top:-28px;
}
/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }
  

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }
  
/*  */

i.fa {
    cursor: pointer;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar {
    background-color: #f8f8f8;
    height: 140px;
    margin-bottom: 0 !important;
}

.nav.navbar-nav > li > a {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    color: #666 !important;
}

/* Caret buttons for dropdowns */
@media (max-width: 991px) {
    .nav.navbar-nav > li > a[aria-expanded='false']:after {
        font-family: FontAwesome;
        content: '\F0D7';   /* fa-caret-down */
        float: right;
    }

    .nav.navbar-nav > li > a[aria-expanded='true']:after {
        font-family: FontAwesome;
        content: '\F0D8';   /* fa-caret-up */
        float: right;
    }
    .node--type-latest-news .field--name-field-latest-news-image img{
      max-width: calc(100vw - 100px) !important;
      height: auto;
      width: unset !important;
    }
    .node--type-latest-news .field--name-field-latest-news-image{
      text-align: center;
      margin: unset !important;
    }
	.latest-news-detail > div:nth-child(2){
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.nav.navbar-nav > li > a:hover,
.nav.navbar-nav ul:hover + a {
    color: #f5a01a !important;
    background-color: #003d79 !important;
    /* NB: line appears between heading and menu;  also, background changes when hovering away */
}

@media (min-width: 992px) {
    /* Show menu while hovering over top-level menu */
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

ul.dropdown-menu {
    background-color: #003d79;
    border: none !important;
}

ul.dropdown-menu > li > a {
    font-family: 'Open Sans Condensed';
    font-size: 15px;
    font-weight: bold;
    color: white !important;
    white-space: nowrap;
    padding: 3px 20px;
}

ul.dropdown-menu li > a:hover {
    color: #f5a01a !important;
    background-color: transparent;
}

ul.dropdown-menu > li > div.row {
    width: 440px;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
        background-color: #003d79;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #f5a01a;
        background-color: #003d79;
    }
    .nodropdown {
    	height: 44px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
	.nav > li.dropdown > a{
		padding: 10px 6px;
	}
	.nav > li.dropdown > .dropdown-menu > li > a {
		padding: 3px 20px !important;
	}
	#block-topmenu-2 > div.content > ul > li:nth-child(2) > ul {
		width: 490% !important;
	}
}
.navbar-toggle:before {
    content: "MENU";
    font-size: 17px;
    font-weight: bold;
    color: #666666;
    left: -64px;
    top: 4px;
    position: absolute;
    width: 64px;
}

/* On click of menu heading in mobile/tablet mode */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #666666;

}

/* Hide border around search field */
.navbar-inverse .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

#inputSearch {
    height: 26px;
    display: inline-block;
    width: auto;
}

#buttonSearch {
    color: #f5a01a;
}

.footer-bottom.row {
    padding-top: 10px;
}

.footer > :not(.footer-bottom) {
    background-color: #003d79;
    color: white !important;
}

.footer > .row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.footer li {
    padding-left: 1em;
    text-indent: -1em;
}

.footer .content ul li {
    font-size: 13px;
    color: white !important;
}

.footer li > a:hover {
    color: #f5a01a;
}

.footer li:before,
 #sidebar-left li:before {
    content: "";/*&#xf054;*/
    font-weight: bold;
    color: #f5a01a;
    padding-right: 5px;
    font-family: FontAwesome;
}

.footer-heading {
    color: #f5a01a;
    font-family: "Open Sans Condensed";
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-subheading {
  color: #fff;
}

.footer-subheading,
#footer .visible-xs p {
    font-weight: bold;
}

.footer-bottom {
    font-size: 13px !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 975px !important;
}

.footer-bottom ol {
    padding-left: 0;
}

.footer-bottom li {
    display: inline-block;
    padding-left: 0;
    text-indent: 0;
}

.footer-bottom li > a,
.footer-bottom li > a:hover {
    color: #666666 !important;
}

.footer-bottom li + li:before {
    content: "|";
    color: #f5a01a;
    padding-left: .9em;
    padding-right: .9em;
}

.footer-bottom li:before {
    content: "";
}
.container.footer.row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (max-width: 991px) {
  .footer-heading {
      height: 63px;
      line-height: 1;
  }
  .container .footer .row {
  width: 100%;
}
}
@media (min-width: 992px) {
	.footer-heading {
	  margin-bottom: 16px;
	}
	div.container.footer.row{
		width: 955px;
	}
	.view-share-block {
		padding: 0 !important;
		text-align: center;
	}
}
.footer span + div {
    padding: 16px 0;
}

.home-heading {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-content > .row {
    margin-bottom: 15px;
}


.header {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #e8e9ea;
}

/*
.header > * {
    margin-left: 15px;
    margin-right: 15px;
}
*/
.header nav {
  /*left: 20px;*/
  position: relative;
  top: 15px;  
}

@media (max-width: 991px) {
    .header > * {
        margin-left: 0;
        margin-right: 0;
    }
}

.header > img {
    height: 210px;
}

.header .dropdown {
  display: table;
}

.header .dropdown #buttonbanner {
  display: table-row;
}


.banner {
    background-color: #003d79;
    padding-top: 9px;
    padding-bottom: 9px;
}

.block-system-breadcrumb-block nav {
  left: 0;
  top: 0;
  padding-right: 15px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .banner {
      padding-left: 15px;
      padding-right: 15px;
  }
  .navbar-header img {
      max-height: 80px;
      padding: 0 10px;
  }
  .navbar {
      height: auto;
  }
}

h1, .h1 {
    font-family: 'Open Sans Condensed';
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

h2, .h2 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #003d79 !important;
}

h3, .h3 {
    font-size: 14px;
    font-weight: bold;
}

a, a:hover {
    color: #f5a01a !important;
}

.breadcrumb {
    font-size: 13px;
    background-color: transparent !important;
    padding: 0 !important;
	margin-top: 0 auto;
	margin-bottom: 0 !important;
}
.long {
	margin-top: 1.7%;
}
.breadcrumb li {
    display: inline;
    /*line-height: 44px;*/
    vertical-align: middle;
}

.breadcrumb a {
    color: #f5a01a;
}

.breadcrumb a {
    color: #f5a01a;
}

.breadcrumb .active {
    color: #fff !important;
}

/* Caret buttons for dropdowns */
@media (max-width: 767px) {
    #buttonBanner[aria-expanded='false'] > .h1:after,
    .header .dropdown #buttonBanner[aria-expanded='false'] .content:after {
        font-family: FontAwesome;
        content: '\F0D7';   /* fa-caret-down */
        float: right;
	    position: absolute;
	    right: 10px;
	    color: #fff !important;
	    font-size: 1.8em;
	    top: 10%;
    }

    #buttonBanner[aria-expanded='true'] > .h1:after,
    .header .dropdown #buttonBanner[aria-expanded='true'] .content:after {
        font-family: FontAwesome;
        content: '\F0D8';   /* fa-caret-up */
        float: right;
	    position: absolute;
	    right: 10px;
	    color: #fff !important;
	    font-size: 1.8em;
	    top: 10%;
    }
    #buttonBanner[aria-expanded='false'] .title-long > .h1:after,
    .header .dropdown #buttonBanner[aria-expanded='false'] .title-long .content:after,
	#buttonBanner[aria-expanded='true'] .title-long > .h1:after,
	.header .dropdown #buttonBanner[aria-expanded='true'] .title-long .content:after {
		top: 25% !important;
    }
  .tabs > li {
      display: block !important;
  }
  ul.primary {
    padding: 0 1em !important;
  }
  ul.primary li a {
      margin-right: 0 !important;
      
  }
}

.content ul,
#content-bottom ul {
    list-style-type: none;
    padding-left: 10px;
}

.content ul li {
    list-style-position: outside;
    /*padding: 10px 0 0 20px;
    text-indent: -1em;*/
}



.page-content .dropdown-menu {
    padding-left: 15px;
    padding-right: 15px;
}

.page-content .dropdown-menu,
.page-content .dropdown-menu a {
    background-color: white;
    color: #666666 !important;
}

.sidebar {
	padding-top: 30px;
}
/* For displaying level 2 sidebar menu item with link displayed as a hanging indent */
.sidebar .content > ul > li > ul > li {
    /*padding-left: 15px;*/
}

.sidebar > ul > li > ul > li > ul > li {
    padding-left: 0;
    text-indent: 0;
}

/* For displaying level 2 sidebar menu item with link displayed as a hanging indent */
.sidebar .content > ul > li > ul > li a {
    display: inline ;
}

.page-content .dropdown-menu > li > ul,
.page-content .dropdown-menu > li > ul > li > ul,
.sidebar .content > ul,
.sidebar .content > ul > li > ul,
.sidebar .content > ul > li > ul > li > ul {
    list-style-type: none;
    padding-left: 0;
}

.page-content .dropdown-menu > li > ul > li:before,
.sidebar .content > ul > li > ul > li:before,
.header .dropdown .dropdown-menu .content > ul > li > ul > li:before  {
    content: "";
    font-family: FontAwesome;
    color: #f5a01a;
    padding-right: 2px;
}

.page-content .dropdown-menu > li > ul > li > ul > li > *,
.sidebar .content > ul > li > ul > li > ul > li,
.region-left .content > ul > li > ul > li > ul > li {
    padding-left: 15px;
}

.page-content .dropdown-menu li,
.page-content .dropdown-menu li a,
.sidebar li,
.sidebar li a,
.region-left li a {
    font-size: 14px;
    font-weight: bold;
}

.page-content .dropdown-menu > li > ul > li,
.page-content .dropdown-menu > li > ul > li a,
.page-content .dropdown-menu > li > ul > li > ul > li,
.page-content .dropdown-menu > li > ul > li > ul > li a,
.sidebar .content > ul > li > ul > li,
.sidebar .content > ul > li > ul > li a,
.sidebar .content > ul > li > ul > li > ul > li,
.sidebar .content > ul > li > ul > li > ul > li a,
.region-left .content > ul > li > ul > li,
.region-left .content > ul > li > ul > li a,
.region-left .content > ul > li > ul > li > ul > li,
.region-left .content > ul > li > ul > li > ul > li a {
    font-size: 13px;
    font-weight: normal;
}

.page-content .dropdown-menu > li > *:first-child:not(:last-child):after,
.page-content .dropdown-menu > li > ul > li > *:first-child:not(:last-child):after,
.page-content .dropdown-menu > li:not(:last-child):after,
.page-content .dropdown-menu > li > ul > li:not(:last-child):after,
.page-content .dropdown-menu > li > ul > li > ul > li:not(:last-child):after,
.sidebar .content > ul > li > span:after,
.header .dropdown .dropdown-menu .content > ul > li > span:after,
.sidebar .content > ul > li > ul:not(:empty):after {
    content: "";
    display: block;
    height: 1px;
    background: #e5e5e5 none repeat scroll 0 0;
    margin: 9px 0;
}

.sidebar .content > ul > li > ul:not(:empty):after,
.region-left li {
    margin: 9px 0 -4px 0;
    padding-right: 0 !important;
}

.page-content .dropdown-menu > li > ul > li > ul > li:first-child,
.sidebar > ul > li > ul > li > ul > li:first-child {
    margin-top: 9px;
}

.page-content .dropdown-menu li + li,
.sidebar li {
    margin: 9px 0;
}
/* Override bootstrap styling for .dropdown-menu for sidebar/dropdown */
.page-content .dropdown-menu li a,
.sidebar li a {
    display: inline-block;
    padding: 0;
}

.dropdown-menu {
	border-radius: 0 !important;
}

.dropdown-menu li.is-active,
.sidebar a.is-active,
#block-topmenu-2 .dropdown a.is-active,
.page-content .dropdown-menu a.is-active {
    color: #f5a01a !important;
    font-weight: bold !important;
}

.sidebar a,
.region-left a {
    color: #666666 !important;
}

#content-under-header img {
  width: 100%;
}

.contextual-region.block.block-core.block-page-title-block {
    display: inline-table;
    float: left;
}
.contextual-region.block.block-system.block-system-breadcrumb-block,
 #block-panaust-breadcrumbs{
    display: inline-table;
    float: right;
    width: 50%;
    text-align: right;
}

div[id^="block-views-block-top-banners-block-"] img {
  width: 100%;
}

.section-contact-us .col1, .section-contact-us .col2, .section-contact-us-0 .col1, .section-contact-us-0 .col2 {
    float: left;
    width: 260px;
}

.sameheight {
  min-height: 280px !important;
}

#block-topmenu-4 ul {
  padding: 0 !important;
  margin: 0 !important;
}

.container .footer .row{
  margin: 0 auto;
}
#bluebottom.container.row, 
#greymiddle .header .container
{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
#footer .footer {
  margin: 0 auto;
}
#footer {
    background-color: #003d79;
}
#greymiddle {
  background-color: #e8e9ea;
}
#greymiddle.row {
  margin: 0 !important;
}

@media (max-width: 991px) {
  #greymiddle .container {
    width: 100%;
  }
  #greymiddle.row > .container {
  	padding: 0 !important;
  }
}
.block.block-system.block-system-main-block {
    padding-top: 20px;
    padding-bottom: 50px;
}
.region.region-right {
    padding-top: 20px;
}
.block.block-system.block-system-main-block ul li {
    list-style-image: url("../images/bullet.gif");
    margin-left: 14px;
}
@media (max-width: 991px) {
  #inner-content-image {
	position: relative;
	bottom: 0;
	float: right;
	width: 100%;	
  }
	#buttonSearch {
		width: 37px;
    right: 6px !important;
    position: relative;
    top: 20px;
	}
	.form-control {
		width: 210px !important;
	}
}
@media (max-width: 767px) {
	.region-left nav {
		top: 0;
		padding: 15px;
	}
	#greymiddle .dropdown .dropdown-menu {
		width: 100%;
		border: none;
	}
	#greymiddle #block-primarylinks-3 li > a.is-active {
		color: #f5a01a !important;
	}
	#greymiddle #block-primarylinks-3 li > a:hover,
	#greymiddle #block-primarylinks-3 li > a:active,
	#greymiddle #block-primarylinks-3 li > a:focus {
		color: #f5a01a !important;
		text-decoration: underline;
	}
	.ui-dialog.youtubepop {
		border-radius: 0;
		padding: 0;
    width: auto !important;
	}

	.view-board-of-directors,
	.ctr-xs,
	#block-views-block-left-under-blocks-block-2 { 
		text-align: center; 
	}
	#block-views-block-left-under-blocks-block-1 {
		display: none;
	}
	.block.block-system.block-system-main-block {
	    padding-bottom: 10px !important;
	}
	.region.region-right {
		padding-top: 0 !important;
	}



}
@media (min-width: 768px) and (max-width: 991px) {
	.ctr-sm	{ text-align: center; }
}
@media (max-width: 1024px) {

  #views-exposed-form-latest-news-search-block-1 .js-form-item.js-form-item-keys,
  #views-exposed-form-latest-news-search-block-1 .js-form-item.js-form-item-tid {
    width: 42% !important;
  }

}

.col-md-12.contextual-region.view.view-left-under-blocks {
	padding: 0;
	text-align: center;
}
.col-md-12.contextual-region.view.view-left-under-blocks h2 {
	font-size: 1.14em !important
}

.navmenu.navmenu-default > .container-fluid {
	padding-left: 0;
    padding-right: 0;
}
.container-fluid > .navbar-form.navbar-left {
	margin: 0 0;	
}
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 40px !important;
}
.fancy-box {
    vertical-align: bottom;
    display: table-cell;
}
li:active,
li:focus {
	background-color: none !important;
}
.dropdown-menu > li > a:focus {
	background-color: transparent !important;
}

#block-panaust-content article ul > li > ul > li {
    list-style: circle;
}
#block-panaust-content article li {
    line-height: 1.9em;
}

#block-panaust-content article td {
	padding: 0 5px;
}
#block-panaust-content form.search-form {
	display: none;
}

div[id^="block-views-block-annual-publications-block-"]:nth-child(n+5) h2 {
	cursor: pointer;
}

.form-required {
	color: #666666 !important;
}
.field--name-field-q17 {
	display: none;
}

div[id^="block-views-block-annual-publications-block-"] tbody,
div[id^="block-views-block-annual-publications-block-"] td
{
  border: none !important;
  background-color: #eee;
}
div[id^="block-views-block-annual-publications-block-"] thead, 
div[id^="block-views-block-annual-publications-block-"] th,
div[id^="block-views-block-annual-publications-block-"] table {
  background-color: none !important;
  border: none !important;
}
div[id^="block-views-block-annual-publications-block-"] tr {
  border-bottom: 1px solid #ccc;
}

.view-left-under-blocks.or-bg .field-content {
  margin: auto;
}

.view-left-under-blocks.or-bg .field-content,
.view-left-under-blocks.or-bg p {
  text-align: center;
  width: 174px;
  
}
.view-left-under-blocks.or-bg h2 {

  background-color: #f5a01a;
  padding: 5px;
display: table-cell;
  height: 45px;
  vertical-align: middle;
  width: 174px !important;
  text-align: center;
  font-size: 14px !important;
  color: #666666 !important;
}
.view-left-under-blocks.or-bg p {
}
.view-left-under-blocks.or-bg img {
  width: 174px !important;
  height: 150px !important;
}

#contact-message-sustainability-report-feedback-form legend{
  border-bottom: none !important;
}

.panaust-fieldset {
  border: 1px solid #c0c0c0 !important;
  padding: 0.35em 0.625em 0.75em !important;
}
.panaust-legend {
  font-size: 14px !important;
  margin-bottom:0;
  width: auto;
  padding: 0 2px; 
}
  
#edit-field-how-effectively-does-the-s--wrapper .js-form-type-radio,
#edit-field-q2-wrapper .js-form-type-radio,
#edit-field-q5-wrapper .js-form-type-radio,
#edit-field-q8-wrapper .js-form-type-radio,
#edit-field-q11-wrapper .js-form-type-radio,
#edit-field-q16-wrapper .js-form-type-checkbox {
  display: inline-block;
  margin: 0 5px;
}
#fs01, #fs02, #fs03, #fs04, #fs05 {
  margin-bottom: 15px !important;
}
#buttonSearch {
	position: absolute;
    right: 7px;
    top: 18px;
    width: 32px;
}
.panaust-linkedin {
  margin: 0 5px 0 0;
/*
  color: #bcbec0;
  position: relative;
  top: 3px;
*/
  width: 25px;
  height: 25px;
  padding: 0!important;
}

.panaust-youtube {

  margin: 0 8px 0 0;
/*
  color: #f5a01a;
  position: relative;
  top: 4px;
*/  
  width: 25px;
  height: 25px;
  padding: 0!important;
}
.socialicons {
	color:green;
	float:right;
    position: relative;
    right: 56px;
    top: 12px;
}
#block-views-block-annual-publications-block-25 h2,
#block-views-block-annual-publications-block-26 h2,
#block-views-block-annual-publications-block-27 h2,
#block-views-block-annual-publications-block-28 h2,
#block-views-block-annual-publications-block-29 h2,
#block-views-block-annual-publications-block-30 h2,
#block-views-block-annual-publications-block-31 h2,
#block-views-block-annual-publications-block-9 h2,
#block-views-block-annual-publications-block-32 h2,
#block-views-block-annual-publications-block-33 h2 {
  cursor: pointer !important;
}

#block-views-block-annual-publications-block-25 table,
#block-views-block-annual-publications-block-26 table,
#block-views-block-annual-publications-block-27 table,
#block-views-block-annual-publications-block-28 table,
#block-views-block-annual-publications-block-29 table,
#block-views-block-annual-publications-block-30 table,
#block-views-block-annual-publications-block-31 table,
#block-views-block-annual-publications-block-9 table,
#block-views-block-annual-publications-block-32 table,
#block-views-block-annual-publications-block-33 table {
  margin: 0 !important;
  padding-bottom: 1em !important;
  padding-top: 1em !important;
}
/*ADD IF NO INTERNET
@font-face {
  font-family: 'Open Sans Condensed';
  src:  url('/themes/panaust/fonts/OpenSans-CondBold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Open Sans';
  src:  url('/themes/panaust/fonts/OpenSans-Regular.ttf') format('truetype');
}
ADD IF NO INTERNET*/

@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff') format('woff');
}

/** body **/
body, caption, th, td, input, textarea, select, option, legend, fieldset, div, li {
  font-family: 'Open Sans';
  /*font-size: 14px;*/
  /*font-weight: normal;*/
  color: #666666;
}

#page {
  /*margin: 0 auto;
  max-width: 1485px;*/
}

#page-inner {

}
a.skip-link {
  display: none;
}
/** header **/
#header {
    height: 140px;
    margin: 0;
}

#block-topmenu-2 {
    position: relative;
    left: 26px;
    top: 18px;
}

#block-primarylinks-2 ul li {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #666666 !important;
}

#block-topmenu-2  ul.dropdown-menu{
    padding: 15px 0;
}

  #header-inner {
    margin: 0 auto;
    max-width: 975px;
  }

  #logo-title { /* Wrapper for logo, website name, and slogan */

  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {

  }

  #block-panaust-search
  {
    float: right; 
    position: relative;
    top: 17px;
  }

/** main (container for everything else) **/
  #main
  {

  }

  #main-inner
  {
    margin: 0 auto;
    max-width: 975px;
  }

/** content **/
  #content
  {
    /*float: right;  hide for front */
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
    background-color: #003d79;
  }
  #main #main-inner #block-pagetitle {
    width: 50%;
    float: left;
  }

  #content-top #block-pagetitle .content,
  .header .dropdown #buttonBanner
  {
    height: 44px; 
    text-align: left; 
    display: table;
  }

  .header .dropdown #buttonBanner {
    width: 100%;
  }
  #content-top #block-pagetitle .content h1, 
  #block-pagetitle-2 .content h1
  {
    font-family: 'Open Sans Condensed', sans-serif !important;
    color: #fff !important;
    font-weight: bold !important;
    display: table-cell; 
    vertical-align: middle;
    padding-left: 14px;
    font-size: 1.8em;
    text-transform: uppercase;
    /*white-space: nowrap;*/
  }

  #block-pagetitle-2 .content h1 {
    padding-left: 0;
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 226px;
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
    /*overflow: auto;*/
  }

  #footer-inner
  {
    max-width: 975px;
    margin: 0 auto;
  }
  #footer-inner > div > div 
  {
    /*float: left;*/
    /*min-width: 244px;*/
    /*width: 25%;*/
    margin-top: 34px;
  }
  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

  #block-footer1-menu
  {
    display: none;
  }
  #block-footer1 ul > li
  {
    display: inline;
  }
  .block-views-blockfooter04-block-1
  {
    min-width: 0 !important;
  }
  .region-footer .block-views .views-field-title 
  {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f5a01a;
    font-family: "Open Sans Condensed",sans-serif;
  }

  .region-footer .footer p
  {
    color: #fff;
    font-weight: bold !important;
  }
  .region-footer .block-views .views-field-body p:not(:first-child),
  #block-views-block-footer-block-1 .content p:not(:first-child)  {
    padding-top: 8px;
  }
  .region-footer a:link,
  .region-footer a:visited
  {
    color: #fff !important;
    font-weight: normal !important;
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
    text-align: center;
  }
  #closure-blocks #block-views-block-copyright-block-1
  {
    display: inline;
    float: left;
    text-align: right;
    width: 50%;
   }
  #closure-blocks #block-footer1 .content
  {
    display: inline;
    float: right;
    text-align: left;
    width: 50%;
    margin-top: 0 !important;
  }
/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

#block-block-2{
  position:relative;
  top:-28px;
}
/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }
  

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }
  
/*  */

i.fa {
    cursor: pointer;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar {
    background-color: #f8f8f8;
    height: 140px;
    margin-bottom: 0 !important;
}

.nav.navbar-nav > li > a {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    color: #666 !important;
}

/* Caret buttons for dropdowns */
@media (max-width: 991px) {
    .nav.navbar-nav > li > a[aria-expanded='false']:after {
        font-family: FontAwesome;
        content: '\F0D7';   /* fa-caret-down */
        float: right;
    }

    .nav.navbar-nav > li > a[aria-expanded='true']:after {
        font-family: FontAwesome;
        content: '\F0D8';   /* fa-caret-up */
        float: right;
    }
}

.nav.navbar-nav > li > a:hover,
.nav.navbar-nav ul:hover + a {
    color: #f5a01a !important;
    background-color: #003d79 !important;
    /* NB: line appears between heading and menu;  also, background changes when hovering away */
}

@media (min-width: 992px) {
    /* Show menu while hovering over top-level menu */
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

ul.dropdown-menu {
    background-color: #003d79;
    border: none !important;
}

ul.dropdown-menu > li > a {
    font-family: 'Open Sans Condensed';
    font-size: 15px;
    font-weight: bold;
    color: white !important;
    white-space: nowrap;
    padding: 3px 20px;
}

ul.dropdown-menu li > a:hover {
    color: #f5a01a !important;
    background-color: transparent;
}

ul.dropdown-menu > li > div.row {
    width: 440px;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
        background-color: #003d79;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #f5a01a;
        background-color: #003d79;
    }
    .nodropdown {
    	height: 44px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
	.nav > li.dropdown > a{
		padding: 10px 6px;
	}
	.nav > li.dropdown > .dropdown-menu > li > a {
		padding: 3px 20px !important;
	}
	#block-topmenu-2 > div.content > ul > li:nth-child(2) > ul {
		width: 490% !important;
	}
}
.navbar-toggle:before {
    content: "MENU";
    font-size: 17px;
    font-weight: bold;
    color: #666666;
    left: -64px;
    top: 4px;
    position: absolute;
    width: 64px;
}

/* On click of menu heading in mobile/tablet mode */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #666666;

}

/* Hide border around search field */
.navbar-inverse .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

#inputSearch {
    height: 26px;
    display: inline-block;
    width: auto;
}

#buttonSearch {
    color: #f5a01a;
}

.footer-bottom.row {
    padding-top: 10px;
}

.footer > :not(.footer-bottom) {
    background-color: #003d79;
    color: white !important;
}

.footer > .row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.footer li {
    padding-left: 1em;
    text-indent: -1em;
}

.footer .content ul li {
    font-size: 13px;
    color: white !important;
}

.footer li > a:hover {
    color: #f5a01a;
}

.footer li:before,
 #sidebar-left li:before {
    content: "";/*&#xf054;*/
    font-weight: bold;
    color: #f5a01a;
    padding-right: 5px;
    font-family: FontAwesome;
}

.footer-heading {
    color: #f5a01a;
    font-family: "Open Sans Condensed";
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-subheading {
  color: #fff;
}

.footer-subheading,
#footer .visible-xs p {
    font-weight: bold;
}

.footer-bottom {
    font-size: 13px !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 975px !important;
}

.footer-bottom ol {
    padding-left: 0;
}

.footer-bottom li {
    display: inline-block;
    padding-left: 0;
    text-indent: 0;
}

.footer-bottom li > a,
.footer-bottom li > a:hover {
    color: #666666 !important;
}

.footer-bottom li + li:before {
    content: "|";
    color: #f5a01a;
    padding-left: .9em;
    padding-right: .9em;
}

.footer-bottom li:before {
    content: "";
}
.container.footer.row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (max-width: 991px) {
  .footer-heading {
      height: 63px;
      line-height: 1;
  }
  .container .footer .row {
  width: 100%;
}
}
@media (min-width: 992px) {
	.footer-heading {
	  margin-bottom: 16px;
	}
	div.container.footer.row{
		width: 955px;
	}
	.view-share-block {
		padding: 0 !important;
		text-align: center;
	}
}
.footer span + div {
    padding: 16px 0;
}

.home-heading {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-content > .row {
    margin-bottom: 15px;
}


.header {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #e8e9ea;
}

/*
.header > * {
    margin-left: 15px;
    margin-right: 15px;
}
*/
.header nav {
  /*left: 20px;*/
  position: relative;
  top: 15px;  
}

@media (max-width: 991px) {
    .header > * {
        margin-left: 0;
        margin-right: 0;
    }
}

.header > img {
    height: 210px;
}

.header .dropdown {
  display: table;
}

.header .dropdown #buttonbanner {
  display: table-row;
}


.banner {
    background-color: #003d79;
    padding-top: 9px;
    padding-bottom: 9px;
}

.block-system-breadcrumb-block nav {
  left: 0;
  top: 0;
  padding-right: 15px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .banner {
      padding-left: 15px;
      padding-right: 15px;
  }
  .navbar-header img {
      max-height: 80px;
      padding: 0 10px;
  }
  .navbar {
      height: auto;
  }
}

h1, .h1 {
    font-family: 'Open Sans Condensed';
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

h2, .h2 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #003d79 !important;
}

h3, .h3 {
    font-size: 14px;
    font-weight: bold;
}

a, a:hover {
    color: #f5a01a;
}

.breadcrumb {
    font-size: 13px;
    background-color: transparent !important;
    padding: 0 !important;
	margin-top: 0 auto;
	margin-bottom: 0 !important;
}
.long {
	margin-top: 1.7%;
}
.breadcrumb li {
    display: inline;
    /*line-height: 44px;*/
    vertical-align: middle;
}

.breadcrumb a {
    color: #f5a01a;
}

.breadcrumb a {
    color: #f5a01a;
}

.breadcrumb .active {
    color: #fff !important;
}

/* Caret buttons for dropdowns */
@media (max-width: 767px) {
    #buttonBanner[aria-expanded='false'] > .h1:after,
    .header .dropdown #buttonBanner[aria-expanded='false'] .content:after {
        font-family: FontAwesome;
        content: '\F0D7';   /* fa-caret-down */
        float: right;
	    position: absolute;
	    right: 10px;
	    color: #fff !important;
	    font-size: 1.8em;
	    top: 10%;
    }

    #buttonBanner[aria-expanded='true'] > .h1:after,
    .header .dropdown #buttonBanner[aria-expanded='true'] .content:after {
        font-family: FontAwesome;
        content: '\F0D8';   /* fa-caret-up */
        float: right;
	    position: absolute;
	    right: 10px;
	    color: #fff !important;
	    font-size: 1.8em;
	    top: 10%;
    }
    #buttonBanner[aria-expanded='false'] .title-long > .h1:after,
    .header .dropdown #buttonBanner[aria-expanded='false'] .title-long .content:after,
	#buttonBanner[aria-expanded='true'] .title-long > .h1:after,
	.header .dropdown #buttonBanner[aria-expanded='true'] .title-long .content:after {
		top: 25% !important;
    }
  .tabs > li {
      display: block !important;
  }
  ul.primary {
    padding: 0 1em !important;
  }
  ul.primary li a {
      margin-right: 0 !important;
      
  }
}

.content ul,
#content-bottom ul {
    list-style-type: none;
    padding-left: 10px;
}

.content ul li {
    list-style-position: outside;
    /*padding: 10px 0 0 20px;
    text-indent: -1em;*/
}



.page-content .dropdown-menu {
    padding-left: 15px;
    padding-right: 15px;
}

.page-content .dropdown-menu,
.page-content .dropdown-menu a {
    background-color: white;
    color: #666666 !important;
}

.sidebar {
	padding-top: 30px;
}
/* For displaying level 2 sidebar menu item with link displayed as a hanging indent */
.sidebar .content > ul > li > ul > li {
    /*padding-left: 15px;*/
}

.sidebar > ul > li > ul > li > ul > li {
    padding-left: 0;
    text-indent: 0;
}

/* For displaying level 2 sidebar menu item with link displayed as a hanging indent */
.sidebar .content > ul > li > ul > li a {
    display: inline ;
}

.page-content .dropdown-menu > li > ul,
.page-content .dropdown-menu > li > ul > li > ul,
.sidebar .content > ul,
.sidebar .content > ul > li > ul,
.sidebar .content > ul > li > ul > li > ul {
    list-style-type: none;
    padding-left: 0;
}

.page-content .dropdown-menu > li > ul > li:before,
.sidebar .content > ul > li > ul > li:before,
.header .dropdown .dropdown-menu .content > ul > li > ul > li:before  {
    content: "";
    font-family: FontAwesome;
    color: #f5a01a;
    padding-right: 2px;
}

.page-content .dropdown-menu > li > ul > li > ul > li > *,
.sidebar .content > ul > li > ul > li > ul > li,
.region-left .content > ul > li > ul > li > ul > li {
    padding-left: 15px;
}

.page-content .dropdown-menu li,
.page-content .dropdown-menu li a,
.sidebar li,
.sidebar li a,
.region-left li a {
    font-size: 14px;
    font-weight: bold;
}

.page-content .dropdown-menu > li > ul > li,
.page-content .dropdown-menu > li > ul > li a,
.page-content .dropdown-menu > li > ul > li > ul > li,
.page-content .dropdown-menu > li > ul > li > ul > li a,
.sidebar .content > ul > li > ul > li,
.sidebar .content > ul > li > ul > li a,
.sidebar .content > ul > li > ul > li > ul > li,
.sidebar .content > ul > li > ul > li > ul > li a,
.region-left .content > ul > li > ul > li,
.region-left .content > ul > li > ul > li a,
.region-left .content > ul > li > ul > li > ul > li,
.region-left .content > ul > li > ul > li > ul > li a {
    font-size: 13px;
    font-weight: normal;
}

.page-content .dropdown-menu > li > *:first-child:not(:last-child):after,
.page-content .dropdown-menu > li > ul > li > *:first-child:not(:last-child):after,
.page-content .dropdown-menu > li:not(:last-child):after,
.page-content .dropdown-menu > li > ul > li:not(:last-child):after,
.page-content .dropdown-menu > li > ul > li > ul > li:not(:last-child):after,
.sidebar .content > ul > li > span:after,
.header .dropdown .dropdown-menu .content > ul > li > span:after,
.sidebar .content > ul > li > ul:not(:empty):after {
    content: "";
    display: block;
    height: 1px;
    background: #e5e5e5 none repeat scroll 0 0;
    margin: 9px 0;
}

.sidebar .content > ul > li > ul:not(:empty):after,
.region-left li {
    margin: 9px 0 -4px 0;
    padding-right: 0 !important;
}

.page-content .dropdown-menu > li > ul > li > ul > li:first-child,
.sidebar > ul > li > ul > li > ul > li:first-child {
    margin-top: 9px;
}

.page-content .dropdown-menu li + li,
.sidebar li {
    margin: 9px 0;
}
/* Override bootstrap styling for .dropdown-menu for sidebar/dropdown */
.page-content .dropdown-menu li a,
.sidebar li a {
    display: inline-block;
    padding: 0;
}

.dropdown-menu {
	border-radius: 0 !important;
}

.dropdown-menu li.is-active,
.sidebar a.is-active,
#block-topmenu-2 .dropdown a.is-active,
.page-content .dropdown-menu a.is-active {
    color: #f5a01a !important;
    font-weight: bold !important;
}

.sidebar a,
.region-left a {
    color: #666666 !important;
}

#content-under-header img {
  width: 100%;
}

.contextual-region.block.block-core.block-page-title-block {
    display: inline-table;
    float: left;
}
.contextual-region.block.block-system.block-system-breadcrumb-block,
 #block-panaust-breadcrumbs{
    display: inline-table;
    float: right;
    width: 50%;
    text-align: right;
}

div[id^="block-views-block-top-banners-block-"] img {
  width: 100%;
}

.section-contact-us .col1, .section-contact-us .col2, .section-contact-us-0 .col1, .section-contact-us-0 .col2 {
    float: left;
    width: 260px;
}

.sameheight {
  min-height: 280px !important;
}

#block-topmenu-4 ul {
  padding: 0 !important;
  margin: 0 !important;
}

.container .footer .row{
  margin: 0 auto;
}
#bluebottom.container.row, 
#greymiddle .header .container
{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
#footer .footer {
  margin: 0 auto;
}
#footer {
    background-color: #003d79;
}
#greymiddle {
  background-color: #e8e9ea;
}
#greymiddle.row {
  margin: 0 !important;
}

@media (max-width: 991px) {
  #greymiddle .container {
    width: 100%;
  }
  #greymiddle.row > .container {
  	padding: 0 !important;
  }
}
.block.block-system.block-system-main-block {
    padding-top: 20px;
    padding-bottom: 50px;
}
.region.region-right {
    padding-top: 20px;
}
.block.block-system.block-system-main-block ul li {
    list-style-image: url("../images/bullet.gif");
    margin-left: 14px;
}
@media (max-width: 991px) {
  #inner-content-image {
	position: relative;
	bottom: 0;
	float: right;
	width: 100%;	
  }
	#buttonSearch {
		width: 37px;
    right: 6px !important;
    position: relative;
    top: 20px;
	}
	.form-control {
		width: 210px !important;
	}
}
@media (max-width: 767px) {
	.region-left nav {
		top: 0;
		padding: 15px;
	}
	#greymiddle .dropdown .dropdown-menu {
		width: 100%;
		border: none;
	}
	#greymiddle #block-primarylinks-3 li > a.is-active {
		color: #f5a01a !important;
	}
	#greymiddle #block-primarylinks-3 li > a:hover,
	#greymiddle #block-primarylinks-3 li > a:active,
	#greymiddle #block-primarylinks-3 li > a:focus {
		color: #f5a01a !important;
		text-decoration: underline;
	}
	.ui-dialog.youtubepop {
		border-radius: 0;
		padding: 0;
    width: auto !important;
	}

	.view-board-of-directors,
	.ctr-xs,
	#block-views-block-left-under-blocks-block-2 { 
		text-align: center; 
	}
	#block-views-block-left-under-blocks-block-1 {
		display: none;
	}
	.block.block-system.block-system-main-block {
	    padding-bottom: 10px !important;
	}
	.region.region-right {
		padding-top: 0 !important;
	}

  .view-latest-news-search div.view-content > div .views-field-title {
    display: block !important;
  }
  #views-exposed-form-latest-news-search-block-1 .js-form-item.js-form-item-keys,
  #views-exposed-form-latest-news-search-block-1 .js-form-item.js-form-item-tid {
    width: 100% !important;
  }
  #views-exposed-form-latest-news-search-block-1 .form-actions{
    float: right;
  }
  .view-latest-news-search div.view-content > div .views-field-field-latest-news-image{
    width: 100%;
    display: table !important;
  }
  .view-id-latest_news_search .view-content > div .news-title{
    padding-top: 10px;
	padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .news-summary-search, .view-id-latest_news_search .view-content > div .views-field{
	padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .view-latest-news-search div.view-content > div .views-field-field-latest-news-image img{
    max-width: 100%;
    width: 100%;
  }
  .newslink {
    float: right;
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	.ctr-sm	{ text-align: center; }
}
@media (max-width: 1024px) {

  

}

.col-md-12.contextual-region.view.view-left-under-blocks {
	padding: 0;
	text-align: center;
}
.col-md-12.contextual-region.view.view-left-under-blocks h2 {
	font-size: 1.14em !important
}

.navmenu.navmenu-default > .container-fluid {
	padding-left: 0;
    padding-right: 0;
}
.container-fluid > .navbar-form.navbar-left {
	margin: 0 0;	
}
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 40px !important;
}
.fancy-box {
    vertical-align: bottom;
    display: table-cell;
}
li:active,
li:focus {
	background-color: none !important;
}
.dropdown-menu > li > a:focus {
	background-color: transparent !important;
}

#block-panaust-content article ul > li > ul > li {
    list-style: circle;
}
#block-panaust-content article li {
    line-height: 1.9em;
}

#block-panaust-content article td {
	padding: 0 5px;
}
#block-panaust-content form.search-form {
	display: none;
}

div[id^="block-views-block-annual-publications-block-"]:nth-child(n+5) h2 {
	cursor: pointer;
}

.form-required {
	color: #666666 !important;
}
.field--name-field-q17 {
	display: none;
}

div[id^="block-views-block-annual-publications-block-"] tbody,
div[id^="block-views-block-annual-publications-block-"] td
{
  border: none !important;
  background-color: #eee;
}
div[id^="block-views-block-annual-publications-block-"] thead, 
div[id^="block-views-block-annual-publications-block-"] th,
div[id^="block-views-block-annual-publications-block-"] table {
  background-color: none !important;
  border: none !important;
}
div[id^="block-views-block-annual-publications-block-"] tr {
  border-bottom: 1px solid #ccc;
}

.view-left-under-blocks.or-bg .field-content {
  margin: auto;
}

.view-left-under-blocks.or-bg .field-content,
.view-left-under-blocks.or-bg p {
  text-align: center;
  width: 174px;
  
}
.view-left-under-blocks.or-bg h2 {

  background-color: #f5a01a;
  padding: 5px;
display: table-cell;
  height: 45px;
  vertical-align: middle;
  width: 174px !important;
  text-align: center;
  font-size: 14px !important;
  color: #666666 !important;
}
.view-left-under-blocks.or-bg p {
}
.view-left-under-blocks.or-bg img {
  width: 174px !important;
  height: 150px !important;
}

#contact-message-sustainability-report-feedback-form legend{
  border-bottom: none !important;
}

.panaust-fieldset {
  border: 1px solid #c0c0c0 !important;
  padding: 0.35em 0.625em 0.75em !important;
}
.panaust-legend {
  font-size: 14px !important;
  margin-bottom:0;
  width: auto;
  padding: 0 2px; 
}
  
#edit-field-how-effectively-does-the-s--wrapper .js-form-type-radio,
#edit-field-q2-wrapper .js-form-type-radio,
#edit-field-q5-wrapper .js-form-type-radio,
#edit-field-q8-wrapper .js-form-type-radio,
#edit-field-q11-wrapper .js-form-type-radio,
#edit-field-q16-wrapper .js-form-type-checkbox {
  display: inline-block;
  margin: 0 5px;
}
#fs01, #fs02, #fs03, #fs04, #fs05 {
  margin-bottom: 15px !important;
}
#buttonSearch {
	position: absolute;
    right: 7px;
    top: 18px;
    width: 32px;
}
.panaust-linkedin {
  margin: 0 5px 0 0;
/*
  color: #bcbec0;
  position: relative;
  top: 3px;
*/
  width: 25px;
  height: 25px;
  padding: 0!important;
}

.panaust-youtube {

  margin: 0 8px 0 0;
/*
  color: #f5a01a;
  position: relative;
  top: 4px;
*/  
  width: 25px;
  height: 25px;
  padding: 0!important;
}
.socialicons {
	color:green;
	float:right;
    position: relative;
    right: 56px;
    top: 12px;
}
div[id^=block-views-block-annual-publications-block-] h2 {
  cursor: pointer !important;
}

div[id^=block-views-block-annual-publications-block-] table {
  margin: 0 !important;
  padding-bottom: 1em !important;
  padding-top: 1em !important;
}

.view-id-annual_publications td:first-child{
  width: width: 66.66666667% !important;
}
.view-id-annual_publications td{
  width: width: 16.66666667% !important;
}
.view-annual-publications table {
	margin: 0 !important;
}
.juju { /*honeypot*/
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.latest-news-detail {
  font-size: 16px;
  line-height: 25px;
}
.latest-news-detail > div:nth-child(2){
  padding: 0;
}
.node--type-latest-news .field.field--name-title {
  font-size: 22px;
  color: #003d79;
  font-weight: bold;
  display: block;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.node--type-latest-news .field--name-field-latest-news-image {
  margin: 0 20px 20px 20px;
}
.node--type-latest-news .field--name-field-latest-news-image img{
  width: 100%;
  max-width: 555px;
  height: auto;
}
.node--type-latest-news .field--name-body {
  margin: 40px 20px;
}
.prev-news a, .next-news a {
  color: #003d79 !important;
  font-weight: bold;
  padding: 8px 20px;
  border: 1px solid #003d79;
  border-radius: 6px;
}
.views-field-view-node .news-read{
  color: #003d79 !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 20px;
  border: 1px solid #003d79;
  border-radius: 6px;
  display: inline-block;
  margin-right: 25px;
  margin-top: 5px;
}
.views-field-view-node .news-read:hover{
  background-color: #003d79;
  color: #fff !important;
  text-decoration: none;
}
.prev-news {
  float: left;
}
.next-news {
  float: right;
}
#views-exposed-form-latest-news-search-block-1 label {
  display: none;
}
#views-exposed-form-latest-news-search-block-1 .js-form-item.js-form-item-keys,
#views-exposed-form-latest-news-search-block-1 .js-form-item.js-form-item-tid {
  width: 45%;
}
#views-exposed-form-latest-news-search-block-1 select {
  width: 100%;
}
#views-exposed-form-latest-news-search-block-1 #edit-keys, 
#views-exposed-form-latest-news-search-block-1 input[id^=edit-keys] {
  width: 100%
}
#views-exposed-form-latest-news-search-block-1 input,
#views-exposed-form-latest-news-search-block-1 select{
  height: 44px;
  border: none;
  background-color: #f5f5f5;
  padding: 10px 15px;
}
#views-exposed-form-latest-news-search-block-1 ::-webkit-input-placeholder,/* Edge */
#views-exposed-form-latest-news-search-block-1 :-ms-input-placeholder, /* Internet Explorer 10-11 */
#views-exposed-form-latest-news-search-block-1 ::placeholder { 
  color: #676767;
  font-weight: bold;
}
#views-exposed-form-latest-news-search-block-1 div[id^=edit-actions] {
  display: inline-block;
}
#views-exposed-form-latest-news-search-block-1 input[id^=edit-submit] {
  background-color: #003d79 !important;
  color: #fff;
}
.view-latest-news-search div.view-content > div .views-field-field-latest-news-image {
  display: table-cell;
}
.view-latest-news-search div.view-content > div .views-field-field-latest-news-image img{
  border-radius: 8px;
}
.view-latest-news-search div.view-content > div .views-field-title {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px 15px 15px;
}

.news-title a {
  color:#003d79 !important;
  color: #003d79 !important;
  font-size: 18px;
  font-weight: bold;
}
.news-summary-search {
  padding-top: 10px;
  font-size: 14px;
}
.newslink {
  padding: 8px 20px;
  border: 1px solid #003d79;
  border-radius: 6px;
  display: inline-block;
  margin: 15px 0;
  color: #003d79 !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.newslink:hover {
  background-color: #003d79;
  color: #fff !important;
}
.view-id-latest_news_search .view-content > div{
  padding-bottom: 50px;
  padding-top: 0;
}
.view-id-latest_news_search .view-content > div .views-field, 
.view-id-latest_news_search .view-content > div .news-title,
.view-id-latest_news_search .view-content > div .news-summary-search {
  padding-left: 22px;
  padding-right: 22px;
}
.view-id-latest_news_search .view-content > div:last-child{
  border-bottom: none;
}
.view-id-latest_news_search .pager li a{
  color: #474747 !important;
  border-radius: 0;
}
.view-id-latest_news_search .pager li a:hover{
  background-color: #003d79 !important;
  color: #fff !important;
  border-color: #003d79 !important;
}
.region.region-content-top{
	display: table;
	width: 100%;
}