.nomargin { margin:0; }

.cd-main-nav {
  margin-right: 1%;
  max-width: 600px;
}
.cd-fixed-bg h1, .cd-fixed-bg h2, .cd-fixed-bg h3 {
  font-size: 1.8em;
  font-weight: 300;
}
.cd-fixed-bg h2 {
  font-size: 1.5em;
}
.cd-fixed-bg h3 {
  font-size: 1.2em;
}
.cd-main-nav a {
  background: transparent none repeat scroll 0 0;
  border-top: medium none;
  display: inline-block;
  font-weight: bold;
  height: auto;
  line-height: 1.5em;
  padding: 0.2em 0.3em;
  text-transform: uppercase;
  margin: 2px 0;
  border-radius: 3px;
    font-size: 0.8em;
  }
}
/* -------------------------------- 
Primary style
-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 100%;
  font-family: Georgia, Lucida Grande, Times New Roman, sans-serif;
}
body, html {
  /* important */
  height: 100%;
}
a {
  text-decoration: none;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* -------------------------------- 
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: 96%;
  max-width: 1190px;
  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: 50px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.cd-header:after {
  content: "";
  display: table;
  clear: both;
}
.cd-header #cd-logo {
  float: left;
/*  margin: 3px 0 0 2%; */
}
.cd-header #cd-logo #title {
  font-size: 1.6em;
  font-weight: bold;
/*  line-height: 2em; */
  margin: 0 0 0 20px;
}
.cd-header #cd-logo img {
  display: block;
}
.cd-header #cd-logo .loca {
  margin: 0 0 0 15px;
  display: block;
}
#greeting {
  display: none;
}
.cd-main-nav {
  float: right;
  width: 100%;
  height: 100%;
  background-size: 44px 44px;
  cursor: pointer;
}
.cd-main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 4px 2px;
  padding: 0;
  -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-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}
.cd-fixed-bg {
  position: relative;
  min-height: 28%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cd-fixed-bg h1, .cd-fixed-bg h2, .cd-fixed-bg h3 {
  position: absolute;
  left: 50%;
  top: 65%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}
.cd-scrolling-bg {
  position: relative;
/*  min-height: 100%; closeup scrolling */
  padding: 2em 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.list{max-width:95%;overflow:hidden;}
/* min-width */
@media only screen and (min-width: 1170px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 1.5em;
    font-weight: 300;
  }
}
@media only screen and (min-width: 768px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 1.2em;
  }
  .cd-scrolling-bg {
    padding: 2em 0;
/*    font-size: 20px;
    font-size: 1.25rem; */
    line-height: normal;
  }
  .cd-header {
    height: 70px;
  }
  .cd-main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav ul {
    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: 0.8em;
  }
  .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 {
    display: inline-block;
    margin-left: 0.5em;
  }
}
/* max */
@media all and ( max-width: 1080px ) {
	#event-icons img { width: 160px; height: auto; }
}
@media all and ( max-width: 1020px ) {
	img, map { max-width: 100%; }     
  .cd-header #cd-logo img {  height: 65px; }

}

@media all and ( max-width: 800px ) {
	#leftcolumn, #rightcolumn {
		width: 100% !important;
	}
	#leftcolumn ul {
		margin: 0px 0 !important;
		display: flex;
	}
	#leftcolumn li {
		display: inline-block;
		margin: 4px 1px !important;
	}
  .cd-header #cd-logo img {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 1.2em;
  }
}
@media all and ( max-width: 640px ) {
	#topmenu a{ padding:0 !important; }
	#leftheader, #rightheader, #leftfooter, #rightfooter {
		width: 100% !important;
	}
	.ext {
		display: none;
	}
}
@media all and ( max-width: 600px ) {
	#leftcolumn a {
		padding: 2px !important;
	}
	#lefttext {
		font-size: 0.8em !important;
	}
}
@media all and ( max-width: 480px ) {
	#leftcolumn li {
		margin: 4px 1px !important;
	}
	#logo{
		font-size:1.6em !important;
	}
	#topmenu{
		font-size:0.7em !important;
	}
.cd-header #cd-logo #title {
  font-size: 1.3em;
}
}
@media all and ( max-width: 420px ) {
	.course_subtitle {
  		font-size: 1.2em !important;
	}
	.attendees {
  		font-size: 0.7em !important;
	}
	.rform { font-size: 0.6em !important; }
        .cd-header #cd-logo .loca {font-size:0.6em;}
}


/*  from html */
body { margin: 0; }
#body {}
#wrap {}
#page {}
#header {}
#logo {
  background-color: lightgray;
  display: block;
  float: left;
  height: 100px;
  margin: 0;
  vertical-align: middle;
  width: 30%;
}
#logo h1 {
  font-size: 1.3em;
  margin: 5% 0 0 5%;
}



