html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a {text-decoration: none; }
a:link {text-decoration: none}
a:hover {text-decoration: none; }
a:visited {text-decoration: none; }
a:active {text-decoration: none; }
a img {border: 0; }


#Nav p {
	align-content: center;
}

#WholePage {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#WholePage p {
	margin: 0rem 0rem 0rem 0rem;
	height: 100%;
}

#Title p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
/*	padding-top: 1rem;
	padding-bottom: 0rem; */
	}

#TopCopy p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-top: 0rem;
	margin-bottom: 0rem;
}

#LeftRightParent p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-top: 0rem;
	margin-bottom: 1rem;
}

#LeftCopy {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#LeftCopy p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	list-style-position: outside;
	margin-top: 0rem;
	margin-bottom: 0rem;
}

#RightCopy p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-top: 0rem;
	margin-bottom: 0rem;
}

#BottomCopy p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-top: 0rem;
	margin-bottom: 0rem;
}

#Footer p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.WholePage-M {
	width: 100%;
	background-color: #ffffff;
}

.WholePage-M ul {
	margin-top: 0rem;
	margin-left: -1.5rem;
	list-style-position: outside;
}

.WholePage-M ul li {
  color: #000000; 
  list-style: none; 
  margin: 0 0 .75rem 1.1225rem;
  padding: 0;
  position: relative;
}

.WholePage-M ul li::before {
  color: #005581;  
  content: "\25C8"; 
  display: inline-block;
  font-size: 1em; 
  margin: 0 0 .75rem -1.5rem;
  position: absolute;
}

.WholePage-M a:link {
	color: #005581;
	font-weight: bold;
	text-decoration: none;
}

.WholePage-M a:visited {
	color: #005581;
	font-weight: bold;
	text-decoration: none;
}

.WholePage-M a:active {
	color: #005581;
	font-weight: bold;
	text-decoration: none;
}

.WholePage-M a:hover {
	color: #005581;
	text-decoration: underline;
	font-weight: bold;
	/*color: #f6ce5f; */
	/*background-color: #005581; */
}

