/*============ GENERAL =============*/
body,
#s4-workspace  p,
#s4-workspace  h1,
#s4-workspace  h2,
#s4-workspace  h3,
#s4-workspace  h4, 
#s4-workspace h5,
#s4-workspace  h6{
	font-family: 'Raleway', sans-serif!important;
}
body, html{
	font-size: 14px !important;
	color: #6D6E70;
}
html.medium {
	font-size: 20px !important;
}
html.large {
	font-size: 26px !important;
}
html.small {
	font-size: 13px !important;
}
#s4-workspace.medium {
	font-size: 20px !important;
}
#s4-workspace.large {
	font-size: 16px !important;
}
#s4-workspace.small {
	font-size: 13px !important;
}
#s4-workspace h1{
	font-size: 3.071rem;
	margin-bottom: 7px;
}
#s4-workspace h2{
	font-size: 2.143rem;
	margin-bottom: 7px;
}
#s4-workspace h3{
	font-size: 2rem;
	margin-bottom: 7px;
}
#s4-workspace h4{
	font-size: 1.571rem;
	margin-bottom: 7px;
}
#s4-workspace h5{
	font-size: 1.429rem;
	margin-bottom: 7px;
}
#s4-workspace h6{
	font-size: 1.286rem;
	margin-bottom: 7px;
}
#s4-workspace h5,
#s4-workspace  h6,
#s4-workspace  p{
	margin-bottom: 1.429rem;
}
#s4-workspace p,
#s4-workspace  li {
	font-size: 1rem;
}
#s4-workspace a:hover{
	cursor: pointer;
}
#s4-workspace [type='text'], 
#s4-workspace [type='password'],
#s4-workspace  [type='date'],
#s4-workspace  [type='datetime'],
#s4-workspace  [type='datetime-local'], 
#s4-workspace [type='month'],
#s4-workspace  [type='week'], 
#s4-workspace [type='email'], 
#s4-workspace [type='number'], 
#s4-workspace [type='search'], 
#s4-workspace [type='tel'], 
#s4-workspace [type='time'], 
#s4-workspace [type='url'], 
#s4-workspace [type='color'], 
#s4-workspace textarea {
	margin: 0px 7px;
	padding: 7px;
}
#s4-workspace .row{
	max-width: 1030px;
}
#s4-workspace .full-height{
	height: 100%;
}
#s4-workspace .theme-color-light{
	color: #FFFFFF;
}
#s4-workspace [class*="max-width"]{
}
#s4-workspace .max-width-250{
	max-width: 250px;
}
#s4-workspace .max-width-500{
	max-width: 500px;
}
#s4-workspace .max-width-490{
	max-width: 490px;
}
#s4-workspace .max-width-650{
	max-width: 650px;
}
#s4-workspace .max-width-600{
	max-width: 600px;
}
#s4-workspace .space{
	margin: 50px 0;
	border-color: #717b8e;
}
#s4-workspace .style-2{
	max-width: 45px;
	margin: 40px 0;
}
#s4-workspace .border-2{
	border-bottom-width: 3px;
}
#s4-workspace .theme-color-2,
#s4-workspace  .press-release-block p.theme-color-2{
	color: #36445f;
}
#s4-workspace .theme-color-3{
	color: #4E566B;
}
#s4-workspace .theme-color-4, 
#s4-workspace .sidebar .theme-color-4{
	color: #2e5f69;
}
#s4-workspace .theme-color-5{
	color: #234A70;
}
#s4-workspace .theme-color-6{
	color: #92b4ba;
}
#s4-workspace .text-uppercase{
	text-transform: uppercase;
}
body .main-content-inner-wrapper{
	overflow-x: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 800px;
}
#s4-workspace .dot{
	color: #ca5049;
	font-weight: 700;
}
/*=========================================
				HEADER
=========================================*/
#s4-workspace header.header{
	padding-top: 10px;
	padding-bottom: 25px;
    background-size: cover;
    background-position: center;
    background-color: #36445f;
}
#s4-workspace header.header.green {
	background-color: #2e5f69;
}
#s4-workspace header.events{
	background-color: #C95048;
}
#s4-workspace header.contact-us{
	background-color: #4E556B;
}
#s4-workspace .top-bar{
    background: none;
    padding: 0;
    margin-bottom: 25px;
}
#s4-workspace .top-bar .font-changer,
#s4-workspace  .top-bar .language-switcher{
	display: inline-block;
}
#s4-workspace .font-changer button{
	color: #FFFFFF;
}
#s4-workspace button.small{
	font-size: 10px;
}
#s4-workspace button.medium{
	font-size: 14px;
}
#s4-workspace button.large{
	font-size: 17px;
}
#s4-workspace .logo-wrapper{
	color: #FFF;
}
#s4-workspace .logo-wrapper h1,
#s4-workspace  .logo-wrapper p{
	font-weight: 300;
}
#s4-workspace .logo-wrapper h1{
	margin-top: 10px;
}
#s4-workspace .logo-wrapper p{
	margin-bottom: 0px;
}
#s4-workspace .menu-wrapper{
	margin-top: 75px;
	/*overflow: hidden;*/
}
#s4-workspace ul.menu{
	top: 0;
}
#s4-workspace ul.menu li,
#s4-workspace  .menu li a{
	padding-right: 14px;
}
#s4-workspace .menu li a, 
#s4-workspace .menu li a:hover{
	color: #FFF;
}
#s4-workspace .menu li{
	display: block;
	text-align: right;
}
#s4-workspace .menu li a{
	font-size: 1rem;
	text-transform: lowercase;
	padding: 5px 0 5px 10px;
}
#s4-workspace .menu > li ul {
	display: none;
}
#s4-workspace .menu > li,
#s4-workspace .menu > li > ul > li {
	position: relative;
}
#s4-workspace .menu > li ul li a {
	display: block;
	padding: 1px 15px;
	transition: all 0.3s ease;
}
#s4-workspace .menu > li > ul,
#s4-workspace .menu > li > ul > li > ul {
    position: absolute;
    top: -21px;
    right: 100%;
    width: 215px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(43,42,56,0.8);
    border-top: 1px #6e6e77 solid;
}
#s4-workspace .menu > li ul li:hover > a {
	background-color: #272634;
}
#s4-workspace .menu > li:hover > ul,
#s4-workspace .menu > li > ul > li:hover ul {
	display: block;
}
#s4-workspace .mobile-menu-container {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 560px;
	overflow: hidden;
	padding-top: 48px;
	top: 65px;
}
#s4-workspace .mobile-menu-wrapper {
	position: relative;
    left: 12px;
    right: 12px;
    z-index: 9;
}
#s4-workspace .mobile-menu-wrapper .mobile-menu-icon {
	width: 18px;
    height: 10px;
    border-top: 2px #f2f2f3 solid;
    border-bottom: 2px #f2f2f3 solid;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 33px;
    top: -44px;
}
#s4-workspace .mobile-menu-wrapper .mobile-menu-icon:before {
	position: absolute;
	content: " ";
	top: 2px;
	left: 0px;
	right: 0px;
	height: 2px;
	background-color: #f2f2f3;
}
#s4-workspace .mobile-menu-wrapper .mobile-menu-icon:after {
	position: absolute;
	content: " ";
	width: 34px;
	height: 48px;
	top: -6px;
	right: -7px;
	background-color: transparent;
}
#s4-workspace .mobile-menu-wrapper.toggled .mobile-menu-icon:after {
	background-color: rgba(43,42,56,0.8);
}
#s4-workspace .mobile-menu-wrapper ul.mobile-menu {
	background-color: rgba(43,42,56,0.8);
	position: relative;
	margin: 0px 2px;
	display: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
