/* -- Global Styles -- */

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: GillSansMTStd-Medium, arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

a {
	outline: none;
	color: #5B87DA;
	text-decoration: none;
	transition: color .2s;
}

a:hover {
	color: #003D69;
}

::selection {
	background: #5B87DA;
	color: #FFF;
}

::-moz-selection {
	background: #5B87DA;
}

p {
	margin: 30px 0;
}

img {
	border: 0;
}

object {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	outline: none;
}

blockquote {
	margin: 20px 10%;
	font-size: 26px;
	line-height: 36px;
	font-style: italic;
}

blockquote:before {
	content: "“";
	position: absolute;
	margin-left: -35px;
	margin-top: 5px;
	width: 30px;
	font-size: 42px;
	font-family: times;
}

.indent {
	margin-left: 10%;
}


/* -- Forms -- */

form {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	font-family: GillSansMTStd-Medium, arial, sans-serif;
	font-size: 20px;
	padding-bottom: 5px;
}

label span {
	color: #AAA;
}

input,
textarea {
	outline: none;
}

input.input,
textarea.textarea {
	width: 96%;
	height: 21px;
	margin: 0;
	padding: 15px 2%;
	font-family: GillSansMTStd-Medium, arial, sans-serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 20px;
	border: 1px solid #AAA;
	border-radius: 4px;
	background: #FFF;
}

textarea.textarea {
	height: 100px;
	overflow: auto;
}

.autocomplete {
	position: relative;
	overflow: visible;
}

.autocomplete .list {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 100%;
	max-height: 200px;
	margin-top: 2px;
	overflow: auto;
	font-size: 14px;
	background: #FFF;
	border: 2px solid #E4E4E4;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.autocomplete .list a {
	display: block;
	padding: 10px 5px 10px 15px;
	color: #000;
}

.autocomplete .list a.selected,
.autocomplete .list a:hover {
	color: #FFF;
	background: #FF7C00;
}

.form {
	text-align: center;
	padding: 0 20px;
}

.form .main {
	max-width: 700px;
	margin: auto;
	text-align: left;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 22px;
	line-height: 30px;
}

.form .main select {
	width: 100%;
	font-family: GillSansMTStd-Medium, arial, sans-serif;
	font-weight: normal;
	font-size: 19px;
}


/* -- Blocks -- */

.block,
.left,
.right,
.clear,
.autoclear {
	display: block;
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.photo {
	margin: 10px 0 20px 0;
}

.photo img {
	display: block;
}

.photo-left {
	float: left;
	clear: both;
	margin: 10px 20px 20px 0;
}

.photo-left img {
	display: block;
}

.photo-right {
	float: right;
	clear: both;
	margin: 10px 0 20px 20px;
}

.photo-right img {
	display: block;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.autoclear {
	width: 100%;
	overflow: hidden;
}

.center {
	text-align: center;
}

.hidden {
	display: none !important;
}

.small {
	font-size: 80%;
}

.mobile {
	display: none;
}

.caption {
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	font-family: GillSansMTStd-Medium, arial, sans-serif;
}

/* -- Messages -- */

.flash-success,
.flash-error,
.flash-warning,
.flash-notice {
	display: block;
	padding: 10px;
	margin: 0 0 40px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFF;
	background: #B40938;
}

.flash-success {
	background: #5A87C5;
}

.none-found {
	text-align: center;
	padding: 30px 0;
	font-weight: bold;
}


#popup {
	max-width: 600px;
	padding: 20px;
	margin: 20px;
	background: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	border-radius: 6px;
}



/* -- Wrapper -- */

#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	text-align: center;
}



/* -- Header -- */

#header {
	position: relative;
	cursor: default;
	max-width: 1600px;
	margin: auto;
}

#header-pad {
	position: relative;
	padding: 30px 30px 0;
	transition: padding .2s;
}

#header #logo {
	position: absolute;
	left: 50%;
	padding: 0;
	margin: 0 0 0 -182px;
	width: 365px;
	height: 76px;
	transition: height .2s, width .2s, margin .2s;
}

#header #logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/common/logo@2x.png?v=3') center center no-repeat;
	background-size: 365px 76px;
	transition: background .2s;
}

#header #logo a span {
	display: none;
}

#header #social {
	float: left;
	height: 26px;
	padding: 2px 0 0 13px;
	overflow: hidden;
	transition: margin .3s, opacity .3s;
}

#header #social a {
	display: block;
	float: left;
	width: 36px;
	height: 26px;
	background: url(../images/common/social.png) no-repeat;
	background-size: 108px 54px;
}

#header #social a span {
	display: none;
}

