html, body {
      margin: 0;
      padding: 0;
      width: 100%;
} 
body {
	font-family: Arial, Helvetica, sans-serif;
	
}
h1, h2, h3, h4, h5, h6 {
                font-family: sans-serif;
                color: maroon;
                
            }
.container2{
	background-color: #CEE1F7;
	width: 100%;
	outline: 1px solid black;
  outline-offset: 5px;
  
}
footer {
    background-color: #CEE1F7;

}
nav > .nav.navbar{

  border: none;
    color:#2F4F4F;
    background:#32CD32;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#2F4F4F;
    background:#32CD32;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: 	#808000 ;
}
/* Form */
form {
	margin: 0 0 2rem 0;
}

form>:last-child {
	margin-bottom: 0;
}

form>.fields {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% +   3rem);
	margin: -1.5rem 0 2rem -1.5rem;
}

form>.fields>.field {
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	padding: 1.5rem 0 0 1.5rem;
	width: calc(100% -   1.5rem);
}

form>.fields>.field.half {
	width: calc(50% -   0.75rem);
}

form>.fields>.field.third {
	width: calc(100%/ 3 -   0.5rem);
}

form>.fields>.field.quarter {
	width: calc(25% -   0.375rem);
}

@media screen and (max-width: 480px) {
	form>.fields {
		width: calc(100% +   3rem);
		margin: -1.5rem 0 2rem -1.5rem;
	}
	form>.fields>.field {
		padding: 1.5rem 0 0 1.5rem;
		width: calc(100% -   1.5rem);
	}
	form>.fields>.field.half {
		width: calc(100% -   1.5rem);
	}
	form>.fields>.field.third {
		width: calc(100% -   1.5rem);
	}
	form>.fields>.field.quarter {
		width: calc(100% -   1.5rem);
	}
}

label {
	display: block;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.075em;
	font-size: 0.8rem;
	text-transform: uppercase;
	margin: 0 0 0.75rem 0;
}
label.report {
    margin-left: auto;
    margin-right: auto;
    width: 18em
}

@media screen and (max-width: 980px) {
	label {
		font-size: 0.9rem;
	}
}

input[type="text"],input[type="password"],input[type="email"],select,textarea
	{
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	border: solid 2px;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1rem;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid,input[type="password"]:invalid,input[type="email"]:invalid,select:invalid,textarea:invalid
	{
	box-shadow: none;
}

select {
	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: calc(100% -   1rem) center;
	height: 3rem;
	padding-right: 3rem;
	text-overflow: ellipsis;
}

select:focus::-ms-value {
	background-color: transparent;
}

select::-ms-expand {
	display: none;
}

input[type="text"],input[type="password"],input[type="email"],select {
	height: 3rem;
}

textarea {
	padding: 0.75rem 1rem;
}

input[type="checkbox"],input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2rem;
	opacity: 0;
	width: 1rem;
	z-index: -1;
}

input[type="checkbox"]+label,input[type="radio"]+label {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0;
	font-family: "Merriweather", Georgia, serif;
	text-transform: none;
	font-weight: 300;
	padding-left: 2.8rem;
	padding-right: 1rem;
	position: relative;
}

input[type="checkbox"]+label:before,input[type="radio"]+label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

input[type="checkbox"]+label:before,input[type="radio"]+label:before {
	border-radius: 0;
	border: solid 2px;
	content: '';
	display: inline-block;
	height: 1.8rem;
	left: 0;
	line-height: 1.725rem;
	position: absolute;
	text-align: center;
	top: -0.125rem;
	width: 1.8rem;
}

input[type="checkbox"]:checked+label:before,input[type="radio"]:checked+label:before
	{
	content: '\f00c';
}

input[type="checkbox"]+label:before {
	border-radius: 0;
}

input[type="radio"]+label:before {
	border-radius: 100%;
}

::-webkit-input-placeholder {
	opacity: 1.0;
}

:-moz-placeholder {
	opacity: 1.0;
}

::-moz-placeholder {
	opacity: 1.0;
}

:-ms-input-placeholder {
	opacity: 1.0;
}

label {
	color: #212931;
}

