.cppena {}

/* :::::::::::::::::::::::::: VARIABLES  ::::::::::::::::::::::::::*/
:root {
	--primary: #915487;
	--secondary: #58d9fb;
	--tertiary: #5d0e51;
/*	--tertiary: #bdc3c6;*/

	--grey: #777;
	--lightgrey: #eaeaea'
	--red: #ff3340;

}
/* :::::::::::::::::::::::::: VARIABLES  ::::::::::::::::::::::::::*/

/* :::::::::::::::::::::::::: COMMON  ::::::::::::::::::::::::::*/

img {
	border: none;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */ 
	outline:0;
}
 img, button, input {
    outline: none;
}
.center {
	text-align: center;
/*
	margin-left:auto;
	margin-right:auto;
*/
}
.audiojs p {
	margin: 0;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.bg-primary {
	background: var(--primary);
}
.bg-secondary {
	background: var(--secondary);
}
.bg-tertiary {
	background: var(--tertiary);
}
.bg-grey {
	background: var(--grey);
}
.bg-lightgrey {
	background: var(--lightgrey);
}
.bg-white {
	background: #fff;
}
.bg-fade {
	border:1px solid #F2F2F2;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f9f9f9', endColorstr='#e6f7f7f7',GradientType=0 );
}
.bg-primary, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary p,
.bg-secondary, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-secondary p, 
.bg-tertiary, .bg-tertiary h2, .bg-tertiary h3, .bg-tertiary h4, .bg-tertiary h5, .bg-tertiary h6, .bg-tertiary p {
	color:#FFF;
}
.bg-diagonal {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(200deg, rgba(255,255,255,1) 41%, rgba(255,51,64,0.09287464985994398) 100%);
	background: -webkit-linear-gradient(200deg, rgba(255,255,255,1) 41%, rgba(255,51,64,0.09287464985994398) 100%);
	background: linear-gradient(200deg, rgba(255,255,255,1) 41%, rgba(255,51,64,0.09287464985994398) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ff3340",GradientType=1);
}
.fadeup {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40%;
	background: rgb(1,25,36);
	background: -moz-linear-gradient(180deg, rgba(1,25,36,0) 0%, rgba(1,25,36,1) 72%);
	background: -webkit-linear-gradient(180deg, rgba(1,25,36,0) 0%, rgba(1,25,36,1) 72%);
	background: linear-gradient(180deg, rgba(1,25,36,0) 0%, rgba(1,25,36,1) 72%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#011924",endColorstr="#011924",GradientType=1);
}
.faderight {
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	width:80%;
	background: rgb(1,25,36);
	background: -moz-linear-gradient(90deg, rgba(1,25,36,0) 0%, rgba(1,25,36,.8) 100%);
	background: -webkit-linear-gradient(90deg, rgba(1,25,36,0) 0%, rgba(1,25,36,.8) 100%);
	background: linear-gradient(90deg, rgba(1,25,36,0) 0%, rgba(1,25,36,.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#011924",endColorstr="#011924",GradientType=1);
}
.align-bottom {
	position:absolute;
	bottom:1%;
}	
.align-vertical {
	display: grid;
	place-content: center;
}

.content .columns2 {
  column-count: 2;
  column-gap: 40px;
  column-width: 180px;
}
.content .columns3 {
  column-count: 3;
  column-gap: 40px;
  column-width: 180px;
}
.content .columns2 p, .content .columns2 ul, .content .columns3 p, .content .columns3 ul {
	page-break-inside: avoid; /* For Firefox. */
	-webkit-column-break-inside: avoid; /* For Chrome & friends. */
	break-inside: avoid; /* For standard browsers like IE. :-) */
	margin: 0 0 20px 0;
}

/* :::::::::::::::::::::::::: END COMMON ::::::::::::::::::::::::::*/


/* :::::::::::::::::::::::::::::::::::::: Logo scroller (sponsors) ::::::::::::::::::::::::::::::::::::: */
.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom - adds to / overrides above .simply-scroll is default base class */
.simply-scroll { 
	max-width: 1600px;
	height: 140px;
	margin-top: 20px;
	margin-bottom: 1px;
}
.simply-scroll .simply-scroll-clip {
	max-width: 1600px;
	height: 140px;
}
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 300px;
	height: 140px;
	text-align:center;
}
.simply-scroll .simply-scroll-list li img {
	text-align:center;
	margin:0 auto;
	max-height: 120px;
}


/* ::::::::::::::::::::::::::::::::::::::: VIDEO ::::::::::::::::::::::::::::::::::::::: */

.video-container {
	position:relative;
	padding-bottom: 56.25%;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

/* ::::::::::::::::::::::::::::::::::::::: FANCY TABLE ::::::::::::::::::::::::::::::::::::::: */
table {
    /*border-collapse: collapse;
    margin-bottom: 3em;*/
    width: 100%;
    /*background: #fff;*/
}
table td, table th, .fancy td, .fancy th {
    padding: 0.5em .65em;
}
.fancy td.err {
	background-color: var(--primary);
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	line-height: 1;
	}
.fancy th {
	background-color: var(--primary);
	font-weight: 700;
	color: #FFF;
}
table th {
	background-color: #f2f2f2;
	font-weight: 700;
	color: var(--primary);
}

.fancy th a, .fancy th a:visited {
	color: #fff;
}
.fancy th a:hover, .fancy th a:active {
	color: #CFF;
}
/*.fancytable tbody th {
	background-color: #336699;
}*/
.fancy tr:nth-child(odd)  {
	background: rgba(0,0,0,0.02);
}
.fancy tr:nth-child(even) {
	background: rgba(0,0,0,0.04);
}
/*
table tr {
	background: rgba(255,255,255,0);
}
*/
/*
tbr:nth-ody tchild(2n-1) {
    background-color: #f2f2f2;
    transition: all .125s ease-in-out;
}
*/
.fancy tbody tr {
	border-bottom:1px dotted #ccc; /* added by K-J */
	background: rgba(235,245,251,0.15);
}
.fancy tbody tr:hover, .fancy tr:hover {
	background: rgba(0,0,0,0.07);
}
.fancy.no-hover tbody tr:hover {
  background-color: inherit;
}

.fancy.simple tr:nth-child(odd) {
    background-color: #fff;
}
.fancy.simple tr:nth-child(even) {
    background-color: #fff;
}
.fancy.simple tbody tr {
	border-bottom:0;
	background: rgba(235,245,251,0.1);
}
.fancy.simple tbody tr:hover {
	background: rgba(235,245,251,0.5);
}

.fancy table tr, .fancy table tr:hover, .fancy table tbody tr, .fancy table tbody tr:hover, .fancy table tr:nth-child(odd), .fancy table tr:nth-child(even),
table tr, table tr:hover, table tbody tr, table tbody tr:hover,  tr:nth-child(odd), table tr:nth-child(even),
.nofancy table tr, .nofancy table tr:hover, .nofancy tbody tr:hover, .nofancy tr:hover,
.nofancy tr:nth-child(odd), .nofancy tr:nth-child(even) {
    background-color: rgba(0,0,0,0.0);
}

.fancy p, table p { margin-top:0;}
.fancy.center td {text-align: center;}

.fancy H1, .fancy H2, .fancy H3, .fancy H4, .fancy H5, .fancy H6,
table H1, table H2, table H3, table H4, table H5, table H6 {
	margin: 0;
}


/* ::::::::::::::::::::::::::::::::::::::: EXPAND COLLAPSE ::::::::::::::::::::::::::::::::::::::: */
.expandicon {
	padding: 2px 5px; 
	float: right;
	margin: -20px 0 0 0;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	background-color: var(--tertiary);
}
.expandicon:hover {
	background-color: var(--primary);
}

.active, 
p.expand-title:hover,  h2.expand-title:hover,  h3.expand-title:hover,  h4.expand-title:hover,  h5.expand-title:hover,  h6.expand-title:hover,
.expand-title p:hover, .expand-title h2:hover, .expand-title h3:hover, .expand-title h4:hover, .expand-title h5:hover, .expand-title h6:hover {
	cursor: pointer;
}
 p.expand-title:after,  h2.expand-title:after,  h3.expand-title:after,  h4.expand-title:after,  h5.expand-title:after,  h6.expand-title:after, 
.expand-title p:after, .expand-title h2:after, .expand-title h3:after, .expand-title h4:after, .expand-title h5:after, .expand-title h6:after {
  content: '\002B';
  margin-left: 10px;
}
.expand-title.active p:after, .expand-title.active h2:after, .expand-title.active h3:after , .expand-title.active h4:after , .expand-title.active h5:after , .expand-title.active h6:after,
 p.expand-title.active:after,  h2.expand-title.active:after,  h3.expand-title.active:after ,  h4.expand-title.active:after ,  h5.expand-title.active:after ,  h6.expand-title.active:after {
  content: "\2212";
}

.expand-area {
	padding: 3px;
	background-color:#fcfcfc;
	background-image: -webkit-linear-gradient(rgba( 255, 255, 255, 1), rgba( 252, 252, 252, 1));
	background-image: linear-gradient(rgba( 255, 255, 255, 1),rgba( 252, 252, 252, 1));
}



/* ::::::::::::::::::::::::::::::::::::::: Go To Top ::::::::::::::::::::::::::::::::::::::: */
.go-top {
	position: fixed;
	bottom: 1.5em;
	right: 2em;

	width:32px;
	height:32px;
	text-decoration: none;
	color: #FFF;
	background: rgba(0, 0, 0, 0.3) url(../images/arrow-up-white.svg) 50% 50% no-repeat;
	background-size: 50%;
	font-size: 32px;
	padding: 6px 0 0 9px;
	line-height: 1;
	display: none;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;

	 z-index: 999;
}

a.go-top {
	color: #FFF;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}




/* :::::::::::::::::::::::::: FLIP CARDS START :::::::::::::::::::::::::: */

.btn:hover,
.btn:focus,
.btn:active{
    outline: 0 !important;
}
/* entire container, keeps perspective */
.card-container, .card-container.logobiobox  {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
    width: 31.3%;
    float: left;
    /* display: block; */
    height: 370px;
    margin: 10px 1% 20px 1%;
}
.card-container.logobiobox {
    margin: 10px 1%;
}
/* flip the pane when hovered */
	.card-container:not(.manual-flip):hover .card,
	.card-container.hover.manual-flip .card{
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
	}

	.card-container.static:hover .card,
	.card-container.static.hover .card {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
/* flip speed goes here */
.card {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	    width: 100%;
    height: 100%;
}
/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
        backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2);
	width:100%;
	height: 100%;
}
.front.noshadow, .back.noshadow {
    box-shadow: none;
}
.front:hover, .back:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
	overflow: hidden;
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
	z-index: 3;
}

/*        CARD Style       */
.card{
    border-radius: 3px;
    color: #333;
}

.card .cover {
    height: 200px;
    overflow: hidden;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0.2) 100%);
}
.card .cover.nobackground {
	background: 0;
}
.card .speaker{
    border-radius: 50%;
    display: block;
    width: 150px;
   height: 150px;
    margin: -180px auto 0;
    overflow: hidden;
    border: 4px solid #FFFFFF;
	background-color: #F2f2f2;
}
.card .speaker img{
    background: none repeat scroll 0 0 #FFFFFF;
    width: 100%;
}

.card .logo {
    padding: 0;
	height:200px;
	width:100%;
	text-align: center;
/*	display:table-cell;display:table-cell;*/
	vertical-align:middle;
	position: relative;
	min-height: 100px;
	background-color: #fff;
}
.card .logo img {
    width: auto !important;
	max-width: 90%; 
/*	min-width: 200px;*/
	height:auto;  
	max-height: 66%; 
	position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.card hr {
	border: none 0;
	border-top: 2px solid #ccc;
	height: 2px;
	margin: 10px auto;
	padding: 0;
	width:72%;
	text-decoration: none;
}
.card .contentarea{
    box-shadow: none;
    padding: 10px;
	margin:0;
}
.card .contentarea .main {
/*    height: 120px;*/
	overflow: hidden;
}
.card .back .contentarea .main {
/*  height: 280px;*/
	height: 100%;
    overflow: auto;
    position: absolute;
	padding-bottom: 70px;
}

.card h6 {
    margin: 0;
	font-size: 1.6rem;
    text-align: center;
}

.card p {
    color: #333;
    text-align: center;
	margin:9px 0;
}
.card .back p {
    color: #333;
    text-align: left;
	margin:5px 0;
	padding-right: 5px;
}

.card .cardfooter {
/*
    border-top: 1px solid #EEEEEE;
*/
	background-color: #FFF;
    color: #999999;
    margin: 0;
    padding: 20px 0;
    text-align: center;
	font-size: 14px;
	position: absolute;
	bottom:0;
	width:100%;
    height: 60px;
}
.card .cardfooter .btn-simple{
    margin: 0 auto 10px auto;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.card .cardheader {
    padding: 15px 20px;
    height: 90px;
}

/*      Just for presentation        */
.btn-simple{
	padding:10px 15px;
    color: #3B8BBE;
    background-color: #f2f2f2;
	cursor: pointer;
	border:1px solid #ccc;
	border-radius: 20px;
}

.btn-simple:hover,
.btn-simple:focus{
    box-shadow: none;
	background-color: #0099CC;
	border:1px solid #0099CC;
	color:#fff;
}
.btn-simple i{
    font-size: 16px;
}

/*       Fix bug for IE      */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}
/* :::::::::::::::::::::::::: FLIP CARDS END :::::::::::::::::::::::::: */




/* =================== Modern FANCYBOX ================= */
.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}



/* =================== Flex container ================= */
.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;  /* create a flex layout context */
	padding: 0;
/*	margin: 0;*/
	list-style: none;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	flex-wrap: wrap;
}

.flex-item {
	align-items:stretch;
/*	min-width:180px;*/
}

/* ================== END  Flex container =============== */


/* :::::::::::::::::::::::::::::::::::::::::: DATE as CALENDAR ::::::::::::::::::::::::::::::: */

.calendar h4 {  margin-top: -20px;}

.date-as-calendar {
  font-variant: normal;
  font-style: normal;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;

  /* It seems vertical-align: baseline does not work correctly with display: inline-flex. */
  vertical-align: top;

  /* margin: 1ex; */

  color: #333;
  background: white;
  background : linear-gradient(to bottom right, #FFF 0%, #EEE 100%);

  border: 1px solid #fefefe;
  border-radius: 5px;
  overflow: hidden;

  /*box-shadow: 2px 2px 2px -2px black;*/
	
	float:left;
	margin:10px 20px 0 0;
	clear: both;
}
.date-as-calendar .weekday,
.date-as-calendar .day,
.date-as-calendar .month,
.date-as-calendar .year {
  text-align: center;
  line-height: 1.0;
}
.date-as-calendar .month {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	background-color: #00679F;
	color: #FFFFFF;
}
.date-as-calendar .year {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #00679F;
}


/*  :::: CALENDAR ::::  Layout rules using position: absolute and pixels. */
.position-pixels.date-as-calendar {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.position-pixels.date-as-calendar .weekday,
.position-pixels.date-as-calendar .day,
.position-pixels.date-as-calendar .month,
.position-pixels.date-as-calendar .year {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1em;
}
.position-pixels.date-as-calendar .month {
  top: 0px;
  font-size: 12px;
  padding: 2px 0;
}
.position-pixels.date-as-calendar .weekday {
  top: 16px;
  font-size: 10px;
}
.position-pixels.date-as-calendar .day {
  top: 26px;
  font-size: 24px;
}
.position-pixels.date-as-calendar .year {
  top: 50px;
  font-size: 14px;
}

/*  :::: CALENDAR ::::  Layout rules using position: absolute and relative dimensions using em. */
.position-em.date-as-calendar {
  display: inline-block;
  position: relative;
  
  width: 4.2em; 
  height: 4em; 
}
.position-em.date-as-calendar .weekday,
.position-em.date-as-calendar .day,
.position-em.date-as-calendar .month,
.position-em.date-as-calendar .year {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1em;
}
.position-em.date-as-calendar .month {
  top: 0px;
  font-size: 0.65em;
  padding: 0.3em 0 1em 0;
}
.position-em.date-as-calendar .weekday {
  top: 1.6em;
  font-size: 0.6125em;
}
.position-em.date-as-calendar .day {
  top: 1.1em;
  font-size: 1.5em;
 font-weight:700;
}
.position-em.date-as-calendar .year {
  bottom: 0px;
  font-size: 0.87750em;
}

/* :::: CALENDAR :::: Multiple sizes. */
.date-as-calendar.size0_5x {
  font-size: 8px;
}
.date-as-calendar.size0_75x {
	font-size: 12px;
	margin:2px 10px 5px 0;
}
.date-as-calendar.size1x {
  font-size: 16px;
}
.date-as-calendar.size1_25x {
  font-size: 20px;
}
.date-as-calendar.size1_5x {
  font-size: 24px;
}

/* :::::::::::::::::::::::::: LOGIN FORMS :::::::::::::::::::::::::: */
form {	font-size: 16px;}

.login {
	margin:20px auto;
	padding: 60px 140px;
	/*width: 100%;*/
	max-width: 800px;
	position: relative;
	color:#fff; 
	font-size: 16px;

	background: var(--primary);
	z-index: 1;
}
.login:before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/pic-team-desk.jpg);
    opacity: 0.07;
    background-blend-mode: screen;
    background-size: cover;
	z-index: -1;
}


@-webkit-keyframes AnimationName {
	0%{background-position:0% 4%}
	50%{background-position:100% 97%}
	100%{background-position:0% 4%}
}
@-moz-keyframes AnimationName {
	0%{background-position:0% 4%}
	50%{background-position:100% 97%}
	100%{background-position:0% 4%}
}
@keyframes AnimationName {
	0%{background-position:0% 4%}
	50%{background-position:100% 97%}
	100%{background-position:0% 4%}
}

.login h1,.login h2,.login h3,.login h4,.login h5,.login p  	{ color: #fff; }

.login input {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #FFF;
    background-color: rgba(255,255,255,0.9);
    color: #777;
    font-size: 16px;
}
.login input:focus, .login input:hover {
  outline: none;
  color: #444;
    background-color: rgba(255,255,255,0.95);
}

.login input:focus + i.login-icon {
  opacity: 1;
  left: 23px;
  transition: all 0.25s ease-out;
}
.login a {
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
}
.login a:hover {
  color: #61BFF7;
}
.login .title {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  margin: 10px 0 20px 0;
}
.login button, form input.button {
	padding: 9px 24px;
	color: #fff;
	border:2px solid #fff;
	display: inline-block;
	background: rgba(255,255,255, 0.2);
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	font-size: 111%;
}
.login button:hover, form input.button:hover {
	background: rgba(0,0,0, 0.93);
	border:2px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.login button:active, form input.button:active {
	background: rgba(255,255,255, 0.7);
}


.login-icon.user {
	background: url(../images/admin/login-icon-user.svg);
	width:28px;
	height:28px;
}
.login-icon.key {	
	background: url(../images/admin/login-icon-key.svg);
	width:28px;
	height:28px;
}

::-webkit-input-placeholder { /* Chrome, Safari */
   color: #bbb;
   font-size: 14px;
}

:-moz-placeholder {           /* Firefox 18- */
   color: #bbb;
   font-size: 14px;
}

::-moz-placeholder {          /* Firefox 19+ */
  color: #bbb;
  font-size: 14px;
}

:-ms-input-placeholder {      /* Internet Explorer */
  color: #bbb;
  font-size: 14px;
}



/* ~~~~~~~~~~ FORM ELEMENTS ~~~~~~~~~~ */

.styled-select {
	margin:10px auto;
   background: url(../images/select-arrow.png) no-repeat 96% 0;
   height: 34px;
   overflow: hidden;
   width: 250px;
}
.styled-select select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 250px;
}

select {width:100%; font-size: 1.1rem;}
label input {width:25px;}
input {width:100%; font-size: 1.1rem; line-height: 1.6; border: 1px solid #ccc;}
input[type="radio"] { width: 5%; }
input[type='checkbox'] {width: 5%;  }
input[type='button'] {width:220px; background: #688722; color:#fff; border: 0;}
input[type='button']:hover {background: #91A41B; color:#fff; border: 0;}
input[type="submit"] {width:100%;}

/* :::::::::::::::::::::::::: END LOGIN FORMS :::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::: BURGER :::::::::::::::::::::::::: */
.nav-icon {
  display: block;
  /*position: absolute;
	  top: 50px;
  left: 40px;*/
  width: 30px;
  height: 25px;

  cursor: pointer;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	z-index: 1;
}
.nav-icon.open .burger {
  background: none;
}
.nav-icon.open .burger:before, .nav-icon.open .burger:after {
  top: 0;
}
.nav-icon.open .burger:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-icon.open .burger:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-icon:hover:not(.open) .burger:before {
  top: -11px;
}
.nav-icon:hover:not(.open) .burger:after {
  top: 11px;
}

.burger, .burger:before, .burger:after {
  width: 25px;
  height: 4px;
	left:0;
  background: rgba(255,255,255,0.9);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.burger {
  position: relative;
  margin: 11px auto 0;
}
.burger:before, .burger:after {
  content: "";
  position: absolute;
}
.burger:before {
  top: -9px;
}
.burger:after {
  top: 9px;
}



/* :::::::::::::::::: START  DIALOGUE TOOL TIP :::::::::::::::: */
.fancytip {display: none;}

.ui-widget-header {
    border-bottom: 1px solid #aed0ea;
}


/* =================== Search Title toggle ================= */
.active, .search-title:hover {
  color: #727272;
}

.search-title:after {
  content: '\002B';
  color: #727272;
  font-weight: bold;
/*  float: right;*/
  margin-left: 10px;
}

.search-title.active:after {
  content: "\2212";
}


/* ================================ SEARCH ================================= */
#search {
}
#search input[type="text"] {
    background:  url(../images/icon-search.png)  3px  no-repeat;
    margin:0;
    padding: 5px 5px 3px 30px;
	border: 0;
    font: 13px Arial,Helvetica,Sans-serif;
    color: #fff;
    height:29px;
	width: 29px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    }

#search input[type="text"]:focus {
    width: 110px;
	color: #fff;
/*    background: rgba(0,0,0,0.3) url("../images/icon-search-white.png")  3px  no-repeat;*/
}


/* ================================ MAILING LIST ================================= */

#mailinglist input[type="text"] {
    background: #FFF /*url(../images/icon-join.png) no-repeat 0*/;
    margin:-4px 0 0 0;
    padding: 5px 15px 5px 5px;
	border: 1px solid #ccc;
    font: 14px Arial,Helvetica,Sans-serif;
    color: #ccc;
    height:28px;
	width: 100px;
	border: none;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#mailinglist input[type="text"]:focus {
	width: 150px;
	color: #333;
    }



/* :::::::::::::::::::::::::::::  PAGINATION ::::::::::::::::::::::::::::: */

#pagination li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination a           {
  border:1px solid #CCC;
  margin-right:2px;
  color: #00769D;
}
#pagination .previous-off,
#pagination .next-off   {
  border:solid 1px #DEDEDE;
  color:#888888;
  display:block;
  float:left;
  font-weight:bold;
  margin-right:2px;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
}
#pagination .next a,
#pagination .previous a { font-weight:bold; }
#pagination a:link,
#pagination a:visited   {
  color:#00769D;
  display:block;
  float:left;
  text-decoration:none;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
}
#pagination a:hover     { border:1px solid #00769D;}
#pagination a.active     {
  color:#FFFFFF;
  font-weight:bold;
  display:block;
  float:left; /* savers */
  margin-right:2px;
  background-color: #00769D;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
}
/* ::::::::::::::::::::::::::::: END PAGINATION ::::::::::::::::::::::::::::: */



