/* ===== START adds missing styling to lower level menu items on collapsed nav ===== */
@media screen and (max-width: 759px) {
  ul.nav.nav-pills.nav-stacked > li > a {
    padding-left: 60px;
  }
  .dropdown-menu > li li {
    background-color: #006983;
  }
  .nav-stacked > li + li {
    margin-top: 0px;
  }
  .dropdown-menu > li li {
    border-top: solid 1px #33879C;
}}
/* ===== END adds missing styling to lower level menu items on collapsed nav ===== */


/* ===== footer acknowledgement text size ===== */
@media screen and (max-width: 767px) {
.footer-global .acknowl {
    font-size: 11px;
}}


/* ===== Removes external icon from pid.geoscience.gov.au URL ===== */

.no-external-link {
    background:none !important;
     padding-right: 0px;
}


/* ===== START == Makes lightbox images responsive ===== */
.image-caption-right {
  float: right;
  margin: 0 0 1em 1em;
  padding: 0;
}
.image-caption-left {
  float: left;
  margin: 0 1em 1em 0;
  padding: 0;
}
@media screen and (min-width: 760px) {
.image-caption-right, .image-caption-left {
    max-width: 200px;
}}
@media screen and (max-width: 759px) {
.image-caption-right, .image-caption-left, .image-caption {
    float: none;
    margin: 0 0 20px 0;
}}
.image-caption-right p, .image-caption-left p, .image-caption {
    font-size: 1em;
    font-style: italic;
    line-height: inherit;
    margin: 12px 0;
    padding: 0;
}
/* ===== END == Makes lightbox images responsive ===== */



.h2small {
    font-size: 27px;
}
.red {
  color: red;
}


/* ===== Forces next DIV to start below current DIV ===== */
.linebreak {
  clear: both;
}


/* ========================= START == GA Tables ========================= */

/* ===== makes tables scroll on mobile ===== */
@media screen and (max-width: 767px) {
.gatablescroll {
  overflow-x:auto;
}}
.gatablescroll {
  margin-bottom: 25px;
}
/* ===== Recolours bottom border of tables ===== */
table.gatable tbody tr:last-child td {
  border-bottom: 1px solid #006983;
}
/* ===== Recolours top border of tables with no header ===== */
table.gatable.noheaderrow {
  border-top: 1px solid #006983;
}

/* ===== Table text margin on last P tag of cell ===== */
table.gatable p:last-child {
  margin-bottom: 0px;
}

/* ===== Margin after table ===== */
table.gatable {
  margin-bottom: 0;
}

/* ===== Make table width 100% ===== */
table.widetable {
  width: 100%;
}

/* ===== Highlight table rows on hover ===== */
tbody tr:hover {
  background-color: rgba(114,199,231,0.1)!important;
}

/* ===== Table border on header rows ===== */
table.multiheader th {
    border: 1px solid #fff;
}
table.gatable th {
    border: 1px solid #fff;
    font-weight: bold;
}
.tabletitle {
  margin-top: 30px;
  margin-bottom: 6px;
  font-style: italic;
  font-size: 1em;
  line-height: inherit;
}
.tablesource {
  margin-top: -20px;
  margin-bottom: 30px;
  font-style: italic;
  font-size: 1em;
  line-height: inherit;
}
ol.tablesource li:not(:last-child) {
  margin-bottom: 0px;
}
ol.tablesource  {
  margin-bottom: 19px;
}
.gatable p:last-child,
.gatable ul:last-child,
.gatable li:last-child  {
  margin-bottom: 0px;
}
a:focus {
  outline: none;
}
.ttleft,
tr.ttleft th,
tr.ttcenter th.ttleft {
  text-align: left;
}
.ttcenter,
tr.ttcenter th,
.ttcenter th {
  text-align: center;
}
.ttright,
tr.ttright th {
  text-align: right;
}
table.gatable {
  border: none;
}
table.gatable tbody tr:nth-child(odd) {
    background: #fff;
}
table.gatable tbody tr:nth-child(even) {
    background: #efefef;
}
.trwhite {
    background: #fff!important;
}
.trgrey {
    background: #efefef!important;
}
.gatable td.tdlastchild {
    border-bottom: 1px solid #006983;
}

/* ========================= END == GA Tables ========================= */





p.figure {
  margin-top: 30px;
  margin-bottom: 30px;
}
p.caption {
  margin-top: -20px;
  margin-bottom: 30px;
  font-style: italic;
  font-size: 1em;
  line-height: inherit;
}
p.figuresource {
  margin-top: -27px;
  margin-bottom: 30px;
  font-style: italic;
  font-size: 1em;
  line-height: inherit;
}
p.videocaption {
    margin-top: 10px;
    margin-bottom: 0px;
    font-style: italic;
    font-size: 1em;
    line-height: inherit;
}
p.videoheading {
    color: #5E6A71;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}


/* ===== Special jobs on vacancies page ===== */
.topjobs {
    border: #006983 1px solid;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 19px;
}
.topjobs h5{
  margin-top: 0px;
  font-weight: bold;
}
.topjobs p {
  margin-bottom: 9.5px;
}
.topjobs p:last-child {
  margin-bottom: 0px;
}
.topjobs {
  margin-bottom: 2em;
}

/* ===== Button (can be with Icon) ===== */

a.btn-download {
  background-color: #006983!important;
  color: #ffffff!important;
  display: inline-block;
  margin: 15px 0;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  line-height: 1.5;
  padding: 14px 20px;
  border-radius: 3px;
  min-width: 100px;
  max-width: 100%;
  border-bottom: none!important;
  text-decoration: none!important;
  white-space: inherit;
}

a.btn-download:hover {
  background: #003145!important;
  color: #ffffff!important;
  text-decoration: none!important;
}

a.btn-download:focus {
  color: #ffffff!important;
  text-decoration: none!important;
}
i.fa,i.fas,i.far {
    padding-left: 7px;
}
i.fas.fa-home {
  padding:0px;
}

#twitter-widget-0 {
    height: 378px!important;
}
#twitter-widget-1 {
    height: 435px!important;
}