input[type="text"],input[type="password"],input[type="email"],select,textarea
	{
	border-color: #eeeeee;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,select:focus,textarea:focus
	{
	border-color: #18bfef;
}

select {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23eeeeee' /%3E%3C/svg%3E");
}

select option {
	background-color: #ffffff;
	color: #212931;
}

.select-wrapper:before {
	color: #eeeeee;
}

input[type="checkbox"]+label,input[type="radio"]+label {
	color: #212931;
}

input[type="checkbox"]+label:before,input[type="radio"]+label:before {
	border-color: #eeeeee;
}

input[type="checkbox"]:checked+label:before,input[type="radio"]:checked+label:before
	{
	background-color: #212931;
	border-color: #212931;
	color: #ffffff;
}

input[type="checkbox"]:focus+label:before,input[type="radio"]:focus+label:before
	{
	border-color: #18bfef;
}

::-webkit-input-placeholder {
	color: #909498 !important;
}

:-moz-placeholder {
	color: #909498 !important;
}

::-moz-placeholder {
	color: #909498 !important;
}

:-ms-input-placeholder {
	color: #909498 !important;
}

.formerize-placeholder {
	color: #909498 !important;
}

/* Main */
#main {
	background-color: #CEE1F7;
	position: relative;
	margin: 0 auto;
	width: 85%;
	max-width: 85%;
	z-index: 2;
}

#main>* {
	padding: 4rem 4rem 2rem 4rem;
	border-top: solid 2px #eeeeee;
	margin: 0;
}

#main>*:first-child {
	border-top: 0;
}

#main>footer {
	text-align: center;
}

#main>.post {
	padding: 8rem 8rem 6rem 8rem;
}

#main>.post header.major>.date {
	margin-top: -2rem;
}

#main>.post header.major>h1,#main>.post header.major h2 {
	font-size: 4rem;
	line-height: 1.1;
	margin: 0 0 2rem 0;
}

#main>.post.featured {
	text-align: center;
}

@media screen and (max-width: 1280px) {
	#main>.post {
		padding: 6rem 4rem 4rem 4rem;
	}
}

@media screen and (max-width: 736px) {
	#main>.post {
		padding: 4rem 2rem 2rem 2rem;
	}
	#main>.post header.major>.date {
		margin-top: -1rem;
		margin-bottom: 2rem;
	}
	#main>.post header.major>h1,#main>.post header.major h2 {
		font-size: 2.5rem;
		line-height: 1.2;
		margin: 0 0 1.5rem 0;
	}
}

#main>.posts {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-align-items: -moz-stretch;
	-webkit-align-items: -webkit-stretch;
	-ms-align-items: -ms-stretch;
	align-items: stretch;
	text-align: center;
	width: 100%;
	padding: 0;
}

#main>.posts>* {
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
}

#main>.posts>* {
	width: 50%;
}

#main>.posts>* {
	padding: 4rem;
	width: 50%;
}

#main>.posts>article {
	border-color: #eeeeee;
	border-left-width: 2px;
	border-style: solid;
	border-top-width: 2px;
	text-align: center;
}

#main>.posts>article>:last-child {
	margin-bottom: 0;
}

#main>.posts>article:nth-child(2n - 1) {
	border-left-width: 0;
}

#main>.posts>article:nth-child(-n + 2) {
	border-top-width: 0;
}

@media screen and (max-width: 980px) {
	#main>.posts>* {
		width: 50%;
	}
	#main>.posts>* {
		padding: 2.5rem;
		width: 50%;
	}
}

@media screen and (max-width: 736px) {
	#main>.posts>* {
		width: 100%;
	}
	#main>.posts>* {
		padding: 2rem;
		width: 100%;
	}
	#main>.posts>article:nth-child(2n - 1) {
		border-left-width: 2px;
	}
	#main>.posts>article:nth-child(-n + 2) {
		border-top-width: 2px;
	}
	#main>.posts>article:nth-child(n) {
		border-left-width: 0;
	}
	#main>.posts>article:nth-child(-n + 1) {
		border-top-width: 0;
	}
	#main>.posts>article .image {
		max-width: 25rem;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 736px) {
	#main>* {
		padding: 2rem 2rem 0.1rem 2rem;
	}
}