#main-menu {}

.ww2menu ul.menu {
  margin: 0;
  padding: 0;
}

/* RIGHT */
.right .menu {
  text-align: right;
}
.right .dd-menu-icon {
  float: right;
}
.right .menu li li ul {
  left: -100% !important;
}
.right .v-menu {
  right: 3px;
}
/* ROLL_CORNER */
.roll-corner .v-menu, .roll-corner .sub-menu,.roll-corner .sub-sub-menu, .roll-corner .menu > li 
> a {
  border-radius: 0.5em;
}
#header.roll-corner, #logo.roll-corner, #content.roll-corner, #footer.roll-corner {
  border-radius: 1em;
}



.ww2menu .v-menu {
  background-color: white;
  max-width: 400px;
  min-width: 50%;
  position: absolute;
  top: 120px;
  width: auto;
  visibility: collapse;
  opacity: 0;
}

.ww2menu ul.v-menu, .ww2menu .v-menu ul {
  margin: 0;
  padding: 0 0 0 7px;
}
.ww2menu ul.v-menu, .ww2menu .v-menu ul {
  margin: 0;
  padding: 0 0 0 10%;
}

.ww2menu .v-menu li {
  list-style: none;
  border-top: 1px solid rgba(39, 48, 57, 0.07);
}
.ww2menu .v-menu li a {
  list-style: none;
  padding: 5px 0;
}


.ww2menu .menu {}
.ww2menu .menu > li {
  padding: 28px 0;
}
.ww2menu .dd-menu-icon {
  margin-top: 15px;
}

.ww2menu .menu li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin-left: -9px;
  position: relative;
  text-transform: uppercase;
}
.ww2menu .menu li ul li {
  border-top: 1px solid rgba(39, 48, 57, 0.07);
  display: block;
  font-size: 15px;
}
.ww2menu .menu > li > a {
  border: 2px solid transparent;
  display: block;
  font-weight: bold;
  margin-left: 2px;
  padding: 6px 18px;
}

.ww2menu li a {
  color: rgba(39, 48, 57, 0.85);
  display: block;
  text-decoration: none;
}

.ww2menu .menu li ul {
  display: block;
  max-width: 99%;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 172%;
  visibility: visible;
  width: 240px;
  z-index: 99999;
}
.ww2menu .menu li li ul {
  left: 100%;
  top: 50%;
}
.ww2menu .menu .sub-menu {}
.ww2menu .menu ul.sub-menu, .ww2menu .menu ul.sub-sub-menu {
  padding: 0 0 0 9px;
  margin: 0;
}
.ww2menu .menu .sub-menu li {
  display: block;
  padding:10px;
}
.ww2menu .menu .sub-menu, .ww2menu .menu .sub-sub-menu {
  position: absolute;
  top: 150%;
  opacity: 0;
}
.ww2menu .menu .sub-menu {
  visibility: collapse;
}
.ww2menu .menu .sub-sub-menu {
  visibility: collapse;
}

.ww2menu .menu .menu-item {}

.ww2menu .menu .menu-item:hover {
}
.ww2menu .menu > .menu-item:hover .sub-menu {
  visibility: visible;
  background-color: #fff;
  top: 75%;
  opacity: 1;
}
.ww2menu .menu .sub-menu .menu-item:hover .sub-sub-menu {
  visibility: visible;
  background-color: #fff;
  top: -1%;
  opacity: 1;
}

.ww2menu .dd-menu-icon:hover ~ .v-menu, .ww2menu .dd-menu-icon:focus ~ .v-menu, .ww2menu .v-
menu:hover {
    display: block;
	top: 70px;
  visibility: visible;
  opacity: 1;
}

.ww2menu .dd-menu-icon:after {
  clear: both;
  content: " ";
  display: table;
}

.ww2menu .dd-menu-icon {
  display: none;
}



@media screen and ( max-width: 730px ) {
  .ww2menu .menu {
    display: none;
  }
  .ww2menu .dd-menu-icon {
    display: block;
  }
  #logo {
    width: 75%;
  }
  .ww2menu .dd-menu-icon {
    margin-top: 22px;
  }
  .cd-header #cd-logo {
    margin-top: 10px;
  }
}
@media screen and ( max-width: 400px ) {
  #logo {
    width: 60%;
  }
}

.crumb a{
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 1px 3px;
  background-color: #ddd;
}
.sort:hover, .filter:hover, .crumb a:hover{background-color: #888;}
.sort, .filter {
  cursor: pointer;
  background-color: #ddd;
}




.ww2menu .sub-menu, .ww2menu .sub-sub-menu, .ww2menu .v-menu {
  transition: all 0.35s ease 0s;
}
#content {
  margin: 0.5em 1em;
  padding: 0.5em 1em;
}
#footer {
  height: auto;
  margin: 0.5em 1em;
  padding: 0.5em 1em;
  vertical-align: middle;
}
#S-M { margin: 0 auto; width: 100%; text-align: center; }
#S-M ul li {  }
#S-M img {  }
#S-M ul {
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  display: inline-flex;
}
/* color */

