@charset "utf-8";
/* Destination Indiana Stylesheet */

@font-face {
	font-family: 'Conv_Bliss2Regular';
	src: url('../fonts/Bliss2R.eot');
	src: local('☺'), url('../fonts/Bliss2R.woff') format('woff'), url('../fonts/Bliss2R.ttf') format('truetype'), url('../fonts/Bliss2R.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Bliss2Light';
	src: url('../fonts/Bliss2L.eot');
	src: local('☺'), url('../fonts/Bliss2L.woff') format('woff'), url('../fonts/Bliss2L.ttf') format('truetype'), url('../fonts/Bliss2L.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Bliss2Bold';
	src: url('../fonts/Bliss2B.eot');
	src: local('☺'), url('../fonts/Bliss2B.woff') format('woff'), url('../fonts/Bliss2B.ttf') format('truetype'), url('../fonts/Bliss2B.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Bliss2XBold';
	src: url('../fonts/Bliss2XB.eot');
	src: local('☺'), url('../fonts/Bliss2XB.woff') format('woff'), url('../fonts/Bliss2XB.ttf') format('truetype'), url('../fonts/Bliss2XB.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Bliss2Italic';
	src: url('fonts/Bliss2I.eot');
	src: local('☺'), url('../fonts/Bliss2I.woff') format('woff'), url('../fonts/Bliss2I.ttf') format('truetype'), url('../fonts/Bliss2I.svg') format('svg');
	font-weight: normal;
}
@font-face {
	font-family: 'Conv_Bliss2MI';
	src: url('fonts/Bliss2MI.eot');
	src: local('â˜º'), url('../fonts/Bliss2MI.woff') format('woff'), url('../fonts/Bliss2MI.ttf') format('truetype'), url('../fonts/Bliss2MI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Bliss2BoldItalic';
	src: url('../fonts/Bliss2BI.eot');
	src: local('☺'), url('../fonts/Bliss2BI.woff') format('woff'), url('../fonts/Bliss2BI.ttf') format('truetype'), url('../fonts/Bliss2BI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*{
	outline:none;
}
body{
	padding:56px 0 30px 0;
	margin:0;
	font-family: 'Conv_Bliss2Regular';
	letter-spacing:1px;
	background:#ececec;
	min-width:1110px;
}
a, img {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border:0px;
}
a{
	text-decoration:none;
	cursor: pointer;
}
input[type=text] {
	-webkit-appearance: none;
    border-radius:0;
}
.clear {
	clear:both;
}
.container{
	width:100%;
}
.header{
	background: #02427f; /* Old browsers */
    background: -moz-linear-gradient(top, #02427f 0%, #012343 100%, #012445 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #02427f 0%,#012343 100%,#012445 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #02427f 0%,#012343 100%,#012445 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02427f', endColorstr='#012445',GradientType=0 ); /* IE6-9 */
	height:58px;
	position: fixed;
	top: 0;
	z-index: 999;
	min-width:1110px;
}
.header .wrap {
	padding-right: 0;
}
.subHeader{
	background:#f8bc55;
	height:40px;
}
.subHeader h1{
	padding-top: 8px;
}
.wrap{
	padding: 0 20px;
	height: 100%;
	margin:0 auto;
	min-width:1020px;
}
.singleColumn {
	width:60%;
}
.singleFormColumn {
	padding:20px 0px 0px 20px;
	width:40%;
}
a.logo {
	padding-top: 8px;
	display: block;
	float:left;
}
.logoObject{
	margin-top: -2px;
	height: 48px;
	cursor: pointer;
}
.logoObject svg g path {
	pointer-events: all;
	cursor: pointer;
}
.logoObject svg g path:hover{
	cursor: pointer;
}
h1{
	font-size:15px;
	line-height:29px;
	color:#464646;
	margin:0;
	font-family: 'Conv_Bliss2Bold';
}
h2{
	font-family: 'Conv_Bliss2Bold';
	font-size: 16px;
	line-height: 29px;
	color: #fff;
	margin: 0;
	padding-top: 7px;
	letter-spacing: 0;
	float: left;
	width:80%;
	min-width: 20px;
	max-width: 900px;
	display: inline-block;
	height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position:absolute;
	z-index:1;
}
p{
	font-size:15px;
	line-height:29px;
	color:#000;
}
.text{
	/*max-width:600px;*/
}
.nav{
	float: right;
    height: 100%;
}
.mainNav{
    float:right;
    margin-right:10px;
}
.nav.right{
	/*margin-left:30px;*/
	padding-left:0px;
	float:right;
}
.loggedOut .nav.right{
	background: #0069ad;
}
/*.loggedIn */.nav.right {
	background:transparent;
}
.nav ul{
	float:left;
	margin: 0 0 0 0;
	padding-left: 0;
}
.nav.right ul{
	margin: 0 0 0 0;
	-webkit-padding-start: 0px;
}
.nav ul a{
	color:#fff;
	padding: 16px 10px 13px 10px;
	display:inline-block;
    text-transform:uppercase;
}
ul.mainMenu a:hover {
	color: #63aaec;
	text-shadow: 0 0 3px #666666;
}
.nav ul li{
	display:inline;
	/*padding-left:10px;
	padding-right:10px;*/
	font-size:14px;
	line-height:29px;
	font-family: 'Conv_Bliss2Light';
	letter-spacing:1px;
	/*padding-top: 16px;
	padding-bottom: 17px;*/
}
.nav ::-webkit-input-placeholder {
   color: #fff;
   font-size:14px;
   font-family: 'Conv_Bliss2Light';
   letter-spacing:1px;
}
.nav :-moz-placeholder {
   color: #fff;
   font-size:14px;
   font-family: 'Conv_Bliss2Light';
   letter-spacing:1px;
}
.nav ::-moz-placeholder {
   color: #fff;
   font-size:14px;
   font-family: 'Conv_Bliss2Light';
   letter-spacing:1px;
}
.nav :-ms-input-placeholder {
   color: #fff;
   font-size:14px;
   font-family: 'Conv_Bliss2Light';
   letter-spacing:1px;
}
.myFav .menuDivide,
.nav .menuDivide{
    height: 17px;
    width: 1px;
    background: #63aaec;
    float: right;
    margin-top:21px;
}
.nav .menuDivide{
    position:relative;
    left:0px;
}
#search{
	float:left;
	cursor: pointer;
	width:15px;
	margin:3px 0px 0px 0px;
    position: relative;
    left: 5px;
}
#headerSearch{
	background:none;
	color:#fff;
}
div#searchWrap {
    float: left;
    margin-top: 20px;
    background-color:#63aaec;
}
#searchWrap input{
    width: 145px;
    height: 20px;
    background-color: #63aaec;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding-left: 3px;
    padding-top: 4px;
    float: left;
    box-sizing: border-box;
    margin-left:10px;
}
.signInHeader{
	color:#fff;
	text-transform:uppercase;
}
.mainMenu li {
    border-right: 1px solid #63aaec;
}
.mainMenu li:last-child{
    border-right:none;
}
#menuToggle{
	display: block;
	float: right;
	height: 58px;
	padding-left: 0;
	cursor:pointer;
	background-image:url(../images/hamburger_icon.png);
	background-repeat:no-repeat;
	background-position:10px 24px;
	width:68px;
}
#menuToggle.visible{
	background: #02427f; /* Old browsers */
    background: -moz-linear-gradient(top, #02427f 0%, #012343 100%, #012445 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #02427f 0%,#012343 100%,#012445 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #02427f 0%,#012343 100%,#012445 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02427f', endColorstr='#012445',GradientType=0 ); /* IE6-9 */
	background-image:url(../images/hamburger_icon-blue.png);
    background-repeat:no-repeat;
    background-position:10px 24px;
}
#menuToggle.visible:hover, #menuToggle:hover{
	background-image:url(../images/hamburger_icon-blue.png);
}

.menuDrop{
	background: #012241;
	float: right;
	position: absolute;
	z-index: 50;
	display: none;
	right: 0;
	width: 190px;
	top: 58px;
	clear: both;
}
.header .menuDrop a{
	padding:0;
}
.dropBorder {
	border-top: 1px solid #e8e8e8;
	width: 112px;
}
.menuDrop ul{
	padding: 0;
	margin:0;
}
.menuDrop ul li{
	list-style-type: none;
	color: #fff;
	padding: 10px 20px;
	display: block;
	width: 150px;
}
.menuDrop ul li:hover{
	background:#63aaec;
}
.loginOuter{
	display: none;
	background:url(../images/whiteTrans-60.png);
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	z-index:99999999999999;
}
.loginInner{
	width: 348px;
	background: #0c65b7;
	padding: 0px;
	border: 1px solid #0c65b7;
	border-radius: 5px;
	-webkit-box-shadow: 4px 1px 6px 0 rgba(0,0,0,.2);
	box-shadow: 4px 1px 6px 0 rgba(0,0,0,.2);
}
.loginOuter input:hover, .loginOuter input:focus {
	opacity:.65;
}
#loginContainer{
	width: 348px;
	position: absolute;
	left: 50%;
	margin-left: -174px;
	top: 9%;
}
#favLoginBox {
	text-align:center;
}
#favLoginBox p {
	color:#fff;
	margin:2px 0px 4px 0px;
}
.paddedLeft { padding-left:20px;}
.paddedTop { padding-top:20px;}
.contentIndex ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0;
	-webkit-margin-after: 10opx;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 30px;
}
.contentIndex ul li a, .contentIndex ul li a:visited, .contentIndex a, .contentIndex a:visited {
	color:#0069ad;
}
.contentIndex ul li a:hover, .contentIndex a:hover {
	text-decoration:underline;
}
/*#form_signin, #form_create, */
#form_signReset {display:none;}
.loginOuter form a:hover {text-shadow: 0px 0px 3px #999;}
button {
    background: none repeat scroll 0 0 #EB8E2C;
    border-radius: 5px;
	border: none;
    color: #FFFFFF;
    height: 33px;
    padding:7px 40px 9px;
    text-align: center;
}
.resetWrap input {
 	background: #fff;
    border: medium none;
    height: 33px;
	border-radius:5px;
    padding: 5px 15px 8px;
    width: 100%;
}
.loginInnerBorder {
	padding: 25px 25px;
	border: 1px solid #3c9fdf;
	background: #0264a4; /* Old browsers */
	background: -moz-linear-gradient(top,  #0264a4 0%, #0d6faf 6%, #0d6faf 93%, #0264a4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0264a4), color-stop(6%,#0d6faf), color-stop(93%,#0d6faf), color-stop(100%,#0264a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0264a4 0%,#0d6faf 6%,#0d6faf 93%,#0264a4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0264a4 0%,#0d6faf 6%,#0d6faf 93%,#0264a4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0264a4 0%,#0d6faf 6%,#0d6faf 93%,#0264a4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0264a4 0%,#0d6faf 6%,#0d6faf 93%,#0264a4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0264a4', endColorstr='#0264a4',GradientType=0 ); /* IE6-9 */

	border-radius: 5px;
}
.loginShadow{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -174px;
	display:block;
}
	/*.signin_shadow{
		margin-top: 184px;
	}
	.create_shadow{
		margin-top: 257px;
	}*/
.loginInner h1, .emailWrap h1{
	font-family: 'Conv_Bliss2XBold';
	font-size:17px;
	line-height:20px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 3px 8px #444;
	text-transform:uppercase;
}
.invalidInputText{
	border: 1px solid #f8bc55!important;
}
.loginEmailWrap{
	display: none;
}
.imageViewerInner, #coverPageInner{
	width:852px;
	min-height:668px;
	background:#000;
	margin:0;
	/*border:1px solid #fff;*/
	position:relative;
}
#fancybox-content div{
	overflow: hidden;
}
#fancy-dots {
	width:100%;
	height:30px;
	z-index:999999;
	position:absolute;
	bottom: -40px;
	text-align:center;
}
.fancyDot {
	background:#fff;
	height:10px;
	width:10px;
	border-radius:5px;
	text-align:center;
	display:inline-block;
	margin:0 auto;
}
.fancyDot.active {
	background:#CC9900;
}
.dotSpacer {
	display:inline-block;
	width:7px;
}
.imageViewerHeader{
	height:43px;
	background: #005fb6;
	padding: 0 0 0 20px;
}
.imgOverlay{
	width: 271px;
	height: 580px;
	background: url(../images/whiteTrans-80.png);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 70;
	padding:30px 20px 15px 20px;
	overflow-y: auto;
}
.closeImgViewer {
	display: block;
	position: absolute;
	right: -30px;
	top: -35px;
}
.imgOverlay p{
	font-size:13px;
	letter-spacing: 0;
}
.italic{
	font-style: italic;
}
.italicBold{
	font-family: 'Conv_Bliss2BoldItalic';
}

