/**.section{
    min-height:100px;
}**/



/***** GRIDTILES ******/

.gridTiles{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    gap:2%;
}

.gridTiles .tile-item{
    position: relative;
    width:23.5%;
    min-width:200px;
    /**border:thin white solid;**/
    margin-bottom:2%;
    -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.gridTiles .tile-item a.listing-link{
    position:relative;
    display:inline-block;
    width:100%;
    height: 100%;
}
.gridTiles .tile-item .tile-image-wrapper{
    margin-bottom:20px;
    overflow:hidden;
}
.gridTiles .tile-item .tile-image-wrapper img{
    -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-width: 100%;
}
.gridTiles .tile-item .listing-link:hover .tile-image-wrapper img{
    transform: scale(1.4);
}
.gridTiles .tile-item .epa-item-thumb-link:hover .tile-image-wrapper img{
    transform: scale(1.4);
}
.gridTiles .tile-item .epa-item-thumb-link.Document:hover .tile-image-wrapper img{
    transform: scale(1);
}
.gridTiles .tile-item.unhover.hover{
    opacity:1 !important;
}
.gridTiles .tile-item.unhover{
    opacity:0.4 !important;
}

.gridTiles .carousel-embargo-message {
    border: red dashed 1px;
}

.gridTiles .carousel-embargo-message-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    background: red;
    padding: 10px;
}
.gridTiles .listing-image.embargo-1{
    border: 1px dashed red;
}


@media (max-width:1200px) {
    /**** 2 tiles ***/
    .gridTiles{
        gap:3%;  
    }
    .gridTiles .tile-item{
        width:48.5%;
        margin-bottom:40px;
    }
}

@media (max-width:500px) {
    /**** 1 tiles ***/
    .gridTiles{
        gap:0%;  
    }
    .gridTiles .tile-item{
        width:100%;
        margin-bottom:50px;
    }
}


/*** ASSET DISPLAY GRID TILES ****/

/**** 8 tiles ***/
.asset-display .gridTiles {
    gap: 1%;
}
.asset-display .gridTiles .tile-item{
    min-width:170px;
    width:11.625%;
    margin-bottom:1%;
}

@media (max-width:1590px) {
    /**** 7 tiles ***/
    .asset-display .gridTiles {
        gap: 1%;
    }
    .asset-display .gridTiles .tile-item{
        width:13.42%;
        margin-bottom:1%;
    }
}

@media (max-width:1400px) {
    /**** 6 tiles ***/
    .asset-display .gridTiles {
        gap: 1%;
    }
    .asset-display .gridTiles .tile-item{
        width:15.8%;
        margin-bottom:1%;
    }
}

@media (max-width:1200px) {
    /**** 5 tiles ***/
    .asset-display .gridTiles .tile-item{
        width:19.2%;
    }
}

@media (max-width:1000px) {
    /**** 4 tiles ***/
    .asset-display .gridTiles{
        gap:2%;  
    }
    .asset-display .gridTiles .tile-item{
        width:23.5%;
        margin-bottom:2%;
    }
}

@media (max-width:850px) {
    /**** 3 tiles ***/
    .asset-display .gridTiles{
        gap:2%;  
    }
    .asset-display .gridTiles .tile-item{
        width:32%;
        margin-bottom:2%;
    }
}

@media (max-width:580px) {
    /**** 2 tiles ***/
    .asset-display .gridTiles{
        gap:2%;  
    }
    .asset-display .gridTiles .tile-item{
        width:49%;
        margin-bottom:2%;
    }
}

@media (max-width:400px) {
    /**** 1 tile ***/
    .asset-display .gridTilesx{
        gap:0%;  
    }
    .asset-display .gridTiles .tile-item{
        width:100%;
        margin-bottom:20px;
    }
}


/**** NEWS FILTER PAGE GRID TILES ***/

/*** 3 Tiles **/
.newsfilterpage .gridTiles{
    gap: 3%;
}
.newsfilterpage .gridTiles .tile-item{
    min-width:200px;
    width: 31.33%;
    margin-bottom:50px;
}
.newsfilterpage .gridTiles .tile-item:nth-child(1){
    width: 100%;
}
.newsfilterpage .gridTiles .tile-item:nth-child(1) .tile-content {
    margin-top:0px;
    width: 48%;
    float:right;
}
.newsfilterpage .gridTiles .tile-item:nth-child(1) .tile-image-wrapper {
    width: 50%;
    float: left;
    margin-bottom: 0px;
}

