/*
Theme Name: Delaware Public Service Commission (PSC)
Theme URI: https://07f1e5f4-4777-4b32-b8a1-97d8366accdf.p.bardy.io
Author: Delaware GIC - Matt Campbell & Julianne Solum
Author URI: https://75221f19-1c83-4d77-aa24-3f096f72ee15.p.bardy.io
Description: Custom WordPress theme designed exclusively for the Delaware Public Service Commission (PSC).
Version: CLF 4.0.1
Tags: Bootstrap, mobile first, State of Delaware
Text Domain: dosgic_PSC_theme
*/

/* ############################################################################################## */

/*  D E V E L O P E R   C U S T O M I Z A B L E   S T Y L E S  */
/*  State of Delaware - CLF4 2016  */
/*  Developed by the GIC (Matt Campbell & Julianne Solum)  */

/* ############################################################################################## */

/*==========  Bootstrap 3 Mobile First Method CSS  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

  /* ============================= ELEMENTS ============================= */
  html {
    -webkit-font-smoothing: antialiased !important;
    position: relative;
    min-height: 100%;
  }

  body {
    width: 100%;
    min-height: 100%;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    -webkit-font-smoothing: antialiased !important;
    padding-bottom: 980px;
  }

  /* ============================= ID's ============================= */

  /* BOOTSTRAP NAV-WALKER COMPENSATORY CSS  */
  /* ID OF BELOW SELECTOR WILL CHANGE BASED ON WEBSITE */
  #menu-psc-main-navigation {
    z-index: 999;
  }

  .affix #menu-psc-main-navigation {
    position: absolute !important;
  }

  #menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #2395d3;
    transition: all 0.25s ease-out;
  }

  #main_header h1,
  #main_content h1 {
    font-family: "Trebuchet MS", sans-serif !important;
    font-weight: 400;
    color: #2395d3 !important;
    font-size: 40px;
    margin-top: 10px;
  }

  #main_header h2,
  #main_content h2 {
    font-family: "Open Sans";
    color: #2395d3 !important;
    margin-top: 0px;
  }

  #main_content h3 {
    font-family: "Trebuchet MS", sans-serif !important;
    font-weight: 400;
    font-size: 25px;
    color: #2395d3 !important;
    margin-top: 0px;
  }

  #main_content a,
  #main_content a:link,
  #main_content a:active,
  #main_content a:visited {
    text-decoration: none;
    font-weight: bold;
  }

  #main_content a:hover {
    color: #166089;
    text-decoration: underline;
    font-weight: bold;
  }

  #main_content ul,
  #main_content ol {
    font-size: 0.9em;
    line-height: 2.1em;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  #loading1 {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
  }

  #loading2 {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
  }

  #psc_head {
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right,
        #ffffff,
        #d7f1ff);
    /* Standard syntax */
    border-bottom: 3px solid #155c83;
    height: auto;
    position: relative;
    z-index: 1000;
  }

  #AgencyCarousel {
    border: 2px solid #2395d3;
  }

  #AgencyCarousel .carousel-caption h2 {
    font-family: "Trebuchet MS", sans-serif !important;
    color: #ffffff !important;
    font-size: 25px;
    font-weight: 400;
    display: inherit;
    text-shadow: 1px 1px 1px #000000, 1px 1px 1px #000000;
  }

  .carousel-caption {
    background-color: rgba(0, 0, 0, 0.8);
  }

  /*#AgencyCarousel p {
background-color: rgba(0, 0, 0, 0.8);
padding: 10px;
}*/
  #subNav {
    width: 100%;
    min-height: auto;
    padding-bottom: 0;
    background: #155c83;
    margin-top: 0px;
  }

  @media screen and (min-width: 768px) {
    #subNav {
      min-height: 85px;
      padding-bottom: 15px;
    }
  }

  #subNav a {
    color: #fff !important;
  }

  #agencyFooter {
    background-color: #d7f1ff;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5em;
    padding-top: 30px;
    padding-bottom: 2em;
    border-top: 3px solid #155c83;
    border-bottom: 10px solid #245194;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 768px;
    z-index: 1029;
  }

  @-moz-document url-prefix() {
    #agencyFooter {
      height: 781px;
    }
  }

  #agencyFooter a,
  #agencyFooter a:link,
  #agencyFooter a:active,
  #agencyFooter a:visited {
    color: #166089;
    text-decoration: none;
  }

  #agencyFooter a:hover {
    color: #166089;
    text-decoration: underline;
  }

  .agencyFooter_icons {
    width: 40px;
    height: 40px;
    border: none;
    display: inline-block;
    text-align: center;
  }

  #agencyFooter ul {
    list-style-type: none;
    margin-left: -38px;
  }

  /* ============================= Classes ============================= */

  /* WordPress Core CSS */
  .alignnone {
    margin: 5px 20px 20px 0;
  }

  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }

  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }

  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }

  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }

  a img.alignnone {
    margin: 5px 20px 20px 0;
  }

  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }

  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
  }

  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }

  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }

  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }

  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }

  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }

  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }

  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
  }

  img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }

  img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }

  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }

  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* End WP Core Classes */

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

		Nav Tabs Theme

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

  /* Generic Utility */
  .hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* ****************************
		nav-tabsgation tab
