/*  -------------------- side nav -------------------- */
.side-nav{
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	background-color: white;
	overflow-x: hidden;
	transition: width 0.25s;
	padding-top: 90px;
	
}

.side-nav.open {
	box-shadow: 0px 8px 8px rgba(0,0,0,0.1);
	border-left: 1px solid rgb(250,250,250);
	width: 250px;
}

.side-nav a.nav-link{
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	white-space: nowrap;
}

.side-nav .side-nav-closebtn {
	font-family: monospace;
	position: absolute;
	top: 6px;
	right: 12px;
	font-size: 36pt;
	margin: 0;
	color: rgb(88,88,88);
}

.side-nav .side-nav-closebtn:hover,
.side-nav .side-nav-closebtn:focus{
	color: rgb(147,207,232);
	text-decoration: none;
	outline: none;
}


.cb-side-nav,
.cb-side-nav.open {
    font-family: 'Roboto Condensed Light', sans;
    top: 0px;
    padding-top: 10px;
    font-size: 14px;

}
.cb-side-nav-header {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12pt;
}

.cb-side-nav .cb-side-nav-closebtn{
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 2em;
    margin-left: 10px;
}

.cb-side-nav section {
    border-bottom: 1px solid rgb(240,240,240);
}
.cb-side-nav h6{
    font-family: 'Roboto Condensed', sans;
    font-size: 14px;
    padding-left: 10px;
}

.cb-side-nav a.event-link,
.cb-side-nav a.event-link:active {
    display: block;
    color: rgb(90,90,90);
    margin: 0;
    padding: 5px;
    padding-left: 20px;
    text-decoration: none;
    outline: none;
}

.cb-side-nav a.event-link:hover {
    color: #fff;
    background: rgb(90,90,90);
}

.cb-side-nav a.event-link:focus {
    background: rgb(220,220,220);
}

.cb-side-nav-flag {
    float: right;
    margin-top: -5px;
    margin-right: 10px;
    height: 24px;
}

/* #######################  tables ######################## */
table.simple-tbl th,
table.simple-tbl td {
    padding: 5px;
}

table.simple-tbl th.simple-tbl-th,
table.striped-tbl th.simple-tbl-th {
    border-bottom: 2px solid rgb(230,230,230);
}

table.simple-tbl td {
    border-bottom: 1px solid rgb(240,240,240);
}

table.striped-tbl tbody tr:nth-child(2n+1){
    background-color: rgb(250,250,250);
}


/*  -------------------- header -------------------- */
li.dropdown {
	height: 100%;
}

.hawk-pumpkin-a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.dropdown-menu {
	border: none;
	top: 50px;
	font-size: 12pt;
}

.dropdown.open .dropdown-toggle{
	background: none !important;
}

#navbar-container {
	padding-right: 9px;
	padding-left:21px;
}
.hawk-brand {
	margin-top:-6px;
}

#hawkai-logo-text {
	font-family:jsans;
	margin-top:4px;
	font-size: 28pt;
	color: rgb(90,90,90);
	margin-left: -25px;
	padding-right: 0;
}

.hawkai-logo-text:hover{
	text-decoration:none;
	color: rgb(90,90,90);
}

.hawkheader {
  background: rgb(255,255,255);
  box-shadow: 0 2px 8px  rgba(0,0,0, 0.10);
  min-height: 55px;
  z-index: 1011;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-header {
	min-height: 55px;
}

.header-divider {
	margin-top: 60px;
}


.header-item {
    font-family:'Roboto Condensed Light', sans-serif;
    font-size: 18px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 17px;
    margin-bottom: 0px;
    height:38px;
}

.header-item.header-item-button {
	margin-top: 14px;
}

.simple-header .header-item.header-item-button{
	margin-top: 17px;
}

.header-item  a{
    text-decoration: none;
    color: rgb(90,90,90)
}

.header-item  a:hover {
    color:rgb(147, 207, 232);
}

#hamburger {
	color: rgb(88,88,88);
	border-radius: 0;
	border: none;
	font-size: 20pt;
	padding: 0;
	margin-bottom:0;
	margin-top:13px;
}
#hamburger:hover, #hamburger:focus {
	border: none;
	background: none;
}
#hamburger:hover {
	color: rgb(147,207,232);
}
.hawkdropdown {
    position: relative;
    display: inline-block;
    cursor: default;
}