@media (max-width:1100px) {
    /*** 2 Tiles **/
	.newsfilterpage .gridTiles{
        gap: 3%;
    }
    .newsfilterpage .gridTiles .tile-item{
        width: 48.5%;
        margin-bottom:50px;
    }
}

@media (max-width:900px) {
    /*** 1 Tile **/
	.newsfilterpage .gridTiles{
        gap: 0%;
    }
    .newsfilterpage .gridTiles .tile-item{
        width: 100%;
        margin-bottom:50px;
    }
    .newsfilterpage .gridTiles .tile-item:nth-child(1) .tile-content {
        width: 100%;
        float:none;
    }
    .newsfilterpage .gridTiles .tile-item:nth-child(1) .tile-image-wrapper {
        width: 100%;
        float:none;
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    /*** 3 Tiles **/
	.newsfilterpage .gridTiles{
        gap: 3%;
    }
    .newsfilterpage .gridTiles .tile-item,
    .newsfilterpage .gridTiles .tile-item:nth-child(1){
        width: 31.33%;
        margin-bottom:50px;
    }
    .newsfilterpage .gridTiles .tile-item:nth-child(1) .news-listing-abstract {
      display: none;
      margin-bottom: 0px;
    }
}

@media (max-width:680px) {
    /*** 2 Tiles **/
	.newsfilterpage .gridTiles{
        gap: 3%;
    }
    .newsfilterpage .gridTiles .tile-item,
    .newsfilterpage .gridTiles .tile-item:nth-child(1){
         width: 48.5%;
        margin-bottom:50px;
    }
}

@media (max-width:460px) {
    /*** 1 Tile **/
	.newsfilterpage .gridTiles{
        gap: 0%;
    }
    .newsfilterpage .gridTiles .tile-item,
    .newsfilterpage .gridTiles .tile-item:nth-child(1){
         width: 100%;
        margin-bottom:50px;
    }
}

/*** NEWS ARTICLE ASSET DISPLAY GRID TILES  ****/

/*** need to qulaify with #main so that folder items on news article pages arent effected ***/

/**** 2 tiles ***/
#main.news-articles .asset-display .gridTiles {
    gap: 2%;
}
#main.news-articles .asset-display .gridTiles .tile-item{
    width:49%;
    margin-bottom:2%;
}

@media (max-width:1500px) {
    /**** 1 tile ***/
    #main.news-articles .asset-display .gridTiles{
        gap:0%;  
    }
    #main.news-articles .asset-display .gridTiles .tile-item{
        width:100%;
        margin-bottom:20px;
    }
}

@media (max-width:980px) {
    /**** 4 tiles ***/
    #main.news-articles .asset-display .gridTiles{
        gap:2%;  
    }
    #main.news-articles .asset-display .gridTiles .tile-item{
        width:23.5%;
        margin-bottom:2%;
    }
}

@media (max-width:890px) {
     /**** 3 tiles ***/
    #main.news-articles .asset-display .gridTiles{
        gap:2%;  
    }
    #main.news-articles .asset-display .gridTiles .tile-item{
        width:32%;
        margin-bottom:2%;
    }
}
@media (max-width:600px) {
    /**** 2 tiles ***/
    #main.news-articles .asset-display .gridTiles {
        gap: 2%;
    }
    #main.news-articles .asset-display .gridTiles .tile-item{
        width:49%;
        margin-bottom:2%;
    }
}

@media (max-width:400px) {
    /**** 1 tile ***/
    #main.news-articles .asset-display .gridTiles{
        gap:0%;  
    }
    #main.news-articles .asset-display .gridTiles .tile-item{
        width:100%;
        margin-bottom:20px;
    }
}


/*** SEARCH ASSET DISPLAY GRID TILES  ****/

/**** 5 tiles ***/
.search .asset-display .gridTiles{
    gap:1%;  
}
.search .asset-display .gridTiles .tile-item{
    width:19.2%;
    margin-bottom:1%;
}

@media (max-width:1420px) {
    /**** 4 tiles ***/
    .search .asset-display .gridTiles .tile-item{
        width:23.5%;
    }
}

@media (max-width:1200px) {
    /**** 3 tiles ***/
    .search .asset-display .gridTiles .tile-item{
        width:32%;
    }
}

@media (max-width:1000px) {
    /**** 2 tiles ***/
    .search .asset-display .gridTiles .tile-item{
        width:49%;
    }
}

@media (max-width:767px) {
    /**** 3 tiles ***/
    .search .asset-display .gridTiles .tile-item{
        width:32%;
    }
}

