/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   STYLES
   ========================================================================== */
    .left { float:left; }
    .right { float:right; }

    body { font-family: "Open Sans", sans-serif; font-size: 17px; color: #948f8f; }
    h1, h2, h3, h4, h5, h6, p { padding: 0; margin: 0; }
    h1 { font-size: 60px; color: #e2b732; padding: 0; line-height: 1; }
    h1, 
    h2 { font-family: 'Amiri', serif; margin: 0 0 40px 0; font-weight: normal; }
    h2 { font-size: 34px; color: #5a5a59; padding: 0; line-height: 1.3; }
    h3 { font-size: 28px; color: #deb342 !important; font-weight: 500; padding: 0; margin: 0 0 35px 0; }
    h4 {}
    h5 {}
    h6 {}
    p { line-height: 27px; padding: 0; margin: 0 0 25px 0; }
    a {}
    a:hover {}
    ul,
    ol { padding: 0; margin: 0 0 20px; }
    ul li,
    ol li { padding: 0 0 10px 0; margin: 0; }

    input[type="text"] { text-indent: 0; }
    input[type="text"].form-control,
    select.form-control { height: 40px; line-height: 40px; }
    input[type="text"].form-control,input[type="email"].form-control,  input[type="password"].form-control,
    select.form-control,
    textarea.form-control,
    .bootstrap-select > .dropdown-toggle { font-size: 20px; color: #5a5a5a; border-radius: 0; font-weight: 300; border: 1px solid #989f3e; }
    textarea { height: 70px; padding-left: 12px; }
    input[type="submit"] {}
    form label { font-size: 14px; font-weight: 500; color: #5a5a5a; display: block; line-height: 40px; }

    .form-control::-webkit-input-placeholder { color: #5a5a5a; }
    .form-control::-moz-placeholder { color: #5a5a5a; }
    .form-control:-ms-input-placeholder { color: #5a5a5a; }
    .form-control:-moz-placeholder { color: #5a5a5a; }

    .bootstrap-select > .dropdown-toggle { padding: 0; height: 40px; line-height: 40px; text-indent: 12px; border-radius: 0; }
    .bootstrap-select .dropdown-toggle:hover,
    .bootstrap-select .dropdown-toggle:active,
    .bootstrap-select .dropdown-toggle:focus { outline: 0 !important; }
    .bootstrap-select.btn-group .dropdown-menu { border-radius: 0; margin: 4px 0 0 0; padding: 0; }
    .bootstrap-select.btn-group .dropdown-menu li { padding: 0; }

/* ==========================================================================
   HEADER
   ========================================================================== */
   .navbar { 
    border-top: 12px solid #d2a43e; 
    border-bottom: 0;
    background: #ffffff; 
    padding-top: 10px; 
    margin-bottom: 0; 
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.82); 
  }
   .navbar .navbar-header { float: left; }

   .navbar-brand {
      padding: 0;
      margin: 0;
    }

   .index .navbar {  }

   .header-right { padding-top: 9px; float: right; }
   .member-login { height: 34px; line-height: 32px; padding: 0 13px; border: 1px solid #878e2f; font-size: 14px; font-weight: bold; color: #878e2f; }
   .member-login,
   .searcharea { float: right; }
   .searcharea { margin-right: 13px; width: 190px; height: 34px; background: #bdbdbd; padding: 6px 8px; }
   .searcharea input[type="text"] { background: none; width: 146px; }
   .searcharea input[type="text"],
   .searcharea input[type="submit"] { display: inline-block; border: 0; height: 21px; }
   .searcharea input[type="submit"] { width: 20px; background: url(../images/submit-btn.png) 0 0 no-repeat; text-indent: -99999px; }
   .top-social-media { float: right; margin-right: 15px; margin-top: 4px; }
   .top-social-media a { float: left; display: block; margin-left: 17px; }

   .navbar-collapse { margin-top: 25px; }
   .navbar-nav { float: right; }
   .navbar-nav > li { 
      padding: 0 9px 15px;
      border-bottom: 4px solid transparent;
  }
   .navbar-nav > li > a { padding: 0; font-size: 16px; color: #707071; font-weight: 600; }
   .navbar-nav > li > a:hover,
   .navbar-nav > li > a:focus,
   .navbar-nav > li > a:active,
   .navbar-nav > li.selected > a { 

    text-decoration: none; 


    color: #fff !important;
    background-color: #b0b84f !important;
  }

/* ==========================================================================
   BANNER
   ========================================================================== */
   #slideshow .slide { position: relative; width: 100%; }
   #slideshow .slide .slider-img { position: relative; z-index: 1; }
   #slideshow .slide .slider-img img { width: 100%; }
   #slideshow .slide .slider-img img.banner-mobile-img { display: none; }
   #slideshow .slide .slider-text { position: absolute; bottom: 0; right: 0; width: 1383px; height: 310px; background: url(../images/bg-slider-text.png) 100% 0 no-repeat; z-index: 5; }
   #slideshow .slide .slider-text .wrap { padding-left: 338px; padding-top: 110px; }
   #slideshow .slide .slider-text h3 { font-size: 84px; font-weight: normal; font-family: 'Amiri', serif; color: #c1c87e; padding: 0; margin: 0; line-height: 1; }
   #slideshow .slide .slider-text p, 
   #slideshow .slide .slider-text p a { font-size: 18px; color: #a8a8a8; font-weight: 300; }

   .inner-banner { position: relative; }
   .inner-banner .sidebar-bg { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 2; }
   .inner-banner .sidebar-bg,
   .inner-banner .sidebar-bg .container,
   .inner-banner .sidebar-bg .bg { height: 64px; }
   .inner-banner .sidebar-bg .bg { width: 100%; background: #5b5c0a; }
   .banner-img { position: relative; z-index: 1; }
   .banner-img img { width: 100%; }
   .banner-text { z-index: 5; height: 240px; background: url(../images/banner-text-bg.png) right 0 no-repeat; }
   .banner-text,
   .banner-text .wrap { position: absolute; left: 0; bottom: 0; width: 100%; }
   .banner-text h3 { font-size: 24px; font-weight: normal; color: #ffffff; padding: 0 0 0 20px; margin: 0; line-height: 64px; }
   .banner-text h3 span { font-size: 28px; color: #5b5c0a; font-family: 'Amiri', serif; position: relative; top: 1px; }

/* ==========================================================================
   SPONSORS
   ========================================================================== */
   #sponsors { border-bottom: 5px solid #f2f2f2; }
   #sponsors .heading { height: 39px; background: #c6c5c4; }
   #sponsors .heading h4 { font-size: 19px; color: #ffffff; font-weight: normal; line-height: 39px; padding: 0; margin: 0; }
   #sponsors .list { background: #ffffff; padding: 40px 0 27px; }
   #sponsors .sponsors { display: table; width: 100%; table-layout: fixed; }
   #sponsors .sponsors .sponsor { display: table-cell; vertical-align: middle; text-align: center; }
   #sponsors .sponsors .sponsor:first-child { text-align: left; }
   #sponsors .sponsors .sponsor:last-child { text-align: right; }
   #sponsors .sponsors .sponsor img { max-width: 80%; display: inline-block; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
   footer { background: #303030; padding: 31px 0 12px; border-top: 14px solid #959e3c; }
   .footer-left { float: left; }
   .footer-right { float: right; }
   .footer-right p { padding: 0; margin: 28px 0 0 0; line-height: 1; text-align: right; }
   .footer-right p,
   .footer-right p a { font-size: 12px; color: #797979; }
   .social-media { float: right; padding-top: 2px; }
   .social-media a { display: inline-block; margin-left: 19px; }

/* ==========================================================================
   DISPLAY AREA
   ========================================================================== */
   #display-area { padding-bottom: 144px; }

   #sidebar .sb-block { margin-bottom: 10px; }
   #sidenav { background: #5b5c0a; border-bottom: 14px solid #e2b732; padding: 39px 20px; }
   #sidenav ul { padding: 0; margin: 0; }
   #sidenav ul li { list-style: none; padding: 9px 0; }
   #sidenav ul li a { display: block; position: relative; }
   #sidenav ul li a,
   #sidenav ul li a:after { font-size: 16px; font-weight: 600; color: #ffffff; line-height: 1; }
   #sidenav ul li a:after { display: block; content: ">"; right: 0; top: 0; position: absolute; }
   #sidenav ul li a:hover,
   #sidenav ul li a:focus,
   #sidenav ul li a:active,
   #sidenav ul li.selected > a { text-decoration: none; color: #c5c88e; }

   #next-seminar .details { background-size:cover !important;background: url(../images/seminar-img.jpg) 0 0/100% auto no-repeat; padding-bottom: 15px; }
   #next-seminar .details h3 { font-size: 36px; color: #e2b732; font-weight: normal; font-family: 'Amiri', serif; line-height: 1; padding: 30px 0 35px 0; margin: 0; text-align: center; }
   #next-seminar .details p { color: #ffffff; text-align: center; }
   #next-seminar .details .date { font-size: 19px; font-weight: 500; margin-bottom: 7px; }
   #next-seminar .details .date .date-number { font-size: 53px; font-weight: bold; display: block; line-height: 1; }
   #next-seminar .details .address { font-size: 15px; font-weight: 300; }
   #next-seminar .view-details { display: block; height: 34px; line-height: 34px; background: #e2b732; text-align: center; font-size: 23px; color: #5b5c0a; font-family: 'Amiri', serif; }
   #next-seminar .view-details:hover { text-decoration: none; }

   #main-content { padding-top: 70px; padding-left: 75px; }

   .file { margin-bottom: 23px; display: table; width: 461px; border-right: 10px solid #deb342; }
   .file:hover { text-decoration: none; }
   .file .icon { width: 52px; background: #979f3e; text-align: center; }
   .file .icon,
   .file .details { display: table-cell; vertical-align: middle; }
   .file .details { background: #515050; padding: 14px 30px; width: 409px; }
   .file .details strong { font-size: 19px; font-weight: 500; margin: 0; }
   .file .details strong span { font-size: 16px; font-weight: 300; margin-left: 10px; }
   .file .details strong,
   .file .details label { line-height: 1; color: #ffffff; padding: 0; display: block; }
   .file .details label { font-size: 14px; font-weight: 300; margin: 6px 0 0 0; }

   .agenda { margin-bottom: 70px; }
   .agenda .img { padding: 27px 0 22px 6px; width: 234px; border-right: 1px solid #969f3c; }
   .agenda .img,
   .agenda .details { float: left; }
   .agenda .details { padding: 35px 0 27px 65px; }
   .agenda .details p { font-size: 19px; color: #676766; }
   .agenda .details p.date { margin-bottom: 10px; color: #676766; font-size: 67px; font-weight: 600; line-height: 1; }
   .agenda .details p.date small { font-size: 24px; font-weight: 500; display: block; }

   .agenda-schedules { margin-bottom: 70px; }
   .agenda-sched { min-height: 50px; margin-bottom: 5px; }
   .agenda-sched .time { width: 145px; }
   .agenda-sched .time { font-weight: 600; }
   .agenda-sched .time,
   .agenda-sched .desc { float: left; color: #676766; font-size: 17px; padding: 0; margin: 0; }
   .agenda-sched .desc { line-height: 27px; font-weight: 300; }

   .seminars .seminar { display: table; width: 47%; float: left; margin-bottom: 52px; table-layout: fixed; }
   .seminars .seminar:nth-child(even) { float: right; }
   .seminar .icon { width: 90px; background: #979f3e; padding: 0 15px; }
   .seminar .icon img { display: inline-block; }
   .seminar .icon,
   .seminar .details { display: table-cell; vertical-align: middle; text-align: center; }
   .seminar .details { background: #383838; }
   .seminar .details .desc { height: 171px; display: table-cell; vertical-align: middle; text-align: center; width: 212px; }
   .seminar .details .desc h4,
   .seminar .details .desc h6,
   .seminar .details .desc p { color: #ffffff; line-height: 1; }
   .seminar .details .desc h4 { font-size: 53px; font-weight: 600; }
   .seminar .details .desc h6 { font-size: 19px; font-weight: 500; margin-top: 3px; }
   .seminar .details .desc p { font-size: 15px; font-weight: 300; margin-top: 15px; }
   .seminar .details .view-link { display: block; height: 26px; line-height: 26px; background: #deb342; font-size: 16px; color: #5b5c0a !important; font-family: 'Amiri', serif; text-align: center; }
   .seminar .details .view-link:hover { text-decoration: none; }

   .sponsor { display: table; margin: 0 0 105px 0; }
   .sponsor .icon { width: 300px; text-align: center; }
   .sponsor .icon img { display: inline-block; max-width: 100%; }
   .sponsor .icon,
   .sponsor .details { display: table-cell; vertical-align: top; }
   .sponsor .details { padding-left: 12px; }
   .sponsor .details p { font-size: 17px; font-weight: 300; color: #948f8f; line-height: 23px; padding: 0; margin: 0 0 4px 0; }
   .sponsor .details a { display: block; margin-top: 10px; font-size: 24px; color: #948f8f; }
   
   /*bungot start*/ 
   .navbar-collapse{
   max-height:none;
   }
   .dropdown-menu{
    background-color: #969f3c;
    border-radius:0;
    border: 0;
    left:0;
    margin:0;
    padding:0;
    top: 39px;
   }
   .dropdown-menu li{
   padding:0;
   }
   .dropdown-menu > li > a{
    padding:10px 15px;
    color: #fff;
    font-size: 16px;
   }
   .dropdown-menu > li > a:hover{ 
    background-color: #b0b84f;
    color:#fff;
  }
   .dropdown-menu ul{
   left:100%;
   top:0;
   }
   /*bungot end*/

/*raulitoy*/
.position-item {
  background: #383838 url(../images/position-item-bg-2.png) no-repeat -75px 50%;
  min-height: 312px;
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.position-item-inner {
  padding: 30px 20px 15px;
}
.position-item h2 {
  font-size: 43px;
  color: #db980d;
  margin: 0;
  line-height: 1;
  font-family: 'Amiri', serif
}
.position-item label {
  color: #979f3e;
  font-size: 30px;
  padding-bottom: 20px;
  font-family: 'Amiri', serif;
  font-weight: normal;
  margin: 0;
}
.application-close {
  color: #fff;
  font-size: 15px;
}
.application-close label {
  display: block;
  font-family: 'Amiri', serif;  
  font-style: italic;
  color: #fff;
  font-size: 20px;
  padding: 0 0 5px;  
}
.application-close .app-c-date { margin-bottom: 20px; }
.application-close .app-date-num {
  font-size: 41px;
  font-weight: 700;
}
.position-item .read-more {
  background-color: #deb342;
  color: #fff;
  display: inline-block;
  font-family: 'Amiri', serif;  
  font-size: 23px;
  height: 40px;
  line-height: 40px;
  max-width: 170px;
  width: 100%;
}
.position-item .read-more:hover {
  background-color: #989f3e;
  text-decoration: none;
}


.positions-single-heading {
  background: url(../images/position-single-heading.jpg) no-repeat top right;
  padding: 0 150px 50px 0;
}
.positions-single-heading h1 { margin: 0; }

.positions-content-single .position-item-label {
  color: #979f3e;
  font-size: 40px;
  font-family: 'Amiri', serif;
  font-weight: normal;
  margin: 0;
}
.positions-content-single .application-close {
    padding-bottom: 50px;
}
.positions-content-single .application-close label { 
  color: #676766; 
  font-size: 25px;
  font-weight: 400;
}
.positions-content-single .application-close {
  color: #676766;
}

.content-a-link { color: #989f3e; }
.content-a-link:hover {
  text-decoration: none;
  color: #989f3e;
}
.pdf-link {
  background: url(../images/pdf-icon-b.png) no-repeat left center;
  color: #989f3e;
  padding: 30px 0 30px 80px;
  display: inline-block;
  margin: 20px 0;
}
.pdf-link:hover {  
  text-decoration: none;
  color: #989f3e;
}
.positions-content-single .read-more {
  background-color: #fec232;
  color: #fff !important;
  display: inline-block;
  font-family: 'Amiri', serif;
  font-size: 24px;
  font-weight: normal;
  height: 55px;
  line-height: 55px;
  max-width: 190px;
  text-align: center;
  width: 100%;
}
.positions-content-single .read-more:hover {
  background-color: #989f3e;
  color: #fff;
  text-decoration: none;
}
.resources-page{
    padding-bottom: 30px;
}
.resources-page .accordion-row{
    border: 1px solid #E2B732;
    border-bottom: 0;
}
.resources-page .accordion-row:last-child{
    border-bottom: 1px solid #E2B732;
}
.resources-page .accordion-row .cat-name{
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
}
.custom-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.custom-col{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.resources-page .accordion-row .cat-name{
    justify-content: space-between;
    padding: 7px 10px;
}
#main-content .resources-page .accordion-row .cat-name h2{
    margin-bottom: 0;
}
.resources-page .accordion-row .cat-name .plus-minus{
    font-size: 34px;
    color: #deb342;
    font-weight: 300;
    line-height: 1;
}
.resources-page .accordion-row .cat-name .plus-minus .minus{
    display: none;
}
.resources-page .accordion-row .cat-name.opened .plus-minus .minus{
    display: inline-block;
}
.resources-page .accordion-row .cat-name.opened .plus-minus .plus{
    display: none;
}
.resources-page .single-resource{
    flex: 0 0 auto;
    max-width: 50%;
    padding: 16px;
    text-decoration: none;
}
.resources-page .single-resource .custom-row.h-100:hover{
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.5);
}
.resources-page .single-resource .custom-row.h-100{
    background: #F5F5F5;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
    transition: all ease 0.3s;
}
.resources-page .single-resource .custom-row .upper{
    color: #E2B732;
    background: #515050;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    align-self: flex-start;
}
.resources-page .single-resource .custom-row .upper .date{
    display: inline-block;
    padding: 2px 10px;
    border-right: 1px solid #F5F5F5;
}
.resources-page .single-resource .custom-row .upper .type{
    display: inline-block;
    padding: 2px 10px;
}
.resources-page .single-resource .custom-row .upper .date i{
    margin-right: 5px;
}
.resources-page .single-resource .custom-row .upper .type i{
    margin-right: 5px;
}
.resources-page .single-resource .custom-row .title{
    padding: 15px 20px;
    width: 100%;
}
.resources-page .single-resource .custom-row .title h3{
    color: #948F8F !important;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.33;
    margin-bottom: 0 !important;
}

.resources-page .single-resource .custom-row .source{
    width: 100%;
    align-self: flex-end;
}
.resources-page .single-resource .custom-row .source .custom-row{
    width: 100%;
    justify-content: space-between;
}
.resources-page .single-resource .custom-row .source span{
    display: inline-block;
    padding: 0 20px 7px 20px;
    font-size: 14px;
}
.resources-page .single-resource .custom-row .source i{
    align-self: flex-end;
    margin-right: 5px;
    margin-right: 5px;
}
.resources-page .list{
    padding: 10px 20px 20px 20px;
    display: none;
}
.resources-page .h-100{
    height: 100%;
}
@media (max-width: 991px){
    .resources-page .accordion-row .cat-name .plus-minus{
        font-size: 21px;
    }
    .resources-page .single-resource{
        max-width: 100%;
    }
    .resources-page .list{
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .resources-page .single-resource{
        padding: 8px 15px;
    }
}
@media (max-width: 767px){
    .resources-page .accordion-row .cat-name .plus-minus{
        font-size: 18px;
    }
    .resources-page .single-resource .custom-row .title{
        padding: 10px;
    }
    .resources-page .single-resource .custom-row .source span{
        padding-left: 10px;
        padding-right: 10px;
    }
}



@media (max-width: 767px) {

    .positions-single-heading { 
        background: none; 
        padding: 0 0 50px 0;
    }
    #main-content .positions-single-heading h1 { 
        font-size: 45px;
        margin: 0;
    }
    #main-content .position-item h2 {
        font-size: 35px;
        margin: 0;
    }

    .positions-content-single { padding-bottom: 30px; }
}

@media (max-width: 991px) and (min-width: 768px) {

  

  #main-content .positions-single-heading h1 { 
      font-size: 45px;
      margin: 0;
  }
  #main-content .position-item h2 {
      font-size: 35px;
      margin: 0;
  }

  .pdf-link { font-size: 22px; }
  .content-a-link { font-size: 22px; }

}

@media (min-width: 768px) {
  .navbar-nav > li > a:hover, 
  .navbar-nav > li > a:focus, 
  .navbar-nav > li > a:active, 
  .navbar-nav > li.selected > a {
    color: #8d9246 !important;
    background-color: transparent !important;
  }
  .dropdown.open:hover { border-bottom: 4px solid #d2a43e; } 
}

@media (min-width: 1200px) {
  .navbar-nav > li {
    padding: 0 15px 15px;
  }
}

