/* Minification failed. Returning unminified contents.
(1786,1): run-time error CSS1019: Unexpected token, found '@charset'
(1786,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(1786,17): run-time error CSS1019: Unexpected token, found ';'
 */
/***********************************************
Reset
***********************************************/
figure, 
ul,
article{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
img {
	border:0;
	display:block;
}
iframe {
    border: 0;
}
article{
	overflow:hidden;
}

/***********************************************
Grids
***********************************************/
/*** General Rules ***/
[class*='col-'] {
  float: left;
  padding-right:30px; /*** Customize ***/
}
[class*='col-']:last-of-type {
  padding-right: 0;
}
.row{
	overflow:hidden;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
*, *:before, *:after{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	margin:0; 
	padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

/*** 2 & 4 Columns ***/
.col-1-4 {
  width: 25%;
}
.col-1-2,
.col-2-4 {
  width: 50%;
}
.col-3-4 {
  width: 75%;
}
.col-2-2{
	width:100%;
}

/*** 3 Columns ***/
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}

/*** 5 Columns ***/
.col-1-5{
	width:20%;
}
.col-2-5{
	width:40%;
}
.col-3-5{
	width:60%;
}
.col-4-5{
	width:80%;
}

/*** 8 Columns ***/
.col-1-8{
	width:12.5%;
	padding-right:6px;
}

/*** Customize ***/
.right-300{
	float:right;
	width:300px;
}
.right-960{
	float:right;
	width:960px;
}

.right-960.article .col-3-4{
	padding-right:30px;
}
.right-960.article .col-1-4{
	float:right;
	width:225px;
	padding-right:0;
}
.magazine .col-1-4{
	width:200px;
}
.magazine .col-3-4{
	width:70%;
}

.section-title.subscribe-header{
	font-size:30px;
	margin: 25px 0 18px 0;
	position:relative;
}	

.section-title.subscribe-header h5{
	font-size:30px;
	font-style:italic;
	color:#000000;
	padding-left: 36px;
    padding-bottom: 2px;
    display: inline-block;
}

.sbar-section-box.subscribe{
 line-height: 1.5;
    width: 55%;
}
		

.icon-heart {
    background: url(/content/images/sprite-article-image-2x.png) no-repeat -245px 5px;
    background-size: 500px;
    position: absolute;
    height: 34px;
    width: 33px;
    bottom: 3px;
    left: 0;
}	

.feature-stories .col-1-4{
	padding:0;
	width:300px;
	margin-right:30px;
}
.feature-stories .col-1-4:last-of-type{
	margin-right:0;
}
/***********************************************
General
***********************************************/
html {
	-webkit-box-sizing: border-box;
	-moz-mobx-sizing: border-box;
    box-sizing: border-box;
}
body{
	margin:0;
	padding:0;
	font-family: 'Crimson Text', helvetica, arial, serif;
	/* font-family: 'Fira Sans', helvetica, arial, sans-serif; */
    overflow: scroll !important;
}
body.lock {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.wrapper{
	overflow:hidden;
	width:1290px;
	margin:0 auto;
}
.centered-header{
	text-align:center;
	margin:5px 0 20px;
}

.clear {
    clear: both;
}

/*** Left Sidebar ***/
.left-sidebar{
	width:300px;
}

/*** Magazine Sidebar and Other ***/
.mag-img-subscribe{
	float:right;
	margin:10px 3px 0 0;
}

.img-section-sidebar{/*** Added ***/
	float:right;
	margin:10px 3px 0 0;
}

.mag-img-subscribe img{
	box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.72);
}
.sbar-section-box {
    float: left;
    width: 49%;
    padding-top: 10px;
}
.btn-sbar-section{
	clear:both;
	padding-top: 30px;
	font-size:19px;
}
.sbar-section-box h6 {
    font-size: 14px;
    font-weight: bold;
}
ul.sbar-section-bulletlist {
	margin-left: 20px;
	width:91%;
}	

ul.sbar-section-bulletlist.sans-serif li{
	list-style-type: disc !important;
    font-size: 14px;
    display: list-item!important;
    margin-left: -2px;
	text-indent: -6px!important;
}	
/***********************************************
Fonts & Links
***********************************************/
/*** Fonts ***/
.sans-serif{
	font-family: 'Fira Sans', helvetica, arial, sans-serif;
}
.font-18 {
    font-size:18px;
}
.uppercase{
	text-transform:uppercase;
}
.small-category{
	font-family: 'Fira Sans', helvetica, arial, sans-serif;
	font-size:14px;
	color:#8a0f53;
	font-weight:400;
}
.small-category::after{
	content:" ›";
}
.small-category a{
	font-size:14px !important;
    display: inline !important;
}
.single-line {
    font-size:18px;
    margin-bottom:10px;
}
/*** Ul Li List */
li {
    line-height:155%;
}
/*** Links ***/
a{
	text-decoration:none !important;
	color:#000000;
}
.link-purple{
	color:#8a0f53;
}

.link-purple-body{ /*** Added***/
	color:#8a0f53;
	text-decoration:underline;
}
.link-green{
	color:#21a4a5;
}
.link-purple:hover,
.link-green:hover{
	text-decoration:underline;
}

.centered-header a.ui-link {
    color:#8a0f53;
    padding-bottom:7px;
    display:block;
    font-size:15px;
}

.article-detail-body a{ /*** Added***/
	color:#8a0f53;
	text-decoration:underline;
}
.link-underline {
    text-decoration:underline !important;
}

/***********************************************
Buttons
***********************************************/
.btn-green-round{
	display:block;
	text-align:center;
	padding:7px 0 4px 0;
	color:#21a4a5;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background:none;
	border:1px solid #21a4a5;
	margin:35px 0 10px 0;
	font-size:19px;
	line-height:31px;
}

.btn-green-round:hover{
	background:#21a4a5;
	border:1px solid #21a4a5;
	color:#ffffff;
}

.btn-purple-round{
	display:block;
	text-align:center;
	padding:6px 0 4px 0;
	color:#8a0f53;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background:none;
	border:1px solid #8a0f53;
}

.btn-purple-round:hover{
	background:#8a0f53;
	border:1px solid #8a0f53;
	color:#ffffff;
}

.btn-solid-purple {
    float: left;
    color: #ffffff !important;
    background: #8a0f53;
    font-size: 19px;
    text-align: center;
    margin: 0 0 0 -5px;
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 300;
    height: 42px;
    line-height: 46px;
    margin-left: 1px;
    text-decoration:none !important;
}

.btn-solid-purple:hover{
    background: #a31262;
}

.btn-bluegreen-round {
    display: block;
    text-align: center;
    padding: 6px 0 4px 0;
    background: #21a4a5;
    color: #ffffff !important;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
	max-width:500px;
	margin: 10px auto 0 auto;
    text-decoration:none !important;
}

.btn-bluegreen-round:hover {
    background: #16d3d4;
    color: #ffffff;
}

/***********************************************
Form
***********************************************/
input,
select {
    -webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}
input[type=text]{
	background:#ffffff;
	border:1px solid #999999;
	font-size:14px;
	color:#666666;
	font-family: 'Fira Sans', helvetica, arial, sans-serif;
	padding:9px 12px;
	box-shadow:none;
}
input[type=button],
input[type=submit]{
	border:0;
	padding:5px 13px 5px 13px;
}

/***********************************************
Header
***********************************************/
#header{
	overflow:hidden;
	padding:20px 30px;
	margin-bottom:15px;
	position:relative;
}
.logo-tablet{
	display:none;
}
/*** Social Media Top ***/
#social-media-top-container{
	overflow:hidden;
	float:left;
	margin-top:25px;
}
#social-media-top-container h4{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-align:center;
	margin:0;
	text-transform:uppercase;
	margin-bottom:20px;
}
.social-media-top{
	list-style:none;
	margin:0;
	padding:0;
}
.social-media-top li{
	float:left;
	margin-right:14px;
}
.social-media-top li:last-child{
	margin-right:0;
}
.social-media-top li a,
.social-media-top li a:hover{
	background-size:500px;
	text-indent:-9999px;
	display:block;
	height:18px;
}
.top-facebook{
	background:url(/content/images/sprite-image-2x.png) no-repeat 0 0;
	width:10px;	
}
.top-instagram{
	background:url(/content/images/sprite-image-2x.png) no-repeat -50px 0;
	width:18px;	
}
.top-pinterest{
	background:url(/content/images/sprite-image-2x.png) no-repeat -100px 0;
	width:18px;	
}
.top-twitter{
	background:url(/content/images/sprite-image-2x.png) no-repeat -150px 0;
	width:20px;	
}
.top-youtube{
	background:url(/content/images/sprite-image-2x.png) no-repeat -200px 0;
	width:22px;	
}
.top-periscope{
	background:url(/content/images/sprite-image-2x.png) no-repeat -250px 0;
	width:15px;	
}
.top-rss{
	background:url(/content/images/sprite-image-2x.png) no-repeat -300px 0;
	width:18px;	
}