#s4-workspace .mobile-menu-wrapper.toggled ul.mobile-menu {
	display: block;
}
#s4-workspace  .mobile-menu-wrapper ul.mobile-menu.move-level-1 {
	/*margin-left: -304px;*/
    margin-left: calc(-100% + 16px);
}
#s4-workspace  .mobile-menu-wrapper ul.mobile-menu.move-level-2 {
	/*margin-left: -608px;*/
     margin-left: calc(-200% + 30px);
}
#s4-workspace .mobile-menu-wrapper ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 14px;
	padding-bottom: 14px;
	width: calc(100% - 28px);
}
#s4-workspace .mobile-menu-wrapper ul.mobile-menu ul {
	position: absolute;
	top: 0px;
	left: 100%;
	background-color: rgba(43,42,56,0.8);
	width: 100%;
	margin: 0px 14px;
}
#s4-workspace .mobile-menu-wrapper ul.mobile-menu li a {
	font-size: 1rem;
	color: #d0d2d3;
	display: block;
	padding: 1px 14px;
	transition: all 0.3s ease;
	text-align: right;
	text-transform: lowercase;
	font-weight: 300;
}
#s4-workspace .mobile-menu-wrapper ul.mobile-menu li a.menu-back-button {
	margin-top: 10px;
}
#s4-workspace .mobile-menu-wrapper ul.mobile-menu > li:hover > a,
#s4-workspace .mobile-menu-wrapper ul.mobile-menu > li > ul > li:hover > a,
#s4-workspace .mobile-menu-wrapper ul.mobile-menu > li > ul > li > ul > li:hover > a {
	background-color: #2b2a38;
}
#s4-workspace .show-on-mobile-alt {
	display: none;
}
#s4-workspace .pagination a,
#s4-workspace  .pagination button {
    display: block;
    padding:0px 2px;
    color: #6d6e70;
    border-radius: 0;
}
#s4-workspace .pagination .disabled{
	 padding:0px 2px;
}
#s4-workspace .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #36445f;
    color: #fefefe;
    cursor: default;
}
#s4-workspace .pagination-next a::after, 
#s4-workspace .pagination-next.disabled::after {
    content: '\003E';
    display: inline-block;
    margin-left: 0.5rem;
}
#s4-workspace .pagination-previous a::before,
#s4-workspace  .pagination-previous.disabled::before {
    content: '\003C';
    display: inline-block;
    margin-right: 0.5rem;
}
#s4-workspace .page-title h1{
	text-transform: lowercase;
	line-height: normal;
	font-weight: 300;
	margin-bottom: 3%;
}
#s4-workspace .page-title h1 span{
    font-size: 1.429rem;
    display: block;
    margin-top: -25px;
}
#s4-workspace .search,
#s4-workspace .search input[type="text"]{
	width: 100%;
}
.search{
	display: inline-block;
	max-width: 200px;
	position: relative;
}
#s4-workspace .search:before,
#s4-workspace ul.mobile-menu li.search:before{
	content: '';
	background-image: url('../images/search.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -10px;
}
#s4-workspace .search input[type="text"],
#s4-workspace ul.mobile-menu li.search input[type="text"] {
	width: 100%;
	width: 100%;
    background: rgba(255, 255, 255, 0.4);
    border: 0;
    margin-bottom: 0;
    padding-left: 35px;
    font-size: 1rem;
    height: auto;
}
/*=========================================
				PAGE
=========================================*/
#s4-workspace .breadcrumbs-wrapper{
	overflow: hidden;
    min-height: 50px;
}
#s4-workspace ul.breadcrumbs{
    font-size: 0;
    margin-top: 10px;
    max-height: 0;
}
#s4-workspace ul.breadcrumbs li{
	float: none;
	display: inline-block;
	font-size: 0.7143rem;
    text-transform: lowercase;
    color: #2e5f69;

}
#s4-workspace ul.breadcrumbs li:last-child{
	font-weight: 700;
}
#s4-workspace ul.breadcrumbs li:not(:last-child)::after{
	content: '>';
	color: #2e5f69;
    top: 0;
    margin-left: 5px;
    margin-right: 10px;
}
#s4-workspace .info-buttons a{
    font-size: 1.429rem;
	display: table;
    width: 100%;
    height: 185px;
    width: 185px;
    padding: 20px 25px;
    border-radius: 200px;
    text-align: left;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 25px;
}
#s4-workspace .info-buttons a span{
	display: table-cell;
    vertical-align: middle;
}
#s4-workspace .info-buttons .ministries a{
	background: #b5ccd0;
}
#s4-workspace .info-buttons .press-release a{
	background: #c4c2d9;
}
#s4-workspace .info-buttons .media a{
	background: #a5adbc;
}
#s4-workspace .info-buttons .gov-gazette a{
	background: #94c8cc;
}
#s4-workspace .info-buttons .tender-contracts a{
	background: #f1cd83;
}
#s4-workspace .info-buttons .employment-opportunities a{
	background: #fac0a0;
}
#s4-workspace .info-buttons .planning-auth-notices a{
	background: #e3a29f;
}
#s4-workspace .info-buttons .results a{
	background: #a4acd4;
}
#s4-workspace .info-buttons .road-closures a{
	background: #aac7b0;
}
#s4-workspace .info-buttons .request-quotation a{
	background: #bbd183;
}
#s4-workspace .info-buttons .scholarships a{
	background: #ceb5bb;
}
#s4-workspace .info-buttons .contact a{
	background: #cacbaf;
}
#s4-workspace .ministry-block .the-circle-letters {
	float: left;
    width: 97px;
    height: 97px;
    border-radius: 100px;
    border: 1px #3a4862 solid;
    text-transform: uppercase;
    color: #3a4862;
    padding: 0px 8px;
    font-size: 1.214rem;
    margin-top: 0px;
    margin-right: 15px;
    display: block;
    word-wrap: break-word;
    position: relative;
}
#s4-workspace .ministry-block .the-circle-letters span {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.1;
}
.scroller{
	position: relative;
	height: 700px;
	overflow-y: auto;
}
#s4-workspace .scroller::-webkit-scrollbar {
    width: 3px;
}
#s4-workspace .scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
#s4-workspace .scroller::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
#s4-workspace .spokesperson-block-wrapper .header{
	padding-top: 2%;
	background: transparent;
}
#s4-workspace .spokesperson-block-wrapper .header .spokesperson-header{
	font-size: 1.5em;
	margin-bottom: 0;
	color: #36445f;
	text-transform: uppercase;
}
#s4-workspace .spokesperson-block-wrapper h5{
	color: #36445f;
	text-transform: uppercase;
}
#s4-workspace .spokesperson-block-wrapper .header p,
#s4-workspace  .spokesperson-block-wrapper h5{
	margin-bottom: 0;
}
#s4-workspace .spokesperson-block-wrapper .content{
	margin-top: 40px;
}
#s4-workspace .spokesperson-block{
	position: relative;
}
#s4-workspace .spokesperson-details{
	margin-left: 20px;
	display: inline-block;
	position: absolute;
	bottom: 0;
}
#s4-workspace .spokesperson-details p{
	margin-bottom: 0;
	line-height: 1.25;
}
#s4-workspace .ministry-block{
	display: inline-flex;
	margin-bottom: 45px;
	height: 100px;
}

