@import url("../../../css/NewHome/jquery.slider.css");
/* @group Reset *//* Reset based on Eric Meyer's reset | http://meyerweb.com/eric/tools/css/reset/ | Thanks Eric! *//* v1.0 | 20080212 | Modified by Ty Hatch 20110924 */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,
font,
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,
input,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100.1%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="hidden"] {
  display: none !important;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
/* @end Reset */
/* @group basic */
body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #3d3e42;
  background: #e8e8e9;
}
a {
  text-decoration: none;
  color: #336699;
  /* Added for touch devices */

}
a:hover {
  color: #36a2d8;
}
a:focus {
  text-decoration: none;
  background-color: #d6ecfb;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-weight: normal;
}
h1 {
  font-size: 182%;
}
h2 {
  font-size: 36px;
  font-style: italic;
}
h3 {
  font-size: 18px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #f5a98b;
  margin-top: 4px;
}
h4 {
  font-size: 123.1%;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h5 {
  font-size: 108%;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h6 {
  font-size: 93%;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.general-text{
	font-size: 105%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	
}
.general-text-gry{
	font-size: 105%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #8b8b8a;

}
p,
li,
dt,
dd,
label {
  line-height: 1.3;
}
/*Adjacent block level elements should have some basic separation*/
p + p,
p + ol,
p + ul,
p + dl,
ol + p,
ul + p,
dl + p {
  margin-top: 1.5em;
}
.ir {
  text-indent: -200%;
  overflow: hidden;
  display: block;
}
.print {
  display: none;
}
/* @end basic */
/*@group generic*/
/*Text alignment*/
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
/*Vertical align, mostly in tables*/
.top {
  vertical-align: top !important;
}
.middle {
  vertical-align: middle !important;
}
.bottom {
  vertical-align: bottom !important;
}
.baseline {
  vertical-align: baseline !important;
}
/*Floats*/
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
/*Display*/
.inline {
  display: inline !important;
}
.inline-block {
  display: inline-block !important;
}
/*Doesn't work in IE7/8*/
.block {
  display: block !important;
}
.hidden {
  display: none !important;
}
/*Clear*/
.clear,
header,
.carousel-wrap,
.content-wrap,
footer {
  zoom: 1;
}
.clear:before,
header:before,
.carousel-wrap:before,
.content-wrap:before,
footer:before,
.clear:after,
header:after,
.carousel-wrap:after,
.content-wrap:after,
footer:after {
  content: "";
  display: table;
}
.clear:after,
header:after,
.carousel-wrap:after,
.content-wrap:after,
footer:after {
  clear: both;
}
/*Basic type styles to reuse*/
.normal {
  font-weight: normal !important;
  text-decoration: none !important;
  font-variant: normal !important;
}
.gray {
  color: #777777 !important;
}
.caps {
  text-transform: uppercase !important;
}
.small-caps {
  font-variant: small-caps !important;
}
/*@group font sizes*/
/* Pulled from YUI */
.text-xsmall {
  font-size: 77%;
}
.text-small {
  font-size: 85%;
}
.text-large {
  font-size: 114%;
}
.text-xlarge {
  font-size: 122%;
}
/*@end font sizes*/
/*@group widths*/
/* Pulled from YUI */
.width-half {
  width: 49%;
}
.width-full {
  width: 98%;
}
.width-one-third {
  width: 32%;
}
.width-two-thirds {
  width: 65%;
}
.width-one-fourth {
  width: 24%;
}
.width-three-fourths {
  width: 74%;
}
img{
	margin-bottom: 45px;
}
/*@end widths*/
/*@end generic */
/*@group form basics*/
/*setting a basic outling for the inputs*/
fieldset {
  margin: 10px;
}
legend {
  font-size: 114%;
  font-weight: bold;
  color: #000000;
  padding: 0;
  margin: 0;
}
input[type="file"] {
  padding: 4px;
  margin-bottom: 4px;
}
input[type="search"],
input[type="checkbox"],
input[type="radio"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="range"],
input[type="text"],
select,
textarea {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.19999999999999996);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.19999999999999996);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.19999999999999996);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  display: block;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px;
  font-size: 100%;
  width: 96%;
  color: #3d3e42;
}
input[type="search"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="range"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus,
input[type="search"]:hover,
input[type="checkbox"]:hover,
input[type="radio"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="range"]:hover,
input[type="text"]:hover,
select:hover,
textarea:hover {
  background: #e5f6fe;
  color: #000000;
}
input[type="checkbox"],
input[type="radio"] {
  background: none;
  border: none;
  display: inline;
  width: auto;
}
.button-box {
  display: block;
  margin: 30px 0;
}
input[role="button"],
.button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #3583b7;
  background: -moz-linear-gradient(top, #8cc6e6 0%, #3583b7 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8cc6e6), color-stop(0.8, #3583b7));
  background: -webkit-linear-gradient(top, #8cc6e6 0%, #3583b7 80%);
  background: -o-linear-gradient(top, #8cc6e6 0%, #3583b7 80%);
  background: -ms-linear-gradient(top, #8cc6e6 0%, #3583b7 80%);
  background: linear-gradient(top, #8cc6e6 0%, #3583b7 80%);
  text-shadow: rgba(0, 0, 0, 0.30000000000000004) 0 1px 0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  padding: 8px 52px;
}
input[role="button"]:hover,
.button:hover,
input[role="button"]:focus,
.button:focus {
  background: #8cc6e6;
  background: -moz-linear-gradient(top, #3583b7 0%, #8cc6e6 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3583b7), color-stop(0.8, #8cc6e6));
  background: -webkit-linear-gradient(top, #3583b7 0%, #8cc6e6 80%);
  background: -o-linear-gradient(top, #3583b7 0%, #8cc6e6 80%);
  background: -ms-linear-gradient(top, #3583b7 0%, #8cc6e6 80%);
  background: linear-gradient(top, #3583b7 0%, #8cc6e6 80%);
  color: #404040;
}
input[role="button"]:active,
.button:active {
  background: #2a678f;
  background: -moz-linear-gradient(top, #62b1dd 0%, #2a678f 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #62b1dd), color-stop(0.8, #2a678f));
  background: -webkit-linear-gradient(top, #62b1dd 0%, #2a678f 80%);
  background: -o-linear-gradient(top, #62b1dd 0%, #2a678f 80%);
  background: -ms-linear-gradient(top, #62b1dd 0%, #2a678f 80%);
  background: linear-gradient(top, #62b1dd 0%, #2a678f 80%);
  color: #ffffff;
  text-shadow: none;
}
[role="radiogroup"] dd,
[role="listbox"] dd {
  display: inline;
}
form dl {
  float: left;
  display: block;
  margin-right: 1%;
  margin-top: 8px;
}
/*@end form basics */
/* @group wrappers */
header.header-wrap,
.carousel-wrap,
.content-wrap,
.contentinfo-wrap {
  margin: 0 auto;
  width: 100%;
  display: block;
  padding: 0;
}
/* @end wrappers */
/* @group header stuff */
header {
  background: #333333 url(bg-banner.png) repeat-x left top;
  display: block;
}
header > section {
  padding: 12px;
  margin: 0 auto;
}
header [role="banner"] {
  float: left;
}
header [role="banner"] > a {
  background: url(logo.png) no-repeat left top;
  text-indent: -200%;
  overflow: hidden;
  display: block;
  height: 49px;
  width: 211px;
  margin-bottom: 9px;
}
header [role="navigation"] {
  float: right;
  margin: 13px 0;
}
header [role="navigation"] > li {
  display: inline;
}
header [role="navigation"] > li a {
  display: block;
  color: #7b7c7d;
  text-shadow: rgba(0, 0, 0, 0.6) 0 1px 0;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0 15px;
}
header [role="navigation"] > li a:hover {
  color: #aeafb0;
}
header [role="navigation"] > li a:active {
  color: #e2e2e2;
  text-shadow: none;
}
/* @end header stuff */
/* @group carousel */
.carousel-wrap {
  background: #ffffff url(bg-carousel.png) repeat-x left bottom;
}
.carousel-wrap section {
  display: block;
  padding: 24px;
}
.carousel-wrap section blockquote {
  text-align: left;
  color: #979793;
  font: italic 36px/38px "Times New Roman", Times, Georgia, serif;
  display: block;
}
.carousel-wrap section cite {
  text-align: left;
  color: #353432;
  font: italic 18px/38px "Times New Roman", Times, Georgia, serif;
  display: block;
  margin-top: 18px;
}
/* @end carousel */

/* @group color header */
.colorheader-wrap {
  background: #ffffff;
}
.colorheader-wrap-general {
  background: #56b86f;
}
.colorheader-wrap section {
  display: block;
  padding: 24px;
}
.colorheader-wrap section p {
  text-align: left;
  color: #a3a19a;
  font: bold 36px/38px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
}
.colorheader-wrap-general section p {
  text-align: left;
  color: #ffffff;
  font: bold 36px/38px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  padding: 28px;
}
.colorheader-wrap section cite {
  text-align: left;
  color: #353432;
  font: italic 18px/38px "Times New Roman", Times, Georgia, serif;
  display: block;
  margin-top: 18px;
}
/* @end carousel */

/* @group main */
.content-wrap {
  background: #d6623f url(bg-content-home.png) repeat-x left top;
}

.content-wrap-nocolor {
  background: #ffffff;
  padding: 40px 20px 20px 60px;

}
.content-wrap [role="main"] {
  padding: 0 12px;
}
.content-wrap-sm [role="main"] {
  padding: 0 12px;
  height: 175px;
}
.content-wrap-sm ul.logIn li .textbox {
    border: 1px solid #CFCECC;
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    font-size: 15px;
    margin-bottom: 9px;
    padding: 7px;
    width: 300px;
}

.content-wrap-sm ul.logIn{
	display: inline-block;
}
.content-wrap-nocolor  [role="main"] article {
  width: 70%;
  display: block;
  text-align: left;
  margin-bottom: 35px;
}

.content-wrap [role="main"] article {
  width: 98%;
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.content-wrap [role="main"] article h2 {
  color: #ffffff;
}
.content-wrap [role="main"] article p {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 1.5em;
  width: 70%;
}
.content-wrap [role="main"] article p + p {
  margin-top: .5em;
}
.content-wrap [role="main"] article:first-child {
  border-bottom: 2px dotted pink;
  padding: 20px 0;
}

/* @end main */
/*@group contentinfo*/
.contentinfo-wrap {
  padding: 12px 0;
  background: #e8e8e9;
}
.contentinfo-wrap [role="contentinfo"] > ul {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contentinfo-wrap [role="contentinfo"] > ul > li {
  margin-left: 12px;
}
.contentinfo-wrap [role="contentinfo"] > ul > li + li {
  margin-top: 8px;
}
.contentinfo-wrap [role="contentinfo"] > ul > li a {
  color: #7c7e80;
  font-size: 11px;
  line-height: 0.8;
}
.contentinfo-wrap [role="contentinfo"] > ul > li a:hover {
  color: #4a4b4c;
}
.contentinfo-wrap [role="contentinfo"] > ul > li a:active {
  color: #181818;
}
.contentinfo-wrap [role="contentinfo"] > ul + ul {
  border-top: 2px dotted #bfbfbf;
  margin-top: 12px;
  padding-top: 12px;
}
/*@end contentinfo*/
/*================================================
Media Queries
================================================*/
@media only screen and (min-width: 320px) {
  
}
@media only screen and (min-width: 760px) {
  /* @group carousel */
  .carousel-wrap section {
    padding: 0;
  }
  .carousel-wrap section h2 {
    text-align: center;
  }
  .carousel-wrap section .quote-one blockquote {
    padding-top: 24px;
  }
  .carousel-wrap section .quote-two blockquote {
    padding-top: 24px;
  }
  /* @end carousel */
  /* @group main */
  .content-wrap [role="main"] {
    margin: 0 auto;
    padding: 70px 0 35px;
  }
  .content-wrap [role="main"] article {
    width: 49%;
    float: left;
    display: block;
  }
  .content-wrap [role="main"] article:first-child {
    border-right: 2px dotted pink;
    border-bottom: none;
    padding: 0;
  }
  .content-wrap [role="main"] article .low-med-corp {
    margin: 0 auto;
    background: url(corporate-logo.png) no-repeat left top;
    width: 369px;
    height: 58px;
    text-indent: -200%;
    overflow: hidden;
    display: block;
  }
  /* @end main */
  /*@group contentinfo*/
  .contentinfo-wrap {
    padding: 40px 0;
    background: #e8e8e9;
  }
  .contentinfo-wrap [role="contentinfo"] {
    height: 85px;
    overflow: hidden;
    margin: 0 auto;
  }
  .contentinfo-wrap [role="contentinfo"] > ul {
    display: block;
    float: left;
    width: 24.5%;
    margin-bottom: -100px;
    padding-bottom: 100px;
    overflow: hidden;
  }
  .contentinfo-wrap [role="contentinfo"] > ul > li {
    margin-left: 40px;
    line-height: 0.8;
  }
  .contentinfo-wrap [role="contentinfo"] > ul > li + li {
    margin-top: 12px;
  }
  .contentinfo-wrap [role="contentinfo"] > ul + ul {
    border-left: 2px dotted #bfbfbf;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  /*@end contentinfo*/
}
@media only screen and (min-width: 1000px) {
  header > section {
    padding: 12px 0;
    width: 1024px;
  }
  .carousel-wrap > section {
    width: 1024px;
    margin: 0 auto;
  }
  .content-wrap [role="main"] {
    width: 1024px;
  }
  .contentinfo-wrap [role="contentinfo"] {
    width: 1024px;
  }
}

#lm-app-badge-container {
    width: 700px;
    margin: 50px auto auto auto;
    text-align:center;
}
#lm-app-badge-list {
    display:inline-table;
}
    #lm-app-badge-list li {
        display: inline-table;
        margin: 50px 50px 50px 50px;
        padding-top:50px;
    }