.hawkdropdown hr {
	margin-top: 6px;
	margin-bottom: 6px;
}


.dropdown-content {
  display: none;
  position: absolute;
  left: -60%;
  top: 38px;
  background: rgba(255, 255, 255, .95);
  min-width: 250px;
  min-height: 50px;
  box-shadow: 4px 4px 8px  rgba(0,0,0, 0.15);
  z-index: 1;
  color: rgb(90,90,90);
  font-size: 11pt;
  


}

.dropdown-content a {
    font-family: 'Roboto Condensed Light', sans-serif;
    font-weight: normal;
    padding: 5px;
}

@media (min-width: 768px){
  .hawkdropdown:hover .dropdown-content {
    display: block;
    
  }
}


@media (max-width: 767.9px){
    .hawkdropdown .dropdown-content {
      display: block;
      position: relative;
      left: 0;
      top: 0;
      box-shadow: none;
      background: none;
      padding-top: 10px;
    }
  
}

.header-beta {
	font-size: 8pt;
	text-align: right;
	color: rgb(240,110,0);
}

.header-uname {
    color: rgb(240,110,0);
}
.header-logo {
    margin: 6px 0px 8px 8px;
}
.header-text {
    margin: 12px 0px 8px 8px;
}

.navbar-right {
	padding-right: 20px;
}


.simple-header {
	background: none;
	min-height: 75px;
	padding-top:15px;
	z-index: 100;
	box-shadow: none ;
	border: 0;
}

.simple-header .navbar-brand  img {
	/*display: none;*/
	/*width: 40px;*/
	height: 40px;
	margin-top: -10px;
}

.simple-header #hawkai-logo-text {
	font-size: 32pt;
}

.simple-header a:hover{
	text-decoration: none;
}

.simple-header .header-item {
	font-size: 10pt;
	margin-left:10px;
	font-family: 'Roboto Condensed Light', sans-serif;
}

.simple-header .header-uname {
	color:rgb(67, 107, 168);
	color: #FF9900;	
	color:rgb(67, 107, 168);
	color:rgb(243,73,11);
	color:rgb(240,110,0);
}


/* add an arrow to the dropdown */
.simple-header .dropdown-menu:after {
	bottom: 100%;
	left: 33%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.simple-header-inverse { 
	color: rgba(255,255,255,0.7);
}

.simple-header-inverse a {
	color: rgba(255,255,255,0.7);
}

.simple-header-inverse .hawkdropdown a {
	color:rgb(90,90,90);
}

.simple-header-inverse .header-item a:hover {
	color:rgba(255,255,255,0.7);
}

.simple-header-inverse #hawkai-logo-text {
	color:rgba(255,255,255,0.7);
}

.header-item a.button-round {
	font-size: 10pt;
	padding: 0.5em 1.5em 0.5em 1.5em;
}


.simple-header .header-item a.button-round{
	font-size: 11pt;
}

.header-item:hover {
}


.homepage-header .dropdown-content {
	left: -100px;
}


.cbi-header {
	/*position: absolute;*/
}

.cbi-header a:hover {
	color: rgb(33,33,33);
}

.cbi-header .header-item {
	font-family: 'Roboto Condensed Light', sans-serif;
	padding-left:5px;
	padding-right: 5px;
}
@media (min-width: 768px){
	.cbi-header .header-item.active {
		border-bottom: 4px solid rgb(147,207,232);	
	}
}
.cbi-header li {
	margin-left: 10px;
}

.cbi-header .dropdown-content a {
	font-family: 'Roboto Condensed Light', sans-serif;
}

.cbi-header .dropdown-content a:hover {
	color: white;
}


.footer-inline-block {
	margin: 0 auto;
	display: inline-block;
	
	
}

/*  -------------------- general -------------------- */
.nowrap {
	white-space: nowrap;
}