.bold{
	font-family: 'Conv_Bliss2Bold';
}
.italicMed{
	line-height:20px;
	font-family: 'Conv_Bliss2MI',Sans-Serif;
	font-style: italic;
	margin-top: 25px;
	margin-bottom:0;
}
/*.icons{
	float:right;
	position:relative;
	z-index:99;
	margin:12px 0 0 15px;
}*/


.fancyFavDrop {
	position: absolute;
	right: 44px;
	top: 43px;
	z-index: 99999999;
	display:none;
	padding:10px 11px 10px 11px;
	background: #005fb6;
	border-right: none;
	border-top: none;
	-webkit-box-shadow:inset 0 1px 3px 0 #00519C;
	box-shadow:inset 0 1px 3px 0 #00519C;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.fancyFavDrop .favTabBtn2 {
	background:none !important;
	color:#fff;
	border:none !important;
}
.fancyFavDrop .createListName2 {
	display: inline-block;
	border: 1px solid #ddd;
	background: #fff;
	line-height: 12px;
	font-size: 9px;
	font-family: 'Conv_Bliss2Bold';
	width: 125px;
	margin:2px 7px 10px 0px;
	text-indent:5px;
}
.fancyFavDrop .createListName2:hover {
	border: 1px solid #00519C;
}
.fancyFavDrop .createListName2:focus {
	border: 1px solid #00519C;
	border-bottom: 1px dotted #fff;
}
.fancyFavDrop .favDropdownCreateListButton {
	background: #02427f !important;
	color:#fff !important;
	margin-top:3px;
	letter-spacing:1px;
	float:right;
}
.fancyFavDrop .favDropdownCreateListButton:hover {
	-webkit-box-shadow:0 1px 3px 0 #00519C;
	box-shadow:0 1px 3px 0 #00519C;
	cursor:pointer;
	color:#333;
}
.fancyFavDrop .favTabBtn {
	height: 15px;
	font-size: 11px;
	text-transform: uppercase;
	background: none;
	border:0px !important;
	border-bottom: 1px solid #fff;
	padding: 4px 0 0 0px;
	color: #fff;
	font-family: 'Conv_Bliss2Light';
}
.fancyFavDrop .favTabBtn:hover {
	background:#02427f;
}
.listTitle {
	font-family: 'Conv_Bliss2Bold';
	color:#fff;
	font-size:14px;
	margin-bottom:3px;
	display:block;
	border-bottom:1px solid #fff;
}
#fancyFav.isActive img {
	opacity:.5;
}
#fancyFav.active img {
	opacity:1;
}
.shareDrop {
	position: absolute;
	right: -1px;
	top: 43px;
	z-index: 99999999;
	display:none;
	padding:10px 11px 0 11px;
	background: #02427f;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.shareDrop a {
	float: left;
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	text-align:center;
}
.fancyFavDrop a {
	font-size:11px;
	text-align:left;
	color:#fff;
}
.shareDrop a:hover > img{
	opacity: .8;
}
#share{
	background: #02427f;
	padding-left: 16px;
	height:19px;
	border-left: 1px solid #fff;
}
.errorMsg {
	display:none;
	font-size:12px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow: 1px 0px 5px #000;
	color:#f8bc55;
	margin:12px 0px 0px;
	line-height:12px;
}
.errorMsg.account {
	color:#02427f;
	text-shadow: 1px 0px 2px #888;
}
.icons {
	float: right;
	margin: 0 0 0 85px;
/*	background:#005fb6;
*/	z-index:9999;
	position:relative;
	height:43px;
	overflow:hidden;
}
/*.icons{
	float:right;
	padding: 12px 0px 0px 15px;
	height: 31px;
	background:#005fb6;
	z-index:99;
	position:relative;
}*/
.shareIcons {
	float: right;
	padding-top: 12px;
	margin-left: 12px;
	padding-right: 10px;
	padding-left: 14px;
	background: #02427f;
	height: 31px;
	z-index:99;
	position:relative;
}
.icons a, .shareIcons a {
	float: left;
	padding: 12px 10px;
}
.icons a:hover > img, .shareIcons a:hover > img{
	opacity:.8;
}
span.imgLabel {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 70;
	color: #fff;
	letter-spacing: .5px;
}
.imgWrap{
	height:570px;
	text-align:center;
	position:relative;
}
.imgWrap img{
	position: relative;
	z-index: 60;
	vertical-align: middle;
	max-height: 668px;
    max-width: 852px;
	width:100%;
}
.pagination {
	color: #fff;
	position: absolute;
	top: 580px;
	right: 180px;
	display: block;
	width: 300px;
	z-index: 300;
	text-align: left;
	font-size: 13px;
}
.basicCredits{
	color: #fff;
	position: absolute;
	bottom:15px;
	right: 45px;
	display: block;
	width: 300px;
	z-index: 300;
	text-align: left;
	font-size: 13px;
}
.basicImgLabel{
	min-height:31px;
	color:#fff;
	font-size:13px;
	line-height:18px;
	letter-spacing:0;
	padding:12px 23px;
}
.fullWidth{
	width:100%;
}
.userNameWrap, .passwordWrap, .confirmPasswordWrap, .loginEmailWrap{
	height:43px;
	margin-top:20px;
	border-radius:5px;
}
.userNameWrap{
	background: url(../images/userIcon.png) no-repeat #fff;
	background-position: 10px 13px;
}
a#user {
	display:inline-block;
	max-width:200px;
	float:left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.passwordWrap{
	background: url(../images/passwordIcon.png) no-repeat #fff;
	background-position: 10px 13px;

}
.confirmPasswordWrap{
	background: url(../images/passwordIcon.png) no-repeat #fff;
	background-position: 10px 13px;
}
.loginEmailWrap{
	background: url(../images/userIcon.png) no-repeat #fff;
	background-position: 10px 13px;
	clear:both;
	margin: 0 0 20px 0;
}
.tagWrap{
	margin-top:20px;
}
.birthDate {
	overflow: hidden;
	clear: both;
}
.loginInner .box{
	border:none;
	height:43px;
	background:none;
	padding-left: 35px;
	width: 88%;
}
.loginInner div{
	/*border: 1px solid #0c65b7;*/

}
.loginInner label{
	color:#d4d4d4;
	font-size:15px;
	line-height:20px;
	float: left;
	cursor:pointer;
}
input[type=checkbox], .loginInner label.checkLabel {
	float:left;
	font-size:11px;
	line-height:13px;
}
.loginInner label.checkLabel {
	width:90%;
}
.loginInner label.checkLabel a {
	text-decoration:underline;
}
#rememberMe{
	width:20px;
	height:20px;
	float: left;
	margin:0 5px 0 0;
	cursor:pointer;
}
.bDayLabel{
	margin-top: 20px;
	margin-bottom: 10px;
}
.clearFloat{
	clear:both;
}
#forgotPass, .forgotSignin{
	float: right;
	font-size: 15px;
	color: #d4d4d4;;
	line-height: 20px;
}
#forgotPass:hover, .forgotSignin:hover{
	text-decoration:underline;
}
#signIn .signIn, #signInSubmit .signIn, .resetBtn, .lightBtn{
	height:33px;
	padding-top: 10px;
	background:#f8bc55;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
	margin-top:20px;
	border-radius:5px;
}
.exportOptions {
	display:inline-block;
	background:#FAA20C;
	border-right:1px solid #000;
	float:left;
}
#createAcct .createAcct, #createAcctSubmit .createAcct, .darkBtn{
	height:33px;
	padding-top: 10px;
	background:#eb8e2c;
	text-align:center;
	color:#fff;
	border-radius:5px;
}