#s4-workspace .ministry-block span{
	font-size: 1.143rem;
	margin-top: 20px;
	display: flex;
}

#s4-workspace .ministry-block.columns:last-child:not(:first-child) {
	float: none;
}
#s4-workspace .ministry-block img{
	float:left;
	margin-right: 15px;
}
#s4-workspace .ministry-block ul{
	list-style: none;
	margin: 0;
    margin-top: 35px;
}
#s4-workspace .ministry-block a{
	color: #6D6E70;
}
#s4-workspace .portfolio-block{
  margin-bottom: 25px;
}

#s4-workspace .portfolio-block p{
	margin-bottom: 0;
}
#s4-workspace .portfolio-block div.content{
  display: table-cell;
  vertical-align: bottom;
  height: 160px;
  padding-left: 22px;
}
#s4-workspace ul.portfolio-links{
    list-style: none;
    margin-top: 35px;
    margin-left: 0;
}
#s4-workspace ul.portfolio-links li a{
    font-size: 1rem;
    color: #234a70;
}
#s4-workspace .contact-details ul{
	list-style: none;
	margin: 0;
}
#s4-workspace .contact-details ul li{
	position: relative;
    padding-left: 70px;
    line-height: 1.35;
}
#s4-workspace .contact-details ul li.address{
	margin-bottom: 15px;
}
#s4-workspace .contact-details ul li p{
	line-height: 1.35;
	margin-bottom: 0;
}
#s4-workspace .contact-details ul li span{
	position: absolute;
	left: 0;
	font-weight: 700;
}
#s4-workspace .emergency-banner{
	height: 275px;
    margin-bottom: 55px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#s4-workspace .emergency-title{
	max-width: 375px;
	line-height: 1;
}
#s4-workspace .social-share-section ul{
	list-style: none;
	margin-left: 0;
	margin-top: 40px;
}
#s4-workspace .social-share-section ul li{
	display: inline-block;
	margin-right: 15px;
}
#s4-workspace .social-share-section ul li:last-child{
	margin-right: 0;
}
#s4-workspace .contact-text{
	font-size: 1.143rem;
}
#s4-workspace .contact-form .row{
	margin-left: -5px;
	margin-right: -5px;
}
#s4-workspace .contact-form .columns{
	padding-left: 5px;
	padding-right: 5px;
}
#s4-workspace .contact-form [type="text"], textarea{
	width: 100%;
	background-color: #EEF2F4;
	font-size: 1rem;
    padding: 9px 10px;
    height: auto;
    border: 0;
    box-shadow: none;
    margin-bottom: 25px;
}
#s4-workspace .contact-form label{
	color: #9cb2be;
	text-transform: lowercase;
}
#s4-workspace .contact-form button{
	font-size: 1.429rem;
	font-weight: 700;
	color: #9CB2BE;
	margin-top: 30px;
}
#s4-workspace .contact-form button img{
	margin-left: 5px;
}
#s4-workspace ul.events-list{
    list-style: none;
    margin: 0
}
#s4-workspace .event-block.row{
	margin-right: 15px;
	margin-left: 0;
}
#s4-workspace .event-block{
	border-bottom: 2px solid #6d6e70;
    margin-bottom: 15px;
}
#s4-workspace .event-block a{
	color: #6d6e70;
}
#s4-workspace .event-block h2{
    padding-right: 30px;
    line-height: 1.2;
    margin: 0px;
    font-weight: 300;
}
#s4-workspace .quick-links-images.row{
	margin-left: 0;
	margin-right: 0;
}
#s4-workspace .quick-links-images .columns{
	padding-left: 0;
	padding-right: 0;
}
#s4-workspace .quick-links{
	/*padding: 0!important;
	margin-bottom: 50px;*/
}
#s4-workspace .quick-links img{
	    padding: 0;
    width: 100%;
}
#s4-workspace .quick-links ul li{
	line-height: 1.4;
}
#s4-workspace .quick-links ul li a{
	font-size: 1.357rem;
    color: #36445f;
}
#s4-workspace .quick-links ul {
    list-style: none;
    margin: 40px 0 0 0;
}
body #s4-workspace .main-content-inner-wrapper.gallery{
	min-height: 900px;
}