.ellipsis {
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block {
    display: block;
}

.stretch {
    width: 100%;
}

.pos-relative {
    position: relative;
}

.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.blue {
  background-color: rgb(147, 207, 232);
}

.hanging-indent {
  padding-left: 2em;
  text-indent: -1.5em;
}

.width-six {
  max-width: 600px;
}

.vertical-center {
  width:100%
  
  display: flex;
  align-items: center;
}

.width-two {
  width: 200px;
}

.med-gray {
  color: rgb(180,180,180)
}
.centered {
  margin: 0 auto;
}

input[type=range] {
	padding:0;
}

.squared {
  border-radius: 0;
}

.text-btn:hover {
  color: rgb(147,207,232);
  cursor: pointer;
}

.padded {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-margin {
	margin-top: 55px;
}

.padded-right {
  padding-right: 10px;
}


.space-below {
  margin-bottom: 10px;
}

.padded-sides-xxl {
	padding-left: 40px;
	padding-right: 40px;
	
}
.eight-pt {
	font-size: 8pt;
}
.ten-pt {
   font-size: 10pt; 
}
.twelve-pt {
  font-size: 12pt;
}

.fourteen-pt {
    font-size: 14pt;
}
.sixteen-pt {
  font-size: 16pt;
}
.twenty-pt {
  font-size: 20pt;
}
.forty-pt {
  font-size: 40pt;
}

.inline {
    display: inline;
}

.change-increase {		
	color: hsl(150, 50%, 65%);
}

.change-increase.arrow::before {
	content:"↑ ";
}

.change-decrease {
	color: hsl(0, 65%, 70%)
}

.change-decrease.arrow::before {
	content:"↓ ";
}

.change-unch {
	color: rgb(133,133,133);
}

body {
    background-color: white;
    font-family: arial, sans-serif;
    color: rgb(90,90,90);
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto Condensed Light', sans-serif;
}

.jsansfont {
	font-family: jsans;
}

.sansfont {
    font-family: arial, sans-serif;
}

.smalltext {
    font-size: 14px;
}

.centertext {
    text-align: center;
}

.indent {
    margin-left: 10px;
}

input[type="submit"]{
    font-family:jsans;
}

mark {
    background-color: rgb(255, 255, 153);
}

a {
   color : rgb(147, 207, 232);
   /*color: rgb(212,77,59);*/
   text-decoration:none;
	cursor:pointer;
}
a:hover {
   text-decoration: underline;
}

.home{
    background-image: url('/static/bg1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.stretch {
	width:100%;
}

.panel {
    position: absolute;

}

.reading-modal h1,
.reading-modal h2,
.reading-modal h3,
.reading-modal h4,
.reading-modal h5,
.reading-modal h6 {
	font-size: 14pt;
}


.inline-flex-container {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
}
.horizontal-item {
	white-space: nowrap;
	display: table-cell;
}

/*  -------------------- boxes -------------------- */
.user-input {
  border: 1px solid rgb(147,207,232);
  border-radius: 2px;
  font-family: monospace;
  padding: 2px 7px 2px 7px;  
}


.invisibox {
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    max-width: 700px;
}

.smallbox {
    max-width:300px;
}

.bigbox {
    max-width: 800px;

}

.msgbox {
    background-color: rgb(166, 248, 110);
    max-width: 400px;
    margin-top: 0px;
    padding: 5px 5px 5px 4px;
    border-width: 0px 0px 0px 2px ;
    box-shadow: 0px 0px 4px 2px rgba(52,122,6,.3);
    border-style: solid;
    border-color: rgb(52, 122, 6);
    color:black;
    margin-left:auto;
    margin-right:auto;
    opacity: 0.85;
    /*position: fixed; */
}

.msgbox.err {
    background-color: rgb(255, 128, 128);
    box-shadow: 0px 0px 4px 2px rgba(153, 33, 0,.3);
    border-color:  rgb(153, 33, 0);
    /*position: fixed;*/

}


.mailsent {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 20px 10px 20px 10px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15)

}

.invitebox {
  max-width: 700px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 20px 10px 20px 10px;
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15)

}


.textbox {
    height : 30px;
    width : 290px;
    font-size: 16px;
    border-color: rgb(147, 207, 232);
    margin: 5px;
    border-width: 1px;
    border-style: solid;

}

.message {
  max-width: 500px;
  margin: 0 auto;
}

/*  -------------------- sidebar -------------------- */

.sidebar-fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%; 
	background-color:rgb(250,250,250); 
	background-color:rgb(250, 250, 250); 
	padding: 5px;
	width: 55px;
	z-index: 10;
	box-shadow: 2px 0px 6px rgba(0,0,0,0.08);
	color: rgb(200,200,200);
	border-right: 1px solid rgb(235,235,235);
}