@media screen and (max-width: 480px) {
	#main {
		width: 100%;
	}
}
/* Footer */
#footer {
	color: #717981;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background-color: #ADD8E6;
	color: #909498;
	cursor: default;
	position: relative;
	margin: 0 auto;
	width: calc(100% -   4rem);
	max-width: 72rem;
	z-index: 2;
}

#footer input,#footer select,#footer textarea {
	color: #717981;
}

#footer a {
	color: #717981;
	border-bottom-color: rgba(113, 121, 129, 0.5);
}

#footer a:hover {
	border-bottom-color: transparent;
	color: #18bfef !important;
}

#footer strong,#footer b {
	color: #717981;
}

#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {
	color: #717981;
}

#footer blockquote {
	border-left-color: #e2e2e2;
}

#footer code {
	background: rgba(220, 220, 220, 0.5);
	border-color: #e2e2e2;
}

#footer hr {
	border-bottom-color: #e2e2e2;
}

#footer .box {
	border-color: #e2e2e2;
}

#footer input[type="submit"],#footer input[type="reset"],#footer input[type="button"],#footer button,#footer .button
	{
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #717981;
	color: #717981 !important;
}

#footer input[type="submit"]:hover,#footer input[type="reset"]:hover,#footer input[type="button"]:hover,#footer button:hover,#footer .button:hover
	{
	box-shadow: inset 0 0 0 2px #18bfef;
	color: #18bfef !important;
}

#footer input[type="submit"].primary,#footer input[type="reset"].primary,#footer input[type="button"].primary,#footer button.primary,#footer .button.primary
	{
	background-color: #717981;
	box-shadow: none;
	color: #ADD8E6 !important;
}

#footer input[type="submit"].primary:hover,#footer input[type="reset"].primary:hover,#footer input[type="button"].primary:hover,#footer button.primary:hover,#footer .button.primary:hover
	{
	background-color: #18bfef;
}

#footer label {
	color: #717981;
}

#footer input[type="text"],#footer input[type="password"],#footer input[type="email"],#footer select,#footer textarea
	{
	border-color: #e2e2e2;
}

#footer input[type="text"]:focus,#footer input[type="password"]:focus,#footer input[type="email"]:focus,#footer select:focus,#footer textarea:focus
	{
	border-color: #18bfef;
}

#footer select {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23e2e2e2' /%3E%3C/svg%3E");
}

#footer select option {
	background-color: #ADD8E6;
	color: #717981;
}

#footer .select-wrapper:before {
	color: #e2e2e2;
}

#footer input[type="checkbox"]+label,#footer input[type="radio"]+label {
	color: #717981;
}

#footer input[type="checkbox"]+label:before,#footer input[type="radio"]+label:before
	{
	border-color: #e2e2e2;
}

#footer input[type="checkbox"]:checked+label:before,#footer input[type="radio"]:checked+label:before
	{
	background-color: #717981;
	border-color: #717981;
	color: #ADD8E6;
}

#footer input[type="checkbox"]:focus+label:before,#footer input[type="radio"]:focus+label:before
	{
	border-color: #18bfef;
}

#footer ::-webkit-input-placeholder {
	color: #b3b7bb !important;
}

#footer :-moz-placeholder {
	color: #b3b7bb !important;
}

#footer ::-moz-placeholder {
	color: #b3b7bb !important;
}

#footer :-ms-input-placeholder {
	color: #b3b7bb !important;
}

#footer .formerize-placeholder {
	color: #b3b7bb !important;
}

#footer ul.divided li {
	border-top-color: #e2e2e2;
}

#footer ul.icons li a.icon:hover:before {
	color: #18bfef;
}

#footer ul.icons.alt li .icon:before {
	box-shadow: inset 0 0 0 2px #e2e2e2;
}

#footer ul.icons.alt li a.icon:hover:before {
	box-shadow: inset 0 0 0 2px #18bfef;
}

#footer header.major .date:before,#footer header.major .date:after {
	border-top-color: #e2e2e2;
}

#footer table tbody tr {
	border-color: #e2e2e2;
}

#footer table tbody tr:nth-child(2n + 1) {
	background-color: rgba(220, 220, 220, 0.5);
}

#footer table th {
	color: #717981;
}

#footer table thead {
	border-bottom-color: #e2e2e2;
}