/* ::::::::::::::::::::::::::::: Mailchimp Popup Override ::::::::::::::::::::::::::::: */
.mc-modal-bg {
    opacity: 0.6 !important;
}

#search-filters .buttonmid {
	margin-left: 8px;
}
span.highlight {
	font-weight:bold;
}


/* :::::::::::::::::::::::::::::: PRINT CONTROL SETTINGS ::::::::::::::::::::::::::::: */
@media print {
	.noprint, #noPrint, #header, #subnav, #subnav *, #footer, .nav, nav, #banner, #mobilenav, #menubar, .go-top {
	  display: none !important;
	}

	#printArea, #printArea * {
		visibility: visible;
	  }
	 #printArea {
		position: absolute;
		left: 0;
		top: 0;
	  }
	#printArea.box-2of3, #printArea.box-1of2 {width:100%}
}

/* ===================== LIST SUB PAGES ============================ */

#listsubpages {
	 margin: 0;
    padding: 0;
}

#listsubpages  li, #listsubpages li a {
	list-style: none;
/*	color:#fff;*/
}
/*
#listsubpages ul li a {
	display: none;
	color:#fff;
}
*/
#listsubpages  li  {
	float:left; margin-top: 10px; margin-bottom: 10px; margin-left:1%; margin-right:1%; padding:10px; position:relative;  width: 31%; float:left;
	text-align: center; 	
	align-items:stretch;
		background-color: #efefef;
	border:1px solid #f3f3f3;
}
#listsubpages  li a {
	border-radius: 3px;
	border:0;
	color: #fff;
	display: inline-block;
    font-size: 18px;
    margin: 20px 0;
    padding: 15px 30px;
	text-align: center;
	background-color: #5d5277;
	line-height: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#listsubpages li a:hover
{
	color: #fff;
	background: #cfcdff;
	background-color: #cfcdff;
}