#s4-workspace .gallery-img {
	margin: 2.5px 0 2.5px 0;
	padding-left: 2.5px !important;
	padding-right: 2.5px !important;
}
#s4-workspace .gallery-img h5{
	color: #FFFFFF;
	padding: 15px 20px;
}
#s4-workspace .gallery-img .gallery-cover{
	height: 200px;
	background-size: cover;
}
#s4-workspace .press-photos-single .details{
	position: relative;
}
#s4-workspace .press-photos-single .details p.release-date{
	font-size: 1.286rem;
}
#s4-workspace .press-photos-single .details h3{
	max-width: 540px;
}


#s4-workspace .owl-carousel-modal .owl-dots {
    counter-reset: dots;
}
#s4-workspace .owl-carousel-modal .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}

#s4-workspace .owl-carousel-modal .owl-dots span{
    visibility: hidden;
}
#s4-workspace .owl-carousel-modal .owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  color: #95b6bb;
}

#s4-workspace .owl-carousel-modal .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #95b6bb;
}

#s4-workspace .owl-carousel-modal .owl-prev {
  float: left;
}

#s4-workspace .owl-carousel-modal .owl-next {
  float: right;
}
#s4-workspace .owl-carousel-modal .title {
    float: left;
    width: 60%;
}
#s4-workspace .owl-carousel-modal .owl-stage-outer {
	margin-bottom: 20px
}
#s4-workspace .owl-carousel-modal .owl-nav {
	width: 25%;
    right: 0px;
    position: absolute;
    margin-top: -7px;
}
#s4-workspace .owl-carousel-modal .owl-dots {
    width: 20%;
    right: 14px;
    position: absolute;
}

#s4-workspace .owl-carousel-modal .close-modal-button {
	margin-top: 50px;
}

#s4-workspace .print-modals {
	padding-top: 67px;
	padding-left: 63px;
	padding-right: 63px;
}

#s4-workspace .print-modals .title { 
	font-size: 17px;
}

#s4-workspace .print-modals .images-section .row{
	margin-top: 2.5px;
	margin-bottom: 	2.5px;
}

