/*
Theme Name:   DAM News
Theme URI:    https://digitalassetmanagementnews.org/
Description:  A fully-responsive, child theme based on momentous-lite. The theme's JavaScript can be edited in the /assets/js/global.js file.
Author:       Russell McVeigh
Author URI:   https://digitalassetmanagementnews.org/
Template:     momentous-lite
Version:      1.0.0
Tags:
Text Domain: momentous-lite-child
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,600&display=swap');

body {
	font-family: 'Open Sans', Arial, Tahoma, Verdana;
	background-color:#BAB1A7;
	font-size:16px;
}

/*
.entry p, .comment p {
	font-size:1.2em;
    margin: 1em 0;
	line-height: 1.6em;
	font-weight:200;
}
*/

.entry p, .comment p {
	font-family:'Open Sans', Arial;
    font-size: 1.05em;
    line-height: 1.6em;
    margin: 1em 0;
	color:#404040;
}

.entry ul li {
	color:#404040;
    font-size: 1.05em;	
}

/* Tweak title font and size */
.entry-title {
	font-family: 'Open Sans', Arial, Tahoma, Verdana;
	font-size: 1.6em;
	font-weight:600;
}

.page-title {
	font-family: 'Open Sans', Arial, Tahoma, Verdana;
	font-size: 2em;
	font-weight:600;
}

.entry h1, .comment h1 {
    font-size: 2em;
}

.entry h2, .comment h2 {
    font-size: 1.8em;
}
.entry h1, .comment h1, .entry h2, .comment h2, .entry h3, .comment h3, .entry h4, .comment h4, .entry h5, .comment h5, .entry h6, .comment h6 {
	font-family: 'Open Sans', Arial, Tahoma, Verdana;
    color: #222;
    font-weight: 300;
    line-height: 1em;
    margin: 1.2em 0 0.3em;
}

#header-wrap {
    background: #FFF none repeat scroll 0 0;
}

/* Link hover colours */
a, a:link, a:visited {
    color: #0D69B4;/*#22a8d8;*/
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.widget a:link, .widget a:visited {
    color: #0D69B4;
    text-decoration: none;
	line-height:1.4em;
}

.widget a:hover {
    text-decoration: underline;
}

input[type="submit"] {
    background: #0D69B4;
	width:auto!important;
}

.num-filters-applied {
	color:#999999;
}

#expert-filter-submit {
    background: #0D69B4;
	border: none;
	color: #fff;
	padding: 0.5em 1em;
}

#expert-filter-submit:hover {
	background-color: #1E3457;
	cursor: pointer;
}

.loading-experts {
	xfloat:right;
	xmargin-right:44%;
	background-color:#FFFFFF;
	xpadding:30px;
	xborder:1px solid #999999;
	xborder-radius:20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	color:#999999;
}

#commentform #submit {
    background: #0D69B4;
	transition: all 0.2s ease-in 0s;	
}

input[type="submit"]:hover {
    background: #1E3457;
}

#commentform #submit:hover {
    background: #1E3457;
}

.more-link {
	text-transform:capitalize;
    background: #0D69B4;
}

.more-link:hover {
    background: #1E3457;
}

.entry-title a:visited, .post-title a:visited {
	color:#777;
}

.entry-title a:hover, .post-title a:hover {
	color:#282828;
}

a:hover, a:active, .widget a:hover, .widget a:active {
	color:#CC0000;
}

.postinfo span a:hover, .postinfo span a:active {
    color: #CC0000;
}

.postinfo .meta-comments a:hover, .postinfo .meta-comments a:active, .postinfo .meta-comments a:hover::before {
    color: #CC0000;
}

/* Colour fade on standard links */
a {
	-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
}

/* Form Elements */
input, textarea {
	font-family: 'Open Sans', Tahoma, Verdana, Arial;
}

::selection {
  background:#CC0000; /* WebKit/Blink Browsers */
  color:#FFFFFF;
}

::-moz-selection {
  background: #CC0000; /* Gecko Browsers */
  color:#FFFFFF;
}

#header {
    padding: 0;
	text-align:center;
}

