
/* theme updates 10/2015 */

/* 1) Gray text is difficult to read,
   2) Typeface is small, also making it hard to read */
.long-text-content p {
    color: #333333;    
    font-size: 14px;
    line-height: 150%;
}

/* titles should be larger than text in content */
.long-text-content-header h1, 
.long-text-content-header p {
    font-size: 17px;
}

/* fixed white link in content */
p a {
    color: inherit;
    text-decoration: underline;
}
p a:hover {
    text-decoration: none;
}


#header .logo-interior-wrap {
	float:left;
	margin-top:15px;

	width:135px;
    display: none;
}

/* fixed broken search form */
.search-box .search input {
    width: 120px;
}

/* new product category listing */
.border-box , 
.border-box * {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}
.product-category-title {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -20px;
}
.product-category-title h1 {
    color: black;
    font-size: 28px;
}
.product-left-sidebar {
    clear: both;
    float: left;
    width: 180px;
}
.product-left-sidebar img ,
#content-2 .product-left-sidebar img {
    width: 100%;
    height: auto;
}
.product-left-sidebar ul.menu ,
.product-left-sidebar ul.menu li ,
.product-left-sidebar ul.menu li a {
    float: left;
    width: 100%;
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.product-left-sidebar ul.menu  {
    margin-bottom: 25px;
}
.product-left-sidebar ul.menu li a {
    display: block;
    padding: 15px 35px 20px 15px;
    background: white;
    color: black;
    font-size: 24px;
}
.product-left-sidebar ul.menu li a:before {
    content: "Product line";
    color: #a9a9a9;
    font-size: 11px;
    width: 100%;
    display: inline-block;
}
.product-left-sidebar ul.menu li a:hover {
    background-color: #eaeaea;
}
.product-left-sidebar ul.menu li.current-cat a {
    background: #a2a8a8  url(images/active-menu-arrow.png) no-repeat 90% 44px;
    color: white;
}
.product-left-sidebar ul.menu li.current-cat a:before {
    color: white;
}
.product-right-content {
    float: left;
    padding-left: 12px;
    width: 817px;
}
.product-right-content .product-list-title {
    float: left;
    width: 100%;
    background: white;
    margin-bottom: 14px;
    padding: 15px 20px 15px 20px;
}
.product-right-content .product-list-title h2 {
    color: #99ba40;
    font-size: 15px;
    font-weight: bold;
    float: left;
}
.product-right-content .product-list-title .product-filter {
    float: right;
}


.product-right-content .product-list-title .product-filter p,
.product-right-content .product-list-title .product-filter .p-choice {
    float: left;
    color: #666666;
}
.product-right-content .product-list-title .product-filter p {
    font-size: 14px;
    margin: 0px;
    line-height: 18px;
    margin-top: 5px;
}
.product-right-content .product-list-title .product-filter .p-choice  {
    margin-left: 20px;
    font-size: 12px;
    margin-top: 5px;
}
.product-right-content .product-list-title .product-filter .p-choice input {
    margin: 0px;
    width: 0px;
    height: 0px;
    float: left;
}
.product-right-content .product-list-title .product-filter input:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #c5c5c5;
    display: block;
    cursor: pointer;
}
.product-right-content .product-list-title .product-filter input:checked:before {
    background: url(images/checkarrow.png) no-repeat 50% 50%;
} 
.product-right-content .product-list-title .product-filter label {
    float: left;
    margin-left: 25px;
    line-height: 18px;
    cursor: pointer;
}
.product-right-content .product-list {
    float: left;
    width: 100%;
    clear: both;
}
.product-right-content .product-list .single-product-box {
    float: left;
    width: 33.333%;
    /*padding-right: 7px;
    padding-left: 7px;*/
    margin-bottom: 14px;
    /*position: relative;*/
    padding-bottom: 46px;
    /*overflow: hidden;*/
    width: 100%;
    max-width: 259px;
    position: relative;
}
.product-right-content .product-list .single-product-box:before {
    position: absolute;
    top: 0px;
    left: 0px;
    background: white;
    /*width: calc(100% - 7px - 7px);*/
    width: 100%;
    height: 200%;
    content: "";
    left: 7px;
    left: 0px;
    z-index: -1;
}
.product-right-content .product-list .single-product-box .inner {
    background: white;
    float: left;
    width: 100%;
    height: 100%;

}
.product-right-content .product-list .single-product-box .image-wrapper {
    float: left;
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.product-right-content .product-list .single-product-box .image-wrapper a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.product-right-content .product-list .single-product-box .text-wrapper {
    float: left;
    width: 100%;
    padding: 20px;
}
.product-right-content .product-list .single-product-box .text-wrapper h3 {
    color: #a9a9a9;
    font-size: 12px;
}
.product-right-content .product-list .single-product-box .text-wrapper h2 {
    color: black;
    font-size: 24px;
    margin-bottom: 20px;
}
.product-right-content .product-list .single-product-box .text-wrapper p {
    color: #676666;
}
.product-right-content .product-list .button-wrapper {
    clear: both;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 7px;
    max-width: 259px;
}
.product-right-content .product-list .button-wrapper a {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    background: #99ba40 url(images/active-menu-arrow.png) no-repeat 95% 25px;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 20px 15px 20px;
}
.product-right-content .product-list .button-wrapper a:hover {
    background-color: #82a22c;
}

.r-cont {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.r-cont .row {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;

}
.r-cont .row .single-product-box:first-child {
    padding-left: 0px;
}
.r-cont .row .single-product-box:last-child {
    padding-right: 0px;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.tbl {
    width: 100%;
}
.tbl .row {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 15px;
    display: table;
    width: calc(100% + 7px + 7px);
}
.tbl .col {
    display: table-cell;
    vertical-align: top;
    padding-left: 7px;
    padding-right: 7px;
    float: none;
    width: 33.333%;
    position: relative;
    overflow: hidden;
}


.new-bc {
    clear: both;
    width: 100%;
    float: left;
    margin: 35px 0px 35px 0px;
    color: #00295f;
}
.new-bc a {
    color: #00295f;
    font-size: 14px;
    font-weight: bold;
}
/*
.new-bc a:after {
    content: " / ";
}*/
/*
.new-bc a:last-child {
    color: #a2a8a8 ;
}
*/
/*
.new-bc a:last-child:after {
    display: none;
}
*/
.single-product-content-wrapper {
    clear: both;
    float: left;
    width: 100%;
}
.single-product-content-wrapper .sp-content-left {
    float: left;
    width: 727px;
    background: white;
    font-size: 14px;
    color: #676666;
}
.single-product-content-wrapper .sp-content-left h1 {
    color: white;
    font-size: 34px;
    font-weight: bold;
    background: #a2a8a8 ;
    padding: 25px 30px 25px 30px;
    line-height: 130%;
}
.single-product-content-wrapper .sp-content-left .product-media-gallery {
    float: left;
    width: 100%;
    height: 364px;
    overflow: hidden;
    background: #f4f4f4;
    border-bottom: 1px solid #e1e1e1;
}
.single-product-content-wrapper .sp-content-left .product-media-gallery .flickity-prev-next-button {
    display: none;
}
.single-product-content-wrapper .sp-content-left .product-media-gallery .flickity-page-dots {
    bottom: 15px;
}
.single-product-content-wrapper .sp-content-left .product-media-gallery  .flickity-page-dots .dot {
    opacity: 1;
    background: #dcdcdc;
}
.single-product-content-wrapper .sp-content-left .product-media-gallery  .flickity-page-dots .dot.is-selected {
    background: #a2a8a8 ;
}
.single-product-content-wrapper .sp-content-left .product-media-gallery .flickity-slider .flickity-page-dots  {
    display: none;
}
.single-product-content-wrapper .sp-content-left .product-media-gallery .media-box {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
.single-product-content-wrapper .sp-content-left .product-media-gallery .media-box a {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.single-product-content-wrapper .sp-content-left .product-desc {
    float: left;
    width: 100%;
    padding: 35px 45px 0px 45px;
}
.single-product-content-wrapper .sp-content-left .product-desc p,
.page-layout .page-wide-left .page-content p  {
    line-height: 150%;
    margin-bottom: 30px;
}
.page-layout .page-wide-left .page-content a {
    color: #00295f;
    text-decoration: underline;
}
.page-layout .page-wide-left .page-content a:hover {
    text-decoration: none;
}

.page-layout .page-wide-left .page-content img.full_width {
    width: 100%;
    height auto;
}

.single-product-content-wrapper .sp-content-left .product-desc h2 ,
.page-layout .page-wide-left .page-content h2 {
    background: #f4f4f4;
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    padding: 25px 45px 25px 45px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
    clear: both;
    width: 100%;
    margin-left: -45px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.page-layout .page-wide-left .page-content.studies-content h2 {
    background: transparent;
    font-size: 18px;
    color: #353535;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-transform: none;
}
.page-layout .page-wide-left .page-content h2 a {
    color: #222222;
}
.single-product-content-wrapper .sp-content-left .product-desc ul,
.page-layout .page-wide-left .page-content ul {
    margin-bottom: 35px;
}
.single-product-content-wrapper .sp-content-left .product-desc ul li ,
.page-layout .page-wide-left .page-content ul li {
    margin-bottom: 15px;
}
.single-product-content-wrapper .sp-content-left .product-desc ul li:last-child ,
.page-layout .page-wide-left .page-content ul li:last-child {
    margin-bottom: 0px;
}
.single-product-content-wrapper .sp-content-left .product-desc ul li p,
.page-layout .page-wide-left .page-content ul li p {
    margin: 0px;
}
.single-product-content-wrapper .sp-content-left .product-desc ul li strong ,
.page-layout .page-wide-left .page-content ul li strong {
    color: #a2a8a8 ;
    font-weight: bold;
}
.single-product-content-wrapper .sp-content-left .product-desc table {
    margin-bottom: 35px;
}
.single-product-content-wrapper .sp-content-left .product-desc table tr td {
    padding-top: 5px;
    padding-bottom: 5px; 
}
.single-product-content-wrapper .sp-content-left .product-desc table tr td + td {
    padding-left: 20px;
}
.single-product-content-wrapper .sp-content-left .product-desc img.bottom-banner {
    margin-left: -45px;
    width: 100%;
    height: auto;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
}
.single-product-content-wrapper .sp-content-left .product-desc .alignright {
    float: right;
    margin-left: 20px;
}
.single-product-content-wrapper .sp-content-left .bottom-banner {
    clear: both;
    float: left;
    width: 100%;
    line-height: 1px;
}
.single-product-content-wrapper .sp-content-left .bottom-banner img {
    width: 100%;
    height: auto;
}




.single-product-content-wrapper .sp-sidebar-right {
    float: right;
    width: 259px;
}
.page-sidebar .long-text-sidebar-left,
.page-sidebar .long-text-sidebar-right,
.single-product-content-wrapper .sp-sidebar-right .long-text-sidebar-left ,
.single-product-content-wrapper .sp-sidebar-right .long-text-sidebar-right {
    height: auto;
    width: 100%;
}
.single-product-content-wrapper .sp-sidebar-right .quick-links ,
.single-product-content-wrapper .sp-sidebar-right .related-items ,
.single-product-content-wrapper .sp-sidebar-right .featured-news,
.single-product-content-wrapper .sp-sidebar-right .widget_relatedproducts,

.page-sidebar  .widget_nav_menu,
.page-sidebar  .quick-links , 
.page-sidebar  .related-items ,
.page-sidebar  .featured-news ,
.page-sidebar  .widget_relatedproducts {
    width: 100%;
    float: left;
    margin: 0px 0px 20px 0px;
}

.single-product-content-wrapper .sp-sidebar-right .quick-links h4,
.single-product-content-wrapper .sp-sidebar-right .widget_relateditems h4 ,
.single-product-content-wrapper .sp-sidebar-right .featured-news h4 ,
.single-product-content-wrapper .sp-sidebar-right .widget_relatedproducts h4,

.page-sidebar  .widget h3,
.page-sidebar  .widget_nav_menu h4,
.page-sidebar  .quick-links h4, 
.page-sidebar  .related-items h4,
.page-sidebar  .featured-news h4,
.page-sidebar  .widget_relatedproducts h4 {
    width: 100%;
    color: white;
    font-size: 18px;
    background: #3a3a3c;
    padding: 20px;
    text-shadow: none;
    text-transform: none;
    margin: 0px;
}
.single-product-content-wrapper .sp-sidebar-right .widget_relateditems h4,
.single-product-content-wrapper .sp-sidebar-right .widget_relatedproducts h4,

.page-sidebar .widget_relateditems h4,
.page-sidebar .widget_relatedproducts h4 {
    background: #a2a8a8 ;
}
.single-product-content-wrapper .sp-sidebar-right .featured-news h4,
.page-sidebar .featured-news h4  {
    background: #7b7b7b;
}
.single-product-content-wrapper .sp-sidebar-right .quick-links ul,
.single-product-content-wrapper .sp-sidebar-right .widget_relateditems ul,
.single-product-content-wrapper .sp-sidebar-right .widget_relatedproducts ul,

.page-sidebar  .widget_nav_menu ul,
.page-sidebar  .quick-links ul,
.page-sidebar  .widget_relateditems ul,
.page-sidebar  .widget_relatedproducts ul {
    float: left;
    width: 100%;
    background: white;
    padding-top: 15px;
    padding-bottom: 15px;
    list-style: none;
    margin: 0px;
}
.page-sidebar  .widget_nav_menu ul ul {
    display: none;
}

.single-product-content-wrapper .sp-sidebar-right .quick-links ul li ,
.single-product-content-wrapper .sp-sidebar-right .widget_relateditems ul li ,
.single-product-content-wrapper .sp-sidebar-right .widget_relatedproducts ul li,

.page-sidebar  .widget_nav_menu ul li,
.page-sidebar .quick-links ul li ,
.page-sidebar .widget_relateditems ul li ,
.page-sidebar .widget_relatedproducts ul li {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background: transparent;
}
.single-product-content-wrapper .sp-sidebar-right .widget_relatedproducts ul li ,
.page-sidebar .widget_relatedproducts ul li {
    padding-left: 20px;
    padding-right: 30px;
    margin-bottom: 25px;
}
.single-product-content-wrapper .sp-sidebar-right .widget_relatedproducts ul li:last-child ,
.page-sidebar .widget_relatedproducts ul li:last-child {
    margin-bottom: 0px;
}
.single-product-content-wrapper .sp-sidebar-right .quick-links ul li a,
.single-product-content-wrapper .sp-sidebar-right .widget_relateditems ul li a,

.page-sidebar .widget_nav_menu ul li a,
.page-sidebar .quick-links ul li a,
.page-sidebar .widget_relateditems ul li a {
    color: #353535;
    font-size: 18px;
    display: block;
    float: left;
    width: 100%;
    text-transform: none;
    padding: 12px 10px 12px 40px;
    background: transparent url(images/menuarrow.png) no-repeat 18px 15px;
}

.single-product-content-wrapper .sp-sidebar-right .widget_relatedproducts ul li a,
.page-sidebar  .widget_relatedproducts ul li a {
    display: block;
    float: left;
    width: 100%;
}
.single-product-content-wrapper .sp-sidebar-right .widget_relatedproducts ul li a span ,
.page-sidebar  .widget_relatedproducts ul li a span {
    display: block;
    float: left;
}
.single-product-content-wrapper .sp-sidebar-right .widget_relatedproducts ul li a span.image ,
.page-sidebar .widget_relatedproducts ul li a span.image{
    width: 40%;
    height: 60px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.single-product-content-wrapper .sp-sidebar-right .widget_relatedproducts ul li a span.text ,
.page-sidebar  .widget_relatedproducts ul li a span.text {
    color: #3a3a3c;
    font-size: 14px;
    width: 60%;
    padding-left: 10px;
    padding-top: 10px;
}
.single-product-content-wrapper .sp-sidebar-right .widget_relatedproducts ul li a:hover span.text,
.page-sidebar .widget_relatedproducts ul li a:hover span.text  {
    text-decoration: underline;
}
.single-product-content-wrapper .sp-sidebar-right .quick-links ul li a:hover,
.single-product-content-wrapper .sp-sidebar-right .widget_relateditems ul li a:hover,

.page-sidebar .widget_nav_menu ul li a:hover,
.page-sidebar .quick-links ul li a:hover,
.page-sidebar .widget_relateditems ul li a:hover  {
    background-color: #f4f4f4;
}
.single-product-content-wrapper .sp-sidebar-right #wp-calendar:before,
.page-sidebar  #wp-calendar:before  {
    content: "Events";
    display: block;
    width: 120%;
    color: white;
    font-size: 18px;
    background: #7b7b7b;
    padding: 20px;
    margin: -12px 0px 20px -12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.single-product-content-wrapper .sp-sidebar-right #wp-calendar,
.page-sidebar #wp-calendar  {
    background: white;
    padding: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.single-product-content-wrapper .sp-sidebar-right #wp-calendar thead th,
.page-sidebar #wp-calendar thead th  {
    color: #b0b0b0;
    font-size: 12px;
    text-shadow: none;
}
/*
.single-product-content-wrapper .sp-sidebar-right #wp-calendar table {
    border: 1px solid #cdcdcd;
}
*/
.single-product-content-wrapper .sp-sidebar-right #wp-calendar table td ,
.page-sidebar #wp-calendar table td {
    background: white;
    border: 1px solid #cdcdcd;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #3e3e3e;
    font-size: 13px;
    padding: 0px;
}
.single-product-content-wrapper .sp-sidebar-right #wp-calendar table.nav ,
.page-sidebar  #wp-calendar table.nav {
    border: 0px;
}
.single-product-content-wrapper .sp-sidebar-right #wp-calendar table.nav td ,
.page-sidebar  #wp-calendar table.nav td {
    border: 0px;
    width: auto;
    height: auto;
    line-height: inherit;
}
.single-product-content-wrapper .sp-sidebar-right #wp-calendar .ec3_eventday ,
.page-sidebar #wp-calendar .ec3_eventday {
    background: #a2a8a8 ;
}
.single-product-content-wrapper .sp-sidebar-right #wp-calendar table #today,
.page-sidebar  #wp-calendar table #today  {
    background: #002e62;
    color: white;
}
.single-product-content-wrapper .sp-sidebar-right #wp-calendar caption ,
.page-sidebar  #wp-calendar caption{
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: center;
}
.single-product-content-wrapper .sp-sidebar-right #wp-calendar table caption a ,
.page-sidebar #wp-calendar table caption a {
    text-shadow: none;
    text-align: center;
    color: #3e3e3e;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}