**************************** */

  .nav-tabs {
    margin: 0 auto 0 -40px;
    max-width: 120%;
    position: relative;
    border-bottom: 0px;
  }

  .nav-tabs li {
    float: left;
    position: relative;
    display: block;
    height: 50px !important;
    *height: 60px !important;
    *margin-bottom: -16px !important;
    line-height: 55px !important;
    text-align: center !important;
    font-weight: 400 !important;
    color: #fff !important;
    font-size: 20px;
    font-family: "Open Sans", sans-serif !important;
    margin-bottom: 0px !important;
    transition: background 400ms !important;
  }

  /* Align Left */
  .nav-tabs.left li {
    padding: 0 20px;
    width: 40%;
    margin-left: -40px;
  }

  .nav-tabs.left li:last-child {
    margin-right: 0;
    width: 40%;
  }

  /* Align Center */
  .nav-tabs.center.col2 {
    width: 172px;
  }

  .nav-tabs.center.col3 {
    width: 258px;
  }

  .nav-tabs.center.col4 {
    width: 344px;
  }

  .nav-tabs.center.col5 {
    width: 430px;
  }

  .nav-tabs.center.col6 {
    width: 516px;
  }

  .nav-tabs.center.col7 {
    width: 602px;
  }

  .nav-tabs.center.col8 {
    width: 688px;
  }

  .nav-tabs.center.col2 li,
  .nav-tabs.center.col3 li,
  .nav-tabs.center.col4 li,
  .nav-tabs.center.col5 li,
  .nav-tabs.center.col6 li,
  .nav-tabs.center.col7 li,
  .nav-tabs.center.col8 li {
    width: 86px;
  }

  /* right */
  .nav-tabs.right li {
    float: right;
    width: 86px;
  }

  /* fullwidth */
  .nav-tabs.col2 li {
    width: 50%;
    *width: 49.9%;
    background-color: #2e658f;
  }

  .nav-tabs.col3 li {
    width: 33.3333%;
    *width: 33.2222%;
  }

  .nav-tabs.col4 li {
    width: 25%;
    *width: 24.9%;
  }

  .nav-tabs.col5 li {
    width: 30%;
    *width: 29.9%;
  }

  .nav-tabs.col6 li {
    width: 16.6666%;
    *width: 16.5555%;
  }

  .nav-tabs.col7 li {
    width: 14.2857%;
    *width: 14.1857%;
  }

  .nav-tabs.col8 li {
    width: 12.5%;
    *width: 12.44%;
  }

  .nav-tabs li a,
  .nav-tabs li a:link {
    color: #fff !important;
    text-decoration: none !important;
    border: 0px !important;
  }

  .nav-tabs li:hover {
    text-decoration: none !important;
    background-color: #418ac2 !important;
    /*background-color:#3f8ac3;*/
    color: #fff !important;
    cursor: pointer !important;
  }

  .nav-tabs li.active {
    z-index: 50 !important;
    background-color: #3f8ac3 !important;
    text-decoration: none !important;
    color: #fff !important;
    transition: background 600ms !important;
  }

  .nav-tabs>li.active>a,
  .nav-tabs>li.active>a:focus,
  .nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: pointer !important;
    background-color: #3f8ac3 !important;
    border: 0px !important;
    border-bottom-color: transparent !important;
    text-decoration: none !important;
  }

  .nav-tabs li.active:hover {
    text-decoration: none !important;
  }

  /* ****************************
		    Content
**************************** */

  .tab-content {
    border-top: solid 4px #2e658f;
    padding-top: 10px;
    clear: both;
    position: relative;
    width: 100%;
  }

  .tab-content ul {
    list-style-type: none;
  }

  .tab-content ul li {
    font-family: "Open Sans", sans-serif !important;
    color: #222;
  }

  .tab-content p {
    margin-bottom: 15px;
    line-height: 25px;
  }

  .tab-content h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 0.5em 0;
  }

  .tab-content h1,
  section h1 {
    font-size: 2.1em;
  }

  .tab-content h2,
  section h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 700;
  }

  .tab-content h3,
  section h3 {
    font-size: 1.5em;
  }

  .tab-content h4,
  section h4 {
    font-size: 1.2em;
  }

  .tab-content h5,
  section h5 {
    font-size: 1em;
  }

  .subNavItems {
    padding-top: 18px;
    color: white;
  }

  .agencyFooter_logo {
    width: 150px;
    height: 75px;
    border: none;
    text-align: center;
  }

  hr.clf {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -o-border-image: none;
    border-image: none;
    border: 1px solid #2395d3;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  hr.title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -o-border-image: none;
    border-image: none;
    border: 2px solid #2395d3;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .org_arrow {
    color: #5f7f23;
    vertical-align: top;
    padding-top: 10px;
  }

  .tab_content ul>li {
    color: #5f7f23;
  }

  ul.delafile {
    list-style: none;
  }

  ul.delafile>li {
    padding-bottom: 15px;
  }

  span.press-excerpt {
    color: #222;
  }

  span.press-excerpt>p {
    line-height: 21px;
  }

  .press-title {
    font-size: 20px;
  }

  .border_none {
    border: none;
  }

  .agency_map {
    border: 0px;
    width: 710px;
    height: 600px;
    margin: 0px;
  }

  .agency_control {
    margin-top: 195px;
    color: #fff;
  }

  .carousel-caption {
    right: 0% !important;
    left: 0% !important;
    padding-bottom: 30px;
  }

  .carousel-control.left {
    background-image: none;
  }

  .carousel-control.right {
    background-image: none;
  }

  .carousel .wave_text {
    color: #333;
  }

  .carousel-indicators {
    position: absolute;
    bottom: 1px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }

  .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    border-radius: 10px;
  }

  .carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 0;
    background-color: #fff;
  }

  .interiorTitle {
    color: #166089;
    font-size: 24px;
    text-transform: normal;
    font-family: "Trebuchet MS", sans-serif;
    border-bottom: 3px solid #155c83;
    line-height: 1;
    padding-top: 30px !important;
    padding-bottom: 15px !important;
    background-color: #d7f1ff;
  }

  .interior-title-wrapper {
    margin-top: -20px;
    background-color: #d7f1ff;
  }

  .jumbo {
    font-size: 36px;
  }

  input[type="hidden" i] {
    display: none;
  }

  .bottom-pic {
    margin-bottom: -95px;
  }

  @-moz-document url-prefix() {
    .bottom-pic {
      margin-bottom: -83px;
    }
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /* ============================= ELEMENTS ============================= */

  /* ============================= ID's ============================= */

  /* ============================= Classes ============================= */
  .agency_control {
    margin-top: 195px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

  /* ============================= ELEMENTS ============================= */
  #AgencyCarousel .carousel-caption h2 {
    font-family: "Trebuchet MS", sans-serif !important;
    color: #ffffff !important;
    font-size: 25px;
    font-weight: 400;
    display: inherit;
    text-shadow: 1px 1px 1px #000000, 1px 1px 1px #000000;
  }

  /* ============================= ID's ============================= */
  #main_content h3 {
    font-family: "Trebuchet MS", sans-serif !important;
    font-weight: 400;
    font-size: 28px;
    color: #2395d3 !important;
    margin-top: 0px;
  }

  #psc_head {
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right,
        #ffffff,
        #d7f1ff);
    /* Standard syntax */
    border-bottom: 3px solid #155c83;
    height: 65px;
    position: relative;
    z-index: 1000;
  }

  #subNav {
    margin-top: 0px;
  }

  #agencyFooter {
    padding-top: 2em;
    padding-bottom: 2em;
    height: 303px;
  }

  @-moz-document url-prefix() {
    #agencyFooter {
      height: 308px;
    }
  }

  /* ============================= Classes ============================= */
  .agency_control {
    margin-top: 230px;
  }

  .bottom-pic {
    margin-bottom: -145px;
  }

  @-moz-document url-prefix() {
    .bottom-pic {
      margin-bottom: -140px;
    }
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

  /* ============================= ELEMENTS ============================= */
  #AgencyCarousel .carousel-caption h2 {
    font-family: "Trebuchet MS", sans-serif !important;
    color: #ffffff !important;
    font-size: 25px;
    font-weight: 400;
    display: inherit;
    text-shadow: 1px 1px 1px #000000, 1px 1px 1px #000000;
  }

  /* ============================= ID's ============================= */
  #main_content h3 {
    font-family: "Trebuchet MS", sans-serif !important;
    font-weight: 400;
    font-size: 28px;
    color: #2395d3 !important;
    margin-top: 0px;
  }

  #psc_head {
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right,
        #ffffff,
        #d7f1ff);
    /* Standard syntax */
    border-bottom: 4px solid #155c83;
    height: 85px;
    position: relative;
    z-index: 1000;
  }

  #subNav {
    padding-bottom: 0;
    margin-top: -20px;
  }

  #agencyFooter {
    background-color: #d7f1ff;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 3px solid #155c83;
    border-bottom: 10px solid #245194;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 259px;
    z-index: 1029;
  }

  @-moz-document url-prefix() {
    #agencyFooter {
      height: 263px;
    }
  }

  /* ============================= Classes ============================= */
  .subNavItems {
    padding-top: 26px;
    color: white;
  }

  .agency_control {
    margin-top: 140px;
  }

  .bottom-pic {
    margin-bottom: -60px;
  }

  @-moz-document url-prefix() {
    .bottom-pic {
      margin-bottom: -55px;
    }
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

  /* ============================= ELEMENTS ============================= */
  #AgencyCarousel .carousel-caption h2 {
    font-family: "Trebuchet MS", sans-serif !important;
    color: #ffffff !important;
    font-size: 25px;
    font-weight: 400;
    display: inherit;
    text-shadow: 1px 1px 1px #000000, 1px 1px 1px #000000;
  }

  /* ============================= ID's ============================= */
  #main_content h3 {
    font-family: "Trebuchet MS", sans-serif !important;
    font-weight: 400;
    font-size: 28px;
    color: #2395d3 !important;
    margin-top: 0px;
  }

  #psc_head {
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right,
        #ffffff,
        #d7f1ff);
    /* Standard syntax */
    border-bottom: 4px solid #155c83;
    height: 100px;
    position: relative;
    z-index: 1000;
  }

  #subNav {
    margin-top: -20px;
  }

  #agencyFooter {
    background-color: #d7f1ff;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 3px solid #155c83;
    border-bottom: 10px solid #245194;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 259px;
    z-index: 1029;
  }

  @-moz-document url-prefix() {
    #agencyFooter {
      height: 263px;
    }
  }

  /* ============================= Classes ============================= */
  .agency_control {
    margin-top: 180px;
  }

  .bottom-pic {
    margin-bottom: -60px;
  }

  @-moz-document url-prefix() {
    .bottom-pic {
      margin-bottom: -55px;
    }
  }
}