.sidebar-fixed-right{
    position: fixed;
	top: 0px;
	right: 0px;
	height:100%; 
	background-color:rgb(250,250,250); 
	background-color:rgb(250, 250, 250); 
	padding: 70px 5px 5px 5px;
	width: 55px;
	z-index: 10;
	box-shadow: 2px 0px 6px rgba(0,0,0,0.08);
	color: rgb(200,200,200);
	border-left: 1px solid rgb(235,235,235);
}

.content-w-sidebar {
	padding-left: 75px;
}

.content-w-sidebar-right {
    padding-right: 55px;
}

/*  -------------------- forms -------------------- */
input.ghost {
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid hsl(0,0%,60%);
    color: white;
}

input.ghost:-webkit-autofill,
input.ghost:-webkit-autofill:hover,
input.ghost:-webkit-autofill:focus {
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid hsl(0,0%,60%);
    color: white; 
}

input.faint,
textarea.faint {
    background: rgb(250,250,250);
    border-radius: 0;
    outline: none;
    border: 1px solid rgb(239,239,239);
    font-size: 12pt;
    padding: 10px;
    width:100%;
}

input.faint:-webkit-autofill,
input.faint:-webkit-autofill:hover,
input.faint:-webkit-autofill:focus,
textarea.faint:-webkit-autofill,
textarea.faint:-webkit-autofill:hover,
textarea.faint:-webkit-autofill:focus {
    background: rgb(250,250,250);
    border-radius: 0;
    outline: none;
    border: 1px solid rgb(239,239,239);
    font-size: 12pt;
    padding: 10px;
    width:100%;
}

.search-bar-container {
    display: inline-flex;
	flex-wrap: nowrap;
	align-items: stretch;
}

.search-bar {
    border-radius: 0px 0px 0px 0px;
    border: 1px solid rgb(230,230,230);
    background: rgb(247,247,247);
    border-left: none;
    padding: 0.25em;
    height: 100%;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);*/

}
.search-bar:focus {
    outline: none;/*rgb(147,207,232);*/
}
.search-button {
    border: 1px solid rgb(230,230,230);
    background: rgb(247,247,247);
    border-right: none;
    border-radius: 0px 0px 0px 0px;
    font-size: 1.2em;
    padding: 0.25em;
}
.search-button.clickable {
    cursor: pointer;
}
.search-button.clickable:hover {
    /*background: rgb(240,240,240);*/
    color: rgb(147,207,232);
}


textarea.faint {
    resize: none;
}

.classform {
    text-align:center;
    margin: 0 auto;

}

.classform.acct {
    font-size: 16px;
    text-align:left;
    max-width: 600px;
    overflow: visible;
    margin-left:auto;
    margin-right:auto;
}

.classform.row {
    max-width: 570px;
    /*float: left;
    display: block;
    text-align:left;
    /*white-space: nowrap;
*/
}

.classform.labelcol {
    display: inline-block;
    width: 170px;
    text-align: left;
}

.classform.inputcol {
    display: inline-block;
    width: 300px;
}

.classform.msgcol {
    display: none;
    position: relative;

    left: 10px;

}


.loginsubmit {
    background-color: rgb(147, 207, 232);
    border-style: solid;
    border-color: rgb(147, 207, 232);
    width: 290px;
    font-size: 16px;
    height: 30px;
    cursor: pointer;
    color: white;
    margin: 5px;
}

.loginsubmit:hover {
    background-color: rgb(107, 189, 225);
    border-color: rgb(107, 189, 225);
}


.submit-dark {
	font-family: jsans;
	border-radius: 0;
 	background-color: rgb(66,66,66);
    border-style: solid;
    border-color: rgb(66,66,66);
    cursor: pointer;
    color:white;
	box-shadow: none;
}

