body {
	margin: 0;
	padding: 0;
}
body {
    font-family: "Helvetica Neue Lt Std","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #4D4F53;
    background-color: #fff;
    position: relative;
}
a:active, a:hover {
    outline: 0;
}

/*corporate nav*/

.meta-row {
    background-color: #f4f4f4;
    height: 40px;
    padding-top: 8px;
    position: relative;
    z-index: 0;
}
.container {
    position: relative;
    margin: 0 auto;
    display: table;
}
.meta-row ul {
    list-style: none ;
    margin: 0;
    padding: 0;
    float: right;
    display: inline-block !important;
}
ul.nav>li+li:before {
    content: "|";
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #c7c7c7;
}
ul.nav>li {
	 position: relative;
    display: inline-block;
}
ul.nav a {
    line-height: 22px;
    font-size: 14px;
    position: relative;
    padding: 6px 12px;
}
.meta-row a, .meta-row a.visited {
    color: #000;
    display: inline-block;
    text-decoration: none;
}

/* main row with logo*/
.main-row {
    height: 62px;
    background-color: #FFF;
    position: relative;
    z-index: 1;
    border-bottom: 12px solid #9e9e9e;
}
.brand {
	float: left;
    margin: 10px;
}

/*general styles*/

.row {
	width:100%;
	position:relative;
	float: left;
}
.content{
	float:left;
	width:100%;
	margin: 20px 20px 30px 10px;
}
h1, h2 {
    font-family: TabletGothicSemiBold, Helvetica, Arial;
    font-size: 20px;
    font-weight: 400;
    color: #007bb8;
    float: left;
    margin: 20px 0px;
    padding: 0;
}
.padded {
	padding:20px 0;
}
input[type="text"], input[type="password"] {
    margin-bottom: 24px;
    margin-top: -10px;
    padding: 4px;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.8),inset 0 1px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.8),inset 0 1px 2px 0 rgba(0,0,0,0.1);
    color: #333;
    font-size: 12px;
    width: 200px;
    height: 20px;
}
input.contentButton, .contentButton:link, .contentButton:visited {
    background-color: #0075b8 !important;
    border-radius: 4px;
    border: none;
    color: #fff;
    padding: 8px 14px !important;
    margin: 5px 10px 0 0;
    font-weight: bold;
    text-decoration: none;
    float: left;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    font-family: Arial,Helvetica,sans-serif;
}
.contentButton:hover, .contentButton:active {
    background-color: #034494 !important;
    cursor: pointer;
}



/* F5 footer */

#F5-Footer {
    background-color: #4D4F53;
    padding: 30px 0;
    float: left;
    width: 100%;
}
#F5-Footer, #F5-Footer a:hover {
    color: #bfbfbf;
}
#F5-Footer ul {
    padding-left: 0;
    list-style: none;
}
#F5-Footer ul.links {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}
#F5-Footer ul li {
    display: block;
}
#F5-Footer, #F5-Footer a:hover {
    color: #bfbfbf;
}
#F5-Footer a, #F5-Footer a:visited {
    color: #fff;
    text-decoration: none;
}
#F5-Footer ul.links ul a {
    padding: 1px 0;
    display: inline-block;
}
#F5-Footer ul.links>li {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 767px){
	#F5-Footer ul.links>li {
    width: 19%;
    float: left;
}
}
#F5-Footer .sub-footer {
    margin-bottom: 15px;
    font-size: 13px;
    width: 100%;
    float: left;
}
#F5-Footer .legal-text {
    font-size: 11px;
}
#F5-Footer .sub-footer>li {
    display: inline-block;
    float: left;
}
#F5-Footer .sub-footer a {
    color: #bfbfbf;
}
#F5-Footer .sub-footer>li+li:before {
    content: "|";
    padding: 0 .25em;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #7c7d7d;
}
#F5-Footer .social-media i {
    text-align: center;
    width: 1.7em;
    font-size: 1.25em;
    vertical-align: middle;
}

/*see more*/

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
/*  content: 'Show more';*/
content: "\f107";
}

.read-more-state:checked ~ .read-more-trigger:before {
  /*content: 'Show less';*/
      content: "\f106";
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #F9F5F5;
    font-size: .9em;
    line-height: 2;
    border-radius: .25em;
    font-family: 'f5';
    transition: .25s transform ease;
}
.read-more-trigger span {
	    font-family: "Helvetica Neue Lt Std","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
@media (min-width: 768px){
	.read-more-target {
    opacity: 1;
	 max-height: 24px;
    font-size: 15px;
}
}

/*icons*/

[class^=icon-] {
    speak: none;
    display: inline-block;
    font-family: f5;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size: inherit;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#F5-Footer .social-media a:after {
    content: attr(title);
    margin-left: 6px;
    vertical-align: middle;
}
.icon-dc-pos:before {
    content: "\e60e";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-linkedin:before {
    content: "\e00f";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-chevron-down:before, .icon-down:before {
    content: "\f107";
}
.icon-chevron-up:before,.icon-up:before{
    content:"\f106";
}

/* fonts*/

@font-face{font-family:f5;font-weight:400;font-style:normal;src:url(../Resources/Fonts/f5.woff2) format('woff2'),url(../Resources/Fonts/f5.woff) format('woff'),url(../Resources/Fonts/f5.ttf) format('truetype'),url(../Resources/Fonts/f5.svg) format('svg')
}
@font-face{font-family:TabletGothic;font-weight:400;font-style:normal;src:url(../Resources/Fonts/TabletGothic.woff2) format('woff2'),url(../Resources/Fonts/TabletGothic.woff) format('woff'),url(../Resources/Fonts/TabletGothic.ttf) format('truetype'),url(../Resources/Fonts/TabletGothic.svg) format('svg')
}
@font-face{font-family:TabletGothicSemiBold;font-weight:700;font-style:normal;src:url(../Resources/Fonts/TabletGothicSemiBold.woff2) format('woff2'),url(../Resources/Fonts/TabletGothicSemiBold.woff) format('woff'),url(../Resources/Fonts/TabletGothicSemiBold.ttf) format('truetype'),url(../Resources/Fonts/TabletGothicSemiBold.svg) format('svg')
}


/* session expired overlay window */

div.inspectionHostDIVBig {
    border: 1px solid rgba(214, 214, 214, 0.72);
    visibility: visible;
    position: absolute;
    top: -20px;
    left: 10%;
    width: 74%;
    padding: 20px;
    background: rgba(243, 242, 242, 0.65);
    z-index: 5;
    border-radius: 4px;
}

/* media queries */

@media (min-width: 1171px){
	.container {
		width: 1170px !important;
	}
}
@media (max-width: 1170px) {
	.container {
		width:94% !important;
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 0 3%;
}
	}
@media (max-width:768px) {
	#F5-Footer ul.links>li {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #6D6D6D;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.nav a {
    line-height: 22px;
    font-size: 11px;
    position: relative;
    padding: 6px 6px;
}
}