.top-facebook:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat 0 -25px;
}
.top-instagram:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -50px -25px;
}
.top-pinterest:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -100px -25px;
}
.top-twitter:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -150px -25px;
}
.top-youtube:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -200px -25px;
}
.top-periscope:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -250px -25px;
}
.top-rss:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -300px -25px;
}
	
/*** Account ***/
#account{
	float:right;
}
#account ul{
	float:left;
	text-align:right;
	list-style:none;
	margin:25px 14px 0 0;
}
#account ul li{
	margin-top:2px;
}
#account .subscribe{
	font-size:24px;
	font-style:italic;
}
#account ul li a{
	font-size:14px;
}
#account ul li a:hover{
	text-decoration:underline;
}
#account figure{
	float:left;
}
#account figure img.cover{
    width: 75px;
    height: 105px;
}

/*** Logo ***/
#logo{
	margin:0 0 0 -255px;
    left: 50%;
    position: absolute;
	width:509px;
}
#logo img{
	width:100%;
}

/***********************************************
Nav
***********************************************/
#nav{
	overflow:hidden; 
	border-top:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;
	padding-left:10px;
	padding-right:10px;
	background-color: #ffffff;
}
#nav.fixed{
    overflow: visible;
	position: fixed; 
	z-index: 5996; 
	width: 100%; 
	top: 0; 
	border-top:0;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.1);
}
#fixed-nav{
	float:left;
}
#fixed-nav .logo{
	display: none;
	float:left;
	margin-top:12px;
}
#fixed-nav .logo img{
	width:163px;
	height:40px;
}
.icon-menu{
	float:left;
	background:url(/content/images/sprite-image-2x.png) no-repeat 0 -175px;
	background-size:500px;
	width:58px;
	height:58px;
	text-indent:-9999px;
	display:block;
}
.icon-search{
	float:right;
	background:url(/content/images/sprite-image-2x.png) no-repeat -75px -175px;
	background-size:500px;
	width:58px;
	height:58px;
	text-indent:-9999px;
	display:block;
}
#body {
    padding-top: 30px;
}
#body.fixed-nav {
    margin-top: 73px; /*nav height 58 + 15px*/
}

