/* 	WEB shared across pages 
	Orange #FF8300 gray #999 */
@import url(https://fonts.googleapis.com/css?family=Cardo);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css?family=Cardo);
html {
	height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.font1{
	font-family: 'Cardo', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
}
.font2{
	font-family: 'Josefin Sans', Arial, sans-serif;
}
.font3{
	font-family: 'Josefin Sans', Verdana, Geneva, sans-serif;
	letter-spacing:0px;
}
.font4{font-family: "Josefin Sans", arial;}

.imageBlur {
    webkit-filter: blur(4px); 
    filter: blur(4px);

}
.imageCircular {
	display: block;
	background-size: cover;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
}
.unThumbnail {
	cursor: pointer;
	transition: all .2s ease-in-out;
	position: relative;
	display: inline-block;
    background-color: #222222;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #000;
    margin: 4px;
    width: 80px;
    height: 80px;
    background-size: contain;
    -moz-background-size: contain;
}
.unThumbnail:hover {
    background-size: cover;
    -moz-background-size: cover;
	transform: scale(1.08);
}
#unThumbnailFull
{
	background-size: auto;
	-moz-background-size: au	to;
    display: none;
    XXXwidth: 250px;
    XXXheight: 250px;
	max-width: 100%;
        max-height: 100%;
    position: absolute;
    top: 35%;
    left: 35%;
    z-index: 99;
}
#unThumbnailOverlay
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #CCC;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 98;
}


.sectionHeader {
	font-size:3em;	
}
.feint {opacity:0.5;}

.largeIcon {
	font-size:3em;	
}
.midIcon {
	font-size:1.5em;	
}
.weeIcon {
	font-size:0.8em;	
}

#preloader {
	opacity:0.8; 
	z-index:1000000;
	position:absolute; 
	bottom:0; 
	right:0; 
	padding-right:.5em;
	padding-bottom:.5em;
}

.socialIcons {
	color:#999;	
	padding-left:0.2em;
	padding-right:0.2em;
	transition: all .2s ease-in-out;
}
.socialIcons:hover {
	color:#FF8300;	/* icon hilite v93*/
	transform: scale(1.2);
	

}
.un-app-lang{
	background-color:magenta;
	cursor:no-drop;
}
.un-slideshow-caption{
	font-family: 'Josefin Sans', Arial, sans-serif;
}
.un-slideshow-caption a {
	color: #f00 !important; /* caption link color v93*/
}
.c1{ color:#000;}
.c2{ color:#517CFF;} 
.c3{ color:#000;} 
.bg1{ background-color:#FF8300;}

body {
	height:100%;
	margin:0;
	padding:0;
	background-color: #fff; /*v93 bg color */
	font-family: 'Josefin Sans', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	color: #000;
	-webkit-font-smoothing: antiatnliased;
	-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin: 10px 0;
}
h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1em;}
h5 {font-size: 0.8em;}
h6 {font-size: 0.7em;}

a {
	text-decoration: none;
	XXXcolor: #0CF; /* links v93*/
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Footer */
footer {
	background-color:#000; /* subscribe v93*/
	color: #CCC;
	position:relative;
}

/*Button One*/
.unbutton {
	cursor:pointer;
	text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 1px;
    font-size: .8em;
    justify-content: center;
	user-select: none;
	display:inline-table;
	position:relative;
	padding:0.8em 2em;
	outline: none;
	border: none;
	border-radius: 5px;
	color: #222;
	background-color: #eeeeee;
	box-shadow: 0 3px #cacad9;
}

.unbutton:hover{
  background-color: #dbdbea;
}

.unbutton:active {
	color: #fff;
	background-color: #33ff33;
	box-shadow: 0 3px #cacad9;
	transform: translateY(3px);
}

.unbuttonDisabled {
	cursor:auto;
	color: #AAA;
	box-shadow: none;
}
.unbuttonDisabled:hover{
  background-color: #eeeeee;
}

.unbuttonDisabled:active {
	color: #AAA;
	background-color: #eeeeee;
	box-shadow: 0 3px #eeeeee;
	transform: none;
}


/* SURVEY - - - - - - - - - - - - */
.un-survey
{
	width:100%;
	border: 1px dotted #111;
	padding:0.5em;
	padding-top:1em;
	padding-bottom:1em;
}
.un-survey-buttons
{
	display:block;
	margin-top: 1em;
	margin-bottom: 1em;
	z-index:2;
}
.un-survey-question
{
	font-weight: bolder;
	font-size: x-large;
	margin-bottom: 0.5em;
}
.un-survey-total
{
	z-index:2;
	position: relative;
	float: right;
	display: block;
	margin: 10px;
	opacity:1;
	font-size: large;
}
.un-survey-expires
{
	z-index:1;
	opacity:0.6;
	margin-top: 1.5em;
	font-size: small;
}
.un-survey-option {
	position: relative;
	border: 1px dotted;
	border-radius: 8px;
	margin-bottom: 0.2em;
}
.un-survey-option:hover {
	border-style:solid; 
	font-weight:bold;
}
.un-survey-horbar 
{
	background-color: var(--bar-color);
	z-index:1;
	position: absolute;
	top:0;
	bottom:0;
	border-radius: 8px;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));	

}
.un-survey-optionCaption
{
	font-size: larger;
	z-index:2;
	position:relative;
	letter-spacing: 0.5px;
	display: block;
	margin: 10px;
}
.un-survey-optionPercent
{
	z-index:3;
	letter-spacing: 0.5px;
	position: relative;
	float: right;
	display: block;
	margin: 10px;
	opacity:0;
}



/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}


/* -------------------------------- 

Main components 

-------------------------------- */

.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;

}
.cd-header:after {
  content: "";
  display: table;
  clear: both;
  
}