@media (max-width:600px) {
    /**** 2 tiles ***/
    .search .asset-display .gridTiles .tile-item{
        width:49%;
    }
}

@media (max-width:400px) {
    /**** 1 tile ***/
    .search .asset-display .gridTiles{
        gap:0%;  
    }
    .search .asset-display .gridTiles .tile-item{
        width:100%;
        margin-bottom:20px;
    }
}



/**** HOMEPAGE ***/

#latest {
    padding-top: 60px;
	padding-bottom: 60px;
    color:#000;
    background:#fafafa;
}


.home-social-icon {
    color:#000;
    margin-left:5px;
    font-size: 14px;
}

.twitter .home-social-icon img{
    width:20px;
    margin-right:5px;
    top: -3px;
    position: relative;
}

.instagram .home-social-icon i{
     font-size:24px;
     margin-right:5px;
}



/**** NEWS LISTING ***/

.newsfilterpage .alert-signup{
    margin-bottom:50px;
}
.newsfilterpage .alert-signup a{
    background:#fff;
    color:#000;
    border:thin solid #000;
    padding: 12px 24px;
    width:100%;
    display:inline-block;
}
.newsfilterpage .alert-signup a:after{
    content:'\f105';
    font-family:fontawesome;
    float:right;
}
.newsfilterpage .alert-signup a:hover,
.newsfilterpage .alert-signup a:focus{
    background:#000;
    color:#fff;
}

.newsfilterpage .content{
	padding-left:80px;
}

.newsfilterpage p.news-message {
    color: #000;
}

/**** FILTER MENU ***/

.newsfilterpage .filter-heading {
    background:none;
    padding: 0px;
	margin-bottom:10px;
	border:none;
	font-weight:normal;
	color: #717171;
}

.newsfilterpage .match-toggle-wrapper{
	line-height:0;
	width:100%;
	position:relative;
	display:inline-block;
}

.newsfilterpage .match-toggle{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	border-radius: 20px;
	background:#ccc;
	vertical-align: middle;
	float: right;
	cursor:pointer;
}

.newsfilterpage .match-toggle::before{
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
	border-radius: 50%;
}

.newsfilterpage .match-toggle.selected{
	background:#000;
}

.newsfilterpage .match-toggle.selected:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.newsfilterpage .match-label{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.newsfilterpage .filtermenu {
    background: none;
    color: #000;
    margin-bottom: 20px;
}
.newsfilterpage .filter-heading .toggle-icon{
	display:none;
}
.newsfilterpage .filter-match,
.newsfilterpage .filter-clear,
.newsfilterpage .filtermenu .filter-heading,
.newsfilterpage .toggle-filter-heading,
.newsfilterpage .filter-other div,
.newsfilterpage .toggle-filter-section div{
    padding: 8px 0px;
    border-bottom: solid thin #a2a3a5;
	background:none;
}

.newsfilterpage .filter-clear{
   cursor: pointer;     
}

.newsfilterpage .toggle-filter-heading.toggleSign {
    background:none;
    border-bottom: solid thin #a2a3a5;
	position:relative;
}

.newsfilterpage .toggle-clear,
.newsfilterpage .toggle-twistie{
    font-weight: normal;
    float: right;
}

.newsfilterpage .toggle-clear::after {
	content: "x";
	font-size: 1em;
	line-height: 1;
}

.newsfilterpage .toggle-twistie::after {
    content: "+";
    font-size: 1.3em;
	line-height: 1;
}

.newsfilterpage .toggleSign .toggle-twistie::after {
    content: "_";
    font-size: 1.3em;
    position: absolute;
    top: 0px;
	right:0px;
}

.newsfilterpage .toggle-clear:hover,
.newsfilterpage .toggle-clear:focus,
.newsfilterpage .toggle-twistie:hover,
.newsfilterpage .toggle-twistie:focus{
	color:#a2a3a5;
}

.newsfilterpage .filter-date input {
   border: none;
}

.newsfilterpage input {
	display: inline-block;
    float: right;
	line-height: 1em;
	border:none;
	padding:5px;
	margin-top: 6px;
}
.newsfilterpage .filter-date .toggle-filter-heading{
    cursor: pointer;
}
.newsfilterpage .filter-date label{
	width:40%;
}
.newsfilterpage .filter-date input{
	width:60%;
	float: none;
	background:#ddd;
	color:#244253;
	padding:2px;
	margin-top: 0px;
	margin-bottom:5px;
	border:none;
}

@media (max-width:767px){
    
    .newsfilterpage .alert-signup {
        margin-bottom: 20px;
    }
    
	.newsfilterpage .filter-heading{
		color: #fff; 
		background-color: #63656a;
		padding:10px;
		cursor: pointer; 
		margin-top: 0px;
	}

	.newsfilterpage .filter-heading .toggle-icon{
		display:inline-block;
		float:right;
	}

	.newsfilterpage .filter-heading .toggle-icon::after {
    	content: "\f078";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-size: 0.7em;
    	position: relative;
		top:0px;
		right:0px;
	}
	
	.newsfilterpage .filtermenu{
		display:none;
	}

}

/**** NEWS FILTER CUSTOM CHECKBOXES ***/
.newsfilterpage label {
    font-weight: normal;
	line-height: 1.2em;
	width: 80%;
}
.newsfilterpage label.checkboxwrapper {
	width: 100%;
	cursor: pointer;
}

.newsfilterpage .checkboxwrapper .checkboxlabel{
    width: 80%;
    display: inline-block;
}

.newsfilterpage .checkmark{
  position:relative;
  float:right;
  top:5px;
}

/***** NEWS LISTING PANELS ****/
.newsfilterpage #newscontainer {
  background: none;
  padding: 0px;
}
.newsfilterpage .gridTiles .tile-item .embargo-back{
    position:absolute;
    left:0;
    top:0;
    display:inline-block;
    width:100%;
    height:100%;
    border:red 1px dashed;
    z-index:10;
}
.gridTiles .tile-item .news-listing-headline{
    color:#454545;
    margin-bottom:5px;
    font-size:1.3em;
}