#footer table tfoot {
	border-top-color: #e2e2e2;
}

#footer table.alt tbody tr td {
	border-color: #e2e2e2;
}

#footer .pagination a,#footer .pagination span {
	border-color: #e2e2e2;
}

#footer .pagination a {
	color: #717981 !important;
}

#footer .pagination a:hover {
	color: #18bfef !important;
	border-color: #18bfef;
	z-index: 1;
}

#footer .pagination a:hover+a,#footer .pagination a:hover+span {
	border-left-color: #18bfef;
}

#footer .pagination a.active {
	background-color: #e2e2e2;
}

#footer .pagination span {
	color: #e2e2e2;
}

#footer>section {
	-moz-flex-basis: 50%;
	-webkit-flex-basis: 50%;
	-ms-flex-basis: 50%;
	flex-basis: 50%;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	padding: 4rem 4rem 2rem 4rem;
	border-left: solid 2px #e2e2e2;
}

#footer>section:first-child {
	border-left: 0;
}

#footer>section.split {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

#footer>section.split>section {
	padding: 3rem 4rem 1rem 4rem;
	border-top: solid 2px #e2e2e2;
}

#footer>section.split>section:first-child {
	padding: 5rem 4rem 1rem 4rem;
	border-top: 0;
}

#footer>section.split>section:last-child {
	padding: 3rem 4rem 3rem 4rem;
}

#footer>section.split.contact>section {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 3.15rem 4rem;
}

#footer>section.split.contact>section>* {
	margin-bottom: 0;
}

#footer>section.split.contact>section>:first-child {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	width: 6rem;
}

#footer>section.split.contact>section>:last-child {
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

#footer>section.split.contact>section:first-child {
	padding: 4rem 4rem 3rem 4rem;
}

#footer>section.split.contact>section:last-child {
	padding: 3rem 4rem 4rem 4rem;
}

#footer>section.split.contact>section.alt {
	-moz-align-items: -moz-flex-start;
	-webkit-align-items: -webkit-flex-start;
	-ms-align-items: -ms-flex-start;
	align-items: flex-start;
}

#footer>section.split.contact>section.alt>:last-child {
	margin-top: -0.325rem;
}

#footer form label,#footer h3,#footer p {
	font-size: 0.8rem;
}

@media screen and (max-width: 980px) {
	#footer {
		display: block;
	}
	#footer>section {
		border-top: solid 2px #e2e2e2;
	}
	#footer>section:first-child {
		border-top: 0;
	}
	#footer>section.split>section {
		padding: 4rem 4rem 2rem 4rem;
	}
	#footer>section.split>section:first-child {
		padding: 4rem 4rem 2rem 4rem;
	}
	#footer>section.split>section:last-child {
		padding: 4rem 4rem 2rem 4rem;
	}
	#footer>section.split.contact>section {
		padding: 4rem;
	}
	#footer>section.split.contact>section:first-child {
		padding: 4rem;
	}
	#footer>section.split.contact>section:last-child {
		padding: 4rem;
	}
	#footer form label,#footer h3,#footer p {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 736px) {
	#footer>section {
		padding: 2rem 2rem 0.1rem 2rem;
	}
	#footer>section.split>section {
		padding: 2rem 2rem 0.1rem 2rem;
	}
	#footer>section.split>section:first-child {
		padding: 2rem 2rem 0.1rem 2rem;
	}
	#footer>section.split>section:last-child {
		padding: 2rem 2rem 0.1rem 2rem;
	}
	#footer>section.split.contact>section {
		padding: 2rem;
	}
	#footer>section.split.contact>section:first-child {
		padding: 2rem;
	}
	#footer>section.split.contact>section:last-child {
		padding: 2rem;
	}
}

@media screen and (max-width: 480px) {
	#footer {
		width: 100%;
	}
}

#copyright {
	color: #ffffff;
	position: relative;
	color: rgba(255, 255, 255, 0.25);
	cursor: default;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.075em;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	margin: 4rem auto 8rem auto;
	width: calc(100% -   4rem);
	max-width: 72rem;
	z-index: 2;
}

#copyright input,#copyright select,#copyright textarea {
	color: #ffffff;
}

#copyright a {
	color: #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