/*** Main Menu ***/
#main-menu{
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
}
#main-menu li{
	display:inline-block;
	padding:10px 2px 10px 0;	
}
#main-menu li:last-child{
	margin-right:0;	
}
#main-menu a{
	text-transform:uppercase;
	font-size:14px;
	display:inline-block;
	padding:10px 11px;
}
#main-menu a:hover,
#main-menu .selected{
	color:#8a0f53;
	background:#e9e9e9;
}

/*** Sub Menu ***/
.sub-menu{
	z-index:2;
	background:#e9e9e9;
	position:absolute;
}
#main-menu li .sub-menu{ 
	display: none;
}
#main-menu li .sub-menu li{
	display:list-item;
	text-align:left;
	padding: 0;
}
#main-menu li .sub-menu li a{
	color:#666666;
	text-transform:none;
	display:block;
	padding-right:30px;
}
#main-menu li .sub-menu li a:hover,
#main-menu li .sub-menu li .selected{
	background:#21a4a5;
	color:#ffffff;
}

/***********************************************
Side Menu
***********************************************/
#side-menu-bg{
	display: none;
	overflow:hidden;
	background: rgba(0, 0, 0, 0);
	width:100%;
    z-index: 5997;
	position:fixed; 
    top: 0;
    bottom: 0;
}
#side-menu-container { 
	display: none; 
    position: fixed;
    z-index: 5998;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
	background:#ffffff;
}
#side-menu-content { 
	position: absolute; 
    z-index: 5999; 
	top: 0;
    bottom: 0;
	left: 0;
	width: 320px; 
	background:#ffffff;
    overflow: hidden;
    overflow-y: auto;
}
#side-menu{
	position: relative; 
	background:#ffffff;
	width:320px;
	padding-bottom:40px;
	font-family: 'Fira Sans', helvetica, arial, sans-serif;
	font-size:18px;
}

ul.side-sub-menu {
    padding-left:45px;
}

ul.side-sub-menu a{
    padding-bottom: 12px;
    display:block;
}

/*** Header ***/
#side-menu-header{
	overflow:hidden;
	border-bottom:1px solid #e2e2e2;
	padding:30px;
}
#side-menu-header li{
	display:inline;
	padding-left:8px;
	margin-left:8px;
	border-left: 1px solid #8a0f53;
}
#side-menu-header li:first-child{
	border:0;
	margin:0;
	padding:0;
}
#side-menu-header li:last-child{
	margin:0;
	border:0;
	float:right;
}
#side-menu-header li:last-child a{
	background:url(/content/images/sprite-image-2x.png) no-repeat 0 -400px;
	background-size:500px;
	width:26px;
	height:26px;
	text-indent:-9999px;
	display:block;
}
#side-menu-header li:last-child a:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -50px -400px;
	background-size:500px;
}

