﻿<style>

.ulstyle {
	margin-bottom:10px !important;
	list-style-position: outside !important;
	font-family:arial !important;
}
.ulstyle li{
	list-style-type: disc !important;
	margin-left: 25px !important;
	font-family:arial !important;
}
.ulstyle li::before{
	padding-right:5px !important;
}

.ulstyle2 {
	margin-bottom:10px !important;
	list-style-position: outside !important;
	font-family:arial !important;
	font-size:14px !important;
	line-height:23px !important;
}
.ulstyle2 li{
	list-style-type: disc !important;
	margin-left: 25px !important;
	font-family:arial !important;
}
.ulstyle2 li::before{
	padding-right:5px !important;
}

.olstyle {
	margin-bottom:10px !important;
	list-style-position: outside !important;
	font-family:arial !important;
	line-height: 1.3em !important;
}
.olstyle li{
	margin-left: 25px !important;
	font-family:arial !important;
}
.olstyle li::before{
	padding-right:5px !important;
}

.nobordertable td {
	padding: 15px;
	text-align: left;
	border-collapse: collapse;
}

.socialButtons {
	display:none !important;
}

.homepage div.sidebar .portlet {
    margin-left: 20px;
}

a {
    text-decoration: none;
    color: #0083A9;
}

.portlet {
    width: 220px;
    padding: 0 0 20px;
    margin: 0 0 10px 0;
    border: 1px solid #dedede;
    float: right;
}

.banners a {
	text-decoration: none;
	color: #FFFF;
}

.portlet p {
    margin: 10px;
}

.title {
    display: block;
    font-weight: 700;
    line-height: 27px;
    background-image: url(/getmedia/8776fab3-1826-4d79-b1e6-e2e08cb00ef2/callout_header_bg.aspx);
    background-repeat: repeat-x;
    font-size: 13px;
    font-size: 0.8rem;
    color: #111;
    margin: 0 0 10px 0;
    padding: 0 10px;
}

.callout {
    width: 90%;
    margin: 0 5%;
    box-sizing: border-box;
}

.button {
    background: url(/getmedia/b61d3054-a7bc-4a4b-aff2-b1717f81cff6/button_background_tile.aspx) repeat-x #0585ac;
    display: inline-block;
    *display: inline;
    height: 17px;
    margin: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    border: #5eb9e4 1px solid;
    color: #ffffff;
    font-family: ITCStoneSansStdMedium;
    font-size: 14px;
    font-size: 0.8rem;
    text-decoration: none;
    font-weight: bold;
}

.imgborder {
	border: 1px solid black;
}

/*----- Accordion -----*/

.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background: #f7f7f7;
}

/*----- Section Titles -----*/

.accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    background: #f7f7f7;
    transition: all linear 0.15s;
    /* Type */
}

.accordion-section-title.active,
.accordion-section-title:hover {
    background: #eeeeee;
    /* Type */
    text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

/*----- Section Content -----*/

.accordion-section-content {
    padding: 15px;
    display: none;
}

/* -------- HTML Table -------- */

table.html-table th {
    padding: 5px 0 5px 0;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

table.html-table td {
    border-top: 1px solid #000;
    padding: 5px 0 5px 0;
    text-align: right;
    font-size: 14px;
    color: #1d1d1d;
}

table.html-table .first {
    text-align: left;
    padding: 5px 5px 5px 10px;
}

table.html-table .second {
    text-align: left;
    padding: 5px 5px 5px 10px;
}

table.html-table .last {
    padding: 5px 10px 5px 5px;
}

#searchform {
    position: absolute !important;
	margin-top: 10px !important;
}

.knowledge-center .row {
    border-bottom: none;
}

.customcss {
	display:flex;
}

.col4style {
	padding-right:10px;
	width: 35%;
}

.col8style {
	padding-right:10px;
	width: 65%;
}

@media screen and (max-width: 639px) and (min-width: 320px) {
  .temporaryspace {
    display:none !important;
  }
}

</style>