/* ============================= CUSTOM MEDIA QUERIES ============================= */
/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {

  .carousel-inner>.item>img,
  .carousel-inner>.item>a>img {
    min-height: 400px;
    /* Set slide height here */
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
  }
}

/* Conditional Styles for IE Edge */
_:-ms-lang(x),
_:-webkit-full-screen,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 874px) {
  .menu_text {
    position: absolute;
    margin-left: 60px;
    margin-top: -44px;
    opacity: 1;
    font-size: 20px;
    font-weight: bold;
    color: #2395d3;
  }
}

@media (min-width: 875px) {
  .menu_text {
    position: absolute;
    margin-left: 60px;
    margin-top: -44px;
    opacity: 0;
    font-size: 20px;
    font-weight: bold;
    color: #2395d3;
  }
}

@media (min-width: 1100px) {
  .menu_text {
    position: absolute;
    margin-left: 60px;
    margin-top: -100px;
    opacity: 0;
    font-size: 20px;
    font-weight: bold;
    color: #2395d3;
  }
}

@media (min-width: 1300px) {
  .menu_text {
    position: absolute;
    margin-left: 60px;
    margin-top: -100px;
    opacity: 0;
    font-size: 20px;
    font-weight: bold;
    color: #2395d3;
  }
}

/* ============================= END CUSTOM MEDIA QUERIES ============================= */