.single-product-content-wrapper .sp-sidebar-right #wp-calendar #prev,
.single-product-content-wrapper .sp-sidebar-right #wp-calendar #next,

.page-sidebar #wp-calendar #prev,
.page-sidebar #wp-calendar #next  {
    background: none;
}
.single-product-content-wrapper .sp-sidebar-right #wp-calendar #prev a,
.single-product-content-wrapper .sp-sidebar-right #wp-calendar #next a,

.page-sidebar #wp-calendar #prev a,
.page-sidebar #wp-calendar #next a {
    text-shadow: none;
    text-indent: -9999px;
    display: inline-block;
    width: 12px;
    height: 9px;
    top: inherit;
    margin: 0px;
    text-align: left;
}
.single-product-content-wrapper .sp-sidebar-right #wp-calendar #prev a,
.page-sidebar #wp-calendar #prev a {
    background: url('images/calendar-prev-arrow.png') no-repeat 50% 50%;
}
.single-product-content-wrapper .sp-sidebar-right #wp-calendar #next a,
.page-sidebar #wp-calendar #next a {
    background: url('images/calendar-next-arrow.png') no-repeat 50% 50%;
}
.single-product-content-wrapper .sp-sidebar-right .textwidget ,
.page-sidebar .textwidget {
    margin-bottom: 15px;
}
.single-product-content-wrapper .sp-sidebar-right .textwidget img ,
.page-sidebar .textwidget img {
    width: 100%;
    height: auto;
}
.single-product-content-wrapper .sp-sidebar-right .textwidget span img ,
.page-sidebar  .textwidget span img {
    width: auto;
}
.single-product-content-wrapper .sp-sidebar-right .featured-news ,
.page-sidebar .featured-news {
    background: white;
}
.single-product-content-wrapper .sp-sidebar-right .featured-news ul ,
.page-sidebar  .featured-news ul{
    background: transparent;
    padding: 20px 30px 30px 20px;
    width: 100%;
    float: left;
}
.single-product-content-wrapper .sp-sidebar-right .featured-news ul li,
.single-product-content-wrapper .sp-sidebar-right .featured-news ul li a,