p.footnote {
  font-size: 11px;
  line-height: 16px;
  margin: 8px 0 0 0;
}

.textindent {
  text-indent: 1em;
}

.hangingindentheader {
  margin-top: -20px;
  margin-bottom: 0px;
}
.hangingindent {
  padding-left: 1.1em;
  text-indent: -1.1em;
  margin-top: 0px;
  margin-bottom: 0px;
}
div.hangingindentDiv .hangingindent:first-child {
  margin-top: -20px;
}
div.hangingindentDiv .hangingindent:last-child {
  margin-bottom: 30px;
}



/*============ START = RESPONSIVE VIDEOS ============*/

.embed-responsive {
  padding-bottom: 56.25%;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.videorow > div {
  padding: 0 0 19px 0;
}
@media screen and (min-width:768px) {
.videorow > div {
  padding: 0 15px 15px 0px;
}}
.videorow {
  margin: 0;
}
.video-fullwidth {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 30px 0;
}
.video-fullwidth iframe, 
.video-fullwidth object, 
.video-fullwidth embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-right {
  margin: 30px 0;
}
@media (min-width: 760px) {
.video-right {
  float: right;
  padding: 0 0 10px 15px;
  margin: 0;
  width: 50%;
}}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, 
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*============ END = RESPONSIVE VIDEOS ============*/




/*============ START = Public Talks Calendar Listing ============*/

.talkslisting {
    min-height: 95px;
    margin-top: 30px;
}

.subpage .two-columns-page-content ul.talks {
    padding-left: 0px;
    list-style: none;
}
.talkslist {
    width: 75px;
    vertical-align: top;
    margin-right: 20px;
    float: left;
}
/*.talkslist img {
  max-width: 82px;
}
h4.media-heading {
    margin-bottom: 19px;
}
.media-body {
    min-height: 90px;
}*/
.talkscalendar {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    text-align: center;
}
.talksmonthbkgd {
    background-color: #e41d1d;
    color: #fff;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
}
.talksmonth {
    background: none;
    padding: 5px 2px 2px 2px;
    text-transform: uppercase;
}
.talksdatebkgd {
    border: 0.5px solid lightgrey;
    border-top: none;
    border-radius: 0 0 8px 8px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
}
.talksdate {
    margin: 0;
    color: #000;
    font-size: xx-large;
    font-weight: 100;
}

/*============ END = Public Talks Calendar Listing ============*/


.flexspaceevenly {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.flexspacebetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 600px) {
.flexspaceevenly,
.flexspaceevenly a.btn-download,
.flexspacebetween,
.flexspacebetween a.btn-download {
  display: block;
}}
@media screen and (min-width: 601px) {
a.flex3wide {
    max-width: 31%;
}}
li .flexcontainer a {
  border-bottom: none!important;
}
.au-accordion__body-wrapper > .flexcontainer {
  margin-bottom: 0px
}




/*============ REMOVES BELT ============*/
.mobile-line-container {
    display: none;
}
/*============ //REMOVES BELT ============*/

/*===== ADDS SPACE BETWEEN ITEMS EG:ASSET #7859 =========*/
div.clear {
    margin-bottom: 10px;
}


.banner-img {
    margin: 0 0 30px 0;
}


/*===== used on public talks pages for space after presenters =========*/
p.presentedby {
  margin-bottom: 30px;
}


/*===== blocks all images from being saved easily - removes right click image options - Breaks fancybox in edge (Look for fix)  =========*/
img.copyright {
    pointer-events: none;
}
/*===== makes long web addresses break  =========*/
a {
    overflow-wrap: break-word;
}


/*===== controls images in accordions =========*/
@media screen and (min-width: 760px) {
.accordionimg-right {
    float: right;
    max-width: 100px;
    margin: 0 0 16px 16px;
}}
.accordionimg {
    margin-bottom: 50px;
}
@media screen and (max-width: 759px) {
.accordionimg {
    width: 100%;
    margin: 0 0 16px 0;
}}
.accordionimg img {
    width: 100%;
    max-height: 50vh;
    object-fit: cover;
}

/*===== for education update pages May 2020 =========*/
.secondary-landing-media.education img {
    margin: 0 20px 0 0;
    float: left;
    width: 100px;
    max-height: 75px;
    object-fit: cover;
}
.secondary-landing-media.education {
    min-height: 75px;
}
.education > .media-body p {
    margin-bottom: 0;
}