.submit-dark:hover {
    background-color: rgb(33,33,33);
    border-color: rgb(33,33,33);
}

.submit-dark:focus{
	background-color: rgb(66,66,66);
    border-color: rgb(66,66,66);
}

.submit-blue,
.submit-green,
.submit-dark-blue{
 	background-color: rgb(147, 207, 232);
    border-style: solid;
    border-color: rgb(147, 207, 232);
    cursor: pointer;
    color:white;
	box-shadow: none;
}

.submit-green {
	background-color: rgb(223, 240, 216);
	border-color: rgb(223, 240, 216);
	color:#3c763d;
}

.submit-dark-blue {
	background-color: rgb(17, 64, 85);
	border-color: rgb(17, 64, 85);
}

.submit-blue:hover {
    background-color: rgb(107, 189, 225);
    border-color: rgb(107, 189, 225);
	text-decoration: none;
	color:white;
}
.submit-green:hover {
    background-color: rgb(194, 226, 182);
    border-color: rgb(194, 226, 182);
}
.submit-dark-blue:hover {
	background-color: rgb(13, 48, 64);
	border-color: rgb(13, 48, 64);
}


.link-btn {
	display:block;
	margin: 0 auto;
	width:200px;
	height: 32px;
	text-align: center;
	font-size: 16pt;
}

.graysubmit {
    background-color: rgb(147, 207, 232);
    border-style: solid;
    border-color: rgb(147, 207, 232);
    cursor: pointer;
    width: 200px;
    font-size: 16pt;
    color:white
}

.graysubmit:hover {
    background-color: rgb(107, 189, 225);
    border-color: rgb(107, 189, 225);
}


.loginform {
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    overflow: visible;
    box-shadow: 0px 4px 2px rgba (0,0,0,0.5);

}

.button {
    padding: 2px 5px;
    text-align: center;
    -webkit-transition-duration: 0.1s; /* Safari */
    transition-duration: 0.1s;
    cursor: pointer;
    background-color: white;
    color: rgb(0, 13, 52);
    border: 2px solid rgb(0, 13, 52);
    font-size: 16px;
    margin: 5px;
}

.button:hover {
   background-color: rgb(0, 13, 52);
   border: 2px solid rgb(0, 13, 52);
   color: white;
}

.simple-input {
    border: 1px solid rgb(220,220,220);
    background-color: white;
    border-radius: 3px;
    font-size: 13px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.simple-input:active,
.simple-input:focus {
    outline: none;

}

/* range sliders */
input[type=range].hawk-slider {
  -webkit-appearance: none;
  width: 100%;
  margin: 6.4px 0;
}
input[type=range].hawk-slider:focus {
  outline: none;
}
input[type=range].hawk-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 7.2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #afafaf;
  border-radius: 25px;
  border: 0px solid #afafaf;
}
input[type=range].hawk-slider::-webkit-slider-thumb {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(13, 13, 13, 0.2);
  border: 1px solid #dcdcdc;
  height: 20px;
  width: 20px;
  border-radius: 25px;
  background: #e6e6e6;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.4px;
}
input[type=range].hawk-slider:focus::-webkit-slider-runnable-track {
  background: #afafaf;
}
input[type=range].hawk-slider::-moz-range-track {
  width: 100%;
  height: 7.2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #afafaf;
  border-radius: 25px;
  border: 0px solid #afafaf;
}
input[type=range].hawk-slider::-moz-range-thumb {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(13, 13, 13, 0.2);
  border: 1px solid #dcdcdc;
  height: 20px;
  width: 20px;
  border-radius: 25px;
  background: #e6e6e6;
  cursor: pointer;
}
input[type=range].hawk-slider::-ms-track {
  width: 100%;
  height: 7.2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].hawk-slider::-ms-fill-lower {
  background: #afafaf;
  border: 0px solid #afafaf;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range].hawk-slider::-ms-fill-upper {
  background: #afafaf;
  border: 0px solid #afafaf;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range].hawk-slider::-ms-thumb {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(13, 13, 13, 0.2);
  border: 1px solid #dcdcdc;
  height: 20px;
  width: 20px;
  border-radius: 25px;
  border-radius: 25px;
  background: #e6e6e6;
  cursor: pointer;
  height: 7.2px;
}
input[type=range].hawk-slider:focus::-ms-fill-lower {
  background: #afafaf;
}
input[type=range].hawk-slider:focus::-ms-fill-upper {
  background: #afafaf;
}