.page-sidebar .featured-news ul li,
.page-sidebar .featured-news ul li a,

.page-sidebar .widget .featured-news ul li.news a {
    font-size: 14px;
    color: #313131;
    width: 100%;
    float: left;
    padding: 0px;
}
.single-product-content-wrapper .sp-sidebar-right .featured-news ul li.time ,
.page-sidebar  .featured-news ul li.time {
    color: #676666;
    font-size: 12px;
}
.single-product-content-wrapper .sp-sidebar-right .featured-news ul li.news ,
.page-sidebar  .featured-news ul li.news {
    margin-bottom: 25px;
    padding: 0px;
}
.single-product-content-wrapper .sp-sidebar-right .featured-news ul li a ,
.page-sidebar .featured-news ul li a {
    font-weight: bold;
}
.single-product-content-wrapper .sp-sidebar-right .featured-news ul li a:hover ,
.page-sidebar  .featured-news ul li a:hover {
    text-decoration: underline;
}
.single-product-content-wrapper .sp-sidebar-right .featured-news ul li:last-child,
.page-sidebar  .featured-news ul li:last-child  {
    margin-bottom: 0px;
}
.box-title {
  background-color: #3a3c39;
  color: #ffffff;
  padding: 7px 10px;
  margin-top: 40px;
}

