/* ========= START =========================== VARIABLES =========================== */
:root {
    --headingfont: Helvetica, Arial, sans-serif;
    --headingfontcolor: #082e41;
    --bodyfont: "Source Sans Pro", sans-serif, Arial;
    --bodyfontcolor: #082e41;
    --fontawesome: "Font Awesome 6 Pro"; 
    --primaryteal: #00718b;
    --primaryteal-dark: #005a6f;
    --primarynavy: #082e41;
    --primarynavy-dark: #062534;
    --primaryice: #e6edef;
    --primaryice-dark: #d9e4e7;
    --stone: #606f74;
    --space: #773775;
    --earth: #637c6b;
    --forest: #0b5e4b;
    --dust: #cb6c37;
    --heat: #b43b3b;
    --charcoal: #414749;
    --black: #000;
    --white: #fff;
    --grey: #888;
    --grey-dark: #2f2f2f;
    --grey-light: #bbb;
    --grey-verylight: #e6e6e6;
    --blue-verylight: #f1f9fc;
    --interactionRed: #d23434;
    --interactionRed-light: #a92c53;
    --interactionYellow: #f9d513;
    --interactionGreen: #328244;
    --interactionBlue: #4c88c7;
    --twitter: #38a1f3;
    --facebook: #4267b2;
    --youtube: #ed3833;
    --linkedin: #0077b5;
    --primarytealgradient: linear-gradient(180deg, #082e41 0%, #00718b 100%);
    --stonegradient: linear-gradient(180deg, #082e41 0%, #606f74 100%);
    --spacegradient: linear-gradient(180deg, #082e41 0%, #773775 100%);
    --earthgradient: linear-gradient(180deg, #082e41 0%, #637c6b 100%);
    --forestgradient: linear-gradient(180deg, #082e41 0%, #0b5e4b 100%);
    --dustgradient: linear-gradient(180deg, #082e41 0%, #cb6c37 100%);
    --heatgradient: linear-gradient(180deg, #082e41 0%, #b43b3b 100%);
    --shadowfilter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.7));
    --shadowfilter: drop-shadow(0px 0px 15px rgb(0 0 0/70%));
}
.charcoal {background: var(--charcoal)!important;}
.dust {background: var(--dust)!important;}
.earth {background: var(--earth)!important;}
.forest {background: var(--forest)!important;}
.heat {background: var(--heat)!important;}
.primaryteal {background: var(--primaryteal)!important;}
.primaryice {background: var(--primaryice)!important;}
.primarynavy {background: var(--primarynavy)!important;}
.space {background: var(--space)!important;}
.stone {background: var(--stone)!important;}
.dustgradient {background: var(--dustgradient)!important;}
.earthgradient {background: var(--earthgradient)!important;}
.forestgradient {background: var(--forestgradient)!important;}
.heatgradient {background: var(--heatgradient)!important;}
.primarytealgradient {background: var(--primarytealgradient)!important;}
.spacegradient {background: var(--spacegradient)!important;}
.stonegradient {background: var(--stonegradient)!important;}

.flexproductbanner>a,
.charcoal h2, .charcoal h3, .charcoal p, .charcoal a, .charcoal a:hover,
.dust h2, .dust h3, .dust p, .dust a, .dust a:hover,
.earth h2, .earth h3, .earth p, .earth a, .earth a:hover,
.forest h2, .forest h3, .forest p, .forest a, .forest a:hover,
.heat h2, .heat h3, .heat p, .heat a, .heat a:hover,
.primaryteal h2, .primaryteal h3, .primaryteal p, .primaryteal a, .primaryteal a:hover,
/*.primaryice h2, .primaryice h3, .primaryice p, .primaryice a, .primaryice a:hover,*/
.primarynavy h2, .primarynavy h3, .primarynavy p, .primarynavy a, .primarynavy a:hover,
.space h2, .space h3, .space p, .space a, .space a:hover,
.stone h2, .stone h3, .stone p, .stone a, .stone a:hover,
.dustgradient h2, .dustgradient h3, .dustgradient p, .dustgradient a, .dustgradient a:hover,
.earthgradient h2, .earthgradient h3, .earthgradient p, .earthgradient a, .earthgradient a:hover,
.forestgradient h2, .forestgradient h3, .forestgradient p, .forestgradient a, .forestgradient a:hover,
.heatgradient h2, .heatgradient h3, .heatgradient p, .heatgradient a, .heatgradient a:hover,
.primarytealgradient h2, .primarytealgradient h3, .primarytealgradient p, .primarytealgradient a, .primarytealgradient a:hover,
.spacegradient h2, .spacegradient h3, .spacegradient p, .spacegradient a, .spacegradient a:hover,
.stonegradient h2, .stonegradient h3, .stonegradient p, .stonegradient a, .stonegradient a:hover {
    color: #fff!important;
}

/* ========= END =========================== VARIABLES =========================== */






/* ===== 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!important;
}}
@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 ===== */

/* ===== This code centres small images ===== */
.centerimg {
    margin: 0 auto;
}

/* ===== Resizes h2 style so that its not the same font size as h1 ===== */
h2, .h2 {
    font-size: 27px;
}
.h2small {
    font-size: 27px;
}


.red {
    color: red!important;
    font-weight: bold!important;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.noMarginTop {
    margin-top: 0!important;
}
.Width100vw {
    width: 100vw!important;
}


/* ===== 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: #f8fdff;
}
.trwhite {
    background: #fff!important;
}
.trgrey {
    background: #f8fdff!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,
i.fal {
    padding-left: 7px;
}
i.fas.fa-home {
  padding:0px;
}
a.btn + a.btn {
  margin-left: 0.5em;
}

#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,
.video-left {
  margin: 30px 0;
}
@media (min-width: 760px) {
.video-left {
  float: left;
  padding: 0 15px 10px 0;
  margin: 0;
  width: 50%;
}}
@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;
}}
p.multiple.fakebutton {
  background-color: #006983!important;
  color: #ffffff!important;
  font-size: 14px;
  padding: 14px 20px;
  border-radius: 3px;
}
p.flexspaceevenly.multiple {
  margin-top: -40px;
}
p.flexspaceevenly.multiple.fakebutton {
    display: block;
    text-align: center;
    width: fit-content;
    margin: -25px auto 25px;
}
@media screen and (max-width: 600px) {
p.flexspaceevenly.multiple,
p.flexspaceevenly.multiple.fakebutton {
  margin-top: -15px;
}}
@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;
}

/*===== Moves lists up closer to the paragraph they are connected to =========*/
p + ol, p + ul {
    margin-top: -14px;
}


/* ========= Set Focal Point of image that is set to "object-fit: cover;" ========= */
.ImgFocalPointLeftBottom {
    object-position: 0% 100%!important;
}
.ImgFocalPointLeftCentre {
    object-position: 0% 50%!important;
}
.ImgFocalPointLeftTop {
    object-position: 0% 0%!important;
}
.ImgFocalPointCentreBottom {
    object-position: 50% 100%!important;
}
.ImgFocalPointCentreCentre {
    object-position: 50% 50%!important;
}
.ImgFocalPointCentreTop {
    object-position: 50% 0%!important;
}
.ImgFocalPointRightBottom {
    object-position: 100% 100%!important;
}
.ImgFocalPointRightCentre {
    object-position: 100% 50%!important;
}
.ImgFocalPointRightTop {
    object-position: 100% 0%!important;
}

/* ========= change play/pause buttons on ga.gov.au homepage slider ========= */

li.carousel-indicators-control > span.glyphicon.glyphicon-play:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f04b";
    padding-right: 5px;
    font-weight: 900;
}
li.carousel-indicators-control > span.glyphicon.glyphicon-pause:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f04c";
    padding-right: 5px;
    font-weight: 900;
}