/*******TILES********/

.tile{
	width:215px;
	border-radius:5px;
	overflow:visible;
	border-radius:5px;
	float:left;
	border:2px solid #fff;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0,0,0,.2);
	box-shadow: 1px 1px 10px 2px rgba(0,0,0,.2);
	/*margin:12px 0px 0px 12px;*/
	margin-top:12px;
	display:inline-block;
}
.tile img{
	width:100%;
	height:auto;
	display:block;
}
#tiles .tile > a > img {
	width: 210px;
}
#tiles li.groupTile {
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0;
	border-radius: 5px;
	border-bottom-right-radius: 0;
}
.gutter-sizer { width: 4%; }
a.fancy {
	display:block;
}
.hide{
	display:none !important;
}
.loading {
	background:url(../images/ajax-loader-sm.gif) no-repeat center;
}

#contentBox {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3
}

/**
 * Grid container
 */
#tiles, #tilesSearch {
  list-style-type: none;
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
 /* margin-left:-12px;*/
}
/**
 * Grid items
 */
#tiles li, #tilesSearch li{
  background-color: #ffffff;
  border: 2px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /*display: inline-block; * Hide items initially to avoid a flicker effect **/
/*  cursor: pointer;*/
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0,0,0,.2);
  box-shadow: 1px 1px 10px 2px rgba(0,0,0,.2);
  padding:0;
  width:210px;
}
#tiles li:hover, #tilesSearch li:hover{
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0,0,0,.3);
	box-shadow: 1px 1px 10px 2px rgba(0,0,0,.3);
}