/*** Main Menu ***/
.side-menu-arrow {
    float:right;
    background: url(/content/images/sprite-image-2x.png) no-repeat -275px -438px;
    background-size: 500px;
    width:54px;
    height:54px;
}
#side-main-menu{
	margin-top:15px;
}
#side-main-menu li {
    overflow:hidden;
}
#side-main-menu .side-menu-top-level{
    float:left;
	padding: 13px 30px 9px 30px;
	display:block;
	background:url(/content/images/sprite-image-2x.png) no-repeat 0 -432px;
	background-size:500px;
	text-transform:uppercase;
}
#side-main-menu > li > a:hover,
#side-main-menu > li > a.selected
{ 
	color:#8a0f53;
	background:url(/content/images/sprite-image-2x.png) no-repeat -275px -480px;
	background-size:500px;
}
#side-main-menu > li > a.has-sub-menu:hover, 
#side-main-menu > li > a.has-sub-menu.selected
{ 
	color:#8a0f53; 
	background:url(/content/images/sprite-image-2x.png) no-repeat 0 -478px; 
	background-size:500px; 
}
#side-main-menu > li > a.has-sub-menu.not-selected{ 
	color:#000000; 
	background:url(/content/images/sprite-image-2x.png) no-repeat 0 -432px; 
	background-size:500px; 
}
#side-main-menu .side-sub-menu{
	background:#e9e9e9;
	padding-left:45px;
    padding-top: 50px;
	display: none; 
}
#side-main-menu  .side-sub-menu a, 
#side-main-menu  .side-sub-menu a:hover{ 
	background:none;
	text-transform:inherit;
}
#side-main-menu  .side-sub-menu a:hover{ 
	color:#8a0f53; 
}

#side-main-menu > li > a.no-sub-menu:hover, 
#side-main-menu > li > a.no-sub-menu.selected
{
    color:#8a0f53 !important; 
    background:url(/content/images/sprite-image-2x.png) no-repeat 0 -432px;
	background-size:500px;
}

/*** Footer ***/
#side-menu-footer{
	overflow:hidden;
	padding:30px;
	margin-top:25px;
	border-top:1px solid #e2e2e2;
}
#side-menu-footer .social-media-top{
	margin-top:35px;
}

/***********************************************
Search Lightbox
***********************************************/
#search-bg{ 
	display: none; 
	overflow:hidden; 
	background: rgba(0, 0, 0, .88);
	width:100%; 
    height: 100%; 
    z-index: 5999; 
	position:fixed;
    top: 0;
}
#search-wrapper{
	display: none; 
	overflow:hidden;
    position: fixed;
    top: 0;
    left: 0;
	width:100%;
    z-index: 6000; 
}
#search-wrapper a{
	float:right;
	background:url(/content/images/sprite-image-2x.png) no-repeat -100px -400px;
	background-size:500px;
	width:26px;
	height:26px;
	text-indent:-9999px;
	display:block;
	margin:30px 30px 30px 0;
}
#search-wrapper a:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -150px -400px;
	background-size:500px;
}
#search{
	width:960px;
	margin:15% auto;
}
#search input{
	float:left;
	border-bottom:2px solid #20a4a3;
	border-top:none;
	border-left:none;
	border-right:none;
	background:none;
	outline:none;
	padding:0;
	height:65px;
}
#search input[type=text]{
	width:90%;
	font-size:42px;
	font-style:italic;
	color:#e2e2e2;
	font-weight:200;
	font-family: 'Crimson Text', helvetica, arial, serif;
	letter-spacing:1px;
}
#search input[type=submit]{
	width:50px;
	cursor:pointer;
	background:url(/content/images/sprite-image-2x.png) no-repeat -300px -160px;
	background-size:500px;
	text-indent:-9999px;
}

/***********************************************
Featured Stories
***********************************************/

.row.feature-stories{
	padding:15px 0 15px 0;
}

article.col-1-4 h2{
	padding-top:8px;
	line-height:128%;
	font-size:24px;
	font-weight:normal;
}

article.col-1-4 h2 .article-headline:hover{
	color:#797979;
}		
	
.icon-on-img{
	background: url(/content/images/sprite-image-2x.png) no-repeat -27px -326px;
  	background-size: 500px;
    position: absolute;
    height: 35px;
    width: 35px;
    bottom: 16px;
    right: 14px;
    z-index: 1;
}
	
.category-name{
	background:#000000;
	color:#ffffff;
	padding:5px 8px 3px 8px;
	position:absolute;
	left:0px;
	bottom:0px;
	font-size:12px;
	font-family: 'Fira Sans', helvetica, arial, sans-serif;
	text-align:left;
	z-index:1;
    display:inline-block;
}
	

a.category-name:hover{
	background:#8a0f53;
}		
	
.img-content{
	position:relative;
}	
.img-content img.thumb{
	width:300px;
    max-width: 100%;
}
.banner-1of3{
	padding:0 0 30px 0;
	display:block;
	text-align:center;
}	

.banner-1of3 img{
	display:inline-block;
	max-width:100%;
	padding:0 10px;
}	



.banner-1of3 div{
	display:inline-block;
}	
.banner-300x250-list{
	overflow:hidden;
	background:url(/content/images/sponsor-pattern.gif) repeat;
	padding:20px;
	margin:0 0 40px 0;
	text-align:center;
    height: 250px;
}

