@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css); 
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Rasa:100,300,400,700,900');
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #ffffff; /* #1a1a1a; */
  color: #000000;
  font: 300 14px "Lato", sans-serif;
  line-height: 1.647058823529412;
  -webkit-text-size-adjust: none;
}

.pagelogo {
	max-width: 30%; /* 25%; */
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
	
	.pagelogo {
		max-width: 100%;
	}

}

img {
  max-width: 100%;
  height: auto;
}

h1, h3, h4, h5, h6, .terms-list dt {
  text-transform: uppercase;
}

h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
}

h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}
h2 strong {
  font-weight: 700;
}
@media (max-width: 979px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
	.pagelogo {
		max-width: 30%;	/* display: none; */
	}
  
}

h3 {
  font-size: 25px;
  line-height: 1.1;
}
@media (max-width: 979px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.1;
}
@media (max-width: 979px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5, address, .terms-list dt {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  color: #000000; /* #ffda0d; #ffffff; */
}
@media (max-width: 979px) {
  h5, address, .terms-list dt {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h5, address, .terms-list dt {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1;
}

/*
h7 {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  color: #ffffff
}
*/
p {
	padding-bottom: 20px;	
	text-decoration: none;	
	font-style: normal;	
}

p a:hover, dl a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, small a:hover, .marked-list a:hover {
  text-decoration: underline;
}
p .fa, dl .fa, h2 .fa, h3 .fa, h4 .fa, h5 .fa, h6 .fa, small .fa, .marked-list .fa {
  text-decoration: none;
}

p a {
  color: #74087b; /* #990003; #fa5d07; */
}

small {
  display: block;
  font-size: 12px;
  line-height: 1.583333333333333;
}

time {
  display: block;
}

blockquote q {
  display: block;
  position: relative;
  padding-left: 70px;
}
blockquote q:before {
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.3;
  color: #74087b; /* #990003; #fa5d07; */
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 900;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.clear:before, .clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}

:target:before {  /* FIXED OFFSET FROM TOP OF PAGE - USED ON INLINE ANCHOR TAGS (Eg. Bio) */
  content:"";
  display:block;
  height:95px; /* fixed header height*/
  margin:-95px 0 0; /* negative fixed header height */
}


/*=======================================================
                       Main Layout
=========================================================*/

.bg-primary + * {
  /* margin-top: 150px /* -30px; */
  float: left;
  width: 100%;
}

* + h5 {
  margin-top: 22px;
}

* + address {
  margin-top: 19px;
}

* + p {
  margin-top: 5px;
}

* + blockquote {
  margin-top: 72px;
}

* + small {
  margin-top: 66px;
}

* + .row {
  margin-top: 5px; /* 25px; */
}

* + .btn {
  margin-top: 33px;
}

* + .index-list {
  margin-top: 72px;
}

* + .list {
  margin-top: 23px;
}

* + .inline-list {
  margin-top: 34px;
}

* + .contact-info {
  margin-top: 6px;
}

* + .resp-tabs {
  margin-top: 33px;
}

* + .map-2 {
  margin-top: 34px;
}

* + .mailform {
  margin-top: 33px;
}

* + .terms-list {
  margin-top: 24px;
}

* + .off1 {
  margin-top: 40px;
}

img + p {
  margin-top: 22px;
}

.contact-info + .contact-info {
  margin-top: 0;
}

.row + .row {
  margin-bottom: 10px /*  margin-top: 44px; */
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  font-size: 65px;
  letter-spacing: -2.6px;
  font-weight: 100;
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 45px;
  }
}


/*==================    Colors     ======================*/
.primary {
  color: #74087b; /* #990003; #fa5d07; */
}

.secondary {
  color: #232323;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  position: relative;
  color: #000000;
  z-index: 1;
}

.bg-primary a {
	color: #ffffff;
}

.bg-primary_cnt:before, .bg-primary_before, .bg-primary_after {
  position: absolute;
  z-index: -1;
}
.bg-primary_before, .bg-primary_after {
  pointer-events: none;
}
.bg-primary_cnt:before, .bg-primary_before:before, .bg-primary_after:before {
  content: '';
  background: #ffffff; /* #74087b; /* #990003; #fa5d07; */
}
.bg-primary_cnt { /* GUTTER BETWEEN TOP MENU */
  padding-top: 100px; /* 120px 150px; */
}
.bg-primary_cnt:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 30px;
}
.bg-primary_before {
  bottom: 100%;
  left: 0;
  right: 0;
  height: 109px;
  margin-bottom: -1px;
  clip: rect(0, auto, 110px, 0);
}
.bg-primary_before:before {
  position: absolute;
  top: 57px;
  left: -5000px;
  right: -5000px;
  height: 5000px;
/*  -moz-transform: rotate(3.2deg);
  -ms-transform: rotate(3.2deg);
  -o-transform: rotate(3.2deg);
  -webkit-transform: rotate(3.2deg);
  transform: rotate(3.2deg); */
}
.bg-primary_after {
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -31px;
  height: 237px;
  clip: rect(0, auto, 237px, 0);
}
.bg-primary_after:before {
  position: absolute;
  left: -5000px;
  right: -5000px;
  height: 5000px;
  bottom: 141px;
/*  -moz-transform: rotate(-6.2deg);
  -ms-transform: rotate(-6.2deg);
  -o-transform: rotate(-6.2deg);
  -webkit-transform: rotate(-6.2deg);
  transform: rotate(-6.2deg); */
}
.bg-primary:last-child .bg-primary_cnt {
  padding-bottom: 133px;
}
.bg-primary:last-child .bg-primary_cnt:before {
  bottom: 0;
}
.bg-primary:last-child .bg-primary_after {
  display: none;
}

.bg-secondary {
  position: relative;
  z-index: 1;
  background: #b9b5b5; /*BLANK*/	
}
.bg-secondary_cnt:before, .bg-secondary_before, .bg-secondary_after {
  position: absolute;
}
.bg-secondary_before, .bg-secondary_after {
  pointer-events: none;
}
.bg-secondary_cnt:before, .bg-secondary_before:before, .bg-secondary_after:before {
  content: '';
  background: #ededed;
}
.bg-secondary_cnt {
  position: relative;
  padding-top: 9px;
  padding-bottom: 59px;
}
.bg-secondary_cnt:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bg-secondary_before {
  bottom: 100%;
  left: 0;
  right: 0;
  height: 162px;
  margin-bottom: -1px;
  clip: rect(0, auto, 192px, 0);
  z-index: 0;
}
.bg-secondary_before:before {
  position: absolute;
  top: 89px;
  left: -5000px;
  right: -5000px;
  height: 5000px;
  /*-moz-transform: rotate(4.8deg);
  -ms-transform: rotate(4.8deg);
  -o-transform: rotate(4.8deg);
  -webkit-transform: rotate(4.8deg);
  transform: rotate(4.8deg); */
}
.bg-secondary_before_inner {
  position: absolute;
  bottom: 115px;
  left: -500px;
  right: -500px;
  height: 411px;
  overflow: hidden;
  /* -moz-transform: rotate(-8.2deg);
  -ms-transform: rotate(-8.2deg);
  -o-transform: rotate(-8.2deg);
  -webkit-transform: rotate(-8.2deg);
  transform: rotate(-8.2deg); */
}
.bg-secondary_before_inner:before {
  content: "";
  position: absolute;
  left: -5000px;
  right: -5000px;
  height: 5000px;
  top: 172px;
  /* transform: rotate(13deg); */
  background: #232323;
  /* -moz-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
  clip: rect(334px, auto, auto, 0); */
}
.bg-secondary_after {
  top: 100%;
  left: 0;
  right: 0;
  height: 108px;
  clip: rect(0, auto, 108px, 0);
  z-index: -1;
}
.bg-secondary_after:before {
  position: absolute;
  left: -5000px;
  right: -5000px;
  height: 5000px;
  bottom: 58px;
  /* -moz-transform: rotate(3.2deg);
  -ms-transform: rotate(3.2deg);
  -o-transform: rotate(3.2deg);
  -webkit-transform: rotate(3.2deg);
  transform: rotate(3.2deg); */
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
  color: #292929;
}
.bg-secondary:last-child .bg-secondary_cnt {
  padding-bottom: 133px;
}
.bg-secondary:last-child .bg-secondary_after {
  display: none;
}

.bg-secondary2 {
  position: relative;
}
.bg-secondary2 h1, .bg-secondary2 h2, .bg-secondary2 h3, .bg-secondary2 h4, .bg-secondary2 h5, .bg-secondary2 h6 {
  color: #292929;
}
.bg-secondary2_before {
  position: absolute;
  top: 0;
  left: -500px;
  right: -500px;
  height: 237px;
  pointer-events: none;
  clip: rect(0, auto, 237px, 0);
}
.bg-secondary2_before:before {
  content: "";
  position: absolute;
  left: -5000px;
  right: -5000px;
  height: 5000px;
  bottom: 203px;
  /* -moz-transform: rotate(8.15deg);
  -ms-transform: rotate(8.15deg);
  -o-transform: rotate(8.15deg);
  -webkit-transform: rotate(8.15deg);
  transform: rotate(8.15deg);*/
  background: #232323; 
}

/*==================     Terms     ======================*/
.terms-list dt + dd {
  margin-top: 6px;
}
.terms-list dd + dt {
  margin-top: 34px;
}

/*==================     Info      ======================*/
.contact-info dt, .contact-info dd {
  display: inline-block;
}
.contact-info dt {
  min-width: 85px;
}

/*==================     Icons     ======================*/
.fa-ticket
.fa-calendar {
  width: 24px;
  height: 24px;
  padding-left: 10px;
  text-align: center;
  font-size: 24px;
  color: #fec405;
}

.fa-arrow-right,
.fa-arrow-left,
.fa-facebook,
.fa-twitter,
.fa-youtube,
.fa-google-plus,
.fa-instagram,
.fa-shopping-cart,
.fa-google-plus,
.fa-music,
.fa-globe,
.fa-rss,
.fa-envelope,
.fa-linkedin {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  border: 2px solid #444444; /* #515151; */
  margin-bottom: 5px;
}
.fa-arrow-right:hover,
.fa-arrow-left:hover,
.fa-facebook:hover,
.fa-twitter:hover,
.fa-youtube:hover,
.fa-google-plus:hover,
.fa-instagram:hover,
.fa-shopping-cart:hover,
.fa-google-plus:hover,
.fa-music:hover,
.fa-globe:hover,
.fa-rss:hover,
.fa-envelope:hover,
.fa-linkedin:hover {
  color: #fed90c;
  background:rgba(81,81,81,0.5);
}

.top.fa-arrow-right,
.top.fa-arrow-left,
.top.fa-facebook,
.top.fa-twitter,
.top.fa-youtube,
.top.fa-google-plus,
.top.fa-instagram,
.top.fa-shopping-cart,
.top.fa-google-plus,
.top.fa-music,
.top.fa-globe,
.top.fa-rss,
.top.fa-envelope,
.top.fa-linkedin {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  border: 2px solid #515151;
  margin-bottom: 5px;
}
.top.fa-arrow-right:hover,
.top.fa-arrow-left:hover,
.top.fa-facebook:hover,
.top.fa-twitter:hover,
.top.fa-youtube:hover,
.top.fa-google-plus:hover,
.top.fa-instagram:hover,
.top.fa-shopping-cart:hover,
.top.fa-google-plus:hover,
.top.fa-music:hover,
.top.fa-globe:hover,
.top.fa-rss:hover,
.top.fa-envelope:hover,
.top.fa-linkedin:hover {
  color: #fed90c;
  background:rgba(81,81,81,0.5);
}

/*==================     Date      ======================*/
.date {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.date time {
  position: absolute;
  bottom: 0;
  left: -33px;
  width: 145px;
  height: 145px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #74087b; /* #990003; #fa5d07; */
  padding-top: 23px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.date time span {
  display: block;
  font-size: 70px;
  line-height: 1;
}

.bio-date {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.bio-date time {
  position: absolute;
  bottom: 0;
  left: -73px;
  width: 145px;
  height: 145px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #3f0044; /* #650204; #fa5d07; */
  padding-top: 26px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bio-date time span {
  display: block;
  font-size: 70px;
  line-height: 1;
}

/*
.promo_bubble {
  display: inline-block;
  position: absolute;
  margin: -310px 0 0 75px;
}
*/

.promo_bubble {
  position: absolute;
  display: inline-block;
  bottom: 0px;
  left: 220px;
}


.promo_bubble2 {
  position: absolute;
  display: inline-block;
  bottom: -10px;
  left: 10px;
	width:65px;
	height:65px; 
	border: 1px solid #000;
	border-radius:100px;
/*
	box-shadow: 5px 5px rgba(0,0,0,0.3); 
		-moz-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-webkit-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-o-box-shadow: 10px -10px rgba(0,0,0,0.3); 

*/
}

.promo_bubble_feature {
  position: absolute;
  display: inline-block;
  bottom: -20px;
  left: 10px;
	width:140px;
	height:140px; 
	border: 3px solid #b9232e;
	border-radius:100px;
	box-shadow: 5px 5px rgba(0,0,0,0.2); 
		-moz-box-shadow: 5px 5px rgba(0,0,0,0.2); 
		-webkit-box-shadow: 5px 5px rgba(0,0,0,0.2); 
		-o-box-shadow: 5px 5px rgba(0,0,0,0.2); 

}

@media (max-width: 1199px) {
  .date time {
    width: 100px;
    height: 100px;
    left: 5px;
  }
  .date time span {
    font-size: 30px;
  }
}

.ad-text {
	font-size: 11px;
	font-weight: 200;
}

/*==================    Buttons    ======================*/
.btn:link, .btn:visited {
  display: inline-block;
  padding: 13px 38px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  background: #ffda0d; /* #292929; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 25px;  
  border: 1px solid #ffef94;  
}
.btn:hover, .btn:active {
  background: #0a0a0a;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 25px;  
  border: 1px solid #ffef94;  
}
.btn-primary {
  background: #74087b; /* #990003; #fa5d07; */
}
.btn-primary:hover, .btn-primary:active {
  background: #d329de; /* #ce4900; */
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.btn-more {
  display: inline-block;
  border-radius: 20px;  
  border: 1px solid #ffef94;
  padding: 7px 12px;
  margin: 10px 0 30px 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000; /* #ffffff; */
  background: #ffda0d; /* #74087b; #990003; #fa5d07; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 20px;  
  border: 1px solid #ffef94;  
}
.btn-more:hover, .btn-more:active {
  background: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;  
  border: 1px solid #ffef94;  
}


.btn-more-dark {
  display: inline-block;
  padding: 7px 12px;
  margin: 10px 0 30px 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #74087b; /* #74087b; #990003; #fa5d07; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 20px;  
  border: 1px solid #ffef94;  
}
.btn-more-dark:hover, .btn-more-dark:active {
  background: #000000;
  color: #ffda0d;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;  
  border: 1px solid #ffef94;
}

.btn-tickets:link, .btn-tickets:visited {
  display: inline-block;
  padding: 7px 12px;
  margin: 10px 0 30px 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
  background: #ffda0d; /* #292929; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 20px;  
  border: 1px solid #ffef94;;  
}
.btn-tickets:hover, .btn-tickets:active {
  background: #0a0a0a;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;  
  border: 1px solid #ffef94; 
}

.btn-photos {
  display: inline-block;
  padding: 13px 38px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #74087b; /* #990003; #fa5d07; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-photos:hover, .btn-photos:active {
  background: #292929;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.btn-red {
  display: inline-block;
  padding: 7px 12px;
  margin: 10px 0 30px 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #292929;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-red:hover, .btn-red:active {
  background: #0a0a0a;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}


/*==================      Video    ======================*/
.video {
  position: relative;
  padding-bottom: 56.49122807017544%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==================     Figure    ======================*/
figure small:first-child {
  font-size: 17px;
  float: right;
  margin-left: 15px;
  margin-top: 7px;
}

/*==================      List     ======================*/
.list li + li {
  margin-top: 10px;
}
.list a:hover {
  color: #74087b; /* #990003; #fa5d07; */
}

.list-red li + li {
  margin-top: 10px;
}
.list-red a:hover {
  color: #ffffff; /* #fa5d07; */
  text-decoration: underline;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 6px;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 170px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list li:before {
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #74087b; /* #990003; #fa5d07; */
  width: 145px;
  height: 145px;
  font-weight: 700;
  font-size: 67px;
  line-height: 145px;
  text-align: center;
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.index-list li:hover:before {
  background: #292929;
}
.index-list li.fa-star:before {
  content: '\f005';
}
.index-list li.fa-calendar:before {
  content: '\f073';
}
.index-list li.fa-globe:before {
  content: '\f0ac';
}
.index-list li.fa-heart:before {
  content: '\f004';
}

.index-list li.grid_1:nth-child(n + 13),
.index-list li.grid_2:nth-child(n + 7),
.index-list li.grid_3:nth-child(n + 5),
.index-list li.grid_4:nth-child(n + 4),
.index-list li.grid_6:nth-child(n + 3) {
  margin-top: 34px;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}
@media (max-width: 979px) {
  .index-list li {
    padding-left: 100px;
  }
  .index-list li:before {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
  }
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  min-width: 170px;
  margin-right: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 767px) {
  .box_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  float: right;	
  text-transform: uppercase;
  padding-top: 12px; /* 20px; */
}

.sf-menu .menu_register { /* TOP MENU - REGISTER BUTTON EFFECT */
 	background-color: #e8b832; 
	color: #000000; 
	padding: 5px 10px; 
	margin-top: -5px;
}
.sf-menu .menu_register:hover { /* TOP MENU - REGISTER BUTTON EFFECT */
 	background-color: #9c2368; 
	color: #ffffff; 
	padding: 5px 10px; 
	margin-top: -5px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 8px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #ffffff;
  font-size: 12px; /* 21px */
  letter-spacing:  -1px;
  font-weight: 400;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #b9b5b5; /* #d329de; #d2232a; color: #990003; #fa5d07; */
}

.sf-menu ul {
  position: absolute;
  left: -60px;
  top: 28px; /* 48px */
  text-transform: none;  	
  width: 225px; /* 265px; */
  margin-top: 12px;
  padding: 10px 0 10px;
  font-size: 12px;
  font-weight: 400;
  background: rgba(40, 40, 40, 0.9);
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  padding: 8px 20px;
  color: #ffffff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ffffff;
  background: #74087b; /* #990003; #fa5d07; */
}

	/* PULL DOWN COLOR SCHEMES */
	#section1 a:hover { /* HOME / GENERAL */
	  background: #e8b832; 
	}
	#section2 a:hover { /* COMMENTARY */
	  background: #8cc147; 
	}
	#section3 a:hover { /* FEATURES */
	  background: #b9232e; 
	}
	#section4 a:hover { /* RESOURCES*/
	  background: #bc622f; 
	}
	#section5 a:hover { /* RULE WRITING */
	  background: #28bee3; 
	}
 	#section6 a:hover { /* STANDARDS */
	  background: #18532c; 
	}
 	#section7 a:hover { /* TIMELESS */
	  background: #9c2368; 
	}


.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 85%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  content: "";
  font: 400 22px/22px "FontAwesome";
  -moz-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  -webkit-transition: 0.1s all ease;
  transition: 0.1s all ease;
}

.sf-menu ul > li.sfHover > .sf-with-ul:before {
  /* -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); */
}

@media (max-width: 767px /*979px */) {
  .sf-menu {
    display: none;
  }
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  text-transform: uppercase;  
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #ffffff; /* #ffda0d; #A5BFD2; */
  background: #6f6f6f; /* #232323; */
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #3d3d3d;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #3d3d3d; /* #74087b; /* #990003; #fa5d07; */
  color: #FFFFFF; /* #ffda0d; #FFFFFF; */
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #6f6f6f; /* #232323; */
  color: #A5BFD2;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  /* -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); */
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #303030;
  color: #FFF;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
 /* -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); */
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  /* -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); */
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
/*  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg); */
}
.rd-mobilepanel_toggle.active span:after {
  /* -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg); */
}

@media (max-width: 767px /* 979px */) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 767px) {
  .rd-mobilepanel_title {
    font-size: 14px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: absolute;
  padding: 10px 0;
  top: 0px;
  left: 0;
  right: 0;
}
.stuck_container nav {
  margin-top: -10px; /* 23px; */
}

.isStuck {
  background: #6f6f6f; /* #232323; */
  z-index: 999;
/*	
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
*/
}
.isStuck nav {
  margin-top: 5px; /* 16px */
}

@media (max-width: 767px /* 979px */) {
  .stuck_container {
    top: 45%;
/*  -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
  }
}
@media only screen and (max-width: 767px /* 979px */) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #000000;
  background: #e8b832;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  -webkit-box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #ffffff;
  background: #9c2368; /* #990003; #fa5d07; */
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    bottom: 20px;
    right: 20px;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #FFF;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*=================       Tabs     ======================*/
.resp-tabs-list li {
  display: inline-block;
  padding: 5px 58px;
  font-size: 21px;
  cursor: pointer;
  color: #ffffff; /* #292929; */
  background: #292929; /* #fb7d39; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.resp-tabs-list li:hover, .resp-tabs-list li.resp-tab-active {
  color: #ffffff;
  background: #d329de; /* #d2232a; #292929; */
}
.resp-tabs-list li + li {
  margin-left: -2px;
}
@media (max-width: 979px) {
  .resp-tabs-list li {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.resp-accordion {
  display: none;
  padding: 5px 58px;
  margin-bottom: 10px;
  font-size: 21px;
  cursor: pointer;
  color: #292929;
  background: #d329de; /* #fb7d39; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.resp-accordion:hover, .resp-accordion.resp-tab-active {
  color: #ffffff;
  background: #292929;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  color: #ffffff;
  margin-bottom: -20px;
}
header .brand  .sponsor{
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 767px /* 979px */) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}


/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  /* background: #ededed; */
}


/* =====================================
      ARTICLE / CONTENT SECTIONS
=======================================*/

/*=======================================================
 COLOR HEADERS (section_header)
=========================================================*/

.section_header_block {
	height: 110px; 
	background-position: 50% 50%; 
	background-repeat: no-repeat-x; 
	margin-top: 65px; 
	margin-bottom: 10px;
}

.section_header {
	color: #ffffff;
	padding-bottom: 20px;
}

.section_color_header {
	position: relative;
	color: #ffffff;
	padding-bottom: 30px;
	height: 110px; 
	background-position: -2400px 0; 
	background-repeat: no-repeat;	
}

	.section_header_text {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding-left: 175px;		
	}

	.section_header_text h1 {   /* TITLE  - LINE 2*/
		font-family: 'Lato', sans-serif;
		text-transform: none;	
		font-size: 26px;
		font-weight: 400;
		line-height: 1;
	}

	.section_header_text h2 {   /* SECTION NAME - LINE 1*/
		font-family: 'Lato', sans-serif;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 400;
		line-height: 1;
	}

	.section_header_text h3 {   /* SECTION AUTHOR - LINE 3 */
		font-family: 'Lato', sans-serif;
		text-transform: none;	
		font-size: 12px;
		font-weight: 300;
		line-height: 1.4;
	}

/*=======================================================
 ARTICLES (articles)
=========================================================*/

.articles {
	background-color: #ffffff;
	font-style: normal;
}

.articles em {
	font-style: italic;
}


.articles strong {
	font-weight: bold;
}

.articles h1 { /* TITLE */
  font-family: 'Lato', sans-serif;
  text-transform: none;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
}

.articles h2 {  /* SUB-TITLE */
  font-family: 'Rasa', serif;
  text-transform: none;	
  font-style: italic;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.articles h3 { /* SECTION HEADER */
  font-family: 'Rasa', serif;
  text-transform: none;	
  font-style: normal;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}

.articles h4 { /* SECTION HEADER */
  font-family: 'Rasa', serif;
  text-transform: none;	
  font-style: italic;	
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}

.articles h6 { /* BIO TITLE */
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 0 30px 0;
}

.articles h7 { /* CAREER */
  font-family: 'Rasa', serif;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
}

.articles p { /* CONTENT */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5;
}

.articles ul li { /* CONTENT */
	list-style-type: disc;
}

.articles ol li { /* CONTENT */
	list-style-type: decimal;
	line-height: 1.1;
}

.articles ul {
	padding-bottom: 15px;
	margin-left: 30px;
}

.articles ol {
	padding-bottom: 15px;
	margin-left: 30px;
}


.articles a:link, a:visited {
	color: #9c2368;
	text-decoration: none;
}

.articles a:hover, a:active {
	color: #9c2368;
	text-decoration: underline;
}

.articles .section_header {
	font-family: 'Rasa', serif;
	font-style: italic;	
	font-size: 24px;
	letter-spacing: .9;
	color: #000000;
	padding: 5px 0;
	background-color: transparent;
}

.articles .section_tags {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;	
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 20px;
  text-align: center;
}

.articles .list_article_section {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;	
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  padding: 5px 20px;
  text-align: center;
}

.articles .list_article_section_sub {
	font-family: 'Rasa', serif;
	text-transform: none;	
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	display: block;
	text-align: center;
}

.articles .read_more {
  font-family: 'Lato', sans-serif;
	font-size: 14px; 
	font-weight: 900; 
	text-align: right;	
}

	/*=======================================================
	 AUTHOR (authors)
	=========================================================*/

	.authors {
		display: block;
		position: relative;		
	}

	.authors .citations_icon {
		display: block;	
		max-height: 65px;
		max-width: 65px;
		padding: 0 30px 0 10px;
	}

	.authors .authors_img_block {
		display: block;	
		max-height: 75px;
		max-width: 75px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;	
		margin-right: 25px;
	}

		.authors .authors-bio {
			overflow:hidden; 
			display: block		
		}
		.authors .hdr_name {
			display: block;
			overflow: hidden;
			font-family: 'Lato', sans-serif;
			font-size: 18px;
			font-weight: 700;
			line-height: 1.2;
		}
		.authors .hdr_title {
			display: block;	
			overflow: hidden;
			font-family: 'Lato', sans-serif;
			font-size: 14px;
			text-decoration: none;
			font-style: normal;
		}
		.authors .hdr_bio {
			display: block;	
			overflow: hidden;
			font-family: 'Lato', sans-serif;
			font-size: 14px;
			text-decoration: none;
			font-style: normal;
			padding: 20px 30px 10px 0;
		}
			.hdr_bio ul {
				padding-left: 30px;
				margin-bottom: -10px;
			}
			.hdr_bio li {
				list-style-type: disc;
				margin-bottom: -20px;
			}
		.authors .hdr_links {
			display: block;	
			overflow: hidden;
			font-family: 'Lato', sans-serif;
			font-size: 12px;
			text-decoration: none;
			font-style: normal;
			font-weight: bold;
		}

	.authors .ftr_name {
	  font-family: 'Rasa', serif;
	  text-transform: none;	
	  font-style: normal;
	  font-size: 24px;
	  font-weight: 700;
	  line-height: 1.2;
	}
	.authors .ftr_title {
	  font-family: 'Lato', sans-serif;
	  font-size: 16px;
	  padding-bottom: 20px;
	  text-decoration: none;
	  font-style: normal;
	}
	.authors .ftr_links {
	  font-family: 'Lato', sans-serif;
	  font-size: 12px;
	  text-decoration: none;
	  font-style: normal;
	  font-weight: bold;
	}
	.authors .ftr_bio {
	  font-family: 'Lato', sans-serif;
	  font-size: 16px;
	  line-height: 1.35;
	  text-decoration: none;
	  font-style: normal;	
	}
	.authors a:link, a:visited {
	  color: #9c2368;
	  text-decoration: none;
	}

	.authors em {
		font-style: italic;
	}

	.authors strong {
		font-weight: bold;
	}

	.authors a:hover, a:active {
		color: #9c2368;
		text-decoration: underline;
	}

	#biography {
		padding-top: 280px;
		margin-top: -280px;
	}

/*========================================================
               Sections
=========================================================*/


.commentary {
  padding: 5px 10px 5px 10px;
  background-color: #8cc147;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;		
}

.features {
  padding: 5px 10px 5px 10px;
  background-color: #b9232e;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;		
}

.resources {
  padding: 5px 10px 5px 10px;
  background-color: #bc622f; 
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;		
}

.rulewriting {
  padding: 5px 10px 5px 10px;
  background-color: #28bee3; 
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
}

.standards {
  padding: 5px 10px 5px 10px;
  background-color: #18532c; 
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
}

.timeless {
  padding: 5px 10px 5px 10px;
  background-color: #9c2368;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
}

.subscribe {
  padding: 5px 10px 5px 10px;
  background-color: #bc622f;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
}

.gold {
  padding: 5px 10px 5px 10px;
  background-color: #e8b832;
  color: #000000;
  display: inline-block;
  margin-bottom: 20px;
}

/* HEADERS */
.hdr_gold {
  background-color: #e8b832;
}
	.gold_menu_border {
		border-bottom: 7px solid #e8b832;
	}

.hdr_commentary {
  background-color: #8cc147;
}
	.commentary_menu_border {
		border-bottom: 7px solid #8cc147;
	}

.hdr_features {
  background-color: #b9232e;
}
	.features_menu_border {
		border-bottom: 7px solid #b9232e;
	}

.hdr_resources {
  background-color: #bc622f; 
}
	.resources_menu_border {
		border-bottom: 7px solid #bc622f; 
	}


.hdr_rulewriting {
  background-color: #28bee3; 
}
	.rulewriting_menu_border {
		border-bottom: 7px solid #28bee3;  
	}

.hdr_standards {
  background-color: #18532c; 
}
	.standards_menu_border {
		border-bottom: 7px solid #18532c;  
	}

.hdr_timeless {
  background-color: #9c2368;
}
	.timeless_menu_border {
		border-bottom: 7px solid #9c2368; 
	}


.section_tags {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;	
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 20px;
  text-align: center;
}


/*========================================================
                     HOME BRJ Features Content
=========================================================*/


.home .promo-photos {
	position: relative;
	width: 100%;
	overflow: hidden;	
}

/* NEW */
.home .promo-container {
	position: absolute;
	bottom: 0;
	padding-bottom: 15px;
}

.home .big-promo-container {
	position: absolute;
	bottom: 0;
	padding-bottom: 15px;
	min-height: 85px;
}


/* NEW */
.home .promo-author-photo-container {
	display: block;
	float: left;
	width: 25%;
	min-height: 85px;
}

.home .promo-article-author-photo-container {
	display: block;
	float: left;
	width: 42px; /* 25%; */
	min-height: 15px; /*45px;*/
}

/* NEW */
.home .promo-editorial-block {
	display: block;
	width: 126px; /* 75%; */
	float: right;
}

.home .big-promo-article-author-photo-container {
	display: block;
	float: left;
	width: 25%;
	min-width: 67.5px;
	/*
	width: 68px;
	min-height: 45px;
	width: 25%;
	min-width: 67.5px;
	*/
}

/* NEW */
.home .big-promo-editorial-block {
	display: block;
	width: 75%;
	/*
	width: 204px;
	width: 75%;
	*/
	float: right;
}


.home .promo-text {
	position: absolute;
	top: 20px;
	left: 0px;
	font-size: 10px !important;
}

.home .promo-author-photo {
  position: absolute;
  display: block;
  /* float: left; */
  /* width:110px; */
  top: 0;
  border: 3px solid #ffffff;
  border-radius:100%;
  margin: 0 5px;
/*
  position: absolute;
  display: block;
  float: left;
  top: 400px;
  left: 15px;
	width:110px;
	height:110px; 
	border: 3px solid #ffffff;
	border-radius:100px;
*/	
/*
	box-shadow: 5px 5px rgba(0,0,0,0.3); 
		-moz-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-webkit-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-o-box-shadow: 10px -10px rgba(0,0,0,0.3); 

*/
}


.home .promo-article-author-photo {
  position: absolute;
  display: block;
  top: 0;
	width:35px;
	height:35px; 	
	
/*
  float: left;
  top: 145px;
  left: 8px;
	width:75px;
	height:75px; 
	*/
	border: 2px solid #ffffff;
	border-radius:100%;
	margin: 0 10px;
/*
	box-shadow: 5px 5px rgba(0,0,0,0.3); 
		-moz-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-webkit-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-o-box-shadow: 10px -10px rgba(0,0,0,0.3); 

*/
}

.home .promo-feature-link:link {
	color: #ffffff;
	text-decoration: none;
}
.home .promo-feature-link:visited {
	color: #ffffff;
	text-decoration: none;
}
.home .promo-feature-link:hover {
	color: #e8b832;
	text-decoration: underline;
}
.home .promo-feature-title {
	font-family: 'Lato', sans-serif;
	text-transform: none;	
	font-size: 20px !important;
	font-weight: 900;
	color: #ffffff;
	line-height: 1;
	padding: 0 10px 0 0;
	/* NEW 
	position: absolute;
	top: 305px;
	left: 110px */
}
.home .promo-feature-subtitle {
  font-family: 'Rasa', serif;
  text-transform: none;	
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;	
  line-height: 1;
  padding-top: 5px;
}

.home .promo-feature-author {
  font-family: 'Lato', sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;	
  line-height: 1;
  padding-top: 5px;
}


	.home .promo-article-link:link {
	color: #ffffff;
	text-decoration: none;
	}
	.home .promo-article-link:visited {
	color: #ffffff;
	text-decoration: none;
	}
	.home .promo-article-link:hover {
	color: #e8b832;
	text-decoration: underline;
	}
	.home .promo-article-title {
	font-family: 'Lato', sans-serif;
	text-transform: none;	
	font-size: 12px !important;
	font-weight: 900;
	color: #ffffff;
	line-height: 1;
	padding: 0 10px 0 10px;		
	margin-left: 15px;
	/* NEW 		
	padding: 5px 20px;		
	position: absolute;
	top: 150px;
	left: 75px;
		*/
	}

	.home .promo-article-subtitle {
	diplay: none;
	font-family: 'Rasa', serif;
	text-transform: none;	
	font-style: italic;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;	
	line-height: 1;
	padding-top: 5px;
	margin-left: 15px;		
	}

	.home .promo-article-author {
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-size: 11px;
	font-weight: 400;
	color: #ffffff;	
	line-height: 1;
	padding-top: 5px;
	margin-left: 15px;		
	}

.home .sidebar {
	/* border-bottom: 2px dotted #cccccc; */
	padding: 10px;
	margin-bottom: 20px;
}

.home .article {
	/* border-bottom: 2px dotted #cccccc; */
	padding: 10px;
	margin-bottom: 20px;
	background-color: #ffffff;
}

.home .feature {
	background: rgba(111,1111,111,0.15);
}



.home .home_author_img_block {
  text-align: center;	
  padding-bottom: 20px;
}
.home .home_author_img {
  padding: 0 10px;  
  max-height: 125px;
  max-width: 125px;
  display: inline-block;
  text-align: center;	
  margin: 0 auto;
  overflow: hidden;
}

.home .home_section {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;	
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 20px;
  text-align: center;
}
.home .list_article_section {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;	
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  padding: 5px 20px;
  text-align: center;
  
}

.home .home_feature_title {
  font-family: 'Rasa', serif;
  text-transform: uppercase;	
  font-style: normal;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.9;  
  padding: 10px 0;
}
.home .home_title {
  font-family: 'Rasa', serif;
  text-transform: uppercase;	
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.9;  
  padding: 10px 0;
}

.home .home_subtitle {
  font-family: 'Rasa', serif;
  text-transform: none;	
  font-style: italic;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2;
  padding: 5px 0;	
}
.home .home_feature_author {
  font-family: 'Lato', sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px 0;
}
.home .home_author {
  font-family: 'Lato', sans-serif;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px 0;
}
.home .home_links {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
}
.home .home_intro {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.35;
  padding-top: 10px;
  text-decoration: none;
  font-style: normal;	
}
.home a:link, a:visited {
  color: #9c2368;
  text-decoration: none;
}
.home a:hover, a:active {
	color: #9c2368;
	text-decoration: underline;
}
.home em {
	font-style: italic;
}
.home strong {
	font-weight: bold;
}

.home .home_BRJ_issue {
  font-family: 'Rasa', serif;
  text-transform: uppercase;	
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.home .home_BRJ_volume {
  font-family: 'Rasa', serif;
  text-transform: none;
  font-style: italic;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.home .home_BRJ_editorial {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 300;
  text-decoration: none;
  font-style: italic;	
  padding: 20px 0 10px 0;
}

.current_issue {
	/* background: rgba(255,255,255,0.75); */
 	}

#popular .popular_title {
  font-family: 'Rasa', serif;
  text-transform: uppercase;	
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
#popular .popular_subtitle {
  font-family: 'Rasa', serif;
  text-transform: none;	
  font-style: italic;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2;
}
#popular .popular_author {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
#popular .popular_BRJ_volume {
  font-family: 'Rasa', serif;
  text-transform: none;	
  font-style: italic;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2;
  padding-bottom: 20px;
}

#popular ul, ol {
	padding-left: 20px;
}

#popular li {
	list-style: square;
}

.home .promo-author-photo {
  position: absolute;
  display: block;
  /* float: left; */
  /* width:110px; */
  top: 0;
  border: 3px solid #ffffff;
  border-radius:100%;
  margin: 0 10px;
  width: 65px;
  height: 65px;
/*
  position: absolute;
  display: block;
  float: left;
  top: 400px;
  left: 15px;
	width:110px;
	height:110px; 
	border: 3px solid #ffffff;
	border-radius:100px;
*/	
/*
	box-shadow: 5px 5px rgba(0,0,0,0.3); 
		-moz-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-webkit-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-o-box-shadow: 10px -10px rgba(0,0,0,0.3); 

*/
}

.home .promo-article-author-photo {
  position: absolute;
  display: block;
  top: 0;
	
/*
  float: left;
  top: 145px;
  left: 8px;
	width:75px;
	height:75px; 
	*/
	border: 2px solid #ffffff;
	border-radius:100%;
	margin: 0 10px;
/*
	box-shadow: 5px 5px rgba(0,0,0,0.3); 
		-moz-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-webkit-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-o-box-shadow: 10px -10px rgba(0,0,0,0.3); 

*/
}
.home .promo-feature-link:link {
	color: #ffffff;
	text-decoration: none;
}

.home .promo-feature-link:visited {
	color: #ffffff;
	text-decoration: none;
}

.home .promo-feature-link:hover {
	color: #e8b832;
	text-decoration: underline;
}
.home .promo-feature-title {
	font-family: 'Lato', sans-serif;
	text-transform: none;	
	font-size: 20px !important;
	font-weight: 900;
	color: #ffffff;
	line-height: 1;
	padding: 0 10px 0 0;		
	/* NEW 
	position: absolute;
	top: 405px;
	left: 125px */
}
.home .promo-feature-subtitle {
  font-family: 'Rasa', serif;
  text-transform: none;	
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;	
  line-height: 1;
  padding-top: 5px;
}

.home .promo-feature-author {
  font-family: 'Lato', sans-serif;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;	
  line-height: 1;
  padding-top: 5px;
}

	.home .promo-article-link:link {
	color: #ffffff;
	text-decoration: none;
	}
	.home .promo-article-link:visited {
	color: #ffffff;
	text-decoration: none;
	}
	.home .promo-article-link:hover {
	color: #e8b832;
	text-decoration: underline;
	}
	.home .promo-article-title {
	font-family: 'Lato', sans-serif;
	text-transform: none;	
	font-size: 12px !important;
	font-weight: 900;
	color: #ffffff;
	line-height: 1;
	padding: 0 10px 0 0;		
	/* NEW 		
	padding: 5px 20px;		
	position: absolute;
	top: 150px;
	left: 75px;
		*/
	}
	.home .promo-article-subtitle {
	font-family: 'Rasa', serif;
	text-transform: none;	
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;	
	line-height: 1;
	padding-top: 5px;
	}

	.home .promo-article-author {
		display: none;
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;	
	line-height: 1;
	padding: 5px 10px 0 0;			
	}

.home .sidebar {
	/* border-bottom: 2px dotted #cccccc; */
	padding: 10px;
	margin-bottom: 20px;
}

.home .article {
	/* border-bottom: 2px dotted #cccccc; */
	padding: 10px;
	margin-bottom: 20px;
	background-color: #ffffff;
}

.home .feature {
	background: rgba(111,1111,111,0.15);
}



.home .home_author_img_block {
  text-align: center;	
  padding-bottom: 20px;
}
.home .home_author_img {
  padding: 0 10px;  
  max-height: 125px;
  max-width: 125px;
  display: inline-block;
  text-align: center;	
  margin: 0 auto;
  overflow: hidden;
}

.home .home_section {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;	
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 20px;
  text-align: center;
}
.home .list_article_section {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;	
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  padding: 5px 20px;
  text-align: center;
  
}

.home .home_feature_title {
  font-family: 'Rasa', serif;
  text-transform: uppercase;	
  font-style: normal;
  font-size: 30px;
  font-weight: 700;

  line-height: 0.9;  
  padding: 10px 0;
}
.home .home_title {
  font-family: 'Rasa', serif;
  text-transform: uppercase;	
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.9;  
  padding: 10px 0;
}

.home .home_subtitle {
  font-family: 'Rasa', serif;
  text-transform: none;	
  font-style: italic;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2;
  padding: 5px 0;	
}
.home .home_feature_author {
  font-family: 'Lato', sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px 0;
}
.home .home_author {
  font-family: 'Lato', sans-serif;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px 0;
}
.home .home_links {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
}
.home .home_intro {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  font-style: normal;	
}
.home a:link, a:visited {
  color: #9c2368;
  text-decoration: none;
}
.home a:hover, a:active {
	color: #9c2368;
	text-decoration: underline;
}
.home em {
	font-style: italic;
}
.home strong {
	font-weight: bold;
}

.home .home_BRJ_issue {
  font-family: 'Rasa', serif;
  text-transform: uppercase;	
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.home .home_BRJ_volume {
  font-family: 'Rasa', serif;
  text-transform: none;
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.home .home_BRJ_editorial {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 300;
  text-decoration: none;
  font-style: italic;	
  padding: 20px 0 10px 0;
}

.current_issue {
	/* background: rgba(255,255,255,0.75); */
 	}

#popular .popular_title {
  font-family: 'Rasa', serif;
  text-transform: uppercase;	
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
#popular .popular_subtitle {
  font-family: 'Rasa', serif;
  text-transform: none;	
  font-style: italic;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2;
}
#popular .popular_author {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
#popular .popular_BRJ_volume {
  font-family: 'Rasa', serif;
  text-transform: none;	
  font-style: italic;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2;
  padding-bottom: 20px;
}

#popular ul, ol {
	padding-left: 20px;
}