#header #social a.twitter {
	background-position: 0 0;
}

#header #social a.twitter:hover {
	background-position: 0 -30px;
}

#header #social a.facebook {
	background-position: -38px 0;
}

#header #social a.facebook:hover {
	background-position: -38px -30px;
}

#header #social a.youtube {
	background-position: -77px 0;
}

#header #social a.youtube:hover {
	background-position: -77px -30px;
}

#header #search-area {
	float: right;
	height: 28px;
	padding-top: 1px;
	overflow: hidden;
	transition: padding .2s;
	text-align: right;
}

#header #search-input {
	width: 150px;
	height: 18px;
	padding: 4px 6px;
	margin-right: 4px;
	border: 1px solid #BCBEC0;
	border-radius: 5px;
	line-height: 18px;
	font-size: 15px;
	transition: width .2s, border-color .2s;
}

#header #search-input:focus {
	border-color: #777;
}

#header #search-area a.submit {
	display: block;
	float: right;
	width: 38px;
	height: 28px;
	border-radius: 5px;
	background: #BCBEC0 url(../images/common/search.png) center center no-repeat;
	background-size: 21px 21px;
}

#header #search-area a.submit:hover {
	background-color: #777;
}

#header #search-area a.submit span {
	display: none;
}

#nav-trigger {
	display: none;
}

#nav-account {
	float: right;
	min-width: 250px;
	height: 36px;
	overflow: hidden;
	margin-top: -36px;
	text-align: right;
	font-weight: bold;
}

#nav-extra {
	position: absolute;
	left: 30px;
	height: 36px;
	overflow: hidden;
	margin-top: -88px;
	font-weight: bold;
	transition: left .2s;
}

#nav-account a,
#nav-extra a {
	display: inline-block;
	height: 36px;
	padding: 0 10px;
	line-height: 36px;
	color: #80AF3D;
	text-transform: uppercase;
	font-size: 14px;
	transition: color .2s;
}

#nav-account a:hover,
#nav-extra a:hover {
	color: #98CA4E;
}

#nav-extra a.tab,
#nav-account a.tab {
	padding: 0 15px;
	border-radius: 5px 5px 0 0;
	background: #80AF3D;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
	color: #FFF;
	transition: background .2s;
}

#nav-extra a.tab {
	background: #5987C6;
}

#nav-extra a.tab:hover {
	background: #6E96D0;
}

#nav-account a.tab:hover {
	background: #98CA4E;
}

#nav-extra .special {
	text-transform: initial;	
}

#nav-main {
	height: 52px;
	margin-top: 99px;
	background: #003D69;
	border-radius: 0 0 5px 5px;
	line-height: 52px;
	font-size: 16px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	cursor: default;
}

#nav-main a {
	display: inline-block;
	height: 52px;
	padding: 0 22px;
	color: #FFF;
	transition: padding .2s, background .2s;
}

#nav-main a.selected {
	background: #80AF3D;
}

#nav-main a.selected:hover {
	background: #98CA4E;
}



/* -- Content -- */

#content {
	position: relative;
	width: 992px;
	margin: auto;
	padding: 55px 30px 205px;
	text-align: left;
	color: #333;
}


h2 {
	margin: 0 150px;
	letter-spacing: -1px;
	line-height: 56px;
	font-size: 53px;
	font-family: GillSansMTStd-Light, arial, sans-serif;
	font-weight: normal;
	color: #333;
	cursor: default;
	transition: font-size .2s, line-height .2s;
}

h2 a {
	color: #333;
}

h2 a:hover {
	color: #333;
}

h3 {
	margin: 10px 0;
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 26px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	cursor: default;
}

h3 span {
	color: #A8ABAD;
}

h3 a {
	color: #A8ABAD;
}

h3 a:hover {
	color: #A8ABAD;
	text-decoration: underline;
}

h4 {
	margin: 0;
	line-height: 16px;
	font-size: 14px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #A8ABAD;
	cursor: default;
}

h4 a {
	color: #A8ABAD;
}

h4 a:hover {
	color: #A8ABAD;
	text-decoration: underline;
}

h5 {
	margin: 0;
	line-height: 20px;
	font-size: 18px;
	font-family: adobe-garamond-pro, times, serif;
	font-weight: normal;
	font-style: italic;
	cursor: default;
}

h5 a {
	color: #333;
}

h5 a:hover {
	color: #333;
	text-decoration: underline;
}

.cols {
	width: 100%;
	overflow: hidden;
}

.col-main {
	float: left;
	width: 600px;
}


.col-side {
	float: right;
	width: 325px;
}

.col-side > img {
	width: 100%;
	height: auto;
}