/*#tiles li.inactive, #tilesSearch li.inactive {
  visibility: hidden;
  opacity: 0;
}
#tiles li {
	visibility:hidden;
}*/
#tiles li img,  #tilesSearch li img{
	display: block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	height:100%;
	cursor:pointer;
}
#tiles li p, #tilesSearch li p  {
	color: #666;
	font-size: 13px;
	line-height: 20px;
	font-weight: 200;
	margin:0;
	padding:0;
	letter-spacing:0;

	display: block;
	max-height: 300px;
	overflow: hidden;
}
.imgBar{
	background: url(../images/starClosed.png) no-repeat #f8bc55;
	background-position: 4px 3px;
	height:17px;
	border-bottom: 1px solid #fff;
	cursor:pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.imgBar:hover{
	background: url(../images/starOpen.png) no-repeat #eb8e2c;
	background-position: 4px 3px;
}
.imgBar.active{
	background: url(../images/starOpen.png) no-repeat #f8bc55;
	background-position: 4px 3px;
}
.imgBar:hover > span{
	color:#fff;
}
.imgBar span{
	color:#d56d02;
	float:right;
	font-size:9px;
	text-transform:uppercase;
	margin-top:3px;
	margin-right:5px;
}
.imgContent{
	position:relative;
}
.imgMain{
	padding: 10px 10px 10px 15px;
	margin-bottom: 5px;
	margin-right: 5px;
	min-height:34px;
}
.imgMain.group{
	background: url(../images/bg_blue-corner.png) no-repeat bottom right;
	margin-bottom:0px;
	margin-right:0px;
	padding-bottom:10px;
}
.imgMain.journey{
}
.imgMain.single{
}
#loaderImg {
	height:48px;
	width:48px;
	display:block;
	position:fixed;
	left:50%;
	bottom: 50%;
	margin-left:-24px;
	margin-top:15%;
	z-index: 100;
}
#loadFloater {
	width: 270px;
	background: #0c65b7;
	padding: 50px 15px 20px;
	border: 1px solid #0c65b7;
	border-radius: 5px;
	-webkit-box-shadow: 4px 1px 6px 0 rgba(0,0,0,.2);
	box-shadow: 4px 1px 6px 0 rgba(0,0,0,.2);
	left:50%;
	position:absolute;
	margin-top:15%;
	min-height:200px;
	color:#fff;
	text-align:center;
	margin-left: -150px;
}
#loadFloater img {
}
#loadFloater #remainingSecs {
	min-width:20px;
	font-weight:bold;
	display:inline-block;
	text-align:center;
}
#loadFloater p {
	color:#fff;
	text-align:left;
}
.btnCancel {
	top:6px;
	padding:5px 20px 7px;
}
#tiles li .imgMain p, #tilesSearch li .imgMain p{
	font-family: 'Conv_Bliss2Light';
	font-size:12px;
}
#tiles li .imgContent p.imgTitle, #tilesSearch li .imgContent p.imgTitle{
	font-family: 'Conv_Bliss2Bold';
	letter-spacing:0;
	font-size:13px;
}
.favDropDown{
	width: 100%;
	overflow: visible;
	position:absolute;
	top:0;
	background: #f8bc55;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	display:none;
	z-index:99;
}