#popular li {
	list-style: square;
}

/*======= SPOTLIGHT LIST ====== */

.spotlight_list {
	position: relative;
	width: 100%;	
}

.spotlight_list .list-spotlight-author-photo {
    display: block;
    float: left;
	width:50px;
	height:50px; 
	border: 0px solid #ffffff;
	border-radius:100%;

/*
	box-shadow: 5px 5px rgba(0,0,0,0.3); 
		-moz-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-webkit-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-o-box-shadow: 10px -10px rgba(0,0,0,0.3); 

*/
}
.spotlight_list .list-spotlight-link:link {
	color: #9c2368;
	text-decoration: none;
}

.spotlight_list .list-spotlight-link:hover {
	color: #1b258d;
	text-decoration: underline;
}

.spotlight_list .list-spotlight-title {
	display: block;
	font-family: 'Lato', sans-serif;
	text-transform: none;	
	font-size: 14px;
	font-weight: 900;
	color: #000000;
	line-height: 1.1;
	
	padding: 10px 0px;	
}

.spotlight_list .list-spotlight-subtitle {
	display: block;
	font-family: 'Rasa', serif;
	text-transform: none;	
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
	color: #000000;	
	line-height: 1.1;
	padding-top: 5px;
}

.spotlight_list .list-spotlight-author {
	display: block;
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-size: 12px;
	font-weight: 400;
	color: #000000;	
	line-height: 1.2;
	padding-top: 0px;
}