.gridTiles .tile-item .news-listing-date{
    color:#454545;
    font-size:0.7em;
}

.gridTiles .tile-item .news-listing-asset-count{
	color: #666;
	font-size: 0.6em;
	margin-bottom: 20px;
}

.gridTiles .tile-item .news-listing-asset-count .asset_type_d::before{
    color:#a2a3a5;
    padding-right:2px;
}
.gridTiles .tile-item .news-listing-asset-count .asset_type_i::before{
    color:#a2a3a5;
    padding-right:2px;
}
.gridTiles .tile-item .news-listing-asset-count .asset_type_v::before{
    color:#a2a3a5;
    padding-right:2px;
}

.gridTiles .tile-item .news-listing-abstract {
    font-size: 1em;
	color: #717171;
    display:none;
}
.gridTiles .tile-item:nth-child(1) .news-listing-abstract {
	display:inline-block;
	margin-bottom: 10px;
}

.icon-circle-arrow-right::before {
    content:'\f105';
    font-family:fontawesome;
    position: relative;
}

.newsfilterpage .pageNav{
	padding-top: 10px;
	text-align: right;
}
.newsfilterpage .pag-top .pageNav{
	padding-top: 0px;
}

.newsfilterpage .pageNav ul{
    display: inline-block;
    padding-left: 0;
	padding-left: 1em;
    margin: 20px 0;
    border-radius: 4px;
}
.newsfilterpage .pag-top .pageNav ul{
    margin-top:0;
}
.newsfilterpage .pageNav li{
    display: inline;
    padding-left: 0px;
}

.newsfilterpage .pageNav li a{
    background-color: #f7f7f7;
	color:#000;
    border:none;
	margin-left: 5px;
	padding: 5px 10px;
	font-size: 12px;
	position: relative;
	float: left;
	line-height: 1.3em;
	text-decoration: none;
}

.newsfilterpage .pageNav li a:hover, 
.newsfilterpage .pageNav li a:focus, 
.newsfilterpage .pageNav li a.active{
    color: #fff;
    background-color: #000;
}

.newsfilterpage .pageNav li a.active,
.newsfilterpage .pageNav li a.active:hover,
.newsfilterpage .pageNav li a.active:focus{
    color: #fff;
    background-color: #000;
	font-weight: bold;
}

@media (max-width:767px) {
    .newsfilterpage .content {
      padding-left: 0px;
    }
}


/**** NEWS ARTICLES ***/

.news-articles .content{
	float:right;
	margin-bottom:40px;
}
.news-articles .content.left {
    float:left;
}
.news-articles .files{
	float:left;
	margin-top: 20px;
	padding-right:80px;
}

.news-articles .content ul,
.news-articles .content ul li{
	margin-left: 0em;
	list-style-position: outside;
	padding-left: 1em;
}

.news-articles .content ul li{
	list-style: square;
	padding-left: 0.3em;
}

.news-articles .content ul.news-page-model-links,
.news-articles .content ul.news-page-model-links li{
	list-style: none;
	padding-left: 0;
}