/* ======================== STYLES FOR THE PUBLIC MEETING CALENDAR ====================== */
#public-meetings a,
#public-meetings a:link,
#public-meetings a:active,
#public-meetings a:visited {
  color: #245194;
  text-decoration: none;
  font-weight: bold;
}

#public-meetings a:hover {
  color: #245194;
  text-decoration: none;
  font-weight: bold;
}

ul.meeting-container>li {
  list-style-type: none;
}

.meeting-container {
  text-align: center;
  padding: 0px;
}

span.meeting-title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #606060;
}

span.meeting-agency {
  display: none;
}

span.meeting-date {
  font-style: italic !important;
  color: #222;
  font-weight: bold;
  font-size: 17px;
}

span.meeting-time {
  font-style: italic !important;
  color: #222;
  font-weight: bold;
  font-size: 17px;
}

span.meeting-end {
  font-style: italic !important;
  color: #222;
  font-weight: bold;
  font-size: 17px;
}

span.meeting-purpose {
  display: none;
}

span.meeting-address {
  color: #222;
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 4px;
  display: block;
}

a.map-link,
a.map-link:link,
a.map-link:active,
a.map-link:visited,
a.info-link,
a.info-link:link,
a.info-link:active,
a.info-link:visited {
  color: #245194;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #245194;
  border-radius: 30px;
  padding: 15px 35px;
}