.spotlight_list .list-spotlight-date {
	display: block;
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-style: italic;
	font-size: 11px;
	font-weight: 400;
	color: #55626b;	
	line-height: 1;
	padding: 5px 0;
}

/*======= ARTICLE LISTINGS ====== */

.article_list {
	position: relative;
	width: 100%;	
}

.article_list .list-article-author-photo {
    display: block;
    float: left;
	width:45px;
	height:45px; 
	border: 0px solid #ffffff;
	border-radius:100%;

/*
	box-shadow: 5px 5px rgba(0,0,0,0.3); 
		-moz-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-webkit-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-o-box-shadow: 10px -10px rgba(0,0,0,0.3); 

*/
}
.article_list .list-article-link:link {
	color: #9c2368;
	text-decoration: none;
}

.article_list .list-article-link:hover {
	color: #1b258d;
	text-decoration: underline;
}

.article_list .list-article-title {
	display: block;
	font-family: 'Lato', sans-serif;
	text-transform: none;	
	font-size: 14px;
	font-weight: 900;
	color: #000000;
	line-height: 1.1;
	margin-left: 60px;
	padding: 10px 0px;	
}

.article_list .list-article-subtitle {
	display: block;
	font-family: 'Rasa', serif;
	text-transform: none;	
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
	color: #000000;	
	line-height: 1.1;
	padding-top: 5px;
}