.news-articles .news-embargo-message {
    padding-top:20px; 
    padding-bottom:20px
}
.news-articles .news-embargo-message p{
    color:red;
    font-weight:bold;
}

.news-articles .boilerplate{
    margin-top:60px;
}

.news-articles .content table{
	width:100%;
}

.news-articles .content table th,
.news-articles .content table td{
	padding:5px;
	text-align:left;
	width:auto;
}

.news-articles .toggle-mobile{
    display:none;
    width:100%;
}
.news-articles .toggle-desktop{
   display: inline-block;
   width:100%;
}
.news-articles .toggle-btn{
    width:100%;
    display:inline-block;
    
    transition: all 0.35s;
	line-height: 1.2em;
	font-size: 1em;
	background:none;
	color: #000;
    padding: 0.5em 1em;
    margin-bottom:30px;
    
    padding: 8px 0px;
    border-bottom: solid thin #ededed;
    cursor:pointer;
}

.news-articles .toggle-btn:hover,
.news-articles .toggle-btn:focus{
   background:none; 
   color:#AAA;
}

.news-articles .toggle-twistie {
    display: inline-block;
    float: right;
}
.news-articles .toggle-twistie::after{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	content: "\f054";
	font-size: 0.8em;
}
.news-articles .toggleArrow .toggle-twistie::after{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	content: "\f078";
	font-size: 0.8em;
}

@media only screen and (max-width: 600px) {
   .news-articles  .toggle-mobile{
        display:inline-block;
    }
    .news-articles .toggle-desktop{
       display: none; 
    }
}    

/*** OLD STYLE NEWS GALLERY ***/
.news-articles .news-download-group{
	position:relative;
	margin-bottom:0px;
}

.news-articles .news-download-group a {
    display: block;
    padding: 5px 10px;
    margin-bottom: 20px;
    color: #fff;
    background: #f60;
	text-transform:uppercase;
}

.news-articles .news-download-group a .icon {
    font-size: 11px;
    float: right;
    margin-top: 2px;
}

.news-articles #newsdownloads.dropdown-menu {
    top: 100%;
    margin: 0px;
    width: 100%;
    left: 0px;
    z-index: 1000;
    float: left;
    background: none;
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 0px;
}

.news-articles #newsdownloads.dropdown-menu li {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.news-articles #newsdownloads.dropdown-menu li a {
    background: rgba(0, 0, 0, 0.9);
    margin:0px;
	width: 100%;
	font-size: 12px;
	white-space: pre-wrap;
}

.news-page-model-header {
	color:#9e9b9b;
	border-top: 2px solid #ededed;
	padding-top:30px;
	padding-bottom:10px;
}

.news-page-model-links a{
	color:#000;
}

.news-page-model-links a:hover,
.news-page-model-links a:focus {
	color:#f60;
}

.news-page-model-links a .icon-circle-arrow-right::before {
    padding-left:10px; 
}

@media (max-width:1100px) {
	.news-articles .files{
		padding-right:30px;
	}
}

@media (max-width:980px) {
	.news-articles .files,
	.news-articles .content{
		padding-right:0px;
		width:100%;
	}

	.news-articles .content{
		float:left;
	}

	.news-articles .files{
		float:right;
	}
}


/**** CONTACTS ***/
.contacts h2 a.no-link{
	color:#000 !important;
	font-size: 14px;
	cursor:default;
}

.contacts table tr th,
.contacts table tr td{
	border:thin solid #d0d2ce;
}

.contacts .table-striped > tbody > tr:nth-child(odd) > td,
.contacts .table-striped > tbody > tr:nth-child(odd) > th{
	background-color:#656665;
}
.contacts .table-hover > tbody > tr:hover > td,
.contacts .table-hover > tbody > tr:hover >th {
	background-color:#656665;
}


/**** SEARCH ***/
.search .search-assets h3{
    margin-bottom:20px;
}

.searchmenu {
    margin-bottom: 20px;
}

.searchmenu > div {
	padding: 8px 0px;
    border-bottom: solid thin #ededed;
    background: none;
}

.searchmenu .filter-heading {
    background: none;
    color: #717171;
    padding: 0px;
    margin-bottom: 10px;
    border: none;
    font-weight: normal;
}

.searchmenu .filter-heading p {
    margin: 0;
}

.searchmenu .search-tab{
	cursor:pointer;
	position: relative;
	display:none;
	color:#63656a;
}

.searchmenu .search-tab::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    top: 4px;
    right: 10px;
}

