/* 

General side wide styles 

Color

Darkblue: rgb(20, 74, 146) #144a92;
Lightblue: rgb(26, 156, 242) #1a9cF2;
Pink: rgb(239, 134, 201) #ef86c9;
Yellow: rgb(247,185,26) #f7b91a;
Orange: #ed5c15;
Beige: #fbeedd;

*/

* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

html {
	 touch-action: manipulation;
}

.uniform__potty {
    position: absolute;
    left: -9999px;
}

body {
  width: 100%;
  height: 100%;
  font-size: 14px;
}

p {
	font-size: 1.2em;
}


body {
	font-size: 14px;
	font-family: 'Nunito Sans', sans-serif;
	margin: auto;
	background: #F1F0F0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	line-height: 110%;
}

h4.blog-date {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
}

.blog-content p:first-child {
	font-weight: bold;
}

h1.blog-title {
	text-transform: none;
	color: #02274a;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.2em;
}

h2.blog-title {
	text-transform: none;
	color: #02274a;
	font-weight: normal;
	font-size: 1.4em;
}

.blog-content h2 {
	text-transform: none;
	color: #02274a;
	font-weight: bold;
	font-size: 1.6em;
	margin-top: 1.5em;
}

a.back {
	padding: 0.4em 0em;
	border-radius: 0.5em;
	font-weight: normal;
	margin: 0.5em;
	font-style: 1em;
}

a.back:hover {
	color: initial;
	text-decoration: underline;
}

h2.blog-title a {
	color: #02274a;
}

h2.blog-title a:hover {
	color: #02274a;
}