h1.with-bg {
    background-color: #3a3c39;
    font-weight: bold;
    font-size: 34px;
    padding: 20px 30px 20px 30px;
}

.videos-list {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.videos-list ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.videos-list ul li {
    float: left;
    width: 50%;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.videos-list .video-item {
    display: block;
    float: left;
    width: 100%;
    background: black;
}
.videos-list .video-item span {
    display: block;
}
.videos-list .video-item span.img-wrapper {
    float: left;
    width: 100%;
    height: 228px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.videos-list .video-item span.img-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: black;
    opacity: 0.27;
}
.videos-list .video-item span.img-wrapper span.play {
    display: block;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    width: 130px;
    height: 130px;
    margin: -65px 0px 0px -65px;
    background: url(images/btn-play.png) no-repeat 50% 50%;
}
.videos-list .video-item span.video-desc {
    height: 85px;
    float: left;
    width: 100%;
    padding: 20px 15px 20px 25px;
    position: relative;
}
.videos-list .video-item span.video-desc span.video-title {
    float: left;
    font-size: 19px;
    padding-right: 130px;
    line-height: 130%;
    font-weight: bold;
}
.videos-list .video-item span.video-desc span.video-meta {
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.videos-list .video-item span.video-desc span.video-meta span.network-icon {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    line-height: 20px;
}
.videos-list .video-item span.video-desc span.network-icon.icon_youtube {
    background-image: url(images/icon-youtube.png);
}
.videos-list .video-item span.video-desc span.network-icon.icon_vimeo {
    background-image: url(images/icon-vimeo.png);
}
.videos-list .video-item span.video-duration {
    float: left;
    color: #8d8d8d;
    font-size: 13px;
    padding-left: 26px;
    line-height: 20px;
    background: url(images/video-duration.png) no-repeat 0px 50%;
}
.videos-list ul li:nth-child(odd) {
    padding-right: 5px;
    clear: both;
}
.videos-list ul li:nth-child(even) {
    padding-left: 5px;
}

.page-layout {
    clear: both;
    float: left;
    width: 100%;
}
.page-layout .page-wide-left {
    float: left;
    background: white;
    width: 727px;
}
.page-layout .page-wide-left.full-width {
    width: 100%;
}
.page-layout .page-wide-left img.alignleft.size-full {
    width: 100%;
    float: none;
    height: auto;
}
.page-layout .page-wide-left h1 {
    background: #a2a8a8 ;
    width: 100%;
    float: left;
    font-weight: bold;
    color: white;
    font-size: 34px;
    padding: 25px;
    line-height: 120%;
}

.page-layout .page-wide-left .studies-archive-title {
    float: left;
    width: 100%;
    background: #a2a8a8;
    padding: 10px 10px 10px 35px;
}
.page-layout .page-wide-left .studies-archive-title h1 {
    float: left;
    padding: 0px;
    background: transparent;
    font-size: 34px;
    line-height: 47px;
    width: auto;
}
.page-layout .page-wide-left .studies-archive-title .category-filter {
    float: right;
    color: white;
    font-size: 16px;
}
.page-layout .page-wide-left .studies-archive-title .category-filter p ,
.page-layout .page-wide-left .studies-archive-title .category-filter select {
    float: left;
    margin: 0px;
    display: inline-block;
}
.page-layout .page-wide-left .studies-archive-title .category-filter p {
    line-height: 47px;
    height: 47px;
    margin-right: 30px;
}
.page-layout .page-wide-left .studies-archive-title .category-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 260px;
    height: 47px;
    color: white;
    background-color: #7b8383;
    font-size: 16px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-image: url(images/dd-arrow.png);
    background-position: calc(100% - 20px) 50%;
}

.page-layout .page-wide-left .studies-title {
    background: #00295f;
    float: left;
    width: 100%;
    color: white;
    padding: 20px 30px 20px 45px;
}
.page-layout .page-wide-left .studies-title a.back_link {
    opacity: 0.4;
}
.page-layout .page-wide-left .studies-title a.back_link:hover {
    opacity: 1;
}
.page-layout .page-wide-left .studies-title h1 {
    padding: 0px;
    background: transparent;
    margin: 15px 0px 15px 0px;
}
.page-layout .page-wide-left h5.about_author {
    color: #353535;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 40px;
}
.page-layout .page-wide-left .study-author {
    clear: both;
    float: left;
    background: #f7f5f5;
    padding: 15px;
    border-radius: 3px;
}
.page-layout .page-wide-left .study-author .study-author__image {
    float: left;
    width: 120px;
}
.page-layout .page-wide-left .study-author .study-author__image img {
    border-radius: 100%;
}
.page-layout .page-wide-left .study-author .study-author__text {
    float: left;
    width: calc(100% - 120px);
    padding-left: 20px;
}
.page-layout .page-wide-left .study-author .study-author__text h3 {
    color: #353535;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.page-layout .page-wide-left .study-author .study-author__text p {
    margin: 0px;
    color: #7b7b7b;
    font-size: 13px;
}
.page-layout .page-wide-left .study-buttons {
    float: left;
    width: 100%;
    border-top: 1px solid #dddddd;
}
.page-layout .page-wide-left .study-buttons .study-buttons__left , 
.page-layout .page-wide-left .study-buttons .study-buttons__right {
    float: left;
    width: 50%;
} 
.page-layout .page-wide-left .study-buttons a {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 35px 10px 35px 125px;
    background-repeat: no-repeat;
    background-position: 50px 25px;
}
.page-layout .page-wide-left .study-buttons .study-buttons__left a {
    background-image: url(images/icon-study.png);
}
.page-layout .page-wide-left .study-buttons .study-buttons__right a {
    background-image: url(images/icon-download-pdf.png);
}
.page-layout .page-wide-left .study-buttons a:hover {
    background-color: #e5e5e5;
}
.page-layout .page-wide-left .study-buttons a span {
    display: block;
    width: 100%;
}
.page-layout .page-wide-left .study-buttons a span.title {
    color: #2d2d2d;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;X
}
.page-layout .page-wide-left .study-buttons a span.desc {
    color: #969696;
    font-size: 13px;
}
.page-layout .page-wide-left .study-buttons .study-buttons__left {
    border-right: 1px solid #dddddd;
}
.page-layout .page-wide-left .page-content {
    clear: both;
    float: left;
    width: 100%;
    padding: 35px 45px 35px 45px;
    font-size: 14px;
    color: #676666;
}
.page-layout .page-wide-left .page-content.no-top-padding {
    padding-top: 0px;
}

.page-layout .page-wide-left.blog .page-content p.p_empty {
    display: none;
}

.page-layout .page-wide-left .page-content .post-content {
    padding: 0px;
}
.page-layout .page-wide-left .page-content .long-text-content-header {
    width: 100%;
    background: transparent;
    margin: 0px;
    height: auto;
}
.page-layout .page-wide-left ul.files-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
    width: 100%;
}
.page-layout .page-wide-left ul.files-list li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dddddd
}
.page-layout .page-wide-left ul.files-list li a {
    display: block;
    width: 100%;
    float: left;
    padding: 30px;
    position: relative;
}
.page-layout .page-wide-left ul.files-list li a:hover {
    background: #f6f6f6;
}
.page-layout .page-wide-left ul.files-list li a span {
    display: block;
}
.page-layout .page-wide-left ul.files-list li a span.icons {
    float: left;
    width: 46px;
    min-height: 62px;
    position: absolute;
}
.page-layout .page-wide-left ul.files-list li a span.icons.pdf {
    background: url(images/icon-pdf.png) no-repeat 50% 50%;
}
.page-layout .page-wide-left ul.files-list li a span.desc {
    float: left;
    width: 100%;
    padding-left: 80px;
    min-height: 62px;
}
.page-layout .page-wide-left ul.files-list li a span.desc span.title {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;   
    line-height: 130%;
}
.page-layout .page-wide-left ul.files-list li a span.desc span.lead-text {
    color: #969696;
    font-size: 13px;
    line-height: 140%;
}
.page-layout .page-wide-left .inner-pagination {
    clear: both;
    width: 100%;
    float: left;
    margin: 30px 0px 30px 0px;
    text-align: center;
}
.page-layout .page-wide-left .inner-pagination a {
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    background: #e0e0e0;   
    font-size: 13px;
    color: #757575;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.page-layout .page-wide-left .inner-pagination a.prev {
    text-indent: -9999px;
    background-image: url(images/nav-arrow-prev.png);
}
.page-layout .page-wide-left .inner-pagination a.page {

}
.page-layout .page-wide-left .inner-pagination a:hover {
    background-color: #f1f0f0;
}
.page-layout .page-wide-left .inner-pagination a.current,
.page-layout .page-wide-left .inner-pagination a.current:hover {
    background: #a2a8a8 ;
    color: white;
}
.page-layout .page-wide-left .inner-pagination a.next {
    text-indent: -9999px;
    background-image: url(images/nav-arrow-next.png);
}
.page-layout .page-sidebar {
    float: right;
    width: 259px;
}