.banner-dynamic {
}

/***********************************************
Latest Headlines - Article List
***********************************************/

.row.article-list{
	padding:90px 0 50px 0;
}

.title-italic{
	font-size:38px;
	font-style:italic;
	font-weight:normal;
}

.header-latest-headline{
	border-bottom:1px solid #000000;
	margin-bottom:30px;
}

.category-name-two,
.category-name-two-hasimage{
	color:#ffffff !important;
	background:#000000;
	padding:3px 6px 1px 6px;
	font-size:12px;
	font-family: 'Fira Sans', helvetica, arial, sans-serif;
	text-align:left;
	margin-bottom:7px 0;
	display:inline-block;
	font-weight:100;
    text-decoration: none !important;
}

span.category-name-two,
a.category-name-two,
span.category-name-two-hasimage,
a.category-name-two-hasimage{
	background:#000000;
	font-weight:400;
}

a.category-name-two:hover,
a.category-name-two-hasimage:hover{
	background:#8a0f53;
}

.category-name.mobile{
	display:none;
}
	
.article-list-section{
	margin:30px 0;
}	

.article-list-section .col-3-4{
	padding-top:30px;
}

.article-list-section h2{
	padding:8px 0 5px 0;
}

a.article-list-headline{
	font-size:34px;	
	color:#000000 !important;
	line-height:38px;
	font-weight:normal;
	padding:8px 0 5px 0;
    text-decoration: none !important;
}

a.article-list-headline:hover{
	color:#666666;
}	

.article-list-section p{
	font-size:14px;	
	color:#333333;
	line-height:170%;
	font-weight:normal;
	padding:7.5px 0;
}	

.article-list-section .col-1-4 img.thumb {
    width: 225px;  
}
.article-list-section.two .col-1-4 img.thumb {
    width: 175px;
    height: 205px;   
}

.line-divider{
	display:inline-block;
	padding:2px;
	color:#8c8c8c;
	font-size:15px;			
}	

a.author-name{
	display:inline-block;
	color:#8a0f53;
	font-size:14px;
	font-weight:600;
}	

a.author-name:hover{
	text-decoration:underline;
}

span.author-name {
    display: inline-block;
    color: #8a0f53;
    font-size: 14px;
    font-weight: normal;
}

.article-list-date,.article-list-time{
	color:#666666;
	font-size:14px;
}
	
.btn-article-list{
	margin:50px 0 10px 0;
	font-size:19px;
	clear:both;
}	

.col-1-4.articlelist-img-content{
	position:relative;
}	

.icon-on-img.video-play{
	background: url(/content/images/sprite-image-2x.png) no-repeat 5px -276px;
    background-size: 500px;
    height: 35px;
    width: 35px;
    bottom: 16px;
    right: 14px;
}

.icon-on-img.photos{
	background: url(/content/images/sprite-image-2x.png) no-repeat -27px -327px;
    background-size: 500px;
    height: 35px;
    width: 35px;
    bottom: 16px;
    right: 14px;
}


.category-name {
    background:#000000;
	color:#ffffff;
	padding:5px 8px 3px 8px;
	position:absolute;
	left:0px;
	bottom:0px;
	text-align:left;
	z-index:1;
    display:inline-block;
}


a.category-name.mobile-two{
	display:none;
}
	
a.sponsored{
	background:#666666;
	color:#ffffff;
	padding:5px 8px 3px 8px;
    display:inline-block;
	position:absolute;
	left:0px;
	bottom:0px;
	font-size:12px;
	font-family: 'Fira Sans', helvetica, arial, sans-serif;
	text-align:left;
	z-index:1;
}
a.sponsored-two{
	background:#666666;
	color:#ffffff;
}
	
a.sponsored:hover,
a.sponsored-two:hover{
	background:#8a0f53;
}


/***********************************************
Static Page
***********************************************/
.static-content {
    width:860px;
    float:right;
}

/***********************************************
TinyMCE
***********************************************/
.story-image-left {
    float: left;
    margin-right: 25px;
}
.story-image-right {
    float: right;
    margin-left: 25px;
}
.story-image-center {
    margin: 0 auto 30px auto;
}
.story-image-justify {
    margin-bottom:30px;
    width: 100%;
}
.story-image-left img,
.story-image-right img,
.story-image-center img,
.story-image-justify img {
    max-width:100%;
    height: auto;
}
.story-image-justify iframe,
.story-image-justify video{
    width: 840px;
    height: auto;
}
.story-image-left iframe,
.story-image-right iframe,
.story-image-center iframe,
.story-image-left video,
.story-image-right video,
.story-image-center video {
    width:100%;
    height: auto;
}