/* Thin coloured line above main navigation */
#navigation-wrap {
    border-top: 1px solid #DDD; /* #0D69B4 #D5B234 #C0A132; /* Gold #C59F34*/
	z-index:999;
}

.main-navigation-menu a {
    display: block;
    font-family: "Open Sans",Tahoma,Verdana,Arial;
    font-weight: bold;
    padding: 1.7em 1.4em;
}

.main-navigation-menu a:hover {
    color: #0D69B4;
}
.main-navigation-menu ul {
    background: #0D69B4 none repeat scroll 0 0;
	xbackground: #00AEEF none repeat scroll 0 0;
}

.mainnav-toggle {
    padding: 1.4em;
}

/* Sticky nav (can be toggled in theme's global.js file) */
.sticky-nav {
    position:fixed;
    top:0px;
    left:0px;
	width:100%;
	background-image:url(/wp-content/themes/digitalassetnews/assets/images/nav-logo.png)!important;
	background-repeat:no-repeat!important;
	background-position:center top!important;
	xborder-bottom: 1px solid #CCC; /* #C0A132; /* Gold #C59F34*/

	-webkit-box-shadow: 0 4px 4px -2px #000000;
   -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
}

#logo {
	text-align:center;
	float:none;
}

#logo .custom-logo {
    margin: 0;
}

/* Logo when sticky nav is used (can be toggled in theme's global.js file) */
#brand-logo {
	float:left;
}

.brand-logo-mobile {
	float:right!important;
}

/* Main nav font */
.main-navigation-menu a {
	font-family: 'Open Sans', Tahoma, Verdana, Arial;
}

/* Not used - when using the theme's custom header as our banner slot */
.header-image img {
    height: auto;
    max-width: 960px;
    vertical-align: top;
    width: 100%;
}

/* Our actual banner wrapper - code appears in theme's content-banner.php */
.banner-main {
	margin-bottom:30px;
	position:relative;
}

.banner-main a img {
	max-width:100%;
}

.banner-ad-notice {
	float:right;
	font-size:10px;
	text-transform:uppercase;
	color:#BBB;
}

/* Currently hidden, but added for thoroughness */
#logo .site-title {
	font-family: 'Open Sans', Tahoma, Verdana, Arial;
}

/* Tweak banner widget/sidebar size */
.widgettitle span {
	font-family: 'Open Sans', Tahoma, Verdana, Arial;
	font-weight:200;
	font-size:1.2em;
}

.widget_buffercode_banner_upload_info {
	padding-bottom:20px;
}

.widget_buffercode_banner_upload_info img {
	margin-left:35px;
}

.widget_archive ul, .widget_recent_entries ul, .widget_categories ul, .textwidget ul {
	xfont-size: 0.9em;
}

.DamNewsSubscriberWidget p {
	line-height:1.6em;
}

/* Small notice - can be toggled in the global.js file */
.advertisement {
	font-size:10px;
	text-transform:uppercase;
	background-color:#000;
	color:#FFF;
	padding:2px;
	position: absolute;
    top: 0px;
    right: 0px;
}

.archive-title {
    background: #fff none repeat scroll 0 0;
    font-size: 0.8em;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 14px;
    padding: 1em 1em;
}

/* Larger main title on single post pages */
h1.entry-title {
	font-family:'Open Sans';
    font-size: 2em;
	font-weight:600;
}
h2.entry-title {
	font-family:'Open Sans';
}
/* Previous and next posts nav at foot of articles */
.post-navigation {
    font-size: 0.9em;	
}

/* Style the breadcrumbs plugin output to match the theme */
.navXTbreadcrumb {
    font-size: 0.8em;
    border-bottom: 1px solid #ddd;
    clear: both;
    line-height: 1.4em;
	background-color:#FFFFFF;
    padding: 0.8em 1em;
	margin-bottom:14px;
}

/* Make various text areas smaller */
p.logged-in-as {
    xfont-size: 0.9em;	
}
#footer-text, .comment-meta .commentmetadata {
    font-size: 0.8em;
}

.entry-meta {
    font-size: 0.8125rem;
    line-height: 1.5em;
}

.relatedPostsWrapper {
	xfont-size:0.9em;
	margin-top:30px;
}