.ww2menu .current-menu-item > a,
.ww2menu .current-section > a {
	border-color: #000 !important;
	color: #000 !important;
}

.ww2menu li:hover > a {
	color: #000;
	background-color: #FCFCFC;
}
.ww2menu ul li:hover {
/*	background-color: #FCFCFC; */
}


#header {
  background-color: #EEE;
}
#header.tan {
  background-color: tan;
}
#header.transparent, #logo.transparent, #content.transparent, #footer.transparent {
  background: transparent none repeat scroll 0 0;
}
#logo.t-white {
  color: white;
}
.t-white .menu > li > a {
  color: white;
}
#content.b-white {
  background-color: white;
}
#footer.t-white {
  color: white;
}

#footer.border {
  border: 2px solid #000;
}
#footer.o-orange {
  border-color: #fa7921;
}


.h-orange > .menu > li > a:hover,
.h-orange .current-menu-item > a,
.h-orange .current-section > a {
	border-color: #fa7921 !important;
	color: #fa7921 !important;
}
.h-orange li:hover > a {
	color: #fa7921 !important;
}
.h-orange .dd-menu-icon::before {
    background: #fa7921 none repeat scroll 0 0 !important;
    box-shadow: 0 0.35em 0 0 #fa7921, 0 0.7em 0 0 #fa7921 !important;
}
.h-orange .dd-menu-icon {
    color: #fa7921;
}

.ww2menu .dd-menu-icon::before {
    background: black none repeat scroll 0 0;
    box-shadow: 0 0.35em 0 0 black, 0 0.7em 0 0 black;
    color: black;
    content: "";
    height: 0.2em;
    left: 0;
    position: absolute;
    top: 0.25em;
    width: 1em;
}
.ww2menu .dd-menu-icon {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    font-size: 1.3em;
    padding-left: 1.25em;
	padding-bottom: 28px;
    position: relative;
}


#wrap {
  background: rgba(51, 51, 51, 0.7) url("img/yosemite.jpg") repeat scroll center center / cover ;
/*  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
*/
 position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  }


/* ************COL WW2-COL ************* */
.ww2-col-container {
}
.ww2-col {
  background-color: white;
  border-radius: 5px;
  display: table-column;
  float: left;
  height: 220px;
  margin: 5px;
  max-width: 590px;
  min-width: 275px;
  overflow-y: auto;
  padding: 0;
  text-align: center;
  box-shadow: 2px 2px 5px 2px;
}
.ww2-col-full {
  width: 100%;
}

.ww2-col .list {
  width: 100%;
}
.ww2-col .listheader {
  background-color: lightblue;
  font-size: 0.95em;
  width: 100%;
  padding: 3px;
}
.ww2-col .listheader {}
.ww2-col ul.list {
  margin: 0;
  padding: 3px;
  text-align: left;
/*  font-size: 0.8em; */
}
.ww2-col .list lh {
  font-size: 0.6em;
}
.ww2-col .list li {}
div.ww2-col {
  width: 32%;
}

/* TOOLS  */
#tools {
  display: block;
}
#tools {
  background-color: #eeddff;
  border-radius: 0 0 0.5em 0.5em;
  color: black;
  margin: 0 2em 0 0;
  opacity: 0.5;
  overflow: hidden;
  padding: 1px 4px;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  z-index: 1000;
  height: 1em;
}
#tools a {
  padding-bottom:20px;
}
#tools ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#tools ul li a {
  padding: 12px;
  display: block;
}
#tools:hover {
  top: 0;
  width: auto;
  height: auto;
  opacity: 1;
  box-shadow: 0px 10px 15px 0px #888888;
}
/*     #banner     */
#banner {
  max-width: 468px;
  position: absolute;
  top: 72px;
  right: 2px;
  width: 100%;
}

.crumb {margin:0 0 10px 0;}
.crumb ul {margin:0;padding:0;}
.crumb ul li {display:inline-block;}
@media screen and ( max-width: 900px ) {
  div.ww2-col {
    width: 48%;
  }
}
@media screen and ( max-width: 590px ) {
  div.ww2-col {
    width: 98%;
    height: auto;
  }
  /*     #banner     */
  #banner {
    max-width: 99%;
    top: 65px;
    left: 1%;
  }
  .list{font-size:1.4em;}
  .list a {margin:5px 2px;}
  a img {
    width:30px;
    height:30px;
  }
  img {max-width:75%;}
  table {max-width:99%;overflow:hidden;}
  
}