.article_list .list-article-author {
	display: block;
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-size: 12px;
	font-weight: 400;
	color: #000000;	
	line-height: 1.2;
	padding-top: 0px;
}

.article_list .list-article-date {
	display: block;
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-style: italic;
	font-size: 12px;
	font-weight: 400;
	color: #55626b;	
	line-height: 1;
	padding: 5px 0;
}


.home .section_header {
	font-family: 'Rasa', serif;
	font-style: italic;	
	font-size: 28px;
	letter-spacing: .9;
	color: #000000;
	padding: 5px 0;
	background-color: transparent;
}

/* RESOURCES */
.resource_list .list-resource-title {
	display: block;
	font-family: 'Lato', sans-serif;
	text-transform: none;	
	font-size: 16px;
	font-weight: 900;
	color: #000000;
	line-height: 1.1;
	padding: 10px 0px;	
}

.resource_list .list-resource-subtitle {
	display: block;
	font-family: 'Rasa', serif;
	text-transform: none;	
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
	color: #000000;	
	line-height: 1.1;
	padding-top: 5px;
}

.resource_list .list-resource-author {
	display: block;
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	color: #000000;	
	line-height: 1.2;
	padding-top: 0px;
}

.resource_list .list-resource-date {
	display: block;
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-style: italic;
	font-size: 12px;
	font-weight: 400;
	color: #55626b;	
	line-height: 1;
	padding: 5px 0;
}