#s4-workspace a.rss-link{
	position: absolute;
	right: 0;
	top: 0;
}
#s4-workspace ul.image-list{
	list-style: none;
	margin: 0;	
}
#s4-workspace ul.image-list > li {
	margin: 2.5px 0 2.5px 0;
	padding: 0 2.5px 0 2.5px !important;
}
#s4-workspace ul.image-list > li.column-block img{
	width: 100%;
}
#s4-workspace .press-release-details .header{
	position: relative;
}
#s4-workspace .press-release-details .header h6{
	margin-bottom: 0;
}
#s4-workspace .press-release-details .header h6.release-to{
	margin-bottom: 45px;
}
#s4-workspace .press-release-details .header h2{
	line-height: 1.2;
}
#s4-workspace .press-release-details .images-section{
	margin-top: 40px;
}
#s4-workspace .press-release-details .images-section h6{
	font-size: 1.143rem;
}
#s4-workspace .press-release-details .images-section .image-list{
	margin-top: 40px;
}
#s4-workspace .press-release-details .images-section h6 img{
	margin-right: 10px;
}
.press-release-block{
	border-bottom: 2px solid #a6acb8;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
#s4-workspace .press-release-block:last-of-type {
    border-bottom: 0;
    margin-bottom: 150px;
}
#s4-workspace .press-release-block p{
	margin-bottom: 0;
}
#s4-workspace .press-release-block a{
	color: #363636;
}
#s4-workspace .doi-home.gallery .columns {
	margin-bottom: 16px;
}
#s4-workspace .pagination li, .pagination li a{
	font-size: 1rem;
	color: #6D6E70;
}
#s4-workspace .pagination li, .pagination li.current{
	vertical-align: middle;
	padding: 0;
}
#s4-workspace .pagination li a,
#s4-workspace  .pagination li.current {
	padding: 0 3px;
}
.pagination li.pagination-previous.disabled:before{
	content: none;
}
#s4-workspace .pagination li.pagination-previous:before,
#s4-workspace  .pagination li.pagination-previous a:before,
#s4-workspace  .pagination li.pagination-next:before,
#s4-workspace  .pagination li.pagination-next a:after{
	content: '';
}
#s4-workspace .pagination li.pagination-previous a:before, 
#s4-workspace .pagination li.pagination-next a:after{
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	width: 10px;
    height: 23px;
    margin-right: 0;
    float: left;
}
#s4-workspace .pagination li.pagination-previous a:before{
	background-position: 0;
}
#s4-workspace .pagination li.pagination-next a:after{
	background-position: -107px;
    margin-left: 0;
}
#s4-workspace .pagination li.current{
	background: transparent;
    color: #000;
    font-weight: 700;
}
#s4-workspace ul.events-filter {
    list-style: none;
    margin: 0 0 60px;
}
#s4-workspace ul.events-filter li {
    display: inline-block;
    margin-right: 30px;
}
#s4-workspace ul.events-filter li a{
}
#s4-workspace .event-details{
	padding-right: 120px;
    position: relative;
}
#s4-workspace ul.event-navigation{
	list-style: none;
    position: absolute;
    right: 15px;
    top: 0;
    text-align: right;
}
#s4-workspace ul.event-navigation a,
#s4-workspace  ul.events-filter a{
	color: #363636;
}
#s4-workspace .active{
	font-weight: 700;
}
#s4-workspace .mobile-menu{
	margin-bottom: 75px;
}
#s4-workspace .mobile-menu [type="checkbox"]{
	display: none;
}
#s4-workspace .mobile-menu label{
	font-size: 2.5rem;
    color: #FFF;
    margin: 0;
    position: relative;
    z-index: 99;
}
#s4-workspace .mobile-menu label span {
	width: 18px;
	height: 10px;
	border-top: 2px #f2f2f3 solid;
	border-bottom: 2px #f2f2f3 solid;
	position: relative;
	display: block;
	margin-top: 13px;
    margin-right: 4px;
}
#s4-workspace .mobile-menu label span:before {
	position: absolute;
	content: " ";
	top: 2px;
	left: 0px;
	right: 0px;
	height: 2px;
	background-color: #f2f2f3;
}
#s4-workspace .mobile-menu ul.menu{
    position: absolute;
    padding-top: 14px;
    padding-bottom: 14px;
    z-index: 10;
    width: auto;
    left: 12px;
    top: 55px;
    right: 12px;
    max-height: 0;
    background-color: rgba(43,42,56,0.8);
    transition: all 500ms cubic-bezier(0, 1, 0.5, 1);
}
#s4-workspace .mobile-menu ul.menu:before {
	position: absolute;
	content: " ";
	width: 34px;
	height: 48px;
	background-color: rgba(43,42,56,0.8);
	right: 0px;
	bottom: 100%;
}
#s4-workspace .mobile-menu ul.menu li {
    display: block;
}
#s4-workspace .mobile-menu ul.menu li a{
	margin-bottom: 0;
	padding: 10px;
	display: block;
}
#s4-workspace .mobile-menu [type="checkbox"]:checked + label + ul{
	max-height: 500px;
}
/*=========================================
				SIDEBAR
=========================================*/
#s4-workspace .sidebar{
	border-left: 2px solid #bfc0c1
}
#s4-workspace .sidebar ul{
	list-style: none;
	margin-left: 0;
	margin-bottom: 40px;
}
#s4-workspace .sidebar :last-child{
	margin-bottom: 0;
}
#s4-workspace .sidebar p{
	margin-bottom: 25px;
}
#s4-workspace .sidebar a{
	color: #6D6E70;
}
#s4-workspace table.ui-datepicker-calendar thead,
#s4-workspace  table.ui-datepicker-calendar tbody, 
#s4-workspace table tfoot{
	border: none!important;
	background: none!important;
}
#s4-workspace table.ui-datepicker-calendar tbody tr:nth-child(even) {
    background-color:transparent!important;
}
#s4-workspace .ui-datepicker-header{
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 0 25px 10px;
	position: relative;
	font-size: 1.286rem;
	color: #36445F;
}
#s4-workspace .ui-datepicker-year {
    padding-left: 5px;
}
#s4-workspace .ui-datepicker-title {
    text-align: center;
    display: inline-block;
}
#s4-workspace .ui-datepicker-calendar thead{
	display: none;
}
#s4-workspace .ui-datepicker,
#s4-workspace .ui-datepicker table,
#s4-workspace .ui-datepicker tr,
#s4-workspace .ui-datepicker td,
#s4-workspace .ui-datepicker th {
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
}
#s4-workspace .ui-datepicker-prev,
#s4-workspace .ui-datepicker-next {
    position: absolute;
    top: 7px;
    cursor: pointer;
}
#s4-workspace .ui-datepicker-prev {
    left: 0;
}
#s4-workspace .ui-datepicker-next {
    right: 0;
}
#s4-workspace .ui-datepicker-prev span, 
#s4-workspace .ui-datepicker-next span {
    display: block;
    width: 10px;
    height: 14px;
    text-indent: -9999px;
    background-image: url(../images/arrows.png);
}
#s4-workspace .ui-datepicker-prev span {
	background-position: 0px 0px;
}
#s4-workspace .ui-datepicker-next span {
	background-position: 10px 0px;
}
#s4-workspace .ui-datepicker-calendar th {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: normal;
    color: #a8a8a8;
}
#s4-workspace .ui-datepicker-calendar td {
    padding: 0;
    text-align: center;
    line-height: 26px;
}
#s4-workspace .ui-datepicker-calendar tr td:last-child {
    font-weight: 700;
}
#s4-workspace .ui-datepicker-calendar td.ui-datepicker-unselectable{
	visibility: hidden;
}
#s4-workspace .ui-datepicker-calendar .ui-state-default {
    display: block;
    width: 26px;
    outline: none;
    text-decoration: none;
    color: #36445f;
    border: 1px solid transparent;
}
#s4-workspace .ui-datepicker-calendar .ui-state-active {
	background: #e5e6e9;
    border-radius: 30px;
}
#s4-workspace .ui-datepicker-other-month .ui-state-default {
	color: #565656;
}
#s4-workspace .sidebar .year-list{
	margin-bottom: 10px;
}
#s4-workspace .sidebar .year-list a{
	font-size: 1.286rem;
	color: #36445F;
}
#s4-workspace .boxed {
	box-sizing: border-box;
}
#s4-workspace .boxed:before,
#s4-workspace .boxed:after {
	content: " ";
	display: table;
}
#s4-workspace .boxed:after {
	clear: both;
}
#s4-workspace .sidebar .date-search-form [type="text"]{
	height: auto;
	font-size: 1rem;
	background-color: #eef3f4;
    border: 0;
    box-shadow: none;
    padding: 6px 15px;
    margin-left: 0px;
    margin-bottom: 10px;
    float: left;
    width: calc(100% - 40px);
}
#s4-workspace .sidebar .date-search-form label {
	color: #6d6e70;
}
#s4-workspace .sidebar .date-search-form img {
	float: left;
	margin-top: 1px;
}
/*=========================================
				SURVEYS
=========================================*/
#s4-workspace .surveys-page .surveys-list .survey {
	border-bottom: 1px #b3b9c3 solid;
	padding: 25px 0px;
	margin-right: 10px;
}
#s4-workspace .surveys-page .surveys-list .survey .date,
#s4-workspace .poll-page .poll-content .date {
	font-size: 1.143rem;
	font-weight: 700;
	margin-bottom: 0px;
}
#s4-workspace .surveys-page .surveys-list .survey .date a,
#s4-workspace .poll-page .poll-content .date a {
	color: #36445f;
}
#s4-workspace .surveys-page .surveys-list .survey h4.title,
#s4-workspace .poll-page .poll-content h4.title {
	font-weight: 300;
	color: #6d6e70;
}
#s4-workspace .sidebar .survey-result li a {
	font-size: 1rem;
	color: #6d6e70;
}
#s4-workspace .surveys-page.single .surveys-list .survey {
	padding: 25px 0px;
	margin-bottom: 20px;
	border-bottom: 0px transparent solid;
}
#s4-workspace .surveys-page.single .survey-content h5 {
	font-size: 1rem;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	color: #2e5f69;
	margin-bottom: 0px;
}
#s4-workspace .surveys-page.single .survey-content h2 {
	font-size: 1.571rem;
	font-weight: 300;
	color: #36445f;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#s4-workspace .surveys-page.single .survey-content .survey-bars {
	position: relative;
}
#s4-workspace .surveys-page.single .survey-content .survey-bars .survey-item {
	border-bottom: 4px #ebf1f2 solid;
	margin-bottom: 10px;
	position: relative;
}
#s4-workspace .surveys-page.single .survey-content .survey-bars .percent-icon {
	position: absolute;
	right: 0px;
	bottom: 100%;
	font-size: 0.9286rem;
	font-weight: 700;
	color: #2e5f69;
}
#s4-workspace .surveys-page.single .survey-content .survey-bars .survey-item .survey-gauge {
	position: absolute;
	content: " ";
	top: 100%;
	left: 0px;
	height: 4px;
	background-color: #2e5f69;
}
#s4-workspace .surveys-page.single .survey-content .survey-bars .survey-item p {
	font-weight: 300;
	font-size: 1rem;
	color: #6d6e70;
	margin-bottom: 0px;
}
#s4-workspace .surveys-page.single .survey-content .survey-bars .survey-item p span {
	float: right;
	font-size: 1.143rem;
	font-weight: 700;
	color: #36445f;
}
#s4-workspace .sidebar .survey-result.single li {
	margin-bottom: 20px;
}