.searchmenu .search-tab.selected{
	color:#000;
}

.search-instance{
	display:none;
}

.search .sisea-highlight, 
.simplesearch-highlight, 
.highlight {
  color: #000;
  background: #f0ff00;
}
.search .sisea-highlight {
    font-size: 1.1em;
    font-weight: bold;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
}

.search-results-list .search-result {
    padding: 0px;
    border-top: 1px solid #ddd;
    margin: 0px;
	margin-top:3em;
	margin-bottom:3em;
	padding-top:2em;
}

.search-results-list .search-result h3{
    font-size:1em;
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.search-results-list .search-result h3 a{
    color:#000;
    text-decoration:underline;
}

.search .content.right{
	padding-left:80px;
}

@media (max-width:767px){
    .search .content.right{
	    padding-left:0px;
	    margin-top: 60px;
    }  
}

/*** Search Pagination ***/
.search .search-pager {
    padding-top: 10px;
    text-align: right;
}

.pagination {
	display: inline-block;
    margin-top: 0;
}

.pagination > li {
    display: inline;
	margin:0px;
	padding-left: 0px;
}

.pagination > li > a {
    background-color: #f7f7f7;
    color: #000;
	border: none;
    margin-left: 5px;
    padding: 5px 10px;
    font-size: 12px;
    position: relative;
    float: left;
    line-height: 1.3em;
    text-decoration: none;
}

.pagination > li > a:hover,
.pagination > li > a:focus{
	color: #fff;
    background-color: #000;
}

.pagination > li.active > a, 
.pagination > li.active > span, 
.pagination > li.active > a:hover, 
.pagination > li.active > span:hover, 
.pagination > li.active > a:focus, 
.pagination > li.active > span:focus {
    border: none;
    color: #fff;
    background-color: #000;
	font-weight: bold;
	pointer-events: none;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination-sm > li:first-child > a, 
.pagination-sm > li:first-child > span {
    margin-left: 0px;
    border-radius: 0px;
}

.pagination > li:last-child > a, 
.pagination > li:last-child > span,
.pagination-sm > li:last-child > a, 
.pagination-sm > li:last-child > span {
    border-radius: 0px;
}



/**** LOGIN and USER REGISTRATION FORMS***/

/***
#loginLoginForm  - main login page for login, alerts and events
#ProfileForm - profile page
#loginPCForm -password change page
#register-form - register page
#epress_alerts_update - alerts choice page
#deleteAccountForm - delete account page
***/


.centered{
    margin:auto;
    max-width:350px;
    text-align:center;
}
.centered.left{
    margin:0;
    margin-top:0px;
    max-width:350px;
    text-align:left;
}

.user-registration ul,
.user-registration ul li{
	margin-left: 0em;
	list-style-position: outside;
	padding-left: 1em;
}
.user-registration ul li{
	margin-bottom:8px;
}

.alerts .update-message,
.update-profile .updprof-success, 
.update-profile .updprof-error,
.pw-success{
  color: #f60;
}

.update-profile .updprof-error,
.update-profile .updprof-success{
    margin-bottom:10px;   
}

.form {
   max-width:500px; 
}
.form-inputs,
.form-buttons{
   width:100%; 
   margin-top:30px;
}

.register-input{
	margin-bottom:30px;
}
.register-input.register-input-privacy{
    /*** example is on register page with a checkbox **/
    display:flex;
    align-items: flex-start;
}

/** label **/
.register-input label{
	width:100%;
	font-size:0.8em;
	font-weight:normal;
}

.register-input label .error{
	color:#f60;
	display:block;
}

/*** inputs **/
.register-input input,
.register-input textarea,
.register-input select{
    width:100%;
	background: #f0f0f0;
    color: #000;
	border: none;
	border-radius: 0px;
	padding: 10px;
}
.login .register-input input, 
.login .register-input textarea, 
.login .register-input select,
.login .register-input label,
.centered.left .login .register-input input, 
.centered.left .login .register-input textarea, 
.centered.left .login .register-input select,
.centered.left .login .register-input label{
    text-align:center;
}

/** form buttons **/
.form-buttons p{
    /*** used for recpatch message **/
    padding:0;
    margin-top:30px;
    margin-bottom:30px;
    font-size:0.7em;
}

.form-buttons input[type="submit"]{
    transition: all 0.35s;
	line-height: 1.2em;
    text-shadow: none;
	text-transform: uppercase;
    line-height: 1.2em;
    font-size: 1em;
    padding: 12px 24px;
    border-radius:0;
    background:#fff;
	color: #000;
	border:thin solid #000;
	text-wrap: wrap;
}
.login .form-buttons input[type="submit"]{
    width:100%;
}
.form-buttons input[type="submit"]:hover,
.form-buttons input[type="submit"]:focus{
	background-color: #000;
	color:#fff;
}

/** secondary form buttons - simple links**/
.form-buttons.secondary{
	margin-top: 10px;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
}
.form-buttons.secondary a {
    color: #AAA;
    font-size: 0.8em;
    text-decoration:underline;
}

.form-buttons.secondary a:hover,
.form-buttons.secondary a:focus{
    color: #000;
}


/** ALERTS PAGE **/
#epress_alerts_update table{
    max-width:100%;
    width:auto;
    margin-bottom:30px;
    margin-top:30px;
    border:none;
}
#epress_alerts_update table th,
#epress_alerts_update table td{
    padding:10px 20px;
    padding-left:0px;
    width:auto;
    vertical-align: top;
}
#epress_alerts_update table td:last-child{
    padding:10px 20px;
    padding-right:0px;
}
#epress_alerts_update table .checkmark {
    top: 4px;
    right: 0;
    left: auto;
}