/*==================      Well     ======================*/
.well {
  padding-top: 204px;
  padding-bottom: 174px;
}

.well2 {
  padding-top: 138px;
  padding-bottom: 164px;
}

.well3 {
  padding-top: 274px;
  padding-bottom: 133px;
}

/*========================================================
                     BRS ADS
=========================================================*/

.brs-ads:link {
	color: #ffffff;
}
.brs-ads:visited {
	color: #ffffff;
}

	
.brs-ads:hover .brs-ads:active {
	color: #e8b832;
	text-decoration: underline;
}


/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #4abee5; /* #1a1a1a; */
  color: #ffffff;
  font: 300 17px "Lato", sans-serif;
  padding-top: 81px;
  padding-bottom: 95px;
}
footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #ffffff;
}
.foot-links:link, .foot-links:visited {
	color: #ffffff;
	font-weight: 600;
	margin: 0px 5px;
}
	.foot-links:hover {
		color: #9c2368;
		font-weight: 600;
		margin: 0px 5px;
	}

footer basic {
	font-size: 14px;
	
}


/*========================================================
                    SEARCH FORMS
=========================================================*/

.home-search-block {
	display: block; 
	float: left; 
	padding-bottom: 20px;
}
	.home-search-input {
		width: 100px;
		height: 30px;
		margin: 6px 0 7px 0;
		padding: 0 10px;
		border: none;
		background-color: #ffffff;
		border: 1px solid #000000;
		color: #000000;
		font-size: 13px;
	}
	.home-search-button {
		margin-bottom: -6px; 
		height: 20px; 
		padding: 5px 10px 0 10px; 
	}
	
.global-search-block {
	display: block; 
	float: right;
}
	.global-search-input {
		width: 150px;
		height: 28px;
		margin-top: 43px;
		padding: 0 10px;
		border: none;
		background-color: #efefef;
		color: #000000;
		font-size: 14px;
	}

	.global-search-button {
		margin-bottom: -6px; 
		height: 25px; 
		padding: 5px 10px 0 10px;
	}