.favDropDown:last-child a:last-child div{
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.favTabBtn{
	height: 15px;
	font-size: 9px;
	text-transform: uppercase;
	background: #f8bc55;
	border-bottom: 1px solid #fff;
	padding: 4px 0 0 20px;
	color:#000;
	font-family: 'Conv_Bliss2Light';
}
.favTabBtn:hover{
	background: #eb8e2c;
	color:#fff;
}
.favTabBtn2{
	width: 100%;
	margin: 0;
	padding: 2px 0px;
	font-size: 9px;
	text-transform: uppercase;
	background: #f8bc55;
	border-bottom: 1px solid #fff;
	color:#000;
	font-family: 'Conv_Bliss2Light';
}
.favDropdownCreateListButton{
	height: 14px;
	margin: 1px 4px 0px 0;
	float: right;
	text-transform: uppercase;
	right: 2px;
	font-size: 9px;
	padding: 0px 4px;
	background: #0069ad;
	border: 0px;
	color: #fff;
	border-radius: 3px;
	text-shadow: 1px 0px 0px #333;
	line-height: 10px;
}
.navMenuCreateListButton{
    height: 24px;
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    padding: 2px 6px;
    background: #63aaec;
    border: 0px;
    color: #fff;
    border-radius: 0px;
    line-height: 10px;
    cursor: pointer;
}
.navMenuCreateListButton:hover{
    background:#fff;
    color:#63aaec;
}
.activeMenu {
	/*text-decoration:underline;*/
	font-style:italic;
	font-family: 'Conv_Bliss2Bold';
}
.hRule{
	margin-top:15px;
	margin-bottom:10px;
	border-top:1px solid #c3c3c3;
	width:100%;
}
.filterWrap{
	margin-top:20px;
	height:28px;
	width:100%;
	float:right;
}
.filterWrapFavorites{
	maertin-top: 5px;
	float: right;
}
#filters {
	width:360px;

	float:left;
}
#filterJourney, #filterImages, #filterTopics {
	border-radius:4px;
	background:#ddd;
	font-size:10px;
	text-transform:uppercase;
	padding:5px 20px;
	display:inline-block;
	float:left;
	margin:5px 10px 0px 0px;
	max-width:200px;
}
#searchMessage {
	width:500px;
	float:left;
	margin-top:-10px;
}
img.invisible {
	visibility: hidden;
}
.disabled {
	color:#bbb;
	background:#ddd;
	cursor:not-allowed;
}
.disabled:hover {
	color:#bbb !important;
	background:#ddd !important;
}
#filterJourney:hover, #filterImages:hover {
	background:#ccc;
}
.activeFilter {
	background:#ccc !important;
	font-style:italic !important;
}
.left{
	float:left;
}
.favoritesMenuDrop{
	width: 200px;
	background: #012241;
	position: absolute;
	right: 0;
	top: 32px;
	display:none;
	cursor:default;
	padding: 15px 20px 30px 20px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0,0,0,.2);
	box-shadow: 1px 1px 10px 2px rgba(0,0,0,.2);
	z-index:20;
}
.favoritesMenuDrop span{
	float:left;
}
.favDropSelect{
	clear:both;
}
#overLoader {
	display: none;
	background: url(../images/whiteTrans-60.png);
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999999999;
}
.myFav{
	position:relative;
	cursor:pointer;
}
.myFav a{
	font-family: 'Conv_Bliss2Light';
	position: relative;
	z-index: 30;
}
.myFav a:hover, .myFav.hover a{
	color:#63aaec;
}
.myFav:hover > .favoritesMenuDrop{
	display:block;

}
.nav ul .favoritesMenuDrop a{
	display:block;
	color:#fff;
	padding:0;
}
.nav ul .favoritesMenuDrop a:hover{
	text-decoration:underline;
}
.favoritesMenuDrop .hRule{
	width:100%;
	margin-top:5px;
}
.favoritesMenuDrop .hRule.last{
	margin-top:10px;
	margin-left:0;
}
.actList{
	margin-right:30px;
}
.last{
	margin-left:5px;
}
.vBar{
	font-family: 'Conv_Bliss2Bold';
	margin-left:5px;
}
.loginInner .vBar{
	margin-right: 5px;
}
.blueButton{
	padding:0 20px;
	background: #005fb6;
	color:#fff;
	font-family: 'Conv_Bliss2Regular';
	line-height: 24px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
	border:1px solid #fff;
	margin-top: 5px;
}
.blueButton:hover{

}
.nav ul .favoritesMenuDrop a.btn{
	display:inline-block;
}
.nav ul .favoritesMenuDrop a.btn:hover{
	text-decoration:none;
}
.listNav:hover{
	text-decoration:underline;
}
.listNav {
	float: left;
	color: #000;
	margin-top:20px;
	font-family: 'Conv_Bliss2Bold';
}
.listNav.active{
	color:#005fb6;
}
.listMain .vBar{
	margin:20px 10px 0 10px;
}