#copyright a:hover {
	border-bottom-color: transparent;
	color: #18bfef !important;
}

#copyright strong,#copyright b {
	color: #ffffff;
}

#copyright h1,#copyright h2,#copyright h3,#copyright h4,#copyright h5,#copyright h6
	{
	color: #ffffff;
}

#copyright blockquote {
	border-left-color: #ffffff;
}

#copyright code {
	background: rgba(255, 255, 255, 0.075);
	border-color: #ffffff;
}

#copyright hr {
	border-bottom-color: #ffffff;
}

#copyright a {
	color: inherit;
	border-bottom-color: inherit;
}

#copyright ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#copyright ul li {
	border-left: solid 2px;
	display: inline-block;
	line-height: 1;
	margin-left: 1rem;
	padding-left: 1rem;
}

#copyright ul li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

@media screen and (max-width: 1280px) {
	#copyright {
		margin: 4rem auto;
	}
}

@media screen and (max-width: 480px) {
	#copyright ul li {
		border-left: 0;
		margin: 1rem 0 0 0;
		padding-left: 0;
		display: block;
	}
	#copyright ul li:first-child {
		margin-top: 0;
	}
}
output {
    display: inline;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9rem;
	margin: 0 0 2rem 0;
}

pre code {
	display: block;
	line-height: 1.75;
	padding: 1rem 1.5rem;
	overflow-x: auto;
}
/* Actions */
ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1rem;
	padding-left: 0;
	
}

ul.actions li {
	padding: 0 0 0 1rem;
	vertical-align: middle;
	height: 100rem;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1.3rem 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% +   1rem);
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li>* {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

@media screen and (max-width: 480px) {
	ul.actions:not (.fixed ) {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}
	ul.actions:not (.fixed ) li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 1rem 0 0 0;
		text-align: center;
		width: 100%;
	}
	ul.actions:not (.fixed ) li>* {
		width: 100%;
	}
	ul.actions:not (.fixed ) li:first-child {
		padding-top: 0;
	}
	ul.actions:not (.fixed ) li input[type="submit"],ul.actions:not (.fixed
		) li input[type="reset"],ul.actions:not (.fixed ) li input[type="button"],ul.actions:not
		(.fixed ) li button,ul.actions:not (.fixed ) li .button {
		width: 100%;
	}
	ul.actions:not (.fixed ) li input[type="submit"].icon:before,ul.actions:not
		(.fixed ) li input[type="reset"].icon:before,ul.actions:not (.fixed ) li input[type="button"].icon:before,ul.actions:not
		(.fixed ) li button.icon:before,ul.actions:not (.fixed ) li .button.icon:before
		{
		margin-left: -0.5rem;
	}
}

/* Icons */
ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 0.5rem 0 0;
	vertical-align: middle;
}

ul.icons li:last-child {
	padding-right: 0;
}

ul.icons li .icon:before {
	width: 2.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	font-size: 1.25rem;
}

ul.icons.alt li .icon:before {
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s
		ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s
		ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s
		ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s
		ease-in-out;
	-ms-transition: color 0.2s ease-in-out, background-color 0.2s
		ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s
		ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
		border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	font-size: 1rem;
}

/* List */
ol {
	list-style: decimal;
	margin: 0 0 2rem 0;
	padding-left: 1.25rem;
}

ol li {
	padding-left: 0.25rem;
}

ul {
	list-style: disc;
	margin: 0 0 2rem 0;
	padding-left: 1rem;
}

ul li {
	padding-left: 0.5rem;
}

ul.divided {
	list-style: none;
	padding-left: 0;
}

ul.divided li {
	border-top: solid 1px;
	padding: 0.5rem 0;
}

ul.divided li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2rem 0;
}

dl dt {
	display: block;
	font-weight: 600;
	margin: 0 0 1rem 0;
}

dl dd {
	margin-left: 2rem;
}

ul.divided li {
	border-top-color: #eeeeee;
}

ul.icons li a.icon:hover:before {
	color: #18bfef;
}

ul.icons.alt li .icon:before {
	box-shadow: inset 0 0 0 2px #eeeeee;
}

ul.icons.alt li a.icon:hover:before {
	box-shadow: inset 0 0 0 2px #18bfef;
}