/* toggles */
.hawk-toggle {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 1.25em;
}

.hawk-toggle input { display: none; }

.hawk-toggle-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(230,230,230);
  /*box-shadow: 0px 3px 6px rgba(0,0,0,0.2);*/
  transition: 0.2s;
  border-radius: 99999px;
}

.hawk-toggle-btn::before {
  position: absolute;
  content: "";
  height: 1.25em;
  width: 1.25em;
  background-color: white;
  box-shadow: 1px 2px 6px rgba(0,0,0,0.35);
  transition: 0.2s;
  border-radius: 50%;
}

input:checked + .hawk-toggle-btn {
  background-color: hsl(162, 72%, 47%);
}

input:focus + .hawk-toggle-btn {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .hawk-toggle-btn::before {
  transform: translateX(1.25em);
}

.hawk-toggle-labeled {
    padding-right: 2em;
}

.hawk-toggle-labeled .hawk-toggle-btn::after {
 content: 'Off';
 color: rgb(200,200,200);
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 transition: 0.2s;
 top: 50%;
 left: 100%;
 padding-left: 2.5em;
 font-size: 1em;
 font-family: 'Roboto Condensed Light', sans-serif;
}

.hawk-toggle-labeled input:checked + .hawk-toggle-btn::after {  
  content: 'On';
  color: #22ce9a;
}

/* checkbox */
label.hawk-checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.hawk-checkbox input {
    margin-top: 0; /*override bootstrap*/
    display: none;
}

label.hawk-checkbox .checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 1.25em;
    height: 1.25em;
    background-color: rgb(250,250,250);
    border: 1px solid rgb(200,200,200);
    border-radius: 2px;
}
label.hawk-checkbox .checkmark:hover {
    background-color: rgb(240,240,240);
}
label.hawk-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
label.hawk-checkbox input:checked + .checkmark:after,
label.hawk-checkbox input:indeterminate + .checkmark:after{
    display: block;
}
label.hawk-checkbox input:checked + .checkmark {
    background-color: rgb(147,207,232);
    border-color: rgb(147,207,232);
    /*background-color: rgb(200,200,200);*/
}
label.hawk-checkbox input:indeterminate + .checkmark {
    background-color: rgb(200,200,200);
}
label.hawk-checkbox input:checked + .checkmark:after {
    left: 0.325em;
    top: 0.05em;
    width: 0.4em;
    height: 0.8em;
    border: solid rgb(255,255,255);
    border-width: 0 0.25em 0.25em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.hawk-checkbox input:indeterminate + .checkmark:after {
    border: solid rgb(255,255,255);
    border-width: 0.25em 0 0 0;
    width: 0.8em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/*  -------------------- typeface -------------------- */
@font-face {
    font-family: 'Roboto Condensed Bold';
    src: 
        url('/static/fonts/latin1-RobotoCondensed-Bold.woff2') format('woff2'),
        url('/static/fonts/latin1-RobotoCondensed-Bold.woff') format('woff'),
        url('/static/fonts/latin1-RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed Light';
    src: 
        url('/static/fonts/latin1-RobotoCondensed-Light.woff2') format('woff2'),
        url('/static/fonts/latin1-RobotoCondensed-Light.woff') format('woff'),
        url('/static/fonts/latin1-RobotoCondensed-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: 
        url('/static/fonts/latin1-RobotoCondensed-Regular.woff2') format('woff2'),
        url('/static/fonts/latin1-RobotoCondensed-Regular.woff') format('woff'),
        url('/static/fonts/latin1-RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: jsans;
    src: url('/static/fonts/JuliusSansOne-Regular.woff2') format('woff2'),
        url('/static/fonts/JuliusSansOne-Regular.woff') format('woff'),
        url('/static/fonts/JuliusSansOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.text-center {
    text-align: center;
}
.serif-font{
    font-family: Georgia, serif;
}

.reading-panel {
	font-family: Georgia, serif;
	line-height: 1.2em;
	font-size: 10pt;
}

.sans-serif-font {
	font-family: Arial, sans-serif;
}


.info-alert {
  padding: 2px;
  box-shadow: 1px 0px 3px rgba(0,0,0,.10);
  margin-bottom: 10px;
  border-style: solid;
  border-color: rgb(210,210,210);
  border-radius: 0px;
  /*border-left-color: #1B4965;*/
  border-width: 1px 1px 1px 4px;
}


.summary-sentence {
  padding-left: 2em;
  text-indent: -1.5em;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
}

.hawk-bullet:before {
  /*content: '\25EA';*/
  content: '\25E2';
 
  content: '\25B8  ';
 content: '\21B3  ';
  
  
}

.hawk-bullet.square:before {
  content: '\25AA  ';
}

.hawk-bullet{
  color: rgb(90,90,90);
}

.hawk-bullet:after {
  content: " ";
}

/*  -------------------- buttons / icons -------------------- */
.button-round {
	border-radius: 50px;
	border: none;
	background-color: gray;
	color: white;
	padding: 0.65em 2em 0.65em 2em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: regular;
	
}

.button-round:focus{
    outline: none;
}

.button-round:hover,
.button-round:focus{
	text-decoration: none;
}

.button-round.secondary {
    background: rgb(242,242,242);
    color: rgb(90,90,90);
}

.button-round.secondary:hover {
    background: rgb(230,230,230);
}

.button-round.dark {
	background-color: hsl(225, 45%, 12%);
	border-color: hsl(225, 45%, 12%);
	color:white;
}

.header-item a.button-round.dark:hover,
.button-round.dark:hover {
    background-color: hsl(225,20%,25%);
	border-color: hsl(225,20%,25%);
	color: white;
}

.button-round.red {
    background-color: hsl(0, 90%, 70%);
	border-color: hsl(0, 90%, 70%);
    color: white;
}

.button-round.red:hover {
    background-color: hsl(0, 90%, 77%);
	border-color: hsl(0, 90%, 77%);
}

.header-item a.button-round.green,
.button-round.green {
    background-color: hsl(162, 72%, 47%);
	border-color: hsl(162, 72%, 47%);
    color: white;
}

.header-item a.button-round.green:hover,
.button-round.green:hover {
    background-color: hsl(162, 72%, 57%);
	border-color: hsl(162, 72%, 57%);
	color: white;
}

.button-round.inverse {
    background: none;
    border: 1px solid hsl(0,0%,50%);
    color: rgb(150,150,150);
}

.button-round.inverse:hover {
    border-color: hsl(0,0%,70%);
    color: hsl(0,0%,80%);
}

.button-round.inverse.dark {
	border-color: hsl(225, 45%, 12%);
	color: hsl(225,20%,25%);
}

.header-item a.button-round.inverse.dark:hover,
.button-round.inverse.dark:hover{
	border-color: hsl(225,30%,65%);
	color:  hsl(225,30%,65%);
	background: none;
}

.icon {
	display: inline-block;
	border: none;
	padding: 0;
}

.icon>svg {
	width: 100%;
	height: 100%;
}

.icon.clickable {
	cursor: pointer;
}

.clickable {
    cursor: pointer;
}
.icon.clickable:hover .fill-area {
	fill: rgb(147,207,232);
	stroke: rgb(147,207,232);
}

.icon.dark .fill-area  {
	fill: rgb(90,90,90);
	stroke: rgb(90,90,90);
}

.icon.light .fill-area  {
	fill: rgb(210,210,210);
	stroke: rgb(210,210,210);
}

.alert-close {
    position: absolute;
    top: 50%;
}

.close-btn {
  border: 0px solid hsl(0, 0%, 65%);
  border-radius: 13px;
  height: 26px;
  cursor: pointer;
  position: relative;
  -webkit-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  width: 26px;
  display:inline-block;
}
.close-btn:after, .close-btn:before {
  background-color: hsl(0, 0%, 65%);
  content: "";
  height: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: transform 200ms cubic-bezier(0.25, 0.6, 0.36, 1);
  transition: transform 200ms cubic-bezier(0.25, 0.6, 0.36, 1);
  position: absolute;
  top: 50%;
  width: 18px;
}

.close-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.close-btn:hover:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  background-color: rgb(147,207,232);
}
.close-btn:hover:before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
	background-color: rgb(147,207,232);
}

.close-btn:hover{
  border-color: rgb(147,207,232);
  /*background-color: rgba(147,207,232,0.15);*/
}

.close-btn:active {
  opacity: 0.8;
  -webkit-transition: none;
  transition: none;
}

.close2 {
  width: 16px;
  height: 16px;
  border: 0px solid black;
  border-radius: 2px;
  position: relative;
  box-sizing: content-box;
  /*background-color: rgb(200,200,200);*/
  display: inline-block;  
}

.close2:hover {
	cursor: pointer;
}

.close2:before, .close2:after {
  content: "";
  height: 3px;
  width: 16px;
  position: absolute;
  top: 6px;
  background-color: rgb(210,210,210);
  transition: all 0.3s;
}

.close2:before {
  -webkit-transform: translate(0,0) rotate(45deg);
  transform: translate(0,0) rotate(45deg);
}

.close2:hover:before,
.close2:active:before { 
  width: 12px;
	height: 4px;
  -webkit-transform: translate(1px,-3px) rotate(-45deg);
  transform: translate(1px,-3px) rotate(-45deg);
	background-color: rgb(147,207,232);
}

.close2:after {
  -webkit-transform: translate(0,0) rotate(-45deg);
  transform: translate(0,0) rotate(-45deg);
}

.close2:hover:after,
.close2:active:after{
  width: 12px;
	height: 4px;
  -webkit-transform: translate(1px,3px) rotate(45deg);
  transform: translate(1px,3px) rotate(45deg);
	background-color: rgb(147,207,232);
}

html.modal-open {
	height: 101%;
}


/*  -------------------- tooltip -------------------- */
.tooltip {
	font-family: Arial, Helvetica, sans-serif; /* override Bootstrap */
}


.tooltip-inner {
	/*padding: 3px 5px 5px 5px;*/
}

.tooltip-text {
	border-bottom: 1px dotted rgb(147,207,232);
}

.tooltip-text:hover {
	border-bottom: none;
}

/*  -------------------- spinner -------------------- */
.spinner{
  width:24px;
  height:24px;
  border:4px solid rgba(255,255,255,0.15);
  border-top:4px solid rgb(200,200,200);
  border-radius:50%;
  margin: 0 auto;
}

.spinner {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -webkit-animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  
  -moz-transition-property: -moz-transform;
  -moz-animation-name: rotate; 
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  
  transition-property: transform;
  animation-name: rotate; 
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.spinner-lg {
	height: 64px;
	width: 64px;
	/*border:10px solid rgba(0,0,0,0.10);*/
	border-right: 10px solid rgb(200,200,200);
	border-width: 10px;
}

/*  -------------------- overrides -------------------- */
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0); 
    transform: translate(0, 0);

 }
label {
    margin-bottom: 0px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


/*  -------------------- utilities -------------------- */

.gradient-bg {
	background: #eaf6fb; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #eaf6fb 0%, #abd7f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #eaf6fb 0%,#abd7f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #eaf6fb 0%,#abd7f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.padded-top {
  padding-top: 10px;
}


.padded-xtra {
	padding-top: 20px;
	padding-bottom: 20px;
}
.margin-bottom {
	margin-bottom: 10px;
}


.padded-bottom {
  padding-bottom: 10px;
}

.padded-sides {
  padding-left: 10px;
  padding-right: 10px;
}

.padded-sides-xtra {
	padding-left: 20px;
	padding-right: 20px;
}
.padded-top-xtra {
  padding-top: 20px;
}
.padded-left-xtra {
	padding-left: 20px;
}

.padded-right-extra {
	padding-right: 20px;
}

.padded-bottom-xtra {
	padding-bottom: 20px;
}

.padded-left {
    padding-left: 10px;
}

.padded-full {
	padding: 10px;
}

.padded-full-xtra {
    padding: 20px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}


.container-w-header {
    padding-top: 60px;
}