.Title-M {
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	align-items: center;
	color: #005581; /*This is Blue */
	/*color: #B31F24; This is Red */
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.5rem;
	font-weight: bold;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

.TopCopy-M {
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding-top: 0rem;
	padding-bottom: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.TopCopy-M img {
	align-content: center;
	align-items: center;
	max-width: 80%;
}

.LeftRightParent-M {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0rem 0rem 0rem 0rem;
	margin: 0rem 0rem 0rem 0rem;
	background-color: #ffffff;
}

.LeftCopy-M {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding-top: 0rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 0.5rem;
}

.LeftCopy-M img {
	text-align: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	max-width: 50%;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.RightCopy-M {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding-top: 0rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 0.5rem;
	}

.RightCopy-M img {
	align-content: center;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	max-width: 50%;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.BottomCopy-M {
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding-top: 0rem;
	padding-bottom: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.BottomCopy-M img {
	align-content: center;
	align-items: center;
	max-width: 90%;
}

.Footer-M {
	display: block;
	box-sizing: border-box;
	width: 100%;
	align-content: center; 
	align-items: center; 
	text-align: center;
	position: relative;
	padding-top: 1rem;
	padding-bottom: 0rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.Footer-M img {
	align-content: center;
	align-items: center;
	max-width: 90%;
	padding: .5rem 0rem .5rem 0rem;
}

.ImageCentered-M {
	text-align: center; 
	align-content: center;
	align-self: center;
	margin-left: 0rem; 
	margin-right: 0rem; 
	margin-top: 0rem; 
	margin-bottom: 0rem; 
	padding: 0rem 0rem 0rem 0rem; 
	vertical-align: middle;
}

img.ImageCentered-M {
	text-align: center;
	align-content: center;
	align-self: center;
	margin-left: 0rem; 
	margin-right: 0rem; 
	margin-top: 0rem; 
	margin-bottom: 0rem; 
	padding: 0rem 0rem 0rem 0rem; 
	vertical-align: middle;
}

.SubTitle-M, .entry-title {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.3rem;
	color: #005581; /*This is Blue */
	/*color: #B31F24; This is Red */
	text-align: center;
	font-weight: bold;
	padding-bottom: .75rem;
	}
	
.SubCaption-M, .entry-meta {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.125rem;
	color: #005581; /*This is Blue */
	text-align: center;
	font-style: italic;
	padding-bottom: .75rem;
	}

.BodyText-M, .entry-content {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1rem;
	color: #000000;
	text-align: inherit;
	font-weight: normal;
	padding-bottom: 1rem;
	}

.BodyText-M, .entry-content p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1rem;
	color: #000000;
	text-align: inherit;
	font-weight: normal;
	padding-bottom: 1rem;
	}

.BodyText-M a:link {
	color: #005581;
	font-weight: bold;
	text-decoration: none;
}

.BodyText-M a:visited {
	color: #005581;
	font-weight: bold;
	text-decoration: none;
}

.BodyText-M a:active {
	color: #f6ce5f;
	font-weight: bold;
	text-decoration: none;
}

.BodyText-M a:hover {
	/*color: #f6ce5f;*/
	color: #005581;
	font-weight: bold;
	text-decoration: underline;
}

img.BodyText-M {
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; margin-top: 0px; margin-bottom: 0px; padding:0px 0px 0px 0px; vertical-align: middle;
	max-width: 90%
	}

.CenteredText-M {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1rem;
	color: #000000;
	text-align: center;
	font-weight: normal;
	list-style-position: outside;
	padding-bottom: .5rem;
	}

.CenteredText-M a:link {
	color: #005581;
	font-weight: bold;
	text-decoration: none;
}

.CenteredText-M a:visited {
	color: #005581;
	font-weight: bold;
	text-decoration: none;
}

.CenteredText-M a:active {
	color: #f6ce5f;
	font-weight: bold;
	text-decoration: none;
}

.CenteredText-M a:hover {
	/*color: #f6ce5f;*/
	color: #005581;
	font-weight: bold;
	text-decoration: underline;
}


/* Everything below here is for navigation */

@font-face {
	font-family: "icon-font";
	src: url('../fonts/icon-font.eot');
	src: url('../fonts/icon-font.eot?#iefix') format('eot'), url('../fonts/icon-font.woff') format('woff'), url('../fonts/icon-font.ttf') format('truetype'), url('../fonts/icon-font.svg#icon-font') format('svg');
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
header h1:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
	font-family: "icon-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
}

.icon-desktop:before {
	content: "\E001";
}

.icon-menu-close:before {
	content: "\E002";
}

.icon-menu:before {
	content: "\E003";
}

.icon-mobile:before {
	content: "\E004";
}

.icon-submenu-down:before {
	content: "\E005";
}

.icon-submenu-right:before {
	content: "\E006";
}

.icon-world:before {
	content: "\E007";
}

.nav-lock-scroll {
	overflow: hidden;
}

.nav {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	overflow-x: hidden;
	overflow-y: auto;
}

.nav ul {
	display: block;
	position: relative;
	zoom: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	display: block;
	position: relative;
}

body {
	padding-top: 0px;
}

header {
	display: flex;
	align-items: center;
	align-content: center;
	text-align: center;
	background-image: url("images/WebBanner3.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	min-height: 100px;
	background-size: auto 100%;
	max-height: 100px;
}

.nav-button,
.nav-close {
	position: fixed;
	top: 0;
	width: 2.4rem;
	height: 2.4rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 2.3rem;
	background: #005581;
	color: #ffffff;
}

.nav-button:before,
.nav-close:before {
	display: block;
	text-align: center;
}

.nav-button {
	display: block;
	right: 1rem;
	font-size: 1.7rem;
}

.nav-button:before {
	content: "\E003";
}

.nav-close {
	display: none;
	right: 4rem;
	font-size: 1.9rem;
}

.nav-close:before {
	content: "\E002";
}

.nav {
	padding-top: 2.4rem;
	line-height: 2.4rem;
	background: #005581;
	color: #ffffff;
	text-align: center;
	}

.nav ul {
	border-radius: 0 0 6px 6px;
	background: #005581;
}

.nav ul ul {
	background: #005581;
}

.nav ul ul ul {
	background: #005581;
}

.nav ul ul ul ul {
	background: #005581;
}

.nav ul ul ul ul ul {
	background: #005581;
}

.nav li {
	border-top: 1px solid #59544F;
	cursor: pointer;
}

.nav li:hover > a,
.nav li.nav-active > a {
	color: #f6ce5f;
	background: #005581;
}

.nav .nav-submenu > ul {
	margin-left: 10px;
}

.nav .nav-submenu > a {
	padding-right: 30px !important;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	border-radius: 6px;
	padding: 0 15px 1px;
	color: #ffffff;
	text-decoration: none;
}

.nav .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 1px;
	content: "\E005";
}



/* Check for large screen */

@media only screen and (min-width: 960px) {


.WholePage {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 100vh;
	background-color: #005581;
	/* background-color: #FBC74C; */
	/*display: inline-block;*/
	margin: 0 0 0 0;
	padding: 0 3.5rem 10rem 3.5rem; /*Dropping height and putting bottom padding at 10rem works too */
}	

.WholePage ul {
	margin-top: 0rem;
	margin-left: .5rem;
	list-style-position: outside;
}

.WholePage ul li {
  color: #000000; 
  list-style: none; 
  margin: 0em 0 .75rem .75rem;
  padding: 0;
  position: relative;
}

 .WholePage ul li::before {
  color: #005581;  
  content: "\25C8"; 
  display: inline-block;
  font-size: 1em; 
  margin: 0em 0 .75rem -1.5rem;
  position: absolute;
}	

.WholePage a:link {
	color: #005581;
	font-weight: bold;
	text-decoration: none;
}

.WholePage a:visited {
	color: #005581;
	font-weight: bold;
	text-decoration: none;
}

.WholePage a:active {
	color: #005581;
	font-weight: bold;
	text-decoration: none;
}

.WholePage a:hover {
	color: #005581;
	text-decoration: underline;
	font-weight: bold;
	/*color: #f6ce5f; */
	/*background-color: #005581; */
}
	
.Title {
	display: block;
	box-sizing: border-box;
	width: 100%;
	background-color: #FFFFFF;
	/* background-color: #31BD5E; */
	text-align: center;
	align-items: center;
	color: #005581; /*This is Blue */
	/*color: #B31F24; This is Red */
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.5rem;
	font-weight: bold;
	padding-top: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
}

.TopCopy {
	display: block;
	box-sizing: border-box;
	width: 100%;
	background-color: #FFFFFF;
	/* background-color: #F1F121; */
	text-align: left;
	padding-top: 0rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1rem;
}

.TopCopy img {
	align-content: center;
	align-items: center;
	max-width: 800px;
}

.LeftRightParent {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	background-color: #FFFFFF;
	/* background-color: #cccccc; */
	padding: 0rem 0rem 0rem 0rem;
	margin: 0rem 0rem 0rem 0rem;
}

.LeftCopy {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	background-color: #FFFFFF;
	/* background-color: #D77273; */
	padding-top: 0rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1rem;
	margin: 0rem 0rem 0rem 0rem;
}

.LeftCopy img {
	align-content: center;
	align-items: center;
	text-align: center;
	align-self: center;
	vertical-align: middle;
	position: relative;
	max-width: 80%;
}
	
.RightCopy {
	float: right;
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	background-color: #FFFFFF;
	/* background-color: #1E6EF5; */
	padding-top: 0rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1rem;
	margin: 0rem 0rem 0rem 0rem;
}

.RightCopy img {
	align-content: center;
	align-items: center;
	text-align: center;
	align-self: center;
	vertical-align: middle;
	position: relative;
	max-width: 80%;
}

.BottomCopy {
	display: block;
	box-sizing: border-box;
	width: 100%;
	background-color: #FFFFFF;
	/* background-color: #75F1F5; */
	text-align: left;
	padding-top: 0rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1rem;
}

.BottomCopy img {
	align-content: center;
	align-items: center;
	max-width: 800px;
}

.Footer {
	display: block;
	box-sizing: border-box;
	width: 100%;
	background-color: #FFFFFF;
	/* background-color: #D484EA; */
	align-content: center; 
	align-items: center; 
	text-align: center;
	position: relative;
	padding-top: 0rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1rem;
}

.Footer img {
	align-content: center;
	align-items: center;
	max-width: 800px;
	padding: .5rem 0rem .5rem 0rem;
}

.ImageCentered {
	text-align: center; 
	align-content: center;
	align-self: center;
	margin-left: 0rem; 
	margin-right: 0rem; 
	margin-top: 0rem; 
	margin-bottom: 0rem; 
	padding: 0rem 0rem 0rem 0rem; 
	vertical-align: middle;
}

img.ImageCentered {
	text-align: center; 
	align-content: center;
	align-self: center;
	margin-left: 0rem; 
	margin-right: 0rem; 
	margin-top: 0rem; 
	margin-bottom: 0rem; 
	padding: 0rem 0rem 0rem 0rem; 
	vertical-align: middle;
}

.SubTitle, .entry-title {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.3rem;
	color: #005581; /*This is Blue */
	/*color: #B31F24; This is Red */
	text-align: center;
	font-weight: bold;
	padding-bottom: .75rem;
	}	
	
.SubCaption, .entry-meta {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.125rem;
	color: #005581; /* This is Blue */
	text-align: center;
	font-style: italic;
	padding-bottom: .75rem;
	}

.BodyText, .entry-content {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1rem;
	color: #000000;
	text-align: inherit;
	font-weight: normal;
	list-style-position: outside;
	padding-bottom: 1rem;
	}
	
.BodyText, .entry-content p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1rem;
	color: #000000;
	text-align: inherit;
	font-weight: normal;
	list-style-position: outside;
	padding-bottom: 1rem;
	}
	
img.BodyText {
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; margin-top: 0px; margin-bottom: 0px; padding:0px 0px 0px 0px; vertical-align: middle;
	max-width: 90%
	}	

.CenteredText {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1rem;
	color: #000000;
	text-align: center;
	font-weight: normal;
	list-style-position: outside;
	padding-bottom: 1rem;
	}

.CenteredText a:link {
	color: #005581;
	font-weight: bold;
	text-decoration: none;
}

.CenteredText a:visited {
	color: #005581;
	font-weight: bold;
	text-decoration: none;
}

.CenteredText a:active {
	color: #f6ce5f;
	font-weight: bold;
	text-decoration: none;
}

.CenteredText a:hover {
	/*color: #f6ce5f;*/
	color: #005581;
	font-weight: bold;
	text-decoration: underline;
}

/* Navigation */

  header {
    background-image: url("images/WebBanner.png");
	background-size: auto 100%;
	background-color: #ffffff;
	max-height: 100px;
	text-align: center;
	align-content: center;
	align-items: center;
  }

	
.nav {
	display: block;
	position: relative;
	bottom: auto;
	overflow: visible;
}

.nav li {
	position: relative;
	white-space: nowrap;
}

.nav > ul > li {
	display: inline-block;
}

.nav ul {
	display: block;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 901;
}

.nav ul ul ul {
	top: 5px;
	left: 95%;
	z-index: 902;
}

.nav ul ul ul ul {
	z-index: 903;
}

.nav ul ul ul ul ul {
	z-index: 904;
}

.nav ul ul li.nav-left > ul {
	left: auto;
	right: 95%;
}

.nav-no-js .nav li:hover > ul {
	display: block;
}


body {
	padding: 0 !important;
}

.nav-button {
	display: none;
}

.nav {
	padding: 0 !important;
}

.nav > ul > li {
	border-top: none;
}

.nav li > ul {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.nav ul ul ul {
	border-radius: 0 6px 6px 6px;
}

.nav ul ul ul li:first-child {
	border-top: none;
}

.nav .nav-left > ul {
	border-radius: 6px 0 6px 6px;
}

.nav .nav-submenu li {
	min-width: 110px;
}

.nav .nav-submenu > ul {
	margin: 0;
}

.nav > ul > .nav-submenu > a:after {
	content: "\E005";
}

.nav .nav-submenu > a:after {
	content: "\E006";
}

}

@media only screen and (max-width: 959px) {

.nav-no-js .nav-button:hover + .nav,
.nav-no-js .nav:hover,
.nav-no-js .nav-button:hover + .nav + .nav-close,
.nav-no-js .nav:hover + .nav-close {
	display: block;
}

}





/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
