/* This site style
 ------------------------- */
.breadcrumb {background:none;}
.card-info {background:#00aeef}
.card-pale {background:#e1f4fd}
.breadcrumb {white-space: nowrap;display:block;}
li.breadcrumb-item {display:inline-block;max-width:200px; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}

@media(max-width:500px) {li.breadcrumb-item:last-child {max-width:150px;} }
@media(min-width:500px) AND (max-width:770px){li.breadcrumb-item:last-child {max-width:250px;} }
@media(min-width:770px) AND (max-width:990px){li.breadcrumb-item:last-child {max-width:400px;} }
@media(min-width:990px) AND (max-width:1190px){li.breadcrumb-item:last-child {max-width:650px;} }
@media(min-width:1190px){li.breadcrumb-item:last-child {max-width:800px;} }



/*## Page Elements | gallery 01 - assuming in page content (remove #content item if not) ##*/
ul.defaultGallery{clear:both;display:block;}
ul.defaultGallery,.defaultGallery li{list-style-type:none;padding:0;margin:0;}
.defaultGallery li{display:inline-block;margin:0 3px 3px 0;}
#content .defaultGallery li img{background:#fafafa;border:1px solid #dcdcdc;padding:5px;}
#content .defaultGallery li img:hover{background:#dcdcdc;}
.defaultGallery a,.defaultGallery a:hover,.defaultGallery a:active,.defaultGallery a:focus{text-decoration:none;border:0;}
.defaultGallery .galTitle{display:block;}
.hideImage{display:none;}

/* Quick utilities */
.light-weight {font-weight: 300 !important; }
.normal-weight { font-weight: normal !important; }
.align-left{text-align:left;}
.align-right{text-align:right;}
.align-centre, .align-center {text-align:center;}
.topdte {line-height:42px;}
@media (max-width:767px){
  .hidden-sm {display:none;}
  .align-centre-sm {text-align:center;}
  .topdte {line-height:20px;padding:0 0 10px 0;}
}


.float-left {float:left;}
.float-right {float:right;}
.noshow {display:none !important;}
ul.listReset, .listReset ul, .listReset li {list-style-type:none;margin:0;padding:0;}


/*
 ### Core Editor Classes ###
 */



/* HTML tags */
big {
  font-size: 140%;
}
small {
  font-size: 80%;
}
q {
  font-style: italic;
  background: #f6f6f6;
}

/* classes - inline*/
.highlight1 {
  background: #231f20;
  color: #fff;
}
.highlight2 {
  background: #7e001f;
  color: #fff;
}
a.lnk1 {
  color: #7e001f;
}
a.lnk2 {
  color: #037e00;
}

/* classes - block */
.img {
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 5px;
}
.img-left {
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 5px;
  float: left;
  margin: 0 20px 20px 0;
}
.img-right {
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 5px;
  float: right;
  margin: 0 0 20px 20px;
}
.img-highlight1 {
  background: #7e001f;
  border: 1px solid #7e001f;
  padding: 5px;
}
.img-highlight2 {
  background: #037e00;
  border: 1px solid #037e00;
  padding: 5px;
}

.img-grey {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.tbl1 {
  margin: 30px 0;
  min-width: 50%;
  max-width: 80%;
  text-align: left;
  border-collapse: collapse;
}
.tbl1 th {
  font-size: 115%;
  font-weight: bold;
  padding: 8px;
  background: #cacaca;
  border-top: 4px solid #aeaeae;
  border-bottom: 1px solid #fff;
  color: #2f2f2f;
}
.tbl1 td {
  padding: 8px;
  background: #ededed;
  border-bottom: 1px solid #fff;
  color: #858585;
  border-top: 1px solid transparent;
}
.tbl1 tbody tr:hover td {
  background: #dbdbdb;
  color: #636363;
}

.tbl2 {
  margin: 30px 0;
  min-width: 50%;
  max-width: 80%;
  text-align: left;
  border-collapse: collapse;
}
.tbl2 th {
  font-size: 115%;
  font-weight: bold;
  padding: 8px;
}
.tbl2 td {
  padding: 8px;
}
.tbl2 tbody tr:nth-child(even) {
  background: #ededed;
}
.tbl2 tbody tr:first-child {
  background: none;
}
.tbl2 tbody tr:hover td {
  background: #dbdbdb;
  color: #636363;
}

.blk01 {
  background: #231f20;
  color: #fff;
  padding: 15px;
  margin: 15px 0;
}
.blk02 {
  background: #003c88;
  color: #fff;
  padding: 15px;
  margin: 15px 0;
}
.blk03 {
  background: #7e001f;
  color: #fff;
  padding: 15px;
  margin: 15px 0;
}

/* classes - list */
.ls01, .ls02, .ls03 {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}
.ls01 li {
  background: url('https://independentaustralia.net/t/list-bgsl.png') no-repeat 0 2px;
  margin: 0;
  padding: 0 10px 10px 20px;
}
.ls02 li {
  background: url('https://independentaustralia.net/t/list-bgsl.png') no-repeat 0 -187px;
  margin: 0;
  padding: 0 10px 10px 20px;
}
.ls03 li {
  background: url('https://independentaustralia.net/t/list-bgsl.png') no-repeat 0 -375px;
  margin: 0;
  padding: 0 10px 10px 20px;
}

/*## REALONLINE FORMS ##*//* form elements */

/* Validation Items*/
.requiredAster {
  color: #B00000;
}
.requiredAster2 {
  color: #B00000;
  display: none;
}
.roError, .roErrors, .error {
  color: #B00000;
}
.roError, .roErrors {
  display: block;
  font-size: 90%;
}
.roform dd em {
  display: block;
}

.foundErrors {background:#b1001c;color:#fff;padding:20px;border-radius:4px;margin:20px 0;}

.roform {border:2px solid #002244 !important;padding:1.4rem !important;border-radius:0;background:#e1f4fd;font-size:120%;margin:2rem 0;}

.roform fieldset legend {border-bottom:2px solid #002244;color:#002244;padding-top:15px;}
.roform .form-group {margin:30px 0 10px 0;}
.roform .formTitle {border-radius:2px;padding:8px 14px;background:#002244;font-size:140%;color:#fff;}
.roform label {font-weight:400;color:#000;}
@media (min-width:790px){
  /*.roform label {display:none;}*/
}
.roform label.checkradiolabel {font-weight:400;color:#000;display:block;}
.roform label.radioCheck {font-weight:300;color:#666;display:inline-block;}
.roform input,.roform textarea, .roform select {font-size:16px;color:#000;width:100% !important;padding:5px !important;}

.roform button {  display: inline-block;  font-weight: 400;  text-align: center;  white-space: nowrap;  vertical-align: middle;  -webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none;  user-select: none;  border: 1px solid transparent;  padding: .5rem .75rem;  font-size: 1.5rem;  line-height: 1.25;  border-radius: .25rem;  transition: all .15s ease-in-out;  color: #fff;  background-color: #002244;  border-color: #002244;  width:100%;}
.roform button:hover {  color: #fff;   background-color: #000;   border-color: #000; }
.roform button.focus, .roform button:focus { box-shadow: 0 0 0 3px rgba(0,123,255,.5);}


/* youtube quick add */
.embed-container {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;width: 100%}
.embed-container iframe, .embed-container object, .embed-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}


.img-youtube {width:100%;margin-top:-11.25%;position:relative;z-index:5;}
.embed-container {position:relative;z-index:4;}
.embed-container button {position:absolute;top:50%;left:50%;margin:-15px 0 0 -115px;z-index:15;width:230px;}
.youtubeTitle {position:absolute;top:0;padding:15px;font-size:115%;display:block;width:100%;color:#fff;background:rgba(0,0,0,.7);z-index:10;}
.youtubeLink {background:#222;}
.youtubeWait {height:100%;width:100%;position:absolute;top:0;z-index:3;}

.youtubeWait {  width: 20px;  height: 10px;  border-radius: 5px;  background: #666666;  top: 0;  bottom: 0;  left: 0;  right: 0;  margin: auto;  position: absolute;  -webkit-animation-timing-function: linear;  animation-timing-function: linear; -webkit-animation: wait 1s infinite;  animation: wait 1s infinite;  -webkit-transform-origin: center center;  -ms-transform-origin: center center;  transform-origin: center center;}
.youtubeWait::before {  content: '';  display: block;  -webkit-transform-origin: center center;  -ms-transform-origin: center center;  transform-origin: center center;  width: 10px;  height: 10px;  border-radius: 5px;  background: #666666;  top: 0;  bottom: 0;  left: 8px;  right: 0;  margin: auto; position: absolute;  -webkit-animation-timing-function: linear;  animation-timing-function: linear;  opacity: .5;  -webkit-animation: before 1s infinite;  animation: before 1s infinite;}
.youtubeWait::after {  content: '';  display: block;  -webkit-transform-origin: center center;  -ms-transform-origin: center center;  transform-origin: center center;  width: 10px;  height: 10px;  border-radius: 5px;  background: #666666;  top: 0;  bottom: 0;  left: 15px;  right: 0;  margin: auto;  position: absolute;  -webkit-animation-timing-function: linear;  animation-timing-function: linear;  opacity: .25;  -webkit-animation: after 1s infinite;  animation: after 1s infinite;}
@-webkit-keyframes wait {  0% {width: 20px;-webkit-transform: translateX(50px);transform: translateX(50px);}  50% {width: 20px;-webkit-transform: translateX(-50px);transform: translateX(-50px);}  100% {width: 20px;-webkit-transform: translateX(50px);transform: translateX(50px);}}
@keyframes wait {  0% {width: 20px;-webkit-transform: translateX(50px);transform: translateX(50px);}  50% {width: 20px;-webkit-transform: translateX(-50px);transform: translateX(-50px);}  100% {width: 20px;-webkit-transform: translateX(50px);transform: translateX(50px);}}
@-webkit-keyframes after {  0% {-webkit-transform: translateX(8px);transform: translateX(8px);}  75% {-webkit-transform: translateX(-30px);transform: translateX(-30px);}  100% {-webkit-transform: translateX(8px);transform: translateX(8px);}}
@keyframes after {  0% {-webkit-transform: translateX(8px);transform: translateX(8px);}  75% {-webkit-transform: translateX(-30px);transform: translateX(-30px);}  100% {-webkit-transform: translateX(8px);transform: translateX(8px);}}
@-webkit-keyframes before {  0% {-webkit-transform: translateX(8px);transform: translateX(8px);}  75% {-webkit-transform: translateX(-16px);transform: translateX(-16px);}  100% {-webkit-transform: translateX(8px);transform: translateX(8px);}}
@keyframes before {  0% {-webkit-transform: translateX(8px);transform: translateX(8px);}  75% {-webkit-transform: translateX(-16px);transform: translateX(-16px);}  100% {-webkit-transform: translateX(8px);transform: translateX(8px);}}

.allups {text-transform: uppercase;}


small.small {
  font-size: 60%;
}

.subTwit {display:inline-block;float:left;margin-right:2px;}
.osc-counter {padding:4px 14px !important;border:1px solid #c2c2c2;font-size:16px;line-height:20px !important;height:30px;color:#000;padding:0;box-shadow:none;margin:2px 2px 0 2px; }


/* nav items */
ul.components {border:0 !important;}

.site-nav {margin:12px;font-size:80%;}
#sidebar ul li.active > a {background:none;color:#fff200;}
#sidebar ul li:hover > a {background:none;color:#00aeef;}
#sidebar ul ul {padding-left:15px;}
#sidebar .dropdown-toggle::after {border:none;}
.nav-icon {float:right;margin-top:6px;}

#sidebar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#sidebar::-webkit-scrollbar-button {
  width: 11px;
  height: 11px;
}
#sidebar::-webkit-scrollbar-thumb {
  background: #00aeef;
  border: 0px solid #ff0080;
  border-radius: 0px;
}
#sidebar::-webkit-scrollbar-thumb:hover {
  background: #00aeef;
}
#sidebar::-webkit-scrollbar-thumb:active {
  background: #00aeef;
}
#sidebar::-webkit-scrollbar-track {
  background: #002244;
  border: 0px solid #ffffff;
  border-radius: 0px;
}
#sidebar::-webkit-scrollbar-track:hover {
  background: #002244;
}
#sidebar::-webkit-scrollbar-track:active {
  background: #002244;
}
#sidebar::-webkit-scrollbar-corner {
  background: transparent;
}

.bottom-shadow {
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.2);
}

.search-tophead {
  width:100%;
  left:0;
  padding-left:15px;
  padding-right:15px;
  top:0;
  height:100px;
  position:fixed;
  opacity:0;
  visibility:hidden;
  background-color:#fff;
  z-index:1021;
}

.search-tophead.search-visible{
  opacity:1;
  visibility:visible;
  animation:fadeInDown .3s ease-out forwards
}
.search-tophead button[type=submit]{
  position:absolute;
  right:52px;
  top:0;
  background-color:transparent;
  border:0;
  top:0;
  right:80px;
  padding:0;
  cursor:pointer;
  width:80px;
  height:100%;
  background:#222;
  color:#fff
}
.search-tophead .form-control{
  border:0;
  padding-left:0;
  font-size:2rem;
  position:absolute;
  left:1%;
  top:0;
  height:100%;
  width:99%;
  font-family:"Montserrat",sans-serif;
  font-weight:700
}
.search-tophead .search-close{
  position:absolute;
  top:0;
  right:0;
  color:#999;
  width:80px;
  height:100%;
  text-align:center;
  display:table
}
.search-tophead .search-close i{
  display:table-cell;
  vertical-align:middle
}


footer {
  font-size: 90%;
}
footer h4 {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
footer .bg-primary a {
  color: #fff;
}

.top-header {
  border-top: 4px solid #002244;
}
.top-header span {
  background-color: #002244;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 105%;
  padding: 0px 26px 4px 16px;
}
.top-header span i {
  margin-left: 5px;
}

.card .top-header {position:absolute;z-index:1;top:-2px;}

.card.top-border {border:0;border-top:4px solid #002244;}

hr.divider-dotted {
  color: #fff;
  border-top:1px dotted #002244;
  background-color: none;
  height: 5px;
  line-height: 5px;
  margin: 0;
}

hr.divider-main {
  color: #002244;
  background-color: #002244;
  height: 3px;
  line-height: 3px;
  margin: 0;
}

hr.divider-white {
  color: #fff;
  background-color: #fff;
  height: 3px;
  line-height: 3px;
  margin: 0;
}

hr.divider-white-fine {
  color: #fff;
  background-color: #fff;
  height: 2px;
  line-height: 2px;
  margin: 0;
}
hr.divider-white-fine-1 {
  color: #fff;
  background-color: #fff;
  height: 1px;
  line-height: 1px;
  margin: 0;
}

/* ---------------------------------------------------
 SIDEBAR STYLE + https://bootstrapious.com/p/bootstrap-sidebar
 ----------------------------------------------------- */
.nav-link[data-toggle].collapsed:after {
  content: "▾";
}
.nav-link[data-toggle]:not(.collapsed)
:after {
  content: "▴";
}

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 1025;
  background: #002244;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #002244;
}

#dismiss:hover {
  background: #002244;
  color: #fff;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1021;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #002244;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

#sidebar ul.components ul li a {
  padding: 10px 20px;
  color: #fff;
}

#sidebar ul p {
  padding: 10px;
}

#sidebar ul li a {
  color: #fff;
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #0e76bc;
  background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #00aeef;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}


.art-results h4 {font-size:145%;margin:15px 0;}
.art-results time {display:none;}

.imgArtHolder {
  z-index: 1;
  position: relative;
  width: 100%;
  padding-bottom: 57%;
  overflow: hidden;
}
.imgArtHolder .img-fluid  {
  z-index: 2;
  position: absolute;
  width: 120%;
  margin: -10% 0 0 0;
}
.art-results .imgTextHolder {font-size:90%;line-height:20px;margin-bottom:30px;padding-bottom:15px;border-bottom:6px solid #002244;}

.articleFigure.fullwidth img {width:100%;}

@media(max-width:989px){
  .articleFigure {float:none;width:100%;clear:both;margin:10px 0 20px 0;}
  .articleFigure img {width:100%;}
  .articleFigure.fullwidth {float:none;margin:10px 0 20px 0;}
}
@media(min-width:990px){
  .articleFigure {float:right;margin:0 0 20px 20px;}
  .articleFigure.fullwidth {float:none;margin:10px 0 20px 0;}
}

/*.articleFigure figcaption {color:#fff;background:#002244;padding:5px 9px;}*/
.articleFigure figcaption {color:#002244;padding:5px 9px;}




.form-signup {margin-top:20px;}
.form-signup .btn {width:100%;}
.h52 {height:52px;}
.pg-1 .breadcrumb {display:none;}
.pg-1 .home-bread {}
.pg-1 .bg-banner {margin-top:13px;}
.latest-sidebar li {margin:10px 0 15px 10px;font-size:90%;}
.latest-sidebar li:before {content:">";color:#00aeef;position:absolute;margin-left:-14px;font-weight:bold;}
.imgTextHolder h6 {font-weight:bold;padding:8px 0;}
.art-results-home {font-size:90%;}
.art-results-home .imgTextHolder {border-bottom:none;margin-bottom:0;}
.post-meta {border:1px dashed #002244;border-width:1px 0;padding:9px 0;margin:9px 0;}

.art-results-home-sub {font-size:70%;background:#e1f4fd;padding:10px;}
.ac-505 {background:#e1f4fd;padding:10px 10px 0 10px;}

figcaption {font-size:80%;font-style:italic;}

p { margin-bottom: 2rem; }
/*body {  font-weight: 300; }*/

.articleResultItems .fas, .post-meta .fas {color:#00aeef;}

@media(max-width:768px){
  .ac-505 {margin-bottom:15px;}
  .mmfix, .art-results-home-sub {margin-top:1.5rem;}
}
footer a:hover {background:none;}

.art-results a, .art-results-home-sub a, .link-norm a {color:#002244}
.art-results a:hover, .art-results-home-sub a:hover, .link-norm a:hover {background:none;color:#00aeef}
.art-results a:visited, .art-results-home-sub a:visited, .link-norm a:visited {background:none;color:#66717e;}

img.card-img-top {max-height:200px;}
.card-text {font-size:90%;}
.card-text strong {display:block;}

.articleResultItems {border:1px dotted #002244; border-width:1px 0;padding:15px 0;margin:15px 0;}

blockquote {background:#e1f4fd;padding:30px;margin:20px 0;border:0;}
blockquote p {margin:0;}

blockquote.bq03 {background:#002244;color:#fff;padding:30px;margin:20px 0;border:0;}
blockquote.bq04 {background:#f1f1f1;color:#002244;padding:30px;margin:20px 0;border:0;}
blockquote.bq05 {background:#00aeef;color:#002244;padding:30px;margin:20px 0;border:0;}


blockquote.bq01 {background:none;padding:40px;margin:50px 0;border:1px solid #002244;border-width:1px 0;position:relative;}
blockquote.bq01:before {text-align: left;
  line-height: 1;
  position: absolute;
  font-size: 90px;
  top: -28px;
  height:30px;
  left: 50%;
  transform: translateX(-50%);
  color: #002244;
  background: #fff;
  padding: 0 30px;
  content: "\201C";
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
blockquote.bq01 p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}

.table-plain {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
.table-plain th,
.table-plain td {
  padding: 0.75rem;
  vertical-align: top;
}
.table-plain thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }
.table-plain .table-plain {
  background-color: #fff; }

.nav-icon {color:#00aeef;}
#sidebar ul li:hover > .nav-icon {color:#fff;}

::selection {
  line-height: inherit;
  background: #61acec;
  color: #162645;
}

.art-display a {/*border-bottom: 0.0625rem solid #00aeef;*/ transition: all .25s ease-out;}
.art-display a:visited {/*border-bottom: 0.0625rem solid #dadada;*/}
.art-display a::selection {color:#fbf139;}
.art-display a:hover::selection {color:#61acec;background:#fbf139;border-color: #fbf139 }


ul.simple-grid, .simple-grid > li {margin:0;padding:0;list-style-type:none; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.simple-grid { display: block; overflow: hidden; padding: 0;}
.simple-space > li { padding: 1%;}
.simple-grid > li { display: block; height: auto; float:left;}

/* generally this will be for image display so by default a rule is set to make images 100% wide */
.simple-grid > li img {width:100%;}
.simple-grid.one-up > li { width: 100%; }
.simple-grid.two-up > li { width: 50%; }
.simple-grid.three-up > li { width: 33.33%; }
.simple-grid.four-up > li { width: 25%;}
.simple-grid.five-up > li { width: 20%;}



.adsbygoogle {
  display: block;
}
.adsbygoogle.header-ad, .adsbygoogle.footer-ad {
  min-height: 90px;
}
.adsbygoogle.footer-ad {
  min-height: 250px;
}
@media(max-width:600px){
  .adsbygoogle.header-ad, .adsbygoogle.footer-ad {
    min-height: 250px;
  }
}
@media(max-width:990px){
  .articleFigure.w-50 {width:100% !important;}
}
.adsbygoogle.sidebar-ad {
  min-height: 260px;
}

.atss {z-index:1024 !important;}



@media (min-width:990px) AND (max-width:1200px) {
  .topdtel {display:none !important;}
  .topdtem {display:inline-block !important;}
}

.card .top-header {position:absolute;z-index:1;    top:-2px;}


.card .top-header {
  position: absolute;
  z-index: 1;
  top: -2px;
}

.panelSubscription {
  position: fixed;
  background-color: #00aeef;
  background-image:url('/t/ia-circle-white-w270-o30.png');
  background-repeat:no-repeat;
  background-position: 10px 10px;
  width: 100%;
  bottom: -600px;
  z-index: 99;
  transition: all 300ms ease-out;
  left:0;
}

.panelSubscription.bottom {
  bottom: 0;
}
.panelSubscription h4 a {color:#002244;border-bottom:1px solid #002244}
.panelSubscription h4 a:hover {color:#fff;border-bottom:1px solid #fff}

@media(max-width:990px){
  .panelSubscription {padding-bottom:40px;}
}

a.closeSubPanel {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
}
a.closeSubPanel:hover {
  color: #fbf139;
}



.dnews {background:#e1f4fd;height:100%;border-bottom:20px solid #fff !important;color:#fff;}
.dnews a {color:#024;}
.dnews a:hover {color:#024;}
.dnews .card-body {margin-top:30px;}
.dnews .btdash {border-top: 1px dashed #024;margin-bottom:10px;padding-top:10px}

@media (min-width:768px) AND (max-width:990px){
  .dnews .top-header {letter-spacing: -3px;}
  .dnews .card-body {margin-top:55px;}
}

@media (min-width:990px) AND (max-width:1200px){
  .dnews .top-header {letter-spacing: -2px;}
}




.newsformnew .roform {
  border:0 !important;
  padding: 0 !important;
  border-radius: 0;
  background: none;
  font-size: 90%;
  margin:2rem 0 1rem 0;
}

.newsformnew .roform .form-group {
  margin: 0;
}
.newsformnew label {display:none;}
.newsformnew input {margin-top:10px;}

.newsformnew .roform .formTitle {
  border-radius: 0;
  padding: 0;
  background: none;
  font-size: 1.2rem;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  color: #024;
}

.newsformnew .roform button {
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0;
  transition: all .15s ease-in-out;
  color: #fff;
  background-color: #024;
  border-color: #024;
  width: 100%;
}

.newsformnew .roform input  {
  font-size: 1.2rem;
  color: #495057;
  width: 100% !important;
  padding: .375rem .75rem !important;
}
.newsformnew .alert {margin-top:2rem;}
#fld-63 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.artcart, .artcardw {background: url('/t/ia-sm-logo-160w.png'); background-position: right 4px bottom 4px; background-repeat: no-repeat;}
.artcardw {padding-bottom:2rem !important;}
.artcart {padding-bottom:1rem !important;}

@media(min-width:990px) AND (max-width:1200px){
  .smonmd button {
    font-size: 0.8em !important;
  }
  .smonmd a {
    font-size: 0.8em !important;
  }
}


.dnews {height:auto;background:#fff !important;}
.dnews .card-body {padding: 1.25rem 0;}
.homeArtHolder .imgTextHolder {padding-bottom:0;border-bottom:1px dotted #162645;}
.tagsize {font-size:1.05rem !important;font-weight:bold;}
.showClassification {position:absolute;z-index:3;bottom:0px;left:-4000px;display:inline-block;padding:4px 5px;font-size:14px;line-height:14px; color:#fff;background:#00aeef;}

.top-header {position:relative}
.top-header span.showClassification {position:absolute;background:#00aeef;margin:4px 0 0 4px;padding:5px 9px;color:#024;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.0rem;
  left:unset;}


.ia-ticker {
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
  overflow: hidden; }
.ia-ticker .item-wrap {
  width: 600%;
  position: relative;
  white-space: nowrap;
  display: flex; }
.ia-ticker .item {
  background: #fff;
  border-right: 1px solid #eee;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.ia-ticker .item a {
  text-decoration: none;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #024;
  font-weight: normal;
  font-size:85%;
  line-height: 1.2;
  height: 100%;
  padding: 8px 15px; }
.ia-ticker .item.active {
  padding: 0; }
.ia-ticker .item.active a {
  background: #eaeaea;
}

@media (min-width: 768px) {
  .ia-ticker .item-wrap {
    width: 300%; }
}

@media (max-width: 768px) {
  .ia-ticker .item.active {
    display:none;
  }
  .breadcrumb {display:none}
}

.imgArtHolder {position: relative;}

/* common */
.members-badge {
  position: absolute;
  z-index: 20;
  bottom:6px;
}


.rowcenter {
  align-items: center;
}
.bg-info-light {background:#E1F4FD;}

.bottom-shadow .mainlogo img {height:40px !important;}
.tpsubs {display:none;}
.ssearch {display:inline;}
.sfind {display:none;}
.mainlogo {padding: 0.5rem 0;}

@media(max-width:768px){
  .bottom-shadow .sscroll {display: block !important;}
  .bottom-shadow .hscroll {display: none !important;}

  .ssearch {display:none;}
  .sfind {display:inline;}
  .tpsubs {display:inline;}
  .sticky-top .btn {
    padding: .375rem 0.35rem;
    font-size: 1.05rem !important;
  }
}



@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

.rowcenter {
  align-items: center;
}
.bg-info-light {background:#E1F4FD;}
a.subLinkPanel {
  position: absolute;
  background: #00aeef;
  border:#00aeef 1px solid;
  margin: 4px 0 0 4px;
  padding: 5px 9px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1rem;
  left: unset;
  display: inline-block}
a.subLinkPanel:hover {
  background: #fff;
  color: #00aeef;
}

.subLists {margin:0 2.5rem 1.0rem  2.5rem !important;}

.subLists li:before {
  content: ">";
  color: #00aeef;
  position: absolute;
  margin-left: -14px;
  font-weight: 700;
}


.bottom-shadow .mainlogo img {height:40px !important;}
.tpsubs {display:none;}
.ssearch {display:inline;}
.sfind {display:none;}
.mainlogo {padding: 0.5rem 0;}

@media(max-width:768px){
  .bottom-shadow .sscroll {display: block !important;}
  .bottom-shadow .hscroll {display: none !important;}

  .ssearch {display:none;}
  .sfind {display:inline;}
  .tpsubs {display:inline;}
  .sticky-top .btn {
    padding: .375rem 0.35rem;
    font-size: 1.05rem !important;
  }
}

.art-results img {max-width:100%;height:auto !important;}


@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

.rowcenter {
  align-items: center;
}
.bg-info-light {background:#E1F4FD;}
a.subLinkPanel {
  position: absolute;
  background: #00aeef;
  border:#00aeef 1px solid;
  margin: 4px 0 0 4px;
  padding: 5px 9px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1rem;
  left: unset;
  display: inline-block}
a.subLinkPanel:hover {
  background: #fff;
  color: #00aeef;
}

.subLists {margin:0 2.5rem 1.0rem  2.5rem !important;}

.subLists li:before {
  content: ">";
  color: #00aeef;
  position: absolute;
  margin-left: -14px;
  font-weight: 700;
}


.bottom-shadow .mainlogo img {height:40px !important;}
.tpsubs {display:none;}
.ssearch {display:inline;}
.sfind {display:none;}
.mainlogo {padding: 0.5rem 0;}

@media(max-width:768px){
  .bottom-shadow .sscroll {display: block !important;}
  .bottom-shadow .hscroll {display: none !important;}

  .ssearch {display:none;}
  .sfind {display:inline;}
  .tpsubs {display:inline;}
  .sticky-top .btn {
    padding: .375rem 0.35rem;
    font-size: 1.05rem !important;
  }
}

.rowcenter {
  align-items: center;
}
.bg-info-light {background:#E1F4FD;}

.bottom-shadow .mainlogo img {height:40px !important;}
.tpsubs {display:none;}
.ssearch {display:inline;}
.sfind {display:none;}
.mainlogo {padding: 0.5rem 0;}

@media(max-width:768px){
  .bottom-shadow .sscroll {display: block !important;}
  .bottom-shadow .hscroll {display: none !important;}

  .ssearch {display:none;}
  .sfind {display:inline;}
  .tpsubs {display:inline;}
  .sticky-top .btn {
    padding: .375rem 0.35rem;
    font-size: 1.05rem !important;
  }
}



@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

.rowcenter {
  align-items: center;
}
.bg-info-light {background:#E1F4FD;}
a.subLinkPanel {
  position: absolute;
  background: #00aeef;
  border:#00aeef 1px solid;
  margin: 4px 0 0 4px;
  padding: 5px 9px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1rem;
  left: unset;
  display: inline-block}
a.subLinkPanel:hover {
  background: #fff;
  color: #00aeef;
}

.subLists {margin:0 2.5rem 1.0rem  2.5rem !important;}

.subLists li:before {
  content: ">";
  color: #00aeef;
  position: absolute;
  margin-left: -14px;
  font-weight: 700;
}


.bottom-shadow .mainlogo img {height:40px !important;}
.tpsubs {display:none;}
.ssearch {display:inline;}
.sfind {display:none;}
.mainlogo {padding: 0.5rem 0;}

@media(max-width:768px){
  .bottom-shadow .sscroll {display: block !important;}
  .bottom-shadow .hscroll {display: none !important;}

  .ssearch {display:none;}
  .sfind {display:inline;}
  .tpsubs {display:inline;}
  .sticky-top .btn {
    padding: .375rem 0.35rem;
    font-size: 1.05rem !important;
  }
}
.sticky-top, .sticky-top .btn {
  font-size: 1.05rem !important;
}
.card-info .top-header span  {
  font-size: 1.1rem !important;
}


.bottom-shadow {
  position: fixed !important;
  width:100%;transition: position 0.3s ease-in-out;

}
.sticky-top { position: relative;}


/*!
 * Project Name: SocialShare
 * Author: Stephen Neate
 * License: MIT License
 * Copyright (c) 2023 Subtle Difference https://github.com/SubtleDifference/SocialShare
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

.socialshare .social-icons,
.socialshare.fixedsocials .social-icons {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.socialshare .social-icons li,
.socialshare.fixedsocials .social-icons li {
  margin: 0 10px;
}

.socialshare .social-icons a,
.socialshare.fixedsocials .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee;
  color: #333;
  transition: all 0.3s ease;
}

.socialshare .social-icons a:hover,
.socialshare.fixedsocials .social-icons a:hover {
  transform: scale(1.1);
}

.socialshare .social-icons .bluesky,
.socialshare.fixedsocials .social-icons .bluesky {
  background-color: #1185fe;
  color: #fff;
}

.socialshare .social-icons .facebook,
.socialshare.fixedsocials .social-icons .facebook {
  background-color: #3b5998;
  color: #fff;
}

.socialshare .social-icons .twitter,
.socialshare.fixedsocials .social-icons .twitter {
  background-color: #1da1f2;
  color: #fff;
}

.socialshare .social-icons .linkedin,
.socialshare.fixedsocials .social-icons .linkedin {
  background-color: #0077b5;
  color: #fff;
}

.socialshare .social-icons .email,
.socialshare.fixedsocials .social-icons .email {
  background-color: #d44638;
  color: #fff;
}

.socialshare .social-icons .sms,
.socialshare.fixedsocials .social-icons .sms {
  background-color: #29a9e0;
  color: #fff;
}

.socialshare .social-icons .reddit,
.socialshare.fixedsocials .social-icons .reddit {
  background-color: #ff4500;
  color: #fff;
}

.socialshare .social-icons .whatsapp,
.socialshare.fixedsocials .social-icons .whatsapp {
  background-color: #25D366;
  color: #fff;
}

.socialshare .social-icons .pinterest,
.socialshare.fixedsocials .social-icons .pinterest {
  background-color: #E60023;
  color: #fff;
}

.socialshare .social-icons .copy,
.socialshare.fixedsocials .social-icons .copy {
  background-color: #4e1741;
  color: #fff;
}

.socialshare .social-icons .blogger,
.socialshare.fixedsocials .social-icons .blogger {
  background-color: #f57d00;
  color: #fff;
}

.socialshare .social-icons .digg,
.socialshare.fixedsocials .social-icons .digg {
  background-color: #000000;
  color: #fff;
}

.socialshare .social-icons .evernote,
.socialshare.fixedsocials .social-icons .evernote {
  background-color: #2dbe60;
  color: #fff;
}

.socialshare .social-icons .flipboard,
.socialshare.fixedsocials .social-icons .flipboard {
  background-color: #e12828;
  color: #fff;
}
.socialshare .social-icons .messenger,
.socialshare.fixedsocials .social-icons .messenger {
  background-color: #0078ff;
  color: #fff;
}

.socialshare .social-icons .print,
.socialshare.fixedsocials .social-icons .print {
  background-color: #666666;
  color: #fff;
}

.socialshare .social-icons .tumblr,
.socialshare.fixedsocials .social-icons .tumblr {
  background-color: #34465d;
  color: #fff;
}

.socialshare .social-icons .vk,
.socialshare.fixedsocials .social-icons .vk {
  background-color: #45668e;
  color: #fff;
}

.socialshare .social-icons .rocketchat,
.socialshare.fixedsocials .social-icons .rocketchat {
  background-color: #f5455c;
  color: #fff;
}

.socialshare .social-icons .weibo,
.socialshare.fixedsocials .social-icons .weibo {
  background-color: #e6162d;
  color: #fff;
}

.socialshare .social-icons .xing,
.socialshare.fixedsocials .social-icons .xing {
  background-color: #026466;
  color: #fff;
}

.socialshare .social-icons .printPDF,
.socialshare.fixedsocials .social-icons .printPDF {
  background-color: #cc0000;
  color: #fff;
}

.socialshare .social-icons .mastodon,
.socialshare.fixedsocials .social-icons .mastodon {
  background-color: #3088d4;
  color: #fff;
}


.socialshare.inlinesocials .social-icons a[data-ss-title]::after {
  content: attr(data-ss-title);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: inherit;
  color: inherit;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1021;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.socialshare.inlinesocials .social-icons a[data-ss-title]::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: inherit;
  z-index: -1;
}

.socialshare.inlinesocials .social-icons a:hover[data-ss-title]::after {
  opacity: 1;
  top: -50px;
}

.socialshare.inlinesocials .social-icons a:hover[data-ss-title]::before {
  top: -21px;
}

.socialshare.fixedsocials {
  position: fixed;
  top: 160px;
  left: -100px;
  z-index: 1021;
  animation-name: slideIn;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  visibility: visible;
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    visibility: visible;
    left: 0;
  }
  60% {
    transform: translateX(40%);
    visibility: visible;
    left: 0;
  }
  80% {
    transform: translateX(-30%);
    visibility: visible;
    left: 0;
  }
  100% {
    transform: translateX(0%);
    visibility: visible;
    left: 0;
  }
}

.socialshare.fixedsocials .social-icons {
  display: flex;
  flex-direction: column;
  list-style: none;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
}

.socialshare.fixedsocials .social-icons li {
  margin: 0;
  width: 55px;
  height: 55px;
}

.socialshare.fixedsocials .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #eee;
  color: #333;
  transition: all 0.3s ease;
  font-size: 26px;
}

.socialshare.fixedsocials .social-icons a:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 990px) {
  .socialshare.fixedsocials {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    animation: none;
    visibility: visible;
  }

  .socialshare.fixedsocials ul.social-icons {
    width: 100%;
  }

  .socialshare.fixedsocials .social-icons {
    flex-direction: row;
  }

  .socialshare.fixedsocials li {
    margin: 0;
    display: inline-block;
    flex: 1;
    text-align: center;
  }

  .socialshare .social-icons .sms {
    visibility: visible;
  }
}

@media screen and (min-width: 990px) {
  .socialshare.fixedsocials .social-icons a[data-ss-title]::after {
    content: attr(data-ss-title);
    position: absolute;
    top: 0;
    left: 100%;
    height: inherit;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    color: inherit;
    z-index: inherit;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-10px);
    display: flex;
    align-items: center;
    padding: 0 12px;
  }

  .socialshare.fixedsocials .social-icons a:hover[data-ss-title]::after {
    opacity: 1;
    transform: translateX(0);
  }
}

/* fix for inline on small screens */
.socialshare.inlinesocials .social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.socialshare.inlinesocials .social-icons li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

/* Media query for small screen sizes */
@media screen and (max-width: 576px) {
  .socialshare.inlinesocials .social-icons {
    white-space: normal;
    display: inline-block;
  }

  .socialshare.inlinesocials .social-icons li a {
    margin: 0 5px;
  }
}

/*override class for custom theme all one colour */
.customtheme .social-icons a {
  background-color: #002244 !important;
  color: #fff !important;
}

blockquote a {
  word-wrap: break-word; /* for older browsers */
  overflow-wrap: break-word; /* for modern browsers */
  }


.class-Fiction .imgTextHolder {
  padding: 0 20px 20px 20px !important;
}
.class-Fiction {
  background: #f3ffdb;
}

.class-Sponsored .imgTextHolder {
  padding: 0 20px 20px 20px !important;
}
.class-Sponsored {
  background: #fff8db;
}



.dnews {height:auto;background:#fff !important;}
.dnews .card-body {padding: 1.25rem 0;}
.homeArtHolder .imgTextHolder {padding-bottom:0;border-bottom:0;}
.tagsize {font-size:1.05rem !important;font-weight:bold;}
.showClassification {position:absolute;z-index:3;bottom:0px;left:-4000px;display:inline-block;padding:4px 5px;font-size:14px;line-height:14px; color:#fff;background:#00aeef;}
a.normalLink {font-size:120% !important;line-height:1.1rem;    font-family: "Slabo 27px","Book Antiqua",Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;}
.author-text a {color:#00aeef !important;font-weight:bold;}
.hmsocials {position: relative;z-index:3;}



.panelSubscriptionDonate {
  position:relative;
  color:#002244;
  background-color: #e1f4fd;
  border:2px solid #002244;
  background-image:url('/t/ia-circle-white-w270-o30.png');
  background-repeat:no-repeat;
  background-position: 10px 10px;
  width: 100%;
  transition: all 300ms ease-out;
  display: none;
}

.panelSubscriptionDonate.bottom {
  display: block;
}

@media(max-width:990px){
  .panelSubscriptionDonate {padding-bottom:40px;}
}

a.closeSubPanelDon {
  color: #002244;
  position: absolute;
  top: 20px;
  right: 20px;
}
a.closeSubPanelDon:hover {
  color: #0083b4;
  background: transparent;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
  20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.shake-animation {
  animation: shake 1.0s;
}

.groupdonate {margin:0 auto 10px auto;width:130px;text-align: center;}
.groupdonate .input-group-text {background-color:#002244;color:#fff;border-color:#002244;font-size:120%;}
.groupdonate input {border-color:#002244;color:#002244;font-size:120%;}


.phperrors {display: none}


.flip_H{ transform: scale(-1, 1);
  display: inline-block;
  transform: scale(-1, 1);
  transform-origin: center;
  text-align: left;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.flip_V{ transform: scale(1, -1);transition: transform 0.3s ease;   cursor: pointer;
}

.flip_H:hover,
.flip_V:hover {
  transform: scale(1, 1);
}

