/*******************
resets
*******************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong
{
	font-weight: bold;
}

select::-ms-expand {
    display: none;
}
input, textarea, keygen, select, button {
    font-size: 16px;
    box-sizing: border-box;

}
input, select, textarea {
	border-radius: 0;
	border: 1px solid #ddd;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/*********************  END RESET ************************/

/*************************
Basics
*************************/
div
{
	box-sizing: border-box;
    line-height: 1.25em;
}
strong, b {
	font-weight: bold;
}
h1 {
    font-size: 2.083em;
    font-weight: normal;
    line-height: 1.8em;
}
a:link,
a:visited,
a:active,
a:hover
{
	text-decoration:none;
	color: #3D3D3D;
}
a:hover
{
	text-decoration:none;
	color: #666;
}





a:link.ActionLinkButton , a:visited.ActionLinkButton, a:active.ActionLinkButton, a:hover.ActionLinkButton {
    color:#fff;
    line-height: 3em;
}

input[type="submit"], 
button,.ActionLinkButton 
{
  background: #757575;
  background-image: -webkit-linear-gradient(top, #757575, #000000);
  background-image: -moz-linear-gradient(top, #757575, #000000);
  background-image: -o-linear-gradient(top, #757575, #000000);
  background-image: linear-gradient(to bottom, #757575, #000000);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 1px 2px 4px #666666;
  -moz-box-shadow: 1px 2px 4px #666666;
  box-shadow: 1px 2px 4px #666666;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border:none;
  margin: 10px;
}
input[type="submit"]:hover, 
button:hover,
.ActionLinkButton:hover  {
  background: #000;
  background-image: -webkit-linear-gradient(top, #000, #757575);
  background-image: -moz-linear-gradient(top, #000, #757575);
  background-image: -o-linear-gradient(top, #000, #757575);
  background-image: linear-gradient(to bottom, #000, #757575);
  text-decoration: none;
}

/*Below commented out due to causing issue with the Quiq Chat Button*/
/*input[type="submit"]:active,
button:active {
	position:relative;
	top:1px;
}*/

input[type="submit"]:disabled, 
button:disabled
{
    border: solid 1px #bbbfc4;
   	-moz-box-shadow: 0px 0px 0px 2px #5d646c;
	-webkit-box-shadow: 0px 0px 0px 2px #5d646c;
    background: #979481;
    text-align: center;
    color: #000;
    cursor: pointer;

}


.SmallButton{
    font-size: .75em;
    line-height: 0.9em;
    padding: 2px 8px;
}


input[type="text"]:disabled{
    border-color: #e5e5e5;
    background: #e5e5e5;
    color: #4b4b4b;
}
input[type="email"]:disabled{
    border-color: #e5e5e5;
    background: #e5e5e5;
    color: #4b4b4b;
}
textarea:disabled{
    border-color: #e5e5e5;
    background: #e5e5e5;
    color: #4b4b4b;
}
select:disabled {
    border-color: #e5e5e5;
    background: #e5e5e5;
    color: #4b4b4b;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-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; }




html {
	background-color: #e5e7e9;
	color: #11202B;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 100%;
	font-family: IBMPlexSans-Regular, sans-serif;
}
body
{
	margin:0px;
	height: 100%;
}
h1 {
    font-size: 36px;
    line-height: 1.5em;
	font-weight: bold;
}
h2 {
    font-size: 26px;
    line-height: 1.5em;
	font-weight: bold;
}
h3 {
    font-size: 50px;
    line-height: 1.5em;
	font-weight: bold;
}
h4 {
    font-size: 18px;
    line-height: 1em;
	font-weight: bold;
}

.DisplayNone
{
	display:none!important;
}
.FontBold
{
    font-weight:bold;
}
.FontNormal
{
    font-weight:400;
}

.AlignRight
{
	text-align:right;
}
.AlignLeft
{
	text-align:left;
}
.AlignCenter
{
	text-align:center;
}
.FloatRight
{
	float:right;
}
.FloatLeft
{
	float:left;
}
.Width10
{
	width:10%;
}
.Width15
{
	width:15%;
}
.Width20
{
	width:20%;
}
.Width25
{
	width:25%;
}
.Width33
{
	width:33.333%;
}
.Width40
{
	width:40%;
}
.Width50
{
	width:50%;
}
.Width60
{
	width:60%;
}
.Width66
{
	width:66.666%;
}
.Width99
{
	width:99%;
}
.Width100
{
	width:100%;
}
.Width10px
{
	width:10px;
}
.Width20px
{
	width:20px;
}
.Width30px
{
	width:30px;
}
.Width40px
{
	width:40px;
}
.Width50px
{
	width:50px;
}
.Width100px
{
	width:100px;
}
.Width150px
{
	width:150px;
}
.Width200px
{
	width:200px;
}
.Width250px
{
	width:250px;
}
.Width300px
{
	width:300px;
}
.Height100vh
{
	height:100vh;
}
.Height100pct
{
	height:100%;
}
.RightPad10
{
	Padding-right:10px;
}
.RightPad20
{
	Padding-right:20px;
}
.RightPad30
{
	Padding-right:30px;
}
.RightPad50
{
	Padding-right:50px;
}
.LeftPad10
{
	Padding-left:10px;
}
.LeftPad20
{
	Padding-left:20px;
}
.LeftPad30
{
	Padding-left:30px;
}
.LeftPad50
{
	Padding-left:50px;
}
.Pad20
{
    padding:20px;
}
.MarginTop10
{
    margin-top:10px;
}
.MarginTop20
{
    margin-top:20px;
}
.MarginBottom10
{
    margin-top:10px;
}
.MarginBottom20
{
    margin-top:20px;
}

.TopAlign
{
	vertical-align: top;
}
.BottomAlign
{
	vertical-align: bottom;
}
.Pointer{
	cursor:pointer;
}
.Table
{
	display:table;
	width:100%;
}
.TableRow
{
	display:table-row;
}
.TableCell
{
	display:table-cell;
    padding:5px;
}
.TableCell input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    
}
.BottomBorder
{
    border-bottom: 1px solid #000;
}
.Navigation
{

}
.InvalidBorders
{
	border-color: #E11647 ;
    box-shadow: 0px 0px 5px #E11647 ;
}
.WarningSmall
{
	color:#ed3124;
	font-size:.75em;
}
.Warning
{
	color:#ed3124;
	font-size:1.25em;
}
.WarningBorder{
    border:4px double red;
}
.validation-summary-errors,
.validation-summary-errors a{
	color: #ed3124;
	text-align: center;
}
.input-validation-error{
    border:1px solid #ed3124;
}
.RadioButtonInline{
    display: inline-block;
    white-space: nowrap;
}
.ActionsLink
{
    white-space: nowrap;
}
.field-validation-error {
    display: block;
    color: red;
}
.InlineBlock
{
    display:inline-block;
}
.Block
{
    display:block;
}






