/*=========================================
				GAZETTE
=========================================*/
#s4-workspace #content.gazette-page .page-banner {
	margin-bottom: 45px;
}
#s4-workspace #content.gazette-page .page-banner img {
	width: 100%;
}
#s4-workspace #content.gazette-page .gazette-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 35px;
	margin-bottom: 35px;
	position: relative;
}
#s4-workspace #content.gazette-page .gazette-list ul:before {
	position: absolute;
	content: " ";
	top: 100%;
	left: 0px;
	width: 54px;
	height: 1px;
	background-color: #b4b9c3;

}
#s4-workspace #content.gazette-page .gazette-list ul li a {
	display: block;
	font-weight: 300;
	font-size: 1.143rem;
	color: #36445f;
}
#s4-workspace #content.gazette-page .gazette-pdf h4,
#s4-workspace #content.gazette-page .gazette-pdf img {
	margin-bottom: 25px;
}
#s4-workspace #content.gazette-page .gazette-pdf ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#s4-workspace #content.gazette-page .gazette-pdf ul li a {
	display: block;
	font-size: 1rem;
	color: #6d6e70;
}
#s4-workspace .gazette-notices ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#s4-workspace .gazette-notices ul li a {
	display: block;
	color: #6d6e70;
	font-weight: 400;
	border-bottom: 1px #b4b9c3 solid;
	padding: 17px 0px;
}
#s4-workspace .gazette-notices ul li:last-child a {
	border-bottom: none;
}

/*=========================================
				SEARCH RESULTS
=========================================*/
#s4-workspace #content.search-page .search-results-list {
	margin-bottom: 120px;
}
#s4-workspace #content.search-page .search-results-list .search-result {
	padding: 20px 0px;
	border-bottom: 2px #d9dce1 solid;
}
#s4-workspace #content.search-page .search-results-list .search-result p {
	font-weight: 400;
	color: #6d6e70;
	margin-bottom: 0px;
}
#s4-workspace #content.search-page .search-results-list .search-result p a {
	color: #2e5f69;
	font-weight: 300;
}

/*=========================================
				A-Z LIST OF WEBSITES
=========================================*/
#s4-workspace #content.a-z-list-page .jumbo-text {
	font-weight: 100;
	font-size: 7.929rem;
}
#s4-workspace #content.a-z-list-page ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#s4-workspace #content.a-z-list-page ul.list li a {
	font-weight: 300;
	color: #6d6e70;
}
#s4-workspace .sidebar .alpha-matrix li {
	display: inline-block;
	float: left;
	width: 14.28571%;
}
#s4-workspace .sidebar .alpha-matrix li a {
	font-size: 1.571rem;
	color: #2e5f69;
	font-weight: 400;
}
#s4-workspace .sidebar .alpha-matrix li.active a {
	font-weight: 700;
}

/*=========================================
				SYNOPSIS
=========================================*/
#s4-workspace #content.gov-synopsis .personal-info img {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

 /*=========================================
+				POLL
+=========================================*/
#s4-workspace #content.poll-page .poll-content h2 {
	font-size: 1.571rem;
	font-weight: 300;
	color: #36445f;
	margin-bottom: 30px;
	margin-top: 45px;
}
#s4-workspace .poll-page .poll-content h4.title {
	font-size: 1.143rem;
}

