/* --------------------------------------------
   global settings
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	/* font-family: inherit;
	font-size: inherit;
	font-weight: inherit; */
}

body {
	/* font-family: arial, sans-serif; */
    /* background: linear-gradient(
        180deg,
        #ec502e 34px,
        rgba(255, 255, 255, 1.0) 34px
    ), no-repeat 0 0 !important; */
	margin: 0px !important; 
	background-image: url("../images/background-5px.gif");
	background-repeat: repeat-x;
}

@media (max-width: 980px) {
	body {  /* dp fix this for mobile reset back to 37 */
		background: linear-gradient(
			180deg,
			#ec502e 37px,
			rgba(255, 255, 255, 1.0) 37px
		), no-repeat 0 0 !important;
	}
}

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline;
}

/* --------------------------------------------
   bullets
----------------------------------------------- */

/* posts */
.body-text-all ul {
	list-style-type:disc;
	list-style:disc !important;
}

.body-text-all ul li {
	margin-left: 20px;
	list-style: disc;
}

.body-text-all ol {
	list-style-type:decimal;
	list-style:decimal !important;
}

.body-text-all ol li {
	margin-left: 20px;
	list-style: decimal;
}

/* pages */
.body-text-page ul {
	list-style-type:disc;
	list-style:disc !important;
}

.body-text-page ul li {
	margin-left: 40px;
	list-style: disc;
}

.body-text-page ol {
	list-style-type:decimal;
	list-style:decimal !important;
}

.body-text-page ol li {
	margin-left: 20px;
	list-style: decimal;
}

/* --------------------------------------------
   
----------------------------------------------- */
@font-face {
  font-family: 'Lyon Display Web';
  src: url('../fonts/LyonDisplay-MediumItalic-Web.eot');
  src: url('../fonts/LyonDisplay-MediumItalic-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/LyonDisplay-MediumItalic-Web.woff2') format('woff2'),
       url('../fonts/LyonDisplay-MediumItalic-Web.woff') format('woff');
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}

.LyonDisplay-MediumItalic-Web {
  font-family: 'Lyon Display Web';
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Lyon Display Web';
  src: url('../fonts/LyonDisplay-Medium-Web.eot');
  src: url('../fonts/LyonDisplay-Medium-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/LyonDisplay-Medium-Web.woff2') format('woff2'),
       url('../fonts/LyonDisplay-Medium-Web.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

.LyonDisplay-Medium-Web {
  font-family: 'Lyon Display Web';
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Lyon Text Web';
  src: url('../fonts/LyonText-RegularNo2-Web.eot');
  src: url('../fonts/LyonText-RegularNo2-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/LyonText-RegularNo2-Web.woff2') format('woff2'),
       url('../fonts/LyonText-RegularNo2-Web.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

.LyonText-RegularNo2-Web {
  font-family: 'Lyon Text Web';
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Lyon Text Web';
  src: url('../fonts/LyonText-RegularNo2Italic-Web.eot');
  src: url('../fonts/LyonText-RegularNo2Italic-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/LyonText-RegularNo2Italic-Web.woff2') format('woff2'),
       url('../fonts/LyonText-RegularNo2Italic-Web.woff') format('woff');
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}

.LyonText-RegularNo2Italic-Web {
  font-family: 'Lyon Text Web';
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-BoldItalic-Web.eot');
  src: url('../fonts/Graphik-BoldItalic-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Graphik-BoldItalic-Web.woff2') format('woff2'),
       url('../fonts/Graphik-BoldItalic-Web.woff') format('woff');
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}

.Graphik-BoldItalic-Web {
  font-family: 'Graphik Web';
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}


@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Bold-Web.eot');
  src: url('../fonts/Graphik-Bold-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Graphik-Bold-Web.woff2') format('woff2'),
       url('../fonts/Graphik-Bold-Web.woff') format('woff');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}

.Graphik-Bold-Web {
  font-family: 'Graphik Web';
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}

/* --------------------------------------------
   
----------------------------------------------- */
#container {
	max-width: 1100px;
	margin: 0 auto;
}

@media screen and (min-width: 801px) and (max-width: 1100px) {
	#container {
		margin: 0px 20px 0px 20px;
	}
}

/* --------------------------------------------
   
----------------------------------------------- */
#nav-mobile {
	display: none;
}