.studies-content {
    overflow-wrap: break-word;
}
.studies-list {
    float: left;
    width: 100%;
    background: white;
}
.study {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 30px 0px 30px 0px;
}
.study .study__icon {
    float: left;
    width: 120px;
    min-height: 65px;
    background: url(images/icon-study.png) no-repeat 50% 0px;
}
.study .study__icon.study__icon--news_icon {
    background: url(images/icon-news.jpg) no-repeat 50% 0px;
}
.study .study__desc {
    float: left;
    width: calc(100% - 120px);
    padding-right: 45px;
}
.study .study__desc h2 {
    color: #00245a;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 130%;
}
.study .study__desc p {
    color: #969696;
    font-size: 13px;
    margin: 0px;
}
.study .study__desc p b {
    color: #00245a;
    font-weight: normal;
}
.study .study-meta {
    clear: both;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.study .study-meta .study-meta__left {
    float: left;
}
.study .study-meta .study-meta__right {
    float: right;
}
.study .study-meta .study-meta__right a {
    display: inline-block;
    color: #353535;
    font-size: 18px;
    padding-right: 25px;
    background: url(images/menuarrow.png) no-repeat  100% 50%;
}
.study .study-meta .study-meta__right a:hover {
    color: #00245a;   
}

#header .logo {
    display: none;
}
.new-top-menu {
    clear: both;
    float: left;
    width: 100%;
    background: white;
}
.new-top-menu .site-logo {
    float: left;
    display: block;
    height: 100px;
    width: 215px;
    background: white url(images/lf-site-logo.png) no-repeat 50% 50%;
}
.new-top-menu .menu-cont {
    float: right;
    width: 100%;
    max-width: 783px;
    padding-top: 44px;
    padding-right: 20px;
}
.new-top-menu .menu-cont div {
    display: inline;
}
.new-top-menu .menu-cont ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
}
.new-top-menu .menu-cont ul ul {
    display: none;
    position: absolute;
    top: 57px;
    left: 0px;
    background: #333335;
    width: 216px;
    padding: 20px;
    z-index: 500;
}
.new-top-menu .menu-cont ul li:hover ul {
    display: block;
} 
.new-top-menu .menu-cont ul li {
    float: left;
    position: relative;
}
.new-top-menu .menu-cont ul li a {
    display: inline-block;
    color: #5c5c5c;
    font-size: 16px;
    height: 57px;
    line-height: 57px;
    padding-left: 10px;
    padding-right: 10px;
}
.new-top-menu .menu-cont ul ul li {
    margin-bottom: 18px;
    float: left;
    width: 100%;
}
.new-top-menu .menu-cont ul ul li:last-child {
    margin-bottom: 0px;
}
.new-top-menu .menu-cont ul ul a {
    padding: 0px;
    line-height: 130%;
    color: #bdbdbd;
    font-size: 14px;
    height: auto;
    background: transparent;
    float: left;
    width: 100%;
}
.new-top-menu .menu-cont ul li:hover a,
.new-top-menu .menu-cont ul li.current_page_parent > a,
.new-top-menu .menu-cont ul li.current_page_item > a,
.new-top-menu .menu-cont ul li.current-menu-ancestor > a,
.new-top-menu .menu-cont ul li.current-menu-parent > a,
.new-top-menu .menu-cont ul li.current_page_parent > a, 
.new-top-menu .menu-cont ul li.current_page_ancestor > a {
    background: #222224;
    color: white;
}
.new-top-menu .menu-cont ul li:hover ul a {
    background: transparent;
    color: #bdbdbd;
}
.new-top-menu .menu-cont ul li ul a:hover {
    color: white;
}