/**** DELETE ACCOUNT ****/
#deleteAccountForm{
    margin-top:40px;
}

.delete-account input,
.delete-account label{
    border:none;
}
.delete-account label{
    margin-right:5px;
}
.delete-account input.readonly{
    pointer-events:none;
}


/**** EVENTS ****/
.topBanner-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}

.topBanner-heading {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 3em;
  color: #fff;
}

@media (max-width:767px){
    .topBanner-heading{
        position:relative;
        top:0%;
        left:0%;
        transform: none;
        font-size:1em;
        color:#000;
        padding: 12px 24px;
    }
}

.event-main-copy{
    margin-bottom:40px;
}
.side-note{
    font-size:0.8em;
}

#event-form .form-header,
#event-form .form-group{
    margin-bottom:30px;
}
#event-form .form-group{
    max-width:600px;
}

#event-form .required{
    margin-top:20px;
}
#event-form .required,
#event-form label span{
	color: #f60;
}
#event-form label span{
	margin-left:3px;
}

/*** For Modal Popup for form errors **/
.fade.in{
    background-color: rgba(0, 0, 0, 0.3);
}






/**** LIVE ****/

body.live #counterbackground{
  background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  position:relative;
  text-align:center;
  
}




/**** TABBED PAGES ***/

/** TAB MENU **/
.tabpage #tabmenufix{
	z-index:999;
	position:relative;
}
.tabpage #tabmenu{
    padding-top:30px;
    background:#fff; /** set so that on stickt fix scroll content doesnt show through  **/
	border-bottom:thin solid #666;
}
.tabpage #tabmenu .mobile{
	display:none;
}
.tabpage #tabmenu .desktop{
	display:block;
}
.tabpage #tabmenu .tablink{ 
	color:#000;
	display:inline-block;
	margin-right:30px;
	padding-bottom:30px;
	margin-bottom: -2px;
}
.tabpage #tabmenu .tablink:hover,
.tabpage #tabmenu .tablink:focus{ 
	color:#f60;
}
.tabpage #tabmenu .desktop .tablink.active{ 
	color: #000;
	border-bottom: solid 3px #f60;
}

@media screen and (max-width: 767px){
    
    .tabpage #tabmenu{
        border:none;
    }

	.tabpage #tabmenu .desktop{
		display:none;
	}

	.tabpage #tabmenu .mobile{
		display:block;
	}

	.tabpage #tabmenu .mobile.toggled .tabitems{
		display:none;
		position: absolute;
		position: relative;
		background:#fff;
		width:100%;
		padding-bottom:10px;
		padding-top:15px;
		
		overflow-y: auto;
        min-height: 100px;
        height: auto;
        max-height: calc(100vh - 200px);
	}

	.tabpage #tabmenu .mobile.toggled span{ 
		display:none;
	}

	.tabpage #tabmenu .mobile.toggled .jumpto{
  		border:thin #000 solid;
  		background:#fff;
  		color:#000;
        padding: 10px 15px;
        cursor: pointer;
        width: 100%;
        display:inline-block;
	}
	.tabpage #tabmenu .mobile.toggled .jumpto:hover,
	.tabpage #tabmenu .mobile.toggled .jumpto:focus{
  		background:#000;
  		color:#fff;
	}
	
	.tabpage #tabmenu .mobile .jumpto .icon-chevron-right{
		padding-left:5px;
		font-weight:normal;
	}
	
	.tabpage #tabmenu .mobile.toggled .tabitems .tablink{
		display:inline-block;
		width:100%;
		border:none;
		padding:7px;
		padding-right:15px;
		padding-left:15px;
		margin-right: 0px;
	}
	
	.tabpage #tabmenu .mobile .tablink.active { 
	    color: #a2a3a5;
    }
	
	.tabpage #tabmenu .mobile .tablink:hover,
	.tabpage #tabmenu .mobile.toggled.active .jumpto{
		color:#a2a3a5;
		text-decoration:none !important;
	}

}