/***********************************************
Video
***********************************************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***********************************************
Search Box
***********************************************/
.search-box{
	overflow:hidden;
	background:#222222;
	padding:40px 0 60px 0;
	margin-top:30px;
}
.search-box h4{
	color:#1baea8;
	font-weight:300;
	font-size:24px;
	text-transform:uppercase;
	margin:0 0 20px 0;
	font-family: 'Fira Sans', helvetica, arial, sans-serif;
}
.search-box select::-ms-expand {
    display: none;
}
.search-box select{
	width:100%;
   font-size:24px;
   color:#666666;
   background:#ffffff url(/content/images/grey-arrow-box.png) no-repeat right center;
   background-size:60px;
   border-radius:0;
   border: 1px solid #999999;
   padding:0 65px 0 15px;
   height:63px;
   cursor:pointer;
}
.search-box select:hover,
.search-box .selected{
   background:#ffffff url(/content/images/green-arrow-box.png) no-repeat right center;
   background-size:60px;
}
.search-input-bg{
	overflow:hidden;
	background:#ffffff url(/content/images/search-box.png) no-repeat right center;
   background-size:58px;
   border: 1px solid #999999;
}
.search-box input[type=text]{
	float:left;
	width:80%;
   border:none;
   font-size:30px;
   color:#999999;
   font-family: 'Crimson Text', helvetica, arial, serif;
   font-style:italic;
   outline:none;
   padding:0 15px 0 15px;
   height:61px;
}
.search-box input[type=submit]{
	float:right;
	width:10%;
   border:none;
   text-indent:-9999px;
   cursor:pointer;
   background:none;
   height:61px;
}

.right-960.article .search-box .col-1-4{
	float:left;
	width:24%;
    padding: 0;
    margin: 0 1% 20px 0;
    overflow: hidden;
}
.right-960.article .search-box .col-1-4 .col-1-2{
	float:left;
	width:48%;
    padding: 0;
    margin: 0 4% 0 0;
}
.right-960.article .search-box .col-1-4 .col-1-2:last-child {
    margin: 0;
}
.right-960.article .search-box .col-1-4 .col-1-2 input{
    width: 100%;
    font-size:20px;
    color:#666666;
    font-family: 'Crimson Text', helvetica, arial, serif;
    font-style:normal;
    border: 1px solid #999999;
    outline:none;
    padding:0 5px 0 5px;
    height:63px;
}
.filter-mobile .search-box .col-1-4 {
	float:none !important;
	width:100% !important;
    margin-right: 0 !important;
}
.filter-mobile .search-box .col-1-4:last-child {
    padding-top: 0 !important;
}
.filter-mobile .search-box label {
    color: #cccccc !important;
    font-size: 14px;
}

/***********************************************
Search Result
***********************************************/
.result-number{
	float:left;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	color:#21a4a5;
	margin-bottom:20px;
}
.btn-filter{
	display:none;
	float:right;
	background:#000000;
	padding:5px 15px;
	color:#ffffff;
	width: auto;
	text-transform:uppercase;
}
.btn-filter-product{
	display:none;
	float:right;
	background:#000000;
	padding:5px 15px;
	color:#ffffff;
	width: auto;
	text-transform:uppercase;
}
.search-form{
	background:none;
	padding:0;
	margin:0;
}
.search-form .row:first-child{
	margin-bottom:20px;
}
.filter-mobile{
	display:none;
	overflow:hidden;
	margin-top:-20px;
	margin-bottom:20px;
}
.filter-bg{
	background:#222222;
	padding:20px 20px 0 20px;
	clear:both;
}
.filter-bg .row:first-child{
	margin-bottom:0;
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;	
	border-bottom: 12px solid black;
	float:right;
	margin-right:20px;
}


/***********************************************
Side Bar
***********************************************/
.sidebar{
	margin:0 0 15px 0;
}

.section-articles{
	width:100%;
	margin:52px 0 60px 0;
	}

.section-title{
	border-bottom:1px solid #000000;
	margin: 25px 0 15px 0;
}

.section-title h5{
	font-size:22px;
	font-style:normal;
	font-weight: 500;
	padding-bottom:2px;
	display:inline-block;
}

.section-article-list{
	margin:15px 0;
}

.section-articlelist-title{
	float:left;
	width:70%;
	margin-left:15px;
	margin-top:4px;
}

.section-articlelist-title h6{
	font-size:16px;
	color:#8a0f53;
	font-weight:400;
	line-height:22px;
}

a.section-articlelist-link{
	font-size:16px;
	color:#8a0f53;
	font-weight:400;
	line-height:22px;
}

a.section-articlelist-link:hover{
	text-decoration:underline;
}

.section-img-content{
	float:left;
	position:relative;
}

.section-img-content img.thumb {
    width: 60px;
}


a.article-number{
	position:absolute;
	top:0;
	left:0;
	background:#000000;
	height:20px;
	width:20px;
	color:#ffffff;
	font-weight:400;
	font-size:11px;
	text-align:center;
	padding:2px 5px;
	}