#favoritesContainer .listMain{
	display: none;
}
.listMenu .vBar{
	margin-top:0;
}
.listName{
	border:none;
	background:none;
	line-height:29px;
	font-size:16px;
    font-family: 'Conv_Bliss2Bold';
	color:#000;
	border: 1px solid #ececec;
	float:left;
	width:120px;
	text-indent:10px;
	padding-right:10px;
}
.listName:focus {
	background:#fff !important;
	border: 1px solid #c3c3c3 !important;
}
.listName:hover{
	background:#efefef;
	border: 1px dotted #c3c3c3;
}
.listName::-webkit-input-placeholder {
   font-size:16px;
   font-family: 'Conv_Bliss2Bold';
   letter-spacing:0px;
   color:#000;
}
.listName:-moz-placeholder {
   font-size:16px;
   font-family: 'Conv_Bliss2Bold';
   letter-spacing:0px;
   color:#000;
}
.listName::-moz-placeholder {
   font-size:16px;
   font-family: 'Conv_Bliss2Bold';
   letter-spacing:0px;
   color:#000;
}
.listName:-ms-input-placeholder {
   font-size:16px;
   font-family: 'Conv_Bliss2Bold';
   letter-spacing:0px;
   color:#000;
}

.createListName{
	border:none;
	line-height:22px;
	font-size:14px;
    font-family: 'Conv_Bliss2Light';
	color:#fff;
	float:left;
	width:130px;
    background:#63aaec;
    padding-left:3px;
    height:22px;
}
.createListName::-webkit-input-placeholder {
   font-size:14px;
   font-family: 'Conv_Bliss2Light';
   letter-spacing:1px;
   color:#fff;
}
.createListName:-moz-placeholder {
   font-size:14px;
   font-family: 'Conv_Bliss2Light';
   letter-spacing:1px;
   color:#fff;
}
.createListName::-moz-placeholder {
   font-size:14px;
   font-family: 'Conv_Bliss2Light';
   letter-spacing:1px;
   color:#fff;
}
.createListName:-ms-input-placeholder {
   font-size:14px;
   font-family: 'Conv_Bliss2Light';
   letter-spacing:1px;
   color:#fff;
}