/*=========================================
				APPLICATION
=========================================*/
#s4-workspace #content.application-page .application-form .column:last-child:not(:first-child),
#s4-workspace #content.application-page .application-form .columns:last-child:not(:first-child) {
	float: left;
}
#s4-workspace #content.application-page .application-form .narrow-row {
	margin-left: -5px;
	margin-right: -5px;
}
#s4-workspace #content.application-page .application-form .narrow-row .narrow-columns {
	padding-left: 5px;
	padding-right: 5px;
}
#s4-workspace #content.application-page .application-form input[type="text"],
#s4-workspace #content.application-page .application-form input[type="date"],
#s4-workspace #content.application-page .application-form select {
	background-color: #ebf1f2;
	border: 1px transparent solid;
	box-shadow: 0px 0px 0px transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #6d6e70;
}
#s4-workspace #content.application-page .application-form h2 {
	font-size: 1.571rem;
	color: #36445f;
	margin-bottom: 30px;
	margin-top: 45px;
}
#s4-workspace #content.application-page .application-form label {
	color: #2e5f69;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 25px;
	position: relative;
}
#s4-workspace .the-custom-dropdown {
	position: relative;
	background-color: #ebf1f2;
	padding: 3px 10px;
	cursor: pointer;
}
#s4-workspace .the-custom-dropdown:before {
	position: absolute;
	content: " ";
	top: 50%;
	right: 7px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 1px #a8c3c8 solid;
	z-index: 1;
	background-color: #ebf1f2;
	transform: translateY(-50%);
}
#s4-workspace .the-custom-dropdown:after {
    position: absolute;
    content: " ";
    width: 5px;
    height: 5px;
    border-left: 1px #a8c3c8 solid;
    border-bottom: 1px #a8c3c8 solid;
    top: 50%;
    right: 13px;
    z-index: 1;
    margin-top: -1px;
    transform: rotate(-45deg) translateY(-50%);
}
#s4-workspace .the-custom-dropdown span {
	color: #6d6e70;
	font-size: 1.143rem;
}
#s4-workspace .the-custom-dropdown ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 99;
	background-color: #ebf1f2;
	display: block;
	right: 0px;
	box-shadow: 0px 5px 5px #aaa;
	display: none;
}
#s4-workspace .the-custom-dropdown ul.toggled {
	display: block;
}
#s4-workspace .the-custom-dropdown ul li {
    padding: 5px 10px;
    border-top: 1px #ddd solid;
    box-shadow: 0px 1px 0px #fff inset;
    transition: all 0.3s ease;
    color: #6d6e70;
}
#s4-workspace .the-custom-dropdown ul li:hover {
	background-color: #d0dcde;
}
#s4-workspace #content.application-page .custom-radio-button {
	padding-left: 0px;
	padding-top: 28px;
}
#s4-workspace #content.application-page .upload-field p {
	font-size: 1.143rem;
}
#s4-workspace #content.application-page .upload-field p a {
	color: #7d979b;
}
#s4-workspace #content.application-page .application-form .date-of-birth:before {
	position: absolute;
	content: " ";
	width: 22px;
	height: 22px;
	background-image: url(../images/date-icon.png);
	left: 100%;
	bottom: 6px;
	margin-left: 8px;
}

/*=========================================
				FOOTER
=========================================*/
#s4-workspace .footer{
	padding-top: 20px;
    padding-bottom: 90px;
    background-color: #f2f3f3;
}
#s4-workspace ul.footer-menu-bar{
	margin: 0;
}
#s4-workspace ul.footer-menu-bar li {
	display: inline-block;
	margin-right: 15px;
}
#s4-workspace ul.footer-menu-bar li:last-child{
	margin-right: 0;
}
#s4-workspace ul.footer-menu-bar li a{
    color: #363636;
    font-size: 1.08rem;
    font-weight: 500;
}
/*=========================================
				UTILITIES
=========================================*/
#s4-workspace .relative{
	position: relative;
}
#s4-workspace .show-on-medium, .show-on-mobile{
	display: none;
}
#s4-workspace .no-bottom{
	margin-bottom: 0;
}
#s4-workspace .no-padding{
	padding-left: 0;
	padding-right: 0;
}
#s4-workspace .margin-right-10{
    margin-right: 10px;
}
#s4-workspace .margin-top-50{
    margin-top: 50px;
}
#s4-workspace .margin-bottom-10, .sidebar .margin-bottom-10{
    margin-bottom: 10px;
}
#s4-workspace .margin-bottom-20, .sidebar .margin-bottom-20{
    margin-bottom: 20px;
}
#s4-workspace .margin-bottom-25{
    margin-bottom: 25px;
}
#s4-workspace .margin-bottom-35{
    margin-bottom: 35px;
}
#s4-workspace .margin-bottom-40{
    margin-bottom: 40px;
}
#s4-workspace .margin-bottom-45{
    margin-bottom: 45px;
}
#s4-workspace .margin-bottom-50{
    margin-bottom: 50px;
}
#s4-workspace .margin-bottom-65{
    margin-bottom: 65px;
}
#s4-workspace .columns {
	padding-left: 15px;
	padding-right: 15px;
}

/* custom radio button */
#s4-workspace .custom-radio-button {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    color: #6d6e70;
}

/* Hide the browser's default radio button */
#s4-workspace .custom-radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
#s4-workspace #s4-workspace .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    background-color: #fff;
    border: 1px #a7c2c7 solid;
}
#s4-workspace .checkmark:before {
	position: absolute;
    content: '';
    background-color: #ebf1f2;
    width: 17px;
	height: 17px;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    margin-top: -8.5px;
	margin-left: -8.5px;
}

/* On mouse-over, add a grey background color */
#s4-workspace .custom-radio-button:hover input ~ .checkmark {
    background-color: transparent;
    border: 1px #a7c2c7 solid;
    box-shadow: 0px 0px 3px #999;
}
#s4-workspace .custom-radio-button input:checked ~ .checkmark:before {
	background-color: transparent;
}