a.read-article {
	color: #02274a;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}

section.main {
	margin: auto;
	display: block;
	clear: both;
	background: white;
	position: relative;
	z-index: 2;
}

.wrapper {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	padding: 1em 0;
	position: relative;
}

a.underline {
	text-decoration: underline;
}

.wrapper.wrapper-section {
	padding: 4em 2em;
}

.wrapper.wrapper-header {
	padding: 1em 2em;
}

.mobile-menu {
	margin:3em 0 2em 0;
	display: none;
}

.mobile-menu a {
	width: 100%;
	display: block;
	margin-bottom: 0.4em;
	font-size: 1.3em;
	font-weight: bold;
}

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

.ui.card.workbook-card {
	box-shadow: 0px 2px 10px #d4d4d5;
}

.text-block {
	margin:1.5em 0;
	width: 100%;
	max-width: 580px;
	color: rgba(255,255,255,0.7);
	font-size: 1.1em;
	line-height: 1.6em;
}

.text-block.restrict {
	margin: 2em auto;
}

.text-block.dark {
	color:#02274a;
}

a {
	color: black;
}

a.white-link {
	color:white;
}

a.white-link:hover {
	color: white;
}

.uppercase {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.white {
	color: white;
}

.ui.modal.workbook {
	display: none;
}

.ui.modal.workbook h2, .ui.modal.workbook p {
	color: white;
}

header {
	width: 100%;
	padding: 0em;
	background: rgb(2,39,74);
	color: white;
	position: relative;
}

header .topmenu a {
	color: white;
	
	margin-left: 1em;
	font-weight: bold;
}

header a {
	color: white;
	text-transform: uppercase;
}

header a:hover {
	color: inherit;
}

header h4 {
	margin-bottom: 0;	
}

.downloads-btn {
	display: none;
}

.topmenu {
	position: absolute;
	top:1em;
	right: 2em;
}

.topmenu a, footer a {
	transition: all 0.2s;
}

.topmenu a:hover {
	color: #f7b91a;
}

.yellow {
	color: #f7b91a;
}

.fa-file-pdf {
	color: #f7b91a;
	font-size: 1em;
}

.orange {
	color: #ed5c15;
}

footer {
	width: 100%;
}

.text-block ul, .text-block ol,  .blog-content ul, .blog-content ol {
	margin:1em 0;
	font-size: 1.1em;
	padding-left: 2em;
}


.text-block ul li, .text-block ol li, .blog-content ul li, .blog-content ol li {
	margin-bottom: 0.5em;
}

.text-block ul li:last-child, .text-block ol li:last-child, .blog-content ul li:last-child, .blog-content ol li:last-child {
	margin-bottom: 0;
}

.blog-content img {
	margin:1em 0;
	width: 100%;
}

.blog-content a {
	font-weight: bold;
	text-decoration: underline;
	color: #012647;
}

.ui.medium.image {
	background: #faebd7;
}

footer a {
	color: white;
}

.darkblue-bg {
	background: #144a92;
	color: white;
	border-top: 5px solid #0f3269;
}


.lightblue-bg {
	background: #1a9cF2;
	color: #02274a;
	border-top: 5px solid #1881d6;
}

.very-large-icon {
	display: none;
	font-size: 6em;
	text-align: center;
	color: white;
	margin:0.25em 0;
}

.form-message {
	font-size: 1.4em;
	text-align: center;
}

.ui.modal.workbook .content {
	background: #154296;
	color: #02274a;
	padding: 4em;
}

.ui.modal.workbook>.close {
	top:0.25em;
	right: 0.25em;
	color: white;
	opacity: 1;
}

.ui.modal.workbook .content form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a9a9a9;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a9a9a9;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #a9a9a9;
}

.ui.modal.workbook .content form input {
	background: white;
	border:2px solid white;
	color: #02274a;
	font-family: 'Nunito Sans', sans-serif;
}

.beige-bg {
	background: #fbeedd;
	color: #02274a;
	border-top: 5px solid #ebdcca;
}

.perform {
	letter-spacing: 0.4em;
}

.no-bold {
	font-weight: normal;
}

.no-margin-top {
	margin-top:0.5em;
}

.full-width {
	width: 100%;
	max-height: 100%;
	height: auto;
}

.bold {
	font-weight: 700;
}

.semi-bold {
	font-weight: 600;
}


.white-bg {
	background: white;
	color: #012647;
	border-top: 5px solid #e0e0e0;
}

p.margin-bottom {
	margin-bottom: 1em;
}

p.note {
	margin-top: 0.5em;
}

button.darkblue-btn {
	font-size: 1.1em;
	color: white;
	text-transform: uppercase;
	padding:0.6em 2em;
	border:3px solid #02274a;
	border-radius: 4px;
	letter-spacing: 0.1em;
	background: #02274a;
	cursor: pointer;
	transition: all 0.2s;
}

button.darkblue-btn i {
	color: #f7b91a;
}

button.darkblue-btn:hover {
	transform: scale(1.05);
}

button.outline-btn {
	font-size: 1.1em;
	color: white;
	text-transform: uppercase;
	padding:0.6em 2em;
	border:3px solid white;
	border-radius: 4px;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: all 0.3s;
}

button.outline-btn:hover {
	background: white;
	color: #02274a;
}


button.no-outline {
	font-size: 1.1em;
	padding:0.6em 2em;
	border:none;
	letter-spacing: 0.05em;
	cursor: pointer;
	color: #859fca;
	text-decoration: underline;
	font-style: italic;
	transition: all 0.3s;
}

button.no-outline:hover {
	color: white;
}


.right-column-inner {
	padding: 0 0 0 3em;
}

.lowercase {
	text-transform: lowercase;
}

h1, h2 {
	text-transform: uppercase;
}

h1 {
	font-size: 2em;
}

h1.site-title {
	font-size: 5.3vw;
	line-height: 1.15em;
	margin-bottom: 0.5em;
}

p.intro {
	font-size: 1.8em;
	font-style: italic;
	margin:1.25em 0;
}

h2 {
	font-size: 2.5em;
}

.form-message {
	display: none;
	font-weight: bold;
}

.footer-logo {
	width: 100%;
	max-width: 200px;
	margin-bottom: 2em;
}

footer p.footer-intro {
	font-size: 1.2em;
}

footer p {
	font-size: 0.9em;
}

footer p a:hover {
	color: #ABA237;
}

p.restrict, .text-block.restrict p {
	margin: 1em auto;
	max-width: 600px;
}

.italic {
	font-style: italic;
}

.book-description p {
	width: 100%;
	max-width: 580px;
	color: rgba(255,255,255,0.7);
	font-size: 1em;
	line-height: 1.6em;
}

.book-meta {
	margin:0em 0 2em 0;
}

.book-meta p {
	font-size: 1.1em;
	line-height: 1.6em;
}

.ui.items>.item>.image+.content.content.author-card, .ui.items>.item>.image+.content.content.workbook-card {
	padding: 2em;
}

.ui.items .item .content.author-card h2 {
	font-size: 1.8em;
	margin-bottom: 0.25em;
	margin-top:0.5em;
}

.ui.items .item .content.workbook-card h2 {
	font-size: 2em;
	text-transform: none;
	margin-bottom: 0;
}

.pdfdown {
	font-style: italic;
	color: #02274a;
	font-weight: bold;
}

.ui.items .item .content.author-card h4 {
	font-size: 1em;
	color: #02274a;
	margin-top: 0;
	margin-bottom: 0;
}

.ui.items .item .content.workbook-card h4 {
	font-size: 1em;
	letter-spacing: 0.1em;
	margin-top: 0;
}

.ui.items .item .content.author-card p {
	font-size: 1.2em;
	max-width: 600px;
}

.ui.card.author-card {
	box-shadow: 0 0 5px #bbb;
}

.author-cards {
	margin:1em 0;
}

.author-cards-container {
	margin:2em 0;
}

p.instruction {
	font-size: 1.2em;
}

.small {
	font-size: 0.5em;
}

body.takecontrol a.takecontrol {
	color: #f7b91a;
}

body.workbook a.workbook {
	color: #f7b91a;
}

body.blog a.blog {
	color: #f7b91a;
}

.text-block h3 {
	color: white;
	font-size: 1.4em;
}

#bg-image {
	background-size: cover;
	background-position: center center;
}

h1.blogsection-title {
	font-size: 3em;
}