/* /theme updates 10/2015 */



.pagination {
    position: inherit;
    float: left;
    width: 100%;
    margin-left: 0px;
    text-align: center;
    background: transparent;
    padding-bottom: 10px;
}
.pagination a {
    display: inline-block;
    width: 30px !important;
    margin: 0px 5px 0px 5px !important;
    height: 30px;
    line-height: 30px;
    background: black;
    color: white;
    float: none;
    text-align: center;
    text-decoration: none;
}
.pagination a:hover {
    opacity: 0.7;
}
.pagination a.active {
    background: gray;
}



@media (max-width: 1020px){
/*@media (max-width: 998px){*/

    .long-text-sidebar-left ,
    .long-text-sidebar-right {
        display: none;
    }
    .single-product-content-wrapper .sp-content-left,
    .page-layout .page-wide-left {
        width: 70%;
    }
    .single-product-content-wrapper .sp-sidebar-right ,
    .page-layout .page-sidebar {
        width: 30%;
        padding-left: 20px;
    }
    .sp-sidebar-right .long-text-sidebar-left ,
    .sp-sidebar-right .long-text-sidebar-right,
    
    .page-layout .long-text-sidebar-left ,
    .page-layout .long-text-sidebar-right {
        display: block;
    }
    a.btn_demo {
        display: inline-block;
        margin-top: 20px;
    }
    
    .product-left-sidebar {
        width: 20%;
    }
    .product-right-content {
        width: 80%;
    }
    .product-right-content .product-list .button-wrapper  {
        width: calc(100% - 7px - 7px); 
    }
    .product-right-content .product-list .single-product-box .text-wrapper {
        padding: 10px;
    }
    .product-right-content .product-list .single-product-box .image-wrapper {
        height: 180px;
    }    
    .product-left-sidebar ul.menu li a {
        font-size: 20px;
    }
    
    .videos-list .video-item span.video-desc {
        height: auto;
    }
    
    #header .logo-interior-wrap {
        display: inherit;
    }
    .new-top-menu {
        display: none;
    }
    .new-top-menu .menu-cont {
        padding-right: 0px;
    }
    .new-top-menu .menu-cont {
        width: auto;
    }
    .new-top-menu .menu-cont ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #mobile-nav {
        display: block;
        float: left;
        width: 100%;
    }
    #mobile-nav a.mobile_menu_trigger {
        display: block;
        float: left;
        width: 100%;
        color: #747679;
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        padding-left: 10px;
        background: white url(images/ham.png) no-repeat 100% 50%;        
    }
    #mobile-nav ul.main {
        width: 100%;
        background: white;
        display: none;
    }
    #mobile-nav ul.main li {
        position: inherit;
    }
    #mobile-nav ul.main li ,
    #mobile-nav ul.main li li,
    #mobile-nav ul.main li a {
        width: 100%;
        float: left;
        margin: 0px;
        line-height: inherit;
        padding: 0px;
        height: auto;
        color: gray;
    }
    #mobile-nav ul.main li a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
    }
    #mobile-nav ul.main li,
    #mobile-nav ul.main li li {
        padding-left: 10px;
    }
    #mobile-nav ul.main li li a {
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #mobile-nav ul.main li:hover,
    #mobile-nav ul.main li a:hover {
        background: none;
        color: inherit;
    }
    #mobile-nav ul.main li:hover > ul {
        padding: 0px;
        width: 100%;
        margin: 0px;
        float: left;
        padding-left: 18px;
    }
    #mobile-nav ul.main ul {
        position: inherit;
    }
    
    

}