.share {
	height: 25px;
	overflow: hidden;
	padding-left: 36px;
	background: url(../images/common/share.png) no-repeat;
	background-size: 19px 25px;
}

.share a {
	display: block;
	float: left;
	width: 33px;
	height: 25px;
	background: url(../images/common/share-links.png) no-repeat;
	background-size: 100px 25px;
	transition: opacity .2s;
}

.share a:hover {
	opacity: .8;
}

.share a span {
	display: none;
}

.share a.facebook {
	background-position: -33px 0;
}

.share a.link {
	background-position: -66px 0;
}

.subscribe {
	height: 52px;
	margin: 60px 0;
	padding: 0 16px;
	line-height: 52px;
	font-size: 16px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	background: #003D69;
}

.subscribe .text {
	float: left;
	color: #BCBEC0;
	cursor: default;
}

.subscribe .text a {
	color: #FFF;
}

.subscribe .text a:hover {
	border-bottom: 1px solid #FFF;
}

.subscribe .share {
	position: relative !important;
	margin-top: 13px;
}

.subscribe .share a {
	background-image: url(../images/common/share-links-alt.png);
}

.subscribe .share a:hover {
	opacity: 1;
}

.button,
.button-disabled {
	display: inline-block;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0 18px;
	line-height: 32px;
	font-size: 14px;
	font-weight: normal;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
	color: #FFF;
	background: #80AF3D;
	border-radius: 5px;
	transition: background .2s;
}

.button:hover {
	color: #FFF;
	background: #98CA4E;
}

.button-disabled {
	background: #BCBEC0;
}

.button-disabled:hover {
	color: #FFF;
}

.button-lg {
	display: block;
	height: 52px;
	overflow: hidden;
	border: 0;
	margin: 0 0 15px;
	line-height: 54px;
	font-size: 14px;
	font-weight: normal;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	background: #80AF3D;
	border-radius: 5px;
	transition: background .2s;
}

.button-lg:hover {
	color: #FFF;
	background: #98CA4E;
}

.button-lg-alt {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 52px;
	border: 0;
	margin: 0 0 16px;
	line-height: 52px;
	font-size: 14px;
	font-weight: normal;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	color: #A8ABAD;
	background: #FFF;
	border: 1px solid #BCBEC0;
	border-radius: 5px;
	transition: color .2s, border-color .2s;
}

.button-lg-alt:hover {
	color: #777;
	border-color: #777;
}

.button img,
.button-lg img,
.button-lg-alt img,
.button-disabled img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	margin-right: 6px;
}

a.remove {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 9px;
	overflow: hidden;
	background: url(../images/common/remove.png) no-repeat;
	background-size: 18px 18px;
	transition: opacity .2s;
}

a.remove span {
	display: none;
}

a.remove:hover {
	opacity: .85;
}

.select {
	position: relative;
	z-index: 1;
	min-height: 45px;
	text-transform: uppercase;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	text-transform: uppercase;
}

.select .frame {
	position: absolute;
	z-index: 2;
	width: 100%;
	min-height: 43px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #BCBEC0;
	border-radius: 5px;
	background: #FFF;
	overflow: hidden;
}

.select a.trigger {
	position: relative;
	display: block;
	height: 43px;
	overflow: hidden;
	line-height: 44px;
	padding: 0 15px;
	color: #333;
	background: url(../images/common/select-arrow.png) right 18px no-repeat;
	background-size: 34px 49px;
	border-radius: 6px;
}

.select a.trigger:hover {
	background-position: right -22px;
}

.select .menu {
	display: none;
	line-height: 43px;
}

.select.scroll .menu {
	height: 260px;
	overflow: auto;
}

.select .menu a {
	display: block;
	padding: 0 16px;
	color: #333;
	transition: background .1s;
}

.select .menu a:hover {
	background: #F2F2F2;
}

.select:hover .frame {
	border-color: #777;
}

.toggle {
	position: relative;
	z-index: 1;
	min-height: 45px;
	text-transform: uppercase;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	text-transform: uppercase;
}

.toggle a.trigger {
	position: relative;
	display: block;
	height: 45px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #BCBEC0;
	line-height: 44px;
	padding: 0 9px 0 15px;
	color: #333;
	border-radius: 5px;
	background: #FFF;
}

.toggle a.trigger .label {
	display: block;
	float: left;
}

.toggle a.trigger .switch {
	display: block;
	float: right;
	margin-top: 8px;
	background: #BCBEC0;
	border: 4px solid #BCBEC0;
	width: 60px;
	height: 18px;
	overflow: hidden;
	border-radius: 14px;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}