@media (max-width: 980px) {
	#nav-mobile {
		display: block;
		position: relative;
		z-index: 200;
	}
}

#nav-mobile-hamburger {
	color: #fff;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 16px !important;
	text-decoration: none !important;
}

#nav-mobile div.menu {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 100%;
	background: #ec502e;
	padding-bottom: 20px;
	font-family: "Graphik Web", Arial, sans-serif !important;
	display: none;
	z-index: 10;
}

#nav-mobile ul {

}

#nav-mobile ul.sub {
	margin-top: 20px;
}

#nav-mobile ul li {
	padding-left: 20px;
	font-family: "Graphik Web", Arial, sans-serif !important;
	margin-bottom: 0px !important;
}

#nav-mobile ul.main li {
	border-bottom: 1px solid #fff;
}

#nav-mobile ul.main li:first-child {
	border-top: 1px solid #fff;
}

#nav-mobile ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
	font-family: "Graphik Web", Arial, sans-serif !important;
}

#nav-mobile ul.main li a {
	font-size: 24px;
	line-height: 60px;
}

#nav-mobile ul.sub li a {
	line-height: 40px;
	font-family: "Graphik Web", Arial, sans-serif !important;
}

/* --------------------------------------------
   
----------------------------------------------- */
#search-container {
	height: 34px;
	margin-bottom: 25px;  /* was 28 */
}

#search {
	float: right;
	margin-top: 7px;
	border-bottom: 1px solid #fff;
}

@media (max-width: 980px) {
	#search {
		display: none;
	}
}

#search input, #search button {
	float: left;
}

#search input {
	background: none;
	border: 0;
	width: 333px;  /* DP */
	font-family: "Lyon Text Web", serif !important;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: normal;
	color: #fff;
	outline: none;
	padding: 0px;
	margin-bottom: -2px;
}

@-moz-document url-prefix() {
	#search input {
		width: 339px;
	}
}

#search button {
	background: none;
	border: 0;
	color: #fff;
	transform: scaleX(-1) rotate(180deg);
	font-size: 22px;
	line-height: 22px;
	font-weight: 400 !important;
	margin-bottom: -1px !important;
}

/* --------------------------------------------
   
----------------------------------------------- */
#header {
	overflow: hidden;
	margin-bottom: 17px;  /* DP */
}

@media screen and (min-width: 801px) and (max-width: 980px) {
	#header {
    margin-bottom: 10px;
	}
}

@media (max-width: 800px) {
	#header {
    margin-bottom: 10px;
	}
}

@media (max-width: 500px) {
	#header {
    margin-bottom: 12px;
	}
}

#header img#logo {
	width: 66%;
	max-width: 663px;  /* DP */
    padding-bottom: 19px;  /* DP */
}

@media screen and (min-width: 981px) and (max-width: 1086px) {
	#header img#logo {
		width: 60%;
		max-width: 625px;  /* DP */
	}
}

@media screen and (min-width: 801px) and (max-width: 980px) {
	#header img#logo {
		width: 60%;
		max-width: 625px;  /* DP */
    	padding-bottom: 2px;  /* DP */
	}
}

@media (max-width: 800px) {
	#header img#logo {
		display: none;
	}
}

@media (min-width: 801px) {
	#header img#logo-mobile {
		display: none;
	}
}

@media (max-width: 800px) {
	#header img#logo-mobile {
		width: 50%;
    	max-width: 220px;
		margin-left: 20px;
		margin-bottom: 2px;
	}
}

#nav-highlights {
	float: left;
	clear: left;
	font-family: "Graphik Web", Arial, sans-serif !important;
	font-size: 16px;
	margin-bottom: 0px !important;
	
}

@media screen and (min-width: 981px) and (max-width: 1050px) {
	#nav-highlights {
		font-family: "Graphik Web", Arial, sans-serif !important;
		font-size: 14px;
		line-height: 22px;
	}
}

@media screen and (min-width: 801px) and (max-width: 980px) {
	#nav-highlights {
		display: none;
	}
}

@media (max-width: 800px) {
	#nav-highlights {
		display: none;
	}
}