/** TAB SECTIONS **/
.tabpage .tabsections{
    z-index:990; 
    position:relative;
    margin-top:30px;
}

.tabpage .tabsection{
    display:none;
    width: 100%;
}

.tabpage .tabsection#sectionRelatedNews .gridTiles .tile-item:nth-child(1) .news-listing-abstract{
    display:none;
}

.tabpage .untoggled-section{  /** can have sections untoggled if no header **/
    margin-bottom:30px;
}

.tabpage .toggle-btn{
    width:100%;
    display:inline-block;
    transition: all 0.35s;
    margin-bottom:30px;
    padding: 8px 0px;
    border-bottom: solid thin #ededed;
    cursor:pointer;
}
.tabpage .toggle-btn:hover,
.tabpage .toggle-btn:focus{
   background:none; 
   color:#AAA;
}

.tabpage .toggle-twistie {
    display: inline-block;
    float: right;
}
.tabpage .toggle-twistie::after{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	content: "\f054";
	font-size: 0.8em;
}
.tabpage .toggleArrow .toggle-twistie::after{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	content: "\f078";
	font-size: 0.8em;
}

.tabpage .copyright{
  margin-top:10px;
  margin-bottom:30px;
}


/*** TAB DROP DOWN ***/
.tabpage #subtabmenufix,
.tabpage .subtabmenufix{
	z-index:998;
	position:relative;
	background: #fff;
	padding-bottom: 20px;
	margin-top:-30px;
}

.tabpage #subtabmenu {
    padding:0px;
	background: #fff;
}

.tabpage #subtabmenu .has-submenu{
    padding-top:10px;
    padding-bottom:10px;
}


/* Dropdown Button */
.subdropbtn {
  background-color: #f60;
  color: #fff;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  width:300px;
  width: 100%;
}
/* Dropdown button on hover & focus */
.subdropbtn:hover, .subdropbtn:focus {
  background-color: #717171;
}
/* The container <div> - needed to position the dropdown content */
.subdropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  width:300px;
}

/* Dropdown Content (Hidden by Default) */
.subdropdown-content {
  display: none;
  position: absolute;
  background-color: #f7f7f7;
  z-index: 1;
  width: 100%;
  
  overflow-y:auto;
  position:absolute;
  min-height:150px;
  height:auto;
  max-height: calc(100vh - 250px);
}

#main .subdropdown-content ul {
    padding: 0;
    padding:10px 10px;
}
#main .subdropdown-content li{
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Links inside the dropdown */
.subdropdown-content a {
  color: #717171;
  padding: 5px 0px;
  text-decoration: none;
  display: inline-block;
}

/* Change color of dropdown links on hover */
.subdropdown-content a:hover {color: #000;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.subdropdown .show {display:block;} 


@media screen and (max-width: 767px){
    .subdropdown {
      width: 100%;
    }
    .subdropbtn {
      text-align:left;
    }
}



.copyright{
  margin-top:10px;
  margin-bottom:30px;
}




/*** basic toggle page **/
#sectionContentToggledBasic .untoggled-section{  /** can have sections untoggled if no header **/
    margin-bottom:30px;
}

#sectionContentToggledBasic .toggle-btn{
    width:100%;
    display:inline-block;
    transition: all 0.35s;
    margin-bottom:30px;
    padding: 8px 0px;
    border-bottom: solid thin #ededed;
    cursor:pointer;
}
#sectionContentToggledBasic .toggle-btn:hover,
#sectionContentToggledBasic .toggle-btn:focus{
   background:none; 
   color:#AAA;
}

#sectionContentToggledBasic .toggle-twistie {
    display: inline-block;
    float: right;
}
#sectionContentToggledBasic .toggle-twistie::after{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	content: "\f054";
	font-size: 0.8em;
}
#sectionContentToggledBasic .toggleArrow .toggle-twistie::after{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	content: "\f078";
	font-size: 0.8em;
}