/* Colour of active page link on main nav */
.main-navigation-menu li.current_page_item a, .main-navigation-menu li.current-menu-item a {
    color: #0D69B4;
	text-decoration:none;
	xbackground-color:#0D69B4;
}

/* Remove margin under posts on home page */
.type-post, .type-page, .type-attachment {
	border: 1px solid #ddd;
	x-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	x-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	xbox-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	xtransition: all 0.2s ease-in 0s;
}

.type-post:hover, .type-page:hover, .type-attachment:hover{
	x-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.25);
	x-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.25);
	xbox-shadow: 0px 0px 23px 0px rgba(0,0,0,0.25);
}

.postinfo {
    border-top: 1px solid #ddd;
    clear: both;
    line-height: 1.4em;
    margin: 1.2em -1.2em -1.2em;
    padding: 0.8em 1em;
	background-color:#EEE;
}


/* DGP Events HTML */
.evt-date {
	font-size:1.2em;
	font-weight:bold;
}
/*
.evt-date {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fcfcfc 0%, #dad8d8 100%) repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    clear: both;
    float: left;
    margin-right: 20px;
    width: 130px;
}

.evt-date p {
    color: #002E6E;
    font-family: Helvetica,sans-serif;
	font-size: 23px;
	font-weight:600;
    line-height: 45px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    text-align: center;
}

.evt-date p span {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #00AEEF 0%, #002E6E 100%) repeat scroll 0 0;
    border-radius: 0 0 10px 10px;
    border-top: 3px solid #002E6E;
    color: #fff;
    display: block;
    font-weight: 100;
}

.evt_highlight p a {
	font-weight:bold;
}
*/
/* New Mailchimp Popup (html is in MC4WP form) */

.mc-popup-wrapper {
	padding:5px;
}

.mc-popup-left {
	float:left;
}

.mc-popup-right {
	float:right;
	margin-left:20px;
}

.mc-popup-right img {
	max-width:200px;
}

.mc-popup-title {
	font-size:1.1em;
	font-weight:bold;
}

.mc-popup-strap {
	font-size:0.9em;
}

.mc-popup-label {
	font-size:0.9em;
	font-weight:bold;
	color:#0d69b4;
	padding-bottom:5px;
}

.mc-popup-submit {
	font-size:0.9em;
	border-radius:3px;
}

.mc-popup-privacy a {
	font-size:0.75em;
}

/* Mailchimp popup styling */
.mc4wp-response {
    float: left;
	width: 100%;
}
.mc4wp-response div {
    background-color:#CAFFCA;
    margin: 20px;
    padding: 20px;
}

.boxzilla-content h2 {
	font-size:1.5em;
	font-weight:200;
}

.boxzilla-content p {
	margin-top:20px;
	margin-bottom:20px;
}

.wpcf7-not-valid-tip {
	font-size:0.8em!important;
	margin-bottom:8px;
}

.wpcf7 form .wpcf7-response-output {
	font-size:0.825em;
    margin: 0;
    padding: 10px;
    background-color:rgba(255,255,255,0.8);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #f5c6cb; /* Red */
	background-color:rgba(248,215,218,0.8);
}

.boxzilla {
	background:none;
	background-color:#FFFFFF!important;
	background-image:url(/wp-content/uploads/2020/07/favicon.png)!important;
	background-position: 250px 350px!important;
	background-repeat:no-repeat!important;
}

.boxzilla-content .privacy {
	font-size:0.825em;
}

.wpcf7-form.sent .cf-form-container {
	display:none;
}

@media only screen and (max-width: 50em) {
	.mc-popup-right {
		display: none;
		xmargin-left: 20px;
	}
}