@media only screen and (min-width: 768px) {
  .cd-header {
    height: 70px;
  }
  .cd-header img {
/* big */
   margin: 5px 0 0 5px;
  }
}

.cd-main-nav {
	position: absolute;
	left: 0;
	top: -5px;
	z-index: 2;
	height: 100%;
	background: url("../img/cd-icon-menu.svg") no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}
.cd-main-nav ul {
	list-style:none;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

}
.cd-main-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-main-nav a{
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #999;
}
@media only screen and (min-width: 768px) {
  .cd-main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav ul {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
	  opacity:1;
    display: inline-block;
    margin-left: 1em;
	list-style:none;
	color:red;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #3d3536;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.2rem;
  }
  .no-touch .cd-main-nav a:hover {
    color: #fff;
  }
}


@media only screen and (min-width: 768px) {
  #cd-fixed-bg-container {
	height: 400px;
  }
}
@media only screen and (min-width: 1170px) {
  #cd-fixed-bg-container {
	height: 400px;
  }
}
@media screen and (min-width: 10px) and (max-width: 400px){

  #cd-fixed-bg-container {
	height: 300px;
  }
  #cd-headline {
    font-size: 26px;
  }
  #cd-strapline {
	top: 50%;
    font-size: 12px;
  }
}
@media screen and (min-width: 401px) and (max-width: 600px){

  #cd-fixed-bg-container {
	height: 200px;
  }
  #cd-headline {
    font-size: 26px;
  }
  #cd-strapline {
	  top: 50%;
    font-size: 12px;
  }
}



@media only screen and (min-width: 768px) {
  .cd-scrolling-bg {
    XXXpadding: 8em 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }
}

