.companynews
{
    background: #fcfcfc;
}

.companynewslight
{
    background: #fff;
    border-bottom: 1px solid #E7E7E7;
}

.companynews .centercolumn *,
.companynews .centercolumn *::before,
.companynews .centercolumn *::after
{
    box-sizing: border-box;
}

.companynews h2
{
    font-family: weblysleekuil;
    font-weight: normal;
    padding: 0 10px 0 10px;
    text-align: center;
    margin: 0;
}

.companynews ul
{
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.companynews ul li
{
    display: block;
    list-style: none;
}

.companynews ul li h3
{
    font-family: latoreg, "Trebuchet MS";
    font-weight: normal;
    padding: 0px;
    margin: 0 0 7px 0;
    color: #22313f;
    font-weight: normal;
    display: block;
    font-size: 16px;
}

.companynews ul li h3 a
{
    color: #22313f;
}

.companynews ul li span
{
    font-size: 12px;
    color: #34495e;
}

.companynews ul li p
{
    font-size: 13px;
    color: #7f8c8d;
    line-height: 20px;
    padding: 0;
    margin: 12px 0 15px 0;
}

.companynews a.fblead
{
	display: block;
	width: 180px;
	font-size: 16px;
	background: url(/images/facebooknews.svg) right 0 no-repeat;
	padding: 0 28px 0 0;
	background-size: 20px 20px;
	line-height: 20px;
	text-align: right;
	color: #7f8c8d;
}

.companynews a.fblead:hover
{
	text-decoration: none;
}

@media (min-width: 200px){
.companynews
{
    padding: 50px 0px 50px 0px;
}

.companynews h2
{
    font-size: 40px;
    line-height: 43px;
    margin: 0 0 30px 0;
}

.companynews ul
{
    margin: 0;
}

.companynews ul li h3
{
    font-size: 18px;
}

.companynews ul li
{
    padding: 20px 0 20px 0px;
    margin: 0px 0 10px 0;
    border-bottom: 1px solid #efefef;
    width: 100%;
    float: none;
}

.companynews ul li:last-child
{
    border: none;
}

.companynews a.fblead
{
	margin: 20px auto 30px auto;
}

.companynews .mobilecheck
{
	display: none;	
}}

@media (min-width: 650px){
.companynews
{
    padding: 75px 0px 110px 0px;
}

.companynews h2
{
    font-size: 45px;
    line-height: 48px;
    margin: 0 0 80px 0;
}

.companynews ul
{
    margin: 0 0 0 -30px;
}

.companynews ul li h3
{
    font-size: 15px;
}

.companynews ul li
{
    padding: 0 0 33px 30px;
    float: left;
    border-bottom: none;
    width: 33.33%;
}

.companynews a.fblead
{
	margin: 20px auto 0 auto;
}

.companynews .mobilecheck
{
	display: block;	
}}

.newsletter
{
    background: #2980b9;
    text-align: center;
}

.newsletter h2
{
    font-family: weblysleekuil, Tahoma;
    font-weight: normal;
    padding: 0 10px 0 10px;
    margin: 0;
}

@media (min-width: 200px){
.newsletter
{
    padding: 50px 0px 80px 0px;
}

.newsletter h2
{
    font-size: 35px;
    line-height: 38px;
}}

@media (min-width: 650px){
.newsletter
{
    padding: 75px 0px 150px 0px;
}

.newsletter h2
{
    font-size: 45px;
    line-height: 48px;
}}

.newsletter p
{
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px 0 10px;
    margin: 25px 0 55px 0;
}

.newsletter form
{
    display: inline-block;
    width: 270px;
    overflow: hidden;
}

.newsletter form input
{
    height: 32px;
    line-height: 32px;
    width: 188px;
    border: 1px solid #cccccc;
    float: left;
    padding: 2px 5px 2px 5px;
    outline: none;
}

.newsletter form a.emailsubmit
{
    display: block;
    height: 38px;
    background: #e74c3c;
    width: 70px;
    color: #fff;
    line-height: 38px;
    float: left;
    margin: 0 0 0 -1px;
    font-size: 16px;
    font-family: weblysleekuisb;
}

.newsletter form a.emailsubmit:hover
{
    text-decoration: none;
}

.newsletter h2
{
    color: #fff;
}

.newsletter p
{
    color: #fff;
}

.newsletter p#newssignupstatus
{
	display: none;
	padding: 0;
	margin: 10px 0 0 0;
}

.newsletterlight
{
    background: #f6f6f6;
}

.newsletterwhite
{
    background: #fff;
}

.newsletterwhite h2,
.newsletterlight h2
{
    color: #2c3e50;
}

.newsletterwhite p,
.newsletterlight p
{
    color: #34495e;
}

.bookdemo
{
    background: #2980b9;
    text-align: center;
}

.bookdemo h2
{
    font-family: weblysleekuil;
    font-weight: normal;
    padding: 0 10px 0 10px;
    margin: 0;
}

.bookdemo a.actionbutton4::after 
{
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    right: 15px;
    background: url(../images/actionschedulelarge.svg) 0 0 no-repeat;
    width: 28px;
    height: 24px;
}

@media (min-width: 200px){
.bookdemo
{
    padding: 50px 0px 80px 0px;
}

.bookdemo h2
{
    font-size: 35px;
    line-height: 38px;
}}

@media (min-width: 650px){
.bookdemo
{
    padding: 75px 0px 150px 0px;
}

.bookdemo h2
{
    font-size: 45px;
    line-height: 48px;
}}

.bookdemo p
{
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px 0 10px;
    margin: 25px 0 55px 0;
}

.bookdemo h2
{
    color: #fff;
}

.bookdemo p
{
    color: #fff;
}

.bookdemo p#newssignupstatus
{
	display: none;
	padding: 0;
	margin: 10px 0 0 0;
}

.bookdemolight
{
    background: #f6f6f6;
}

.bookdemolight h2
{
    color: #2c3e50;
}

.bookdemolight p
{
    color: #34495e;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