/* NAV Dropdown on small screens */
@media only screen and (max-width: 60em) {
	.main-navigation-menu li.current_page_item a, .main-navigation-menu li.current-menu-item a {
		color: #FFF;
		text-decoration: underline;
		background-color:#002E6E;
	}
	.main-navigation-menu li.current_page_item ul li a, .main-navigation-menu li.current-menu-item ul li a{
		color: #FFF;
		text-decoration: none;
		background-color:#002E6E;
	}
	.main-navigation-menu li.current_page_item ul li a:hover, .main-navigation-menu li.current-menu-item ul li a:hover {
		text-decoration: underline;
	}
	.main-navigation-menu ul li.current_page_item a, .main-navigation-menu ul li.current-menu-item a {
		color: #FFF;
		background-color:#002E6E;
		text-decoration: underline;
	} 
	.main-navigation-menu ul a:link, .main-navigation-menu ul a:visited {
		color: #FFF;
	}

	.event-meta {
		margin-top:12px!important;
		margin-left:-12px!important;
		margin-right:-12px!important;
		margin-bottom:-12px!important;
	}
}

/* BEGIN traditional front page mag layout (customizer must be set to 2 column layout, although we mod it to 3 below) */
.homepage-item {
	font-size:0.8em;
}

/* Enable this for 3 columns */
.post-wrapper .post-wrap {
    xwidth: 33.333%;
}

/* Enable this for 4 columns */
.post-wrapper .post-wrap {
    xwidth: 25%;
}

.homepage-item .entry-title {
    font-weight: 800;
}
.homepage-item .entry {
	font-size:1.05em;
}

@media only screen and (max-width: 45em) {
	.post-wrapper {
		margin: 0;
	}
	.post-wrapper .post-wrap {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.post-wrapper .one-column-post {
		margin-right: 0;
	}	
}

/* single column layout */
.one-column-post {
	xfont-size:0.8em;
}
/* END traditional front page mag layout */

/* Social icons on navbar */
#social-icons-menu li a {
    color: #00aeef;
}
#social-icons-menu li a::before {
    color: #00aeef;
}
#social-icons-menu li a:hover::before {
    color: #002E6E;
}

/* Share buttons after post */
div.simplesocialbuttons * {
	font-size:1em;
	font-family:'Open Sans';
}

.simplesocialbuttons button::after {
    font-size: 1em;
	left: 10px;
}

.simplesocialbuttons.simplesocial-round-txt button {
	height: auto;
    line-height: 1em;
	font-size: 12px;
	padding: 5px 5px 5px 25px;
}

.simplesocialbuttons.simplesocial-round-txt button::after {
    height: auto;
    line-height: 1.8em;
    width: auto;
}

.ssb_inline-share_heading {
	margin-top:40px;
	border-top:4px dotted #DEDEDE;
	padding-top:15px;
    font-size: 1em;
	font-weight:bold;
	color:#404040;
}

/* Block quotes */
blockquote {
    border-left: 4px solid #DDD;
	font-size:1em;
}
blockquote p {
    color: #404040;
    font-style:normal;
	xfont-size:0.8em;
}

html .mceContentBody {
  max-width: none!important;
}

/* Pagination */
.post-pagination a:link, .post-pagination a:visited {
    color: #0D69B4;
}
.post-pagination a:hover {
    color: #CC0000;
}

/* Events */
.event-panel, .job-panel, .group-panel, .expert-panel {
	border:1px solid #DDD;
	padding:1.2em;
	margin: 0 0 1.5em;
	display:block;
}

.expert-panel {
	min-height:70px;
}

.group-panel a {
	text-decoration:none;
}

.group-body {
	font-size:1.2em;
	line-height:1.4em;
	background-color:#EEEEEE;
	margin-left:-19px;
	margin-right:-19px;
	margin-bottom:-20px;
	margin-top:20px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

.event-expired-panel, .job-expired-panel {
	border:1px solid #FF9999;
	background-color:#FFD9D9;
}
.events-results-title, .jobs-results-title, .experts-results-title {
	font-size:1.6em;
	font-weight:200;
	display:block;
}
/* Individual event items on listing */
.event-list-item, .job-list-item, .expert-list-item {
	text-decoration:none!important;
	transition: none;
	display:block;
}
.event-list-item:hover .event-panel, .job-list-item:hover .job-panel, .group-panel:hover, .expert-list-item:hover {
	webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.25);
	moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.25);	
}
.event-list-month, .job-list-month {
	width:100%;
	text-align:center;
	border-bottom: 1px dashed #CCC; 
	line-height: 0.1em;
	margin: 40px 0 40px;
	font-size:2em;
}
.event-list-month span, .job-list-month span { 
	color:#404040;
    background:#fff; 
    padding:0 10px;
}
.event-list-title h1, .job-list-title h1, .expert-list-title h1 {
	font-size:1.6em;
	font-weight:200;
	line-height: 1.1em;
	text-decoration:none!important;
	color:#333333!important;
}
.event-list-date, .job-list-date {
	line-height:2em;
	font-size:1.3em;
	text-decoration:none!important;
	display:block;
	color:#0d69b4!important;
}