a.article-number:hover{
	background:#8a0f53;
}



/***********************************************
Sponsored Content
***********************************************/

.sponsored-content-box{
	/*border-top:1px solid #999999;*/
	border-bottom:1px solid #999999;
	margin-top:20px;
    margin-bottom:40px;
	padding:15px 0;
	overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
}

.sponsored-content-box p{
	font-size:14px !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
	color:#666666;
}

.sponsored-content-box img{
	height:auto;
	display:inline-block;
	float:left;
}

span.sponsor-title{
	font-weight:bold;
	font-size:14.3px;
	color:#000000;
	padding-bottom:4px;
    padding-right:7px;
	display:block;
}

.sponsored-content-box .col-1-2:first-of-type{
	width:24%;
	max-width:170px;
}

.sponsored-content-box .col-1-2:last-of-type{
	width:72%;
	margin:6px 10px;
}

span.category-name-two.gray,
a.category-name-two.gray{
	background:#666666;
}



/***********************************************
Ads
***********************************************/

.ad-shaft {
	position: relative;
	margin-bottom: 30px;
}
.ad-shaft-bottom {
	position: absolute;
	bottom: 0;
	height: 0;
	width: 100%;
}
.ad-stuck {
	position: fixed;
}
.ad-unstuck {
	position: absolute;
	top: auto !important;
	bottom: 0;
}

/***********************************************
Social Media Footer
***********************************************/
#social-media-footer-container{
	background:#000000;
	border-bottom:1px solid #343434;
}
#social-media-footer{
	list-style:none;
	margin:0;
	padding:16px 0;
	text-align:center;
}
#social-media-footer li{
	display:inline-block;
	margin-right:30px;
}
#social-media-footer li:last-child{
	margin-right:0;
}
#social-media-footer li a{
	background-size:650px;
	text-indent:-9999px;
	display:block;
	height:31px;
}
.footer-facebook{
	background:url(/content/images/sprite-image-2x.png) no-repeat 0 -97px;
	width:15px;	
}
.footer-instagram{
	background:url(/content/images/sprite-image-2x.png) no-repeat -65px -97px;
	width:32px;	
}
.footer-pinterest{
	background:url(/content/images/sprite-image-2x.png) no-repeat -130px -97px;
	width:32px;	
}
.footer-twitter{
	background:url(/content/images/sprite-image-2x.png) no-repeat -195px -97px;
	width:32px;	
}
.footer-youtube{
	background:url(/content/images/sprite-image-2x.png) no-repeat -260px -97px;
	width:36px;	
}
.footer-periscope{
	background:url(/content/images/sprite-image-2x.png) no-repeat -325px -97px;
	width:23px;	
}
.footer-rss{
	background:url(/content/images/sprite-image-2x.png) no-repeat -390px -97px;
	width:30px;	
}

.footer-facebook:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat 0 -162px;
}
.footer-instagram:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -65px -162px;
}
.footer-pinterest:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -130px -162px;
}
.footer-twitter:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -195px -162px;
}
.footer-youtube:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -260px -162px;
}
.footer-periscope:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -325px -162px;
}
.footer-rss:hover{
	background:url(/content/images/sprite-image-2x.png) no-repeat -390px -162px;
}

/***********************************************
Footer
***********************************************/
#footer{
	overflow:hidden;
	background:#222222;
	padding:55px 0 20px 0;
}
#footer h4{
	color:#ffffff;
	font-size:24px;
	font-weight:300;
	text-transform:uppercase;
	margin:6px 0 0 0;
}
#footer .wrapper div{
	overflow:hidden;
	margin-bottom:40px;
}

/**** Newsletter ***/
#footer-newsletter h4{
	float:left;
	margin-right:22px;
}
#footer-newsletter form{
	float:left;
    overflow:hidden;
}
#footer-newsletter input[type="email"]{
	float:left;
	width:220px;
	height:42px;
	border:0;
    padding: 5px 10px;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    font-size:15px;
}
#footer-newsletter input[type="submit"]{
	float:left;
	color:#ffffff;
	background:#21a4a5;
	font-size:19px;
	text-align:center;
	margin: 0 0 0 -5px;
	padding-left:30px;
	padding-right:30px;
	font-weight:300;
	height:42px;
    border-radius: 0;
}
#footer-newsletter input[type="submit"]:hover{
	background:#16d3d4;
}

/*** Footer Nav ***/
.footer-nav li{
	display:inline;
	font-weight:300;
	background:url(/content/images/divider.gif?v=2) no-repeat center right;
	padding-right:6px;
	margin-right:3px;	
}
.footer-nav li:last-child{
	padding:0;
	margin:0;
	background:none;
}
.footer-nav ul li a{
	color:#21a4a5;
	font-size:14px;
}
.footer-nav ul li a:hover{
	color:#16d3d4;
	text-decoration:underline;
}
/*** Copyright ***/
#copyright{
	color:#cccccc;
	font-size:14px;
	font-weight:300;
	padding-top:30px;
}