.createListName2{
	display: inline-block;
	border:1px solid #f8bc55;
	background:none;
	line-height:12px;
	font-size:9px;
    font-family: 'Conv_Bliss2Bold';
	color:#000;
	width:125px;
	margin-top: 2px;
	margin-left: 20px;

}
.createListName2:hover{
	border:1px solid #333;
}
.createListName2:focus{
	border:1px solid #f8bc55;
	border-bottom:1px dotted #333;
}
.createListName2::-webkit-input-placeholder {
   font-size:9px;
   font-family: 'Conv_Bliss2Bold';
   letter-spacing:1px;
   color:#000;
}
.createListName2:-moz-placeholder {
   font-size:9px;
   font-family: 'Conv_Bliss2Bold';
   letter-spacing:1px;
   color:#000;
}
.createListName2::-moz-placeholder {
   font-size:9px;
   font-family: 'Conv_Bliss2Bold';
   letter-spacing:1px;
   color:#000;
}
.createListName2:-ms-input-placeholder {
   font-size:9px;
   font-family: 'Conv_Bliss2Bold';
   letter-spacing:1px;
   color:#000;
}
.createListJourney{
	border:none;
	background:none;
	line-height:22px;
	font-size:14px;
    font-family: 'Conv_Bliss2Bold';
	color:#000;
	border: 1px solid #fff;
	float:left;
	width:120px;
}
.createListJourney:focus{
	background:#fff;
	border: 1px solid #c3c3c3;
}
.createListJourney::-webkit-input-placeholder {
   font-size:14px;
   font-family: 'Conv_Bliss2Bold';
   letter-spacing:1px;
   color:#000;
}
.createListJourney:-moz-placeholder {
   font-size:14px;
   font-family: 'Conv_Bliss2Bold';
   letter-spacing:1px;
   color:#000;
}
.createListJourney::-moz-placeholder {
   font-size:14px;
   font-family: 'Conv_Bliss2Bold';
   letter-spacing:1px;
   color:#000;
}
.createListJourney:-ms-input-placeholder {
   font-size:14px;
   font-family: 'Conv_Bliss2Bold';
   letter-spacing:1px;
   color:#000;
}