.toggle a.trigger .switch span {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	border-radius: 50%;
	background: #FFF;
}

.toggle a.trigger:hover {
	border: 1px solid #777;
}

.toggle a.trigger:hover .switch {
	background: #777;
	border: 4px solid #777;
}

.toggle a.trigger .switch.on {
	text-align: right;
}

.toggle a.trigger .switch.on span {
	float: right;
	margin-right: 0;
	margin-left: 9px;
}

.related {
	list-style: none;
	margin: 0;
	padding: 0;
}

.related li {
	margin: 0;
	padding: 20px 0;
}

.related li img {
	display: block;
	float: left;
	margin-right: 25px;
}

.related li h4 {
	margin-bottom: 9px;
}

.related li .title {
	display: block;
	font-size: 20px;
	line-height: 22px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
}

.related li .summary {
	display: block;
	padding-top: 10px;
	line-height: 20px;
	font-size: 18px;
	font-family: adobe-garamond-pro, times, serif;
	font-weight: normal;
}

.pagination {
	border-top: 1px solid #BCBEC0;
	text-align: center;
	padding: 40px 0;
	margin-top: 25px;
	line-height: 28px;
	font-size: 26px;
}

.pagination .button,
.pagination .button-disabled {
	padding: 0 40px;
}

.pagination .index {
	display: inline-block;
	padding: 0 20px;

	font-family: adobe-garamond-pro, times, serif;
	font-style: italic;
	color: #A8ABAD;
}



/* --  Article -- */

.article h2 {
	margin: 20px 0;
}

.article .share {
	float: right;
}

.article .byline {
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 16px;
}

.article .byline a {
	display: inline-block;
	border-bottom: 1px solid #5B87DA;
}

.article .note {
	clear: right;
	padding: 1px 0;
	font-style: italic;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 26px;
	line-height: 30px;
}

.article .image {
	clear: right;
	padding: 8px 0 6px;
}

.article .image img {
	display: block;
}

.article .main {
	clear: right;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 22px;
	line-height: 30px;
}

.article .col-main .related {
	margin: 60px 0;
	border-top: 1px solid #BCBEC0;
}

.article .col-main .related li {
	height: 100%;
	overflow: hidden;
	border-bottom: 1px solid #BCBEC0;
}

.article .col-main .related li .title {
	display: block;
	height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #5D89D7;
}

.article .col-side .buttons {
	width: 100%;
	overflow: hidden;
}

.article .col-side .buttons .button-lg {
	float: left;
	width: 49%;
}

.article .col-side .buttons .button-lg:first-child {
	margin-right: 2%;
}

.article .col-side .fw-buttons .button-lg,
.article .col-side .fw-buttons .button-lg:first-child  {
	float: none;
	width: auto;
	margin-right: 0;
}

.article .col-side .image {
	padding-bottom: 40px;
}

.article .col-side .image img {
	display: block;
}

.article .col-side .filters {
	padding-top: 30px;
}

.article .col-side .filters h4 {
	margin-bottom: 10px;
}

.article .col-side .filters .select {
	margin-bottom: 8px;
}

.article .col-side .related {
	padding-top: 10px;
}

.article .col-side .related li {
	height: 70px;
	overflow: hidden;
}

.article .col-side .related img {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.article sup {
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
}

.article #footnotes {
	border-top: 1px solid #BCBEC0;
	border-bottom: 1px solid #BCBEC0;
	margin: 20px 0 40px;
	padding: 10px 0;
}

.article #footnotes ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

.article #footnotes ul li {
	margin: 0;
	padding: 0 0 0 40px;
}

.article #footnotes ul li span {
	display: block;
	position: absolute;
	margin-left: -40px;
	width: 35px;
	text-align: right;
}



/* -- Footer -- */

#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 165px;
	overflow: hidden;
	background: #003D69;
}

#footer-social {
	height: 26px;
	padding: 16px 0;
	background: #BCBEC0;
}

#footer-social a {
	display: inline-block;
	width: 36px;
	height: 26px;
	background: url(../images/common/footer-social.png) no-repeat;
	background-size: 108px 24px;
}

#footer-social a span {
	display: none;
}

#footer-social a.twitter {
	background-position: 0 0;
}

#footer-social a.facebook {
	background-position: -38px 0;
}

#footer-social a.youtube {
	background-position: -77px 0;
}

#footer-links {
	min-height: 50px;
	padding: 14px 10px 0;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
}

#footer-links a {
	display: inline-block;
	padding: 0 10px;
	color: #FFF;
}

#footer-credit {
	font-size: 14px;
	padding: 10px 0 0;
}

#footer-credit a {
	color: #A8ABAD;
}