/* === COOPER HEWITT FONT FAMILY === */

/* Thin */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Book (Regular) */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Semibold */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Heavy */
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://womensaidnel-production.s3.eu-west-2.amazonaws.com/fonts/CooperHewitt-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}


#page-navigation .container {
	margin-top:2rem;
}
	/**
	 * HTML
	 */
	body {
		font-family: 'Cooper Hewitt', sans-serif;
		word-wrap: break-word;
		background-color:white !important;
	}
	main {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	a {
		color: rgb(72, 61, 130);
		font-family: 'Cooper Hewitt', sans-serif;
		font-weight:400;
		text-decoration:none;
	}
	a:hover {
		color: rgb(72, 61, 130);
		text-decoration:none;
		font-family: 'Cooper Hewitt', sans-serif;
		font-weight:400;
	}
	h1 {
		font-family: 'Cooper Hewitt', sans-serif;
		color: rgb(72, 61, 130);
		font-weight:700;
	}
	h2 {
		font-family: 'Cooper Hewitt', sans-serif;
		color: rgb(72, 61, 130);
		font-weight:700;
	}
	h3, h4 {
		font-family: 'Cooper Hewitt', sans-serif;
		color: rgb(72, 61, 130);
		font-weight:700;
	}
	p, label {
		font-family: 'Cooper Hewitt', sans-serif;
		color: rgb(119, 119, 119);
		font-weight:400;
	}
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	select::-ms-expand {
	    display: none; 
	}


	/**
	 * Bootstrap
	 */	 
	.btn {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin-top:2px;
	}
	.alert, .form-control {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.progress-bar {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.form-control {
		padding-bottom:10px;	
	}
	.col-form-label {
	}
	.alert-primary, .alert-secondary {
	}
	.alert-success, .alert-information {
	}
	.alert-error {
	}
	.alert-warning {
	}
	.alert a {
	}
	
	/**
	 * Navigation
	 **/
	#page-navigation {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		background-color: white !important;
	}
	#page-navigation-logo {
		margin: 1rem;
	}

	#page-navigation-menu a {
		color:rgb(72, 61, 130);
		text-decoration: none;
		font-weight:700;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;	}
	#page-navigation-menu a:hover {
		color:white;
		background-color:rgb(101, 152, 52);
		text-decoration: none;
		font-weight:700;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	#page-navigation-sub-menu {
		border: none;
		margin: 0px;
		padding: 10px;
		background-color: white;
	}

	/**
	 * Section title
	 */
.section-title {
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-top-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-top-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-bottom-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.section-content {
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-top-left-radius: 0px !important;
	border-top-left-radius: 00px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-top-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-bottom-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.section, .section-alt, #page-title, #home-page-section {
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-top-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-top-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-bottom-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
	.section-title {
		background-color:rgb(245, 245, 245);
	}
	.section-title h1, .section-title h2, .section-title h3, .section-title h4  {
		color:rgb(72, 61, 130) !important;
	}

	/**
	 * Section content
	 */ 
	.section-content, .section-alt {
		background-color:rgb(245, 245, 245);
		border: 2px solid rgb(245, 245, 245);
	}
	.section-content h1, .section-content h2, .section-content h3, .section-content h4 {
		color: rgb(72, 61, 130);
	}
	.section-content p {
		color:rgb(85, 85, 85);
	}	
	.section-content a {
		color:rgb(85, 85, 85);
	}	
	.section-content a:hover {
		color: rgb(85, 85, 85);
	}


	/**
	 * Section
	 */
	.section {
		background-color:rgb(245, 245, 245);
		border:1px solid rgb(245, 245, 245);
		color: rgb(0, 6, 36);
	}
	.section h1, .section h2, .section h3, .section h4, .section p, .section strong {
		color:rgb(0, 6, 36) !important;
	}
	.section svg {
		color:rgb(72, 61, 130) !important;
	}

	.btn-standard {	 
		min-width:220px;
		width:220px;
		box-sizing:content-box;
	}

	#page-header {
		background-color: rgb(72, 61, 130) !important;
	}


	#page-header h1 {
		color:white !important;
	}

	#page-title-row {
		padding-top: 3rem;
		padding-bottom: 3rem;
		font-weight:700;
	}
	#page-title-row h1 {
		font-weight:700;
	}

	#page-title {
	}

	.shadow, .btn {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.card-header {
		background-color:rgb(72, 61, 130);
	}
	.card-header a, .card-header h4:hover, .card-header h4, .card-header h3:hover, .card-header h3, .card-header h2:hover, .card-header h2 {
		color:white !important;
	}
	.card-body, .card {
		background-color:transparent;
	}

	/**
	 * Buttons
	 **/

	.btn-primary, .btn-outline-primary, #header-button, #page-button  {
		background-color: rgb(101, 152, 52) !important;
		border-color: rgb(101, 152, 52) !important;
		color: white !important;
		text-transform:uppercase;
	}
	.btn-secondary, .btn-outline-secondary, .btn-danger, .btn-warning  {
		background-color: rgb(101, 152, 52) !important;
		border-color: rgb(101, 152, 52) !important;
		color: white !important;
		text-transform:uppercase;
	}
		
	/**
	 * Footer
	 */
	#footer-content {
	}
	#page-footer {
		border-top: 1px solid rgb(33, 37, 41);
		background-color:white;
		margin-top:0rem;
		padding-top:0rem;
	}
	#page-footer, #page-footer p {
		color:rgb(119, 119, 119);
		font-weight:400;
	}
	#page-footer h2, #page-footer h4, #page-footer a {
		color:rgb(72, 61, 130);
		font-weight:700;
	}

	#page-footer hr {
		visibility: hidden;
		display: none;
	}	
	
	#footer-strapline {
		visibility: hidden;
		display: none;
	}
	
	/**
	 * Media queries
	 */
	@media (min-width: 0px) {
		html {
			font-size:0.9rem;
		 }
		#logo {
			min-width:100px;
			max-width:100px;
		}
	}
	
	@media (min-width: 576px) {
		html {
			font-size:1.0rem;
		 }
		#logo {
			min-width:100px;
			max-width:100px;
		}
	}

	@media (min-width: 768px) {
		html {
			font-size:1.0rem;
		 }
		#logo {
			min-width:200px;
			max-width:200px;
		}
	}

	@media (min-width: 992px) {
		html {
			font-size:1.1rem;
		 }
		#logo {
			min-width:200px;
			max-width:200px;
		}
	}

	@media (min-width: 1200px) {
		html {
			font-size:1.2rem;
		 }
		#logo {
			min-width:200px;
			max-width:200px;
		}
	}
