/*
Description: 	File contains custom CSS for the website
				including overrides etc.
Author: 		ASAA Consulting, Inc.
*/

@CHARSET "US-ASCII";

.table-skills td {
	padding: 6px !important;	
	border-color: #ccc !important;
}

.table-skills th {
	color: #f60;
	border-color: #ccc !important;
	padding: 6px !important;	
	font-size: 16px !important;
	text-align: center;
}
.table-skills table {
	border-color: #ccc !important;
}
.card-arrow ul {
	 list-style-image:url("/assets/images/list_arrows.png") ; 
	 margin: 10px 0 10px 40px;
	 list-style-position: inside;
	 padding-left: 0px;
	 padding-top: 0px;
	 margin-left: 10px;
}
.ui.text.container {
  max-width: 100% !important;
}
/* 
ul{
  margin-bottom:20px;
  overflow:hidden;
  border-top:1px solid #ccc;
}
li{
  line-height:1.5em;
  border-bottom:1px solid #ccc;
  float:left;
  display:inline;
}
#double li  { width:50%;} <span class="code-comment">2 col</span>
*/
.grid-location {
	margin:0 auto !important;
}

h2.content-header {
    color: #aaa696;
    font-family: "Oswald",sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 1.0em !important;
    text-transform: uppercase;
    text-align: left !important;
}
.content-textbox {
    background: #d4d4d4 url("/assets/images/border.gif") no-repeat scroll right center;
    border-bottom: 3px solid #e1e1e1;
    cursor: pointer;
    font-size: 14px !important;
    padding: 20px;
    position: relative;
    text-align: left;
    color: black;
    text-decoration: none;
}
.smaller-footer {
	min-height: 170px !important;
}
/* all card-* are custom css classes for auto-stackable rows into columns */
.card-textbox {
    background: #d4d4d4 url("/assets/images/border.gif") no-repeat scroll right center;
    border-bottom: 3px solid #e1e1e1;
    cursor: pointer;
    padding: 20px;
    position: relative;
    text-align: left;
    color: black;
    text-decoration: none;
}
.card-textbox-wide {
    background: #d4d4d4 url("/assets/images/border.gif") no-repeat scroll right center;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    padding: 2px;
    position: relative;
    text-align: left;
    color: black;
    text-decoration: none;
}
.card-header {
    background: #49423f url("/assets/images/border.gif") no-repeat scroll right center !important;
    color: #fff !important;
    font-family: "Oswald",sans-serif;
    font-size: 18px !important;
    line-height: 20px !important;
    padding: 10px !important;
    
}

.card-group {
	/* display: flex;   */
	max-width: 1132px !important;   
	margin:0 auto !important;
}

.card-column {
	padding-left: 2px !important;
	padding-right: 2px !important;
	
}
.card-column-wide {
	min-width: 75% !important;
	
	padding-left: 1px !important;
	padding-right: 1px !important;
}
.slider-wrapper {
    background: #E6E6E4 none repeat scroll 0 0 !important;
    
}
/*
body.pushable {
	background: rgb(230,230,228) !important;
	text-color: rgba(255, 255, 255, 0.1) !important;
}
*/
.indent {
    padding-top: 10px;
}
.wrapper {
    overflow: visible;
    min-width: 90% !important;
}
.nivo-controlNav {
    left: 45%;
    padding: 0px 0 !important;
    position: relative;
}
a.item-logo {
    background: rgba(0, 0, 0, 0) url("../images/logo_print.png") no-repeat scroll 0 center;
    color: #000;
    display: block;
    font-size: 32px;
    height: 50px;
    text-indent: -5000px;
    width: 175px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 2;
	height: 2;
}

.hidden.menu {
  display: none;
}

.masthead.segment {
  min-height: 700px;
  padding: 1em 0em;
}
.masthead .logo.item img {
  margin-right: 1em;
}
.masthead .ui.menu .ui.button {
  margin-left: 0.5em;
}
.masthead h1.ui.header {
  margin-top: 3em;
  margin-bottom: 0em;
  font-size: 4em;
  font-weight: normal;
}
.masthead h2 {
  font-size: 1.7em;
  font-weight: normal;
}

.ui.vertical.stripe {
  padding: 8em 0em;
}
.ui.vertical.stripe h3 {
  font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
  margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
  clear: both;
}
.ui.vertical.stripe p {
  font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
  margin: 3em 0em;
}

.quote.stripe.segment {
  padding: 0em;
}
.quote.stripe.segment .grid .column {
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer.segment {
  padding: 0em 0em;
}

.secondary.pointing.menu .toc.item {
  display: none;
}

@media only screen and (max-width: 632px) {
  .ui.fixed.menu {
    display: none !important;
  }
  .secondary.pointing.menu .item,
  .secondary.pointing.menu .menu {
    display: none;
  }
  .secondary.pointing.menu .toc.item {
    display: block;
  }
  .masthead.segment {
    min-height: 350px;
  }
  .masthead h1.ui.header {
    font-size: 2em;
    margin-top: 1.5em;
  }
  .masthead h2 {
    margin-top: 0.5em;
    font-size: 1.5em;
  }
}