@media (max-width: 850px){
    
    .new-bc a,
    .new-bc a:last-child {
        color: white;
    }
    .single-product-content-wrapper .sp-content-left,
    .single-product-content-wrapper .sp-sidebar-right {
        width: 100%;
        padding: 0px;
    }
    .single-product-content-wrapper .sp-content-left,
    .page-layout .page-wide-left {
        margin-bottom: 30px;
    }

    .product-left-sidebar ,
    .product-right-content,
    .page-layout .page-wide-left,
    .page-layout .page-sidebar {
        width: 100%;
        padding: 0px;
    }

    .product-left-sidebar ul.menu li {
        width: 50%;
    }
    .product-left-sidebar img {
        display: none;
    }
    
    .tbl .col {
        width: 100%;
        float: left;
        display: block;
    }
    .product-right-content .product-list .single-product-box  {
        padding-bottom: 10px;
    }
    .product-right-content .product-list .single-product-box ,
    .product-right-content .product-list .button-wrapper {
        max-width: 100%;
    }
    .product-right-content .product-list .single-product-box .image-wrapper {
        height: 250px;
    }
    .product-right-content .product-list .button-wrapper {
        position: inherit;
        left: 0px;
        width: 100%;
    }

    .tbl .col {
        margin-bottom: 10px;
        padding: 0px;
    }
    .tbl .col.is-empty {
        display: none;
    }
    .tbl .row {
        display: inline;
        width: 100%;
        margin: 0px;
    }

    
}