.expert-list-jobtitle {
	line-height:1.3em;
	font-size:1.3em;
	text-decoration:none!important;
	display:block;
	color:#0d69b4!important;
}

.event-soon, .event-expired, .job-soon, .job-expired {
	color:#CC0000!important;
}
.event-list-country, .event-list-type, .job-list-country, .job-list-type {
	float:right;
	color:#999999;
	display:block;
	line-height: 1.4em;
    margin-top: -6px;
}

.job-list-type-location, .expert-list-type-location {
	float:right;
	text-align:right;
	color:#999999;
	display:block;
	line-height: 1.4em;
    margin-top: -6px;	
}

.event-title, .job-title, .expert-title {
	line-height: 1.1em;
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:1px solid #DDD;
}
.event-date-time, .job-date-time {
	color:#1E3457;
	line-height: 1.4em;
	margin-left:10px;
}
.event-location, .job-location, .expert-location {
	color:#0d69b4;	
	line-height: 1.4em;
	margin-left:10px;
}
.event-location a, .job-location a, .expert-location a {
	text-decoration:underline;
}
.event-cost {
	xfont-size:1.3em;
	color:#0d69b4;	
	xmargin-top:10px;
	line-height: 1.4em;
	margin-left:10px;
}
.panel-body {
	xline-height:1.4em;
}
.event-link-btn, .job-link-btn, .expert-link-btn {
    display: inline-block;
    margin: 0.1em 0 0;
    padding: 0.5em 1em;
    background: #0d69b4 none repeat scroll 0 0;
	color:#FFFFFF!important;
}
.event-link-btn:hover, .event-link-btn:active, .job-link-btn:hover, .job-link-btn:active, .expert-link-btn:hover, .expert-link-btn:active {
    background: #1E3457 none repeat scroll 0 0;
    text-decoration: none;
}

.event-admin-link, .job-admin-link, .expert-admin-link {
	float:right;
	font-size:0.85em;
}
.event-meta, .job-meta, .expert-meta {
	border-top:1px solid #DDD;
	line-height:2em;
	xfont-size:1.2em;
	padding:16px;
	background-color:#EEEEEE;
	margin-top:20px;
	margin-left:-19px;
	margin-right:-20px;
	margin-bottom:-19px;
}

.event-disclaimer, .job-disclaimer, .description, .expert-disclaimer {
	font-size:0.85em;
	line-height:1.4em;
	color:#999999;
	margin-top:-10px;
}

.event-image-wrapper, .job-image-wrapper {
	width:100%;
	display:block;
	height:200px;
	overflow:hidden;
	margin-bottom:20px;
}
.event-image-wrapper img, .job-image-wrapper img {
	object-fit: cover;
	height:200px;
	width:100%;
}

/* Style the filter container */
.event-filter-container, .job-filter-container, .expert-filter-container {
	border-radius: 1px;
	background-color: #EDEDED;
	padding: 20px;
	margin-bottom:20px;
}

/* Horizontal checkboxes in expert filters */
.expert-filter-container .checkbox.il {
	display:inline-table;
}

.expert-filter-feedback{
	display:inline;
	font-size:0.7em;
	line-height:2em;
}
.filter-item {
	display:inline;
	padding:2px;
	background-color:#D2ECFF;
	margin-left:3px;
	border-radius:5px;
}

.experts-sort-wrapper {
	margin-top:-20px;
	float:right;
}

.event-filter-control, .job-filter-control, .expert-filter-control {
	font-family: "Open Sans",Tahoma,Verdana,Arial;
	font-size: 1em;
	width: 100%;
	padding: 12px;
	border: 1px solid #DDD;
	box-sizing: border-box;
	resize: vertical;
}