/* -------------------------------- 

HEADER 

-------------------------------- */
.cd-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #000;
	z-index:10000;
	opacity:1;
}
.cd-header:after {
  content: "";
  display: table;
  clear: both;
}
.cd-header #cd-logo {
	float: left;
	padding-top:0.5em;
	padding-left:0.5em;
}
.cd-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../img/icons/icon-burgermenu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}
.cd-main-nav ul {
	
	list-style:none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.cd-main-nav ul.is-visible {

  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.cd-main-nav a{
	font-family: 'Josefin Sans', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 24px;
	color:#FF8300;/* v93*/
	background-color:#000;
	display: block;
}
.cd-main-nav a:hover {
	color:#fff;/* v93*/
	border-bottom: 6px solid #fff;

}

/* SMALL */
@media(max-width: 400px) {
	.cd-header img{
		margin: 2px 0 0 5px;
		width:110px;
	}
	.cd-header {
	height: 50px;
	}
	.cd-main-nav a:hover {
		border-bottom: none;
		color:#fff;/* v93*/
	}
}

/* BIG */
@media screen and (min-width: 768px) {
	.cd-header img{
		XXmargin: 15px 0 0 12px;
		XXwidth:40px;
	}
	.cd-header {
		height: 70px;
	}
  .cd-main-nav {

    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav ul {
	   z-index:2147483647;
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
	opacity:1;
    display: inline-block;
    margin-left: 0;
	list-style:none;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6rem;
	font-family: 'Josefin Sans', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	color:#FF8300;/* v93*/
  }
  .no-touch .cd-main-nav a:hover {
    color:#fff;/* v93*/
	border-bottom: none;
	
  }


.panelNews
{
	display: inline-block;
	position: relative;
	padding: .5em; 
	margin-bottom: .6em;
	min-width: 80px;
	max-width: 350px;
	border: thin solid #bbb;
	background-color:#FFF;
}
.panelNews:hover {
	border: thin solid #555;
}
.panelNews:hover img {
	scale:1.4;
}
.panelNews img {
   scale: 1;
   -webkit-transition: all 2s ease; 
   -moz-transition: all 2s ease;
   -ms-transition: all 2s ease;
   -o-transition: all 2s ease;
   transition: all 2s ease;
}

/* LOOPER */

.looper {
	position:relative;
	display: block;
	width:100%;
	height:auto;
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: .6em;
	flex-basis: auto;
}
.panelImageView {
   position:relative;
   overflow-x: hidden;	
   overflow-y: hidden;
}
.panelImage {
   display:block;
   width:100%;
   object-fit: cover;
}
.panelLinkDetector {
   cursor:pointer;
   z-index:10;
   position:absolute;
   top:0; left:0;
   width:100%;
   height:100%;
}
.panelTitle {
   height:200px;
   max-height:200px;
   width: auto;
   line-height:1;
   padding:.4em;
   color:#FFF;
   font-size:2em;
   position:absolute;
   z-index:3;
   text-shadow: 1px 1px #444;
   overflow: hidden;	

}
.panelBody {
   padding-top: .2em;
   padding-bottom: .4em;
   margin-bottom: .4em;
   color:#333;
   font-size:14px;
   border-bottom:thin dotted #bbb;
}
.panelBodySimple {
   margin-bottom: .4em;
   overflow: hidden;
}

.panelBody:hover {
	color:#400010;/* strapline hover v93*/
}
.panelFooter {
	position: relative;
	padding-top: 0.5em;
	width: 100%;
	height: 2em;
	max-height: 2em;
	font-size: 0.7em; /* panel footer v93*/
	text-align: left;
	color:#242415;
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.panelNews a:link {
   color:#242415; /* panel link v93*/
}
.panelNews a:visited {
   color:#575748;
}
.panelNews a:hover{
   color:#400010;/* panel link v93*/
}
.panelNews a:active {
   color:#242415; /* panel link v93*/
}

/* share button icon color v93*/
.un-share-button i {color:#fff; cursor:pointer;}
.un-share-button i:hover {color:#aaa;}

}


.mainmenu {
	position:fixed;
	top:0;
	background-color: #000;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
	height:70px;
	width: 100%;
	z-index: 10000;
  }
  
  .mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background-color: #000;
  }
  
  .mainmenu li a {
	font-size: 1.2em;
	letter-spacing: 0.5px;
	text-transform: uppercase; 
	border-top:1px dotted #333;
	text-align: center;
	display: block;
	padding: 20px 20px;
	text-decoration: none;
  }
  
  .mainmenu li a:hover,
  .mainmenu .menu-btn:hover {
	color:#fff;
  }
  
  .mainmenu .logo {
	height:70px; /* logo height v93*/
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-decoration: none;
	z-index: 1;
  }
  
  /* menu */
  .mainmenu .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	width:90%;
	margin:0 auto;
  }
  
  /* menu icon */
  
  .mainmenu .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
  }
  
  .mainmenu .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
  }
  
  .mainmenu .menu-icon .navicon:before,
  .mainmenu .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
  }
  
  .mainmenu .menu-icon .navicon:before {
	top: 5px;
  }
  
  .mainmenu .menu-icon .navicon:after {
	top: -5px;
  }
  
  /* menu btn */
  
  .mainmenu .menu-btn {
	display: none;
  }
  
  .mainmenu .menu-btn:checked ~ .menu {
	max-height: 340px; /* menu height per li a font size */
  }
  
  .mainmenu .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
  }
  
  .mainmenu .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
  }
  
  .mainmenu .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
  }
  
  .mainmenu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .mainmenu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
  }
  
  /* BIG 48em = 768px */
  
 @media (min-width: 48em) {
	.mainmenu li {
	  float: left;
	}
	.mainmenu li a {
	  padding: 20px 30px;
	  font-size: 1em;
	}
	.mainmenu .menu {
	  clear: none;
	  float: right;
	  max-height: none;
	  width:auto;
	}
	.mainmenu .menu-icon {
	  display: none;
	}
	.mainmenu .logo {
		left: 10px;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
 }


 /* SUBSCRIBE MUST be last! */
.un-subs-container {	
	width: 300px;
	height: 100px;
	margin: auto;
}

.un-subs-login-bar {
	width: 300px;
	height: 50px;
	background: white;
	border-radius: 10px;
	top: 50%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.un-subs-login {
	color: #666666;
	background: transparent;
	position: absolute;
	height: 100%;
	width: 190px;
	padding-left: 10px;
	text-align: left;
	line-height: 50px;
	vertical-align: middle;
	z-index: 10;
	-webkit-transition: transform 0.2s ease-in-out 0s;
	   -moz-transition: transform 0.2s ease-in-out 0s;
	     -o-transition: transform 0.2s ease-in-out 0s;
	        transition: transform 0.2s ease-in-out 0s;
}

.un-subs-login-active {
	-webkit-transform: translateX(300px);
	   -moz-transform: translateX(300px);
	    -ms-transform: translateX(300px);
	     -o-transform: translateX(300px);
	        transform: translateX(300px);
}

.un-subs-subscribe-button:hover{
	background-color: #222A33;
	cursor:pointer;
}

.effect-shake-no {
  animation: shakeNo 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shakeNo {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.un-subs-subscribe-button {
	background: #171D23;
	color: #FF8300; /* hi color v93*/
	position: absolute;
	top: -50px;
	left: 200px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 150px;
	width: 100px;
	text-align: center;
	line-height: 150px;
	vertical-align: middle;	
	-webkit-transition: transform 0.5s ease 0s;
	   -moz-transition: transform 0.5s ease 0s;
	     -o-transition: transform 0.5s ease 0s;
	        transition: transform 0.5s ease 0s;
}

.un-subs-subscribe-button-active {
	-webkit-transform: translateY(50px);
	   -moz-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	     -o-transform: translateY(50px);
	        transform: translateY(50px);
}

.un-subs-subscribing {
	background: #FF8300; /* bg color v93*/
	height: 100%;
	width: 300px;
	z-index: 5;
	position: absolute;
	left:-300px;
	display: inline-block;
	-webkit-transition: transform 1s ease 0s ;
	   -moz-transition: transform 1s ease 0s ;
	     -o-transition: transform 1s ease 0s ;
	        transition: transform 1s ease 0s ;
}

.un-subs-subscribing-active {
	-webkit-transform: translateX(300px);
	   -moz-transform: translateX(300px);
	    -ms-transform: translateX(300px);
	     -o-transform: translateX(300px);
	        transform: translateX(300px);
}

.un-subs-thanks {
	color: #171D23;
	background: transparent;
	height: 100%;
	width: 300px;
	z-index: 5;
	text-align: left;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 10px;
	position: absolute;
	top:50px;
	display: inline-block;
	-webkit-transition: transform 0.5s ease 0s ;
	   -moz-transition: transform 0.5s ease 0s ;
	     -o-transition: transform 0.5s ease 0s ;
	        transition: transform 0.5s ease 0s ;
}

.un-subs-thanks-active {
	-webkit-transform: translateY(-50px);
	   -moz-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	     -o-transform: translateY(-50px);
	        transform: translateY(-50px);
}