/* When the radio button is checked, add a blue background */
#s4-workspace .custom-radio-button input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#s4-workspace .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
#s4-workspace .custom-radio-button input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
#s4-workspace .custom-radio-button .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #a7c2c7;
	margin-top: -2px;
	margin-left: -2px;
}

#s4-workspace a.contact-icon:before{
	content: '';
	background-image: url(../images/phone-icon.png);
	background-repeat: no-repeat;
	width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    background-position: 0;
}

#s4-workspace a.link-icon:before{
	content: '';
	background-image: url(../images/link-icon.png);
	background-repeat: no-repeat;
	width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-right: 5px;
    float: left;
    background-position: 0;
}


#s4-workspace .table-no-side-border tr > td {
	border:1px solid #6d6e70;
}
#s4-workspace .table-no-side-border tr > td:first-child {
	border-left: 0px;
}
#s4-workspace .table-no-side-border tr > td:last-child {
	border-right: 0px;
}
#s4-workspace table.table-no-side-border tbody tr:nth-child(even) {
 background: transparent;
}
#s4-workspace .no-side-border {
	border-left: 0px !important;
	border-right: 0px !important;
}
#s4-workspace .logo-wrapper h1 {
	font-size: 42.994px;
}
#s4-workspace .logo-wrapper p,
#s4-workspace .logo-wrapper strong {
	font-size: 14px;
}
#s4-workspace .large-8.press-release-details .header h2 {
	font-size: 1.571rem;
	font-weight: 300;
}
#s4-workspace .print-line {
	display: none;
	position: relative;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 40px;
}
#s4-workspace .print-line:before {
	position: absolute;
	content: " ";
	width: 41px;
	height: 1px;
	top: 0px;
	left: 0px;
	border-top: 1px #cdd1d7 solid;
}
#s4-workspace #archive-list ul {
	display: none;
}
#s4-workspace #archive-list ul li a {
	font-size: 1.286rem;
}

/*=========================================
				CHANGE FONT
=========================================*/
body.small{
	font-size: 14px;
}
/*=========================================
				RESPONSIVE
=========================================*/
@media (max-width: 768px){
	#s4-workspace .scroller{
		height: auto;
	}
#s4-workspace 	.event-block.row{
		margin-right: 0;
	}
#s4-workspace 	.event-details .max-width-650{
		max-width: 400px;
	}
	#s4-workspace .hide-on-medium{
		display: none;
	}
	#s4-workspace .show-on-medium{
		display: block;
	}
	#s4-workspace .info-buttons a{
		margin: 0 auto 25px;
	}
	#s4-workspace .slider-wrapper.columns {
	    padding: 0;
	    margin: 0;
	}
}

@media (max-width: 639px){
	body{
		font-size: 0.9286rem;
	}
#s4-workspace 	h1{
		font-size: 2.5rem;
	}
#s4-workspace 	h2{
		font-size: 1.786rem;
	}
#s4-workspace 	h3{
		font-size: 1.643rem;
	}
	#s4-workspace h4{
		font-size: 1.357rem;
	}
	#s4-workspace h5{
		font-size: 1.214rem;
	}
#s4-workspace 	h6{
		font-size: 1.071rem;
	}
	#s4-workspace .page-title h1 span{
		font-size: 1.286rem;
	}
	#s4-workspace .logo-wrapper p{
		max-width: 150px;
	}
#s4-workspace 	.press-release-details .header h6.release-to{
		margin-top: 10px
	}
	#s4-workspace .sidebar{
		margin-top: 50px;
		border: 0;
	}
	#s4-workspace .sidebar.float-right{
		margin-top: 0;
		margin-bottom: 50px;
	}
#s4-workspace 	.sidebar .year-list{
		margin-bottom: 45px;
	}
#s4-workspace 	.page-title{
		margin-top: 30px;
	}
	#s4-workspace .show-on-mobile{
		display: block;
	}
	#s4-workspace .hide-on-mobile{
		display: none;
	}
	#s4-workspace .breadcrumbs-wrapper{
		display: none;
	}
#s4-workspace 	.quick-links ul{
		margin: 0;
	}
	#s4-workspace .event-details{
		padding-right: 0;
		padding-bottom: 40px;
	}
#s4-workspace 	ul.event-navigation{
		left: 0;
	    top: initial;
	    bottom: 0;
	    right: initial;
	    margin: 0;
	}
	#s4-workspace ul.event-navigation li{
		display: inline-block;
		margin-right: 25px;
	}
	#s4-workspace .event-detail-wrapper{
		margin-bottom: 30px;
	}
	#s4-workspace .show-on-mobile-alt {
		display: block;
	}
	#s4-workspace ul.breadcrumbs{
		max-height: unset;
	}
}

@media (max-width: 375px){
	#s4-workspace .info-buttons a{
		font-size: 1.143rem;
		height: 130px;
	    width: 130px;
	    padding: 20px 15px;
	}
}

@media (max-width: 320px){
	#s4-workspace .ministry-block img{
		display: block;
		margin: 0 auto 20px;
	}
	#s4-workspace .ministry-block span{
		display: block;
		margin-right: 0;
		font-size: 0.6429rem;
	}
	#s4-workspace .ministry-block a {
		width: 100%;
	}
	#s4-workspace .logo-wrapper p,
	#s4-workspace .logo-wrapper strong {
		font-size: 9.97px;
	}
	#s4-workspace .show-on-mobile-alt {
		display: block;
	}
}

@media only print {
	#s4-workspace .sidebar,
	#s4-workspace header.header,
	#s4-workspace footer.footer,
	#s4-workspace .large-8.press-release-details .social-share-section,
#s4-workspace 	.large-8.press-release-details .images-section h6,
#s4-workspace 	.large-8.press-release-details .rss-link {
		display: none;
	}
	#s4-workspace .large-8.press-release-details {
		width: 100% !important;
	}
#s4-workspace 	.large-8.press-release-details .header h2 br {
		display: none;
	}
#s4-workspace 	.large-8.press-release-details .max-width-490 {
		max-width: 100% !important;
	}
	#s4-workspace .print-line {
		display: block;
	}
}