/*** Footer Logos ***/
#footer .col-1-4{
	overflow:hidden;
	float:right;
	width:188px;
}
#footer-logos ul{
    float:right;
    width:80%;
}
#footer-logos{
    text-align:right;
}
#footer-logos li{
    width:45%;
    display:inline-block;
	margin-bottom:40px;
}
#footer-logos li:nth-child(2n+1){
    margin-right:20px;
}
#footer-logos img{
	opacity:.8;
	max-width:90%;
}
#footer-logos .odd img{
    max-width:60%;
}
#footer-logos img:hover{
	opacity:1;
}

/*** Footer Logos Original single column 
#footer .col-1-4{
	overflow:hidden;
	float:right;
	width:188px;
}
#footer-logos li{
	margin-bottom:30px;
}
#footer-logos img{
	opacity:.8;
	max-width:100%;
}
#footer-logos img:hover{
	opacity:1;
}
.nails-logo-footer{
    width:120px;
}
***/
@charset "UTF-8";
/* CSS Document */


/***********************************************
Event Submission Form
***********************************************/
#event-submission-form h2{
	font-size: 38px;
    font-weight: normal;
    font-style: italic;
	text-align:center;
    padding-bottom: 5px;
	padding-top:20px;
}

.form-section{
	border-bottom:1px solid #999999;
	padding-bottom:45px;
	margin-bottom:10px;
}

.full-col{
	margin:20px 0;
}

fieldset{
	border:0;
}

.label-name-form{
	width:100%;
	float:left;
	padding-top:12px;
	padding-bottom: 5px;
	font-family: 'Fira Sans', helvetica, arial, sans-serif;
	font-size:15px;
}

.label-checkbox-text{
	padding-left:5px;
	padding-bottom:15px;
	font-size:14px;
	font-family:'Fira Sans', helvetica, arial, sans-serif;
}

.form-control.input-md{
	width:100%;
}

.form-control.textarea-md{
	width:100%;
	height:160px;
	font-size:15px;
	color:#666666;
	padding:10px;
    border: 1px solid #999999;
}

.input-col{
	width:100%;
}

.form-box{
	width:90%;
	margin:0 auto;
}

.form-box.two{
	width:80%;
}

.btn-article-list-bluegreen {
    clear: both;
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 30px;
}

button.btn-bluegreen-round {
    background: #21a4a5 none repeat scroll 0 0;
	font-size:19px;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    width:100%;
	cursor:pointer;
    padding: 6px 0 4px;
    text-align: center;
	border:0;
}

button.btn-bluegreen-round:hover {
    background: #16d3d4;
}

.full-col select {
    -moz-appearance: none;
	-webkit-appearance:none;
    background: #ffffff url("/content/images/grey-arrow-box-2.png") no-repeat scroll right center / 54px auto;
    border: 1px solid #999999;
    border-radius: 0;
    color: #666666;
    cursor: pointer;
    font-size: 16px;
    height: 43px;
    padding: 0 15px;
    width: 100%;
	font-family:'Fira Sans', helvetica, arial, sans-serif;
    margin-bottom: 10px;
}

/***Hide Drop Down arrow in IE***/
select::-ms-expand {
    display: none;
}

button.btn-submission-form{
	background:#8a0f53;
	color:#ffffff;
	padding:12px 10px 8px 10px;
	max-width:250px;
	border:0;
	margin-top:18px;
	font-size:15px;
	cursor:pointer;
	text-align:center;
}

button.btn-submission-form:hover{
	background:#a31262;
}

.required-submission-form{
	color:#e41c3c;
	padding-left:2px;
}

.g-recaptcha{
	display:block;
	margin:0 auto;
	text-align:center;
	margin-top:40px;
}

.iframe-wrapper{
	max-width: 304px; 
	height: auto;
	margin:0 auto;
}

.terms-conditions-box{
	margin:0 auto;
	display:block;
	padding:30px 0;
}

form.form-checkbox.terms-conditions{
	text-align:center;
	float:none;
}


/***** Upload Button Custom styling *****/

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    color: #ffffff;
    background: #8a0f53;
	padding: 12px 15px 10px 15px;
	font-family:'Fira Sans', helvetica, arial, sans-serif;
	font-size:16px;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background:#a31262;
}

.inputfile + label {
	cursor: pointer;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	pointer-events: none;
}

/***********************************************
Checkbox
***********************************************/

form.form-checkbox{
	float:right;
}

.label-name{
	line-height:22px;
	color:#000000;
	font-size:14px;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 4px 5px -5px;
    vertical-align:middle;
    background:url(/content/images/check-radio-sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(/content/images/check-radio-sheet.png) -19px top no-repeat;
}