@media (max-width: 780px){

    
    #long-text-box-wrap iframe {
        width: 100%;
    }
    .long-text-content p.list_p {
        padding-left: 40px !important;
        /*text-indent: 5px;*/ 
    }
    .long-text-content p.list_p span {
        margin-left: -25px;
        display: inline-block;
        position: relative;
        width: 20px;
        margin-right: 2px;
    }
    .long-text-content p.list_p span span {
        margin: 0px;
        width: auto;
        display: inline;
    }
    
    h1.with-bg {
        padding: 20px;
        font-size: 28px;
    }
    .videos-list ul li,
    .videos-list ul li:nth-child(odd),
    .videos-list ul li:nth-child(even) {
        width: 100%;
        padding: 0px;
    }
    .videos-list .video-item span.video-desc span.video-title {
        padding: 0px 0px 20px 0px;
    }
    
    
    
}


@media (max-width: 650px){
    

    
    
    /* text page */
    .long-text-sidebar-inside {
        display: none;
    }
    .long-text-content {
        width: 100%;
        padding-left: 0px;
    }
    .long-text-content img {
        width: 100%;
        height: auto;
    } 
    .long-text-content p,
    .calculator  {
        font-size: 15px;
        line-height: 140%;
    }
    /* /text page */


    .page-layout .page-wide-left .study-buttons .study-buttons__left, 
    .page-layout .page-wide-left .study-buttons .study-buttons__right {
        width: 100%;
        border: 0px;
    }
    .page-layout .page-wide-left .study-author .study-author__image {
        display: none;
    }
    .page-layout .page-wide-left .study-author .study-author__text {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-layout .page-wide-left .study-author {
        padding-left: 0px;
        padding-right: 0px;
    }

    
}



@media (max-width: 540px) {
    
    /* header */
    #wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header .search-box {
        display: none;
    }
    #header .logo-interior-wrap {
        float: left;
        width: 100%;
    }
    #header .logo-interior-wrap a {
        display: inline-block;
        float: left;
        width: 100%;
        height: 99px;
        background: url(images/mobile_logo_bg.jpg) no-repeat 100% 50%;
    }
    .logo-small {
        height: 99px;
        float: left;
        width: 100%;
        margin-left: -20px;
        position: absolute;
        /*background: #8ec243 url(images/logo_mobile.png) no-repeat 0px 0px;*/
        background: url(images/mobile_logo_bg.jpg) no-repeat 100% 50%;
    }
    .logo-small:before {
        display: block;
        content: " ";
        width: 154px;
        height: 98px;
        background: url(images/logo_mobile.png) no-repeat 0px 50%;
        margin-left: 20px;
    }

    .home #mobile-nav {
        margin-top: 117px;
    }
    #mobile-nav {
        margin-top: 25px;
    }
        
    
    /* search - footer */
    .search-box.hidden_on_mobile {
        display: block;
        background: none;
        float: left;
        margin-bottom: 30px;
        width:100%;

        padding: 0px;
    }

    .search-box.hidden_on_mobile {
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #wrapper .search-box.hidden_on_mobile {
        margin-top: 0px;
        border: 1px solid #cccccc;
        padding-left: 0px;
        padding-right: 0px;
    }
    .search-box.hidden_on_mobile .search input {
        width: 100%;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
        background: white;   
    }
    .search-box.hidden_on_mobile form {
        width: 100%;
    }
    .search-box.hidden_on_mobile .cc-login {
        display: none;
    }
    .search-box.hidden_on_mobile #btn-submit {
        margin-top: -35px;
        height: 35px;
        background: white url(images/mobile_s_button.png) no-repeat 0px 50%;
        width: 30px;
    }
    
    .single-product-content-wrapper .sp-content-left .product-desc ,
    .page-layout .page-wide-left .page-content  {
        padding-left: 10px;
        padding-right: 10px;
    }
    .single-product-content-wrapper .sp-content-left .product-media-gallery {
        height: 200px;
    }
    .single-product-content-wrapper .sp-content-left h1 {
        font-size: 28px;
        padding: 20px 10px 20px 10px;
    }
    .single-product-content-wrapper .sp-content-left .product-desc h2 ,
    .page-layout .page-wide-left .page-content h2  {
        margin-left: -10px;
        padding-left: 20px;
        padding-right: 0px;
        font-size: 20px;
    }
    .page-layout .page-wide-left .page-content h2  {

    }
    #long-text-box-wrap iframe ,
    .single-product-content-wrapper .sp-content-left .product-desc iframe,
    .page-layout .page-wide-left .page-content iframe {
        width: 220px;
        height: 200px;
    }
    
    /* footer */
    .footer_clear {
        display: none;
    }
    #wrapper #footer ,
    .footer-nav,
    .social-media-icons,
    .additional-m-menu {
        margin-left: 0px;
        margin: 0px ;
        width: 100%;
        height: auto;
        position: inherit;
    }
    .social-media-icons {
       left: inherit;
       top: inherit;
    }
    .additional-m-menu {
        padding-bottom: 25px;
    }
    .footer-nav {
        padding-top: 0px;
    }
    .footer-menu li {
        /*width: 50%;*/
        width: 33%;
        text-align: left;
        margin-bottom: 10px;
    }
    .footer-menu li a {
        padding: 0px;
        border: 0px;
    }
    
    
    .product-right-content .product-list-title h2 {
        display: none;
    }


    .study .study__icon  {
        display: none;
    }
    .study .study__desc {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-layout .page-wide-left .studies-title {
        padding: 20px;
    }
    .page-layout .page-wide-left .studies-title h1 {
        font-size: 20px;
    }
}





@media (max-width: 420px) {
    /*
     .for_blog .post-content .long-text-content-header h1.entry-title {
        width: 130%;
        padding-right: 40px;
     }*/
    
    .content-list.showcase .showcase-list li {
        float: left;
        width: 50%;
    }
    
}