.expert-user-image {
	float:left;
	margin-right:20px;
	height:70px;
	width:70px;
	background-color:#DDD;
}
.expert-user-image img {
	object-fit: cover; /*change to contain to show whole image*/
	height:70px;
	width:70px;
}

.expert-user-image-large {
	float:left;
	margin-top:0px;
	padding-top:0px;
	margin:20px;
	margin-left:0px;
	xmargin-bottom:0px;
	xheight:240px;
	width:240px;
	max-width:240px;
	xbackground-color:#DDD;
}
.expert-user-image-large img {
	object-fit: cover;
	xheight:240px;
	width:240px;
}


.expert-report {
	font-size:0.8em;
	float:right;
}

h1.expert-title {
	xfont-weight:400;
}

.expert-main {
	line-height:1.5em;
	color:#404040!important;
}

.expert-main h3 {
	font-size:24px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin-top:10px;
	margin-bottom:30px;
	padding-top:10px;
	padding-bottom:10px;
}

.expert-contact {
	xmargin-top:10px;
}
.expert-intro {
	margin-top:15px;
	xfont-size:1.1em;
}
.expert-intro-quote {
	color:#BBB;
}

.expert-viewing-self {
	font-weight:300!important;
	color:#0066CC;
}

.expert-viewing-self a {
	font-weight:normal!important;
	font-size:0.4em;
	color:#0D69B4!important;
}
.expert-viewing-self a:hover {
	color:#CC0000!important;
}

.expert-contact, .expert-intro {
	xline-height:1.8em;
}

.expert-dam-coi {
	padding:10px;
	background-color:#D2ECFF;
	border:1px solid #A8DAFF;
	border-radius:5px;
}
.expert-dam-coi span {
	vertical-align:super;
	margin-left:5px;
}

/* Style the label to display next to the inputs */
#event-filter-form label, #job-filter-form label, #expert-filter-form label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-weight:bold;
}

.label-normal {
	font-weight:normal!important;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Floating column for labels: 40% width */
.col-40 {
  display:inline-table;
  width: 38%;
  margin-top: 6px;
}

/* Floating column for inputs: 60% width */
.col-60 {
  display:inline-table;
  width: 60%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.events-list-container .row:after, .jobs-list-container .row:after, .experts-list-container .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.button-reset {
	background-color:#888!important;
}
.button-reset:hover {
	background-color:#666666!important;
}

/* Event pagination */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #0d69b4;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

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

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #0d69b4;
	border-color: #0d69b4
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

/* Font Awesome */
.fa-05x {
  font-size: 0.8em;
}
.fa-15x {
  font-size: 1.3em!important;
}
.fa-17x {
  font-size: 1.3em;
}
.fa-16x {
  font-size: 1.6em!important;
}
.fa-2x {
  font-size: 2em;
}

.dambook-cover {
	width:230px;
}

.dwp-cover {
	width:200px;
	border:1px solid #CCCCCC;
}

.tooltip {
	border:1px solid #002E6E;
	border-radius:6px;
	padding:15px;
}

.tooltipHeader {
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.tooltip u {
	color:#0D69B4;
}

.tooltipHeader u {
	color:#FFF;
}

.tooltipTitle {
	margin-top:5px;
}

.gTipDescription {
	font-size:13px!important;
}

.seeking-work {
	float:right;
	font-weight:400;
	font-size:0.5em;
	background-color:#002E6E;
	color:#FFF;
	border-radius:10px;
	padding:5px 10px 7px 10px;
	line-height: 1em;
}

/* DN Subs mailform classes */
.dnmf-title {
	font-size:1.4em;
	font-weight:300;
}
.dnmf-s, .dnmf-e {
	font-size:0.825em;
    margin: 0;
    padding: 10px;
	border:1px solid;
}

.dnmf-s {
	border-color:#009900; /* Green */
	background-color:rgba(202,252,202,0.8);
}

.dnmf-e {
	border-color: #f5c6cb; /* Red */
	background-color:rgba(255,223,224,0.8);
}

.filter-row br {
	line-height:1em;
}

.expert-filter-link {
	font-size:0.8em;
}