a.info-link:hover,
a.map-link:hover {
  color: #fff !important;
  background-color: #245194;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #245194;
  border-radius: 30px;
  padding: 15px 35px;
}

/*  =============== END OF PMC STYLESHEET  ==============*/
/* pscUtilities Icons */
#pscUtilities img,
#pscUtilities2 img {
  max-width: 150px;
}

/* Social Feeds: Facebook Page Plugin */
#socialFeeds {
  padding: 2em 0 4em 0;
}

#socialFeeds h2 {
  padding-bottom: 1em;
}

@media screen and (min-width: 768px) {
  #socialFeeds h2 {
    padding-bottom: 1.25em;
  }
}

#socialFeeds h3 {
  padding: 1.25em 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #socialFeeds h3 {
    padding: 1em 0 1em 0;
    margin: 0;
    text-align: left;
  }
}

#socialFeeds h4 {
  padding: 2em 0 1em 0;
}

#socialFeeds .social-embed {
  width: 360px;
  border: 3px solid #ddd;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #socialFeeds .social-embed {
    width: 320px;
  }
}

@media screen and (min-width: 992px) {
  #socialFeeds .social-embed {
    width: 420px;
  }
}

@media screen and (min-width: 1200px) {
  #socialFeeds .social-embed {
    width: 510px;
  }
}

/* Bootstrap overrides for color contrast accessibility */
.label-success {
  background-color: #477c41;
}

/* Homepage updates */
#main_content .card-section-heading i {
  color: #749534;
}

#main_content .card-section-heading h2 {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .d-flex-cards-column {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .d-flex-cards-row {
    display: flex;
  }

  .d-flex-cards-column {
    display: flex;
    flex-direction: column;
  }
}

.homepage-cards-wrapper {
  display: flex;
  flex-grow: 1;
}

.homepage-cards {
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  -webkit-box-shadow: 0 7px 0 #2395D3, 0 -7px 0 #2395D3;
  box-shadow: 0 7px 0 #2395D3, 0 -7px 0 #2395D3;
  border-right: 1px solid #DEDBDB;
  border-left: 1px solid #DEDBDB;
  margin-top: 40px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.homepage-cards-body {
  flex-grow: 1;
}

.homepage-cards ul {
  list-style: none;
  padding-left: 0;
}

.homepage-cards #pmcAppHomepage li {
  margin-bottom: 40px;
}

#main_content .homepage-cards a {
  text-decoration: underline;
}

#main_content .homepage-cards span.meeting-date {
  color: unset;
  display: block;
  font-size: unset;
  font-weight: bold;
  line-height: 1.6em;
}

.homepage-cards .press-excerpt a {
  display: none;
}

.homepage-cards .homepage-cards-footer a {
  display: block;
  margin: 35px 0;
}

.homepage-logos {
  align-items: center;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}

@media (min-width: 768px) {
  .homepage-logos {
    flex-direction: row;
  }
}

.homepage-logos li {
  padding: 15px;
}