#nav-highlights li {
	float: left;
	margin-right: 27px;
	font-family: "Graphik Web", Arial, sans-serif !important;
	font-size: 16px;
    font-weight: bold;
}

#nav-highlights li a {
	color: #000;
	font-family: "Graphik Web", Arial, sans-serif !important;
	font-size: 16px;
}

#nav-highlights li a:hover {
	text-decoration: underline !important;
}

@media screen and (min-width: 981px) and (max-width: 1050px) {
	#nav-highlights li {
		font-family: "Graphik Web", Arial, sans-serif !important;
		font-size: 14px;
	}
	
	#nav-highlights li a {
		font-family: "Graphik Web", Arial, sans-serif !important;
		font-size: 14px;
	}
}

#tagline {
	float: right;
	padding-top: 6px;  /* DP */
}

@media screen and (min-width: 801px) and (max-width: 980px) {
	#tagline {
		float: none;
		clear: left;
		padding-top: 4px;  /* DP */
	}
}

@media (max-width: 800px) {
	#tagline {
		float: none;
		clear: left;
		padding-top: 2px;
	}
}

#tagline p {
	float: left;
	font-family: "Lyon Text Web", serif !important;
	font-size: 19px;
	letter-spacing: -.1px;
	font-style: italic;
	color: #666;
	margin-top: 1px;
}

@media screen and (min-width: 801px) and (max-width: 980px) {
	#tagline p {
		font-size: 17px;
		font-style: normal;  /* DP */
		margin-top: -1px;
	}
}

@media (max-width: 800px) {
	#tagline p {
		font-size: 17px;
		font-style: normal;  /* DP */
		margin-left: 20px;
		margin-top: -2px;
	}
}

#tagline a {
	float: left;
	font-family: "Graphik Web", Arial, sans-serif !important;
	background: #ec502e;
	color: #fff;
	font-size: 10px;
    font-weight: bold;
	padding: 6px 12px;
	text-transform: uppercase;
	margin-left: 107px;
	margin-top: 2px;
	text-decoration: none;
}

#tagline a:hover {
	background: #d44020;
}

@media (max-width: 980px) {
	#tagline a {
		display: none;
	}
}

#nav-meta {
	float: right;
	font-family: "Graphik Web", Arial, sans-serif !important;	
	margin: -2px 0px 0px 0px !important;
}

@media screen and (min-width: 801px) and (max-width: 980px) {
	#nav-meta {
		display: none;
	}
}

@media (max-width: 800px) {
	#nav-meta {
		display: none;
	}
}

#nav-meta li {
	float: left;
	margin-left: 17px;  /* DP was 16 */
	font-family: "Graphik Web", Arial, sans-serif !important;
}

#nav-meta li a {
	font-size: 10px;
	color: #000;
	font-family: "Graphik Web", Arial, sans-serif !important;
    font-weight: bold;
}

#nav-meta li a:hover {
	text-decoration: underline !important;
}

/* --------------------------------------------
   
----------------------------------------------- */
.module-row {
	overflow: hidden;
}

.module {
	border-top: 8px solid #000;
	overflow: hidden;
	margin-bottom: 0px !important;
}

@media (max-width: 800px) {
	.module {
		border-top: 12px solid #000;
		padding: 0 20px;
	}
	
	.module-media {
		overflow: visible;
	}
}

/* --------------------------------------------
   tweaks on 2015 styles
----------------------------------------------- */

.container-fluid {
	max-width: 1250px;
}

ul.page-numbers {
    margin-left: 0px;  /* for stacks pagination */
}

#stack {
    background-color: #ffffff;
}


/* --------------------------------------------
   
----------------------------------------------- */

.gtc-list li {
    list-style: none;
	/* list-style: decimal; */
    margin-bottom: 18px;
	/* margin-left: 18px; */
}

.gtc-list li:first-child {
    padding-top: 20px;
}

.gtc-list li:not(:first-child) {
    /* border-top-color: #999; */
	border-top: 1px solid #999;
    padding-top: 20px;
}

.gtc-list li a {
	font-family: 'Stag Web', 'American Typewriter', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	color: #333;
}

.gtc-list li a:hover {
	text-decoration: none;
	color: #99826b;
}