.renameList{
	font-family: 'Conv_Bliss2BoldItalic';
	float:left;
	cursor:pointer;
	margin-top: 7px;
	margin-left: 10px;
	margin-bottom: 20px;
	color: #464646;
}
.renameList:hover{
	text-decoration:underline;
}
span.info{
	margin-right:30px;
	font-family: 'Conv_Bliss2BoldItalic';
	color: #464646;
	margin-top: 10px;
}
.listMenu{
	background: #f8bc55;
	padding: 0;
/*	height: 30px;*/
	margin-top: 20px;
}
.listMenu a{
	color:#000;
	display:inline-block;
	padding:10px 15px;
}
.listMenu a.exportPPT {
	padding-left:30px;
	margin-left:10px;
	background:url(../images/btn_ppt.png) no-repeat left;
}
.listMenu a.exportZIP {
	padding-left:30px;
	margin-left:10px;
	background:url(../images/btn_zip.png) no-repeat left;
}
.listMenu a.exportPDF {
	padding-left:30px;
	margin-left:10px;
	background:url(../images/btn_pdf.png) no-repeat left;
}
.listMenu a.exportPrint{
	padding-left:35px;
	margin-left:10px;
	background:url(../images/btn_print.png) no-repeat left;
}
.listMenu a:hover{
	color:#444;
	text-decoration:underline;
}
.gridItem{
	background-color: #ffffff;
	border: 2px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0,0,0,.2);
	box-shadow: 1px 1px 10px 2px rgba(0,0,0,.2);
	padding:0;
	width:112px;
	height:138px;
	margin:0 0 13px 13px;
	float:left;
	overflow:hidden;
	position:relative;
}
.drag .gridItem{
	border: 2px solid #005fb6;
	cursor:move;
}
.drag a{
	cursor: move;
}
.delete {
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0;
	display:none;
	cursor:pointer;
}
.delete.hover{
	display:block;
}
.gridItem.landscape img{
	height:100%;
	width:auto;

}
.gridItem.portrait img{
	width:100%;
	height:auto;
}
.gridWrap{
	margin-left:-13px;
	margin-top:15px;
}
.subHeader.map span, .subHeader.map h1{
	float:left;
}
.subHeader.map a h1:hover{
	text-decoration:underline;
}
.subHeader.map .vBar{
	margin:11px 10px 0 10px;
	color: #464646;
}
.mapRadioWrap{
	float: right;
	margin-top: 13px;
}
.mapRadioWrap input, .mapRadioWrap label{
	cursor:pointer;
}
.mapRadioWrap label{
	font-size:14px;
}
.mapTiles {
	margin-top: 20px;
	margin-left: 20px;
	width:50%;
	min-width:500px;
	float:left;
	padding-bottom:20px;
}
.mapWrap{
	float: right;
/*	width: 100%;*/
	padding: 0px 130px 0 0;
/*	height: 120%;*/
	min-height: 500px;
	margin-top: 50px;

    height: 0;             /* collapse the container's height */
	width: 400px;
    width: width-value;    /* specify any width you want (a percentage value, basically) */
    /* apply a padding using the following formula */
    /* this formula makes sure the aspect ratio of the container equals that of the svg graphic */
    padding-top: (svg height / svg width) * width-value;
    position: relative;
}
svg {
	width: 100%;
}
.mapWrap object, .mapWrap img, .mapWrap svg { max-width:100%; }
.mapWrap svg g path {
	pointer-events: all;
	fill: #1c61a3;
	stroke: #fff;
}
.mapWrap svg g path:hover {
	opacity: 0.5;
}
.mapWrap svg g path.active { fill: #fabc55; }
.blueButton.sml,.greyButton.sml{
	float: left;
	width: 113px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	padding: 0 10px;
	border-radius:3px;
	margin:0;
}
.greyButton.sml{
	background:#ececec;
	margin-left:60px;
	margin-right:20px;
	border:1px solid #ececec;
}
.searchedTerms{
	font-family: 'Conv_Bliss2BoldItalic';
}
h1.searchHeader {
	float: left;
	margin-top: 20px;
}
.imgSearch{
	position:relative;
}
.textContainer {
	margin:0px !important;
	min-width:40% !important;
	width:50%;
}
/*******CUSTOM SELECT*********/

/*.select-wrapper{
	float: left;
	display: inline-block;
	border:none;
	background:url(../images/dropArrowBlue.jpg) no-repeat right center #d8d8d8;
	cursor: pointer;
	border-radius: 5px;
}
.select-wrapper:hover{
     background:url(../images/dropArrowOrange.jpg) no-repeat right center #d8d8d8;
}
.select-wrapper, .select-wrapper select{
	width: 220px;
	height: 26px;
	line-height: 26px;
}*/
select.imgFilter, .loginOuter select {
	display: block;
	border:none;
	/*background:url(../images/dropArrowBlue.jpg) no-repeat right center #d8d8d8; */
	background:#ddd;
	cursor: pointer;
	border-radius: 5px;
	width:100%;
	margin:0px 0px 10px;
	padding:5px 10px;
	font-family: 'Conv_Bliss2Regular';
	font-size:14px;
	letter-spacing: 1px;
}
select.imgFilter {
	margin:0px;
}
select.imgFilter {
	width:200px;
	float:right;
}
.birthDate .select-wrapper, .birthDate .select-wrapper select{
	width: 296px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.favoritesMenuDrop .select-wrapper, .favoritesMenuDrop .select-wrapper select{
	width: 200px;
}
.favoritesMenuDrop .select-wrapper{
	margin-top:5px;
	margin-bottom:5px;
}
.tileMain{
	padding-bottom:60px;
}
.select-wrapper .holder{
	display: block;
	margin: 0 35px 0 5px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	padding-left: 5px;
}
.select-wrapper select{
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus=true);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}
#preload {
	display:none;
	position:fixed;
	left:-99999px;
	height:0px;
	overflow:hidden;
}
.favoritesWrap{
	padding-top: 15px;
}

.addressBlock{
	line-height: 15px;
	font-size: 12px;
}

.gridIMG{
	min-height: 138px;
}
@media only screen and (max-width : 1151px){
	.nav.right {
		/*margin-left: 20px;*/
	}
	.nav{
	}
	.wrap {
		/*padding: 0 38px 0 20px;*/
	}
	a#user {
		max-width:90px;
	}
	.nav ::-webkit-input-placeholder {
	   font-size:13px;
	}
	.nav :-moz-placeholder {
	   font-size:13px;
	}
	.nav ::-moz-placeholder {
	   font-size:13px;
	}
	.nav ul li {
		/*display: inline;*/
		font-size: 13px;
		line-height: 29px;
		font-family: 'Conv_Bliss2Light';
		letter-spacing: 1px;
	}
}
@media only screen and (max-width : 1024px){

	.header .wrap {
		padding-right: 0;
		/*width: 1004px;*/
	}

}



/*PRINT STYLES*/
.printWrap{
	text-align:center;
}
.printWrap h1{
	font-family: 'Conv_Bliss2Bold';
	font-size: 13px;
	line-height: 18px;
}
.printWrap p{
	font-family: 'Conv_Bliss2Regular';
}
.printImgWrap{
	margin-bottom:10%;
	border-bottom: 1px solid #ccc;
}
.landscape{
	height:auto;
	width:100%;
	max-height:600px;
	max-width:100%;
}
.portrait{
	width:auto;
	height:600px;
	max-height:600px;
	max-width:100%;
}
.square{
	height:600px;
	max-height:600px;
	max-width:100%;
}

@media print {
	.printImgWrap{
		page-break-after:always;
	}
	.printImgWrap .pageNum, .hr{
		display:none;
	}
	.printImgWrap{
		margin-bottom:0;
		border-bottom:none;
		max-height:900px !important;
		overflow:hidden;
	}
}
#logoContainer object{
    width: 320px;
    margin-top: -5px;
    height:53px;
}
.navWrapper{
    width:100%;
}
