/*****************************/
/*****HOME - PRODUCTS*********/
/*****************************/

.product-container
{
    padding: 55px 15px 50px 15px;
    margin-top: -25px;
}

.MasonryContainer .ArticleList > span, .MasonryContainer .ArticleList
{
    display: block;
}

.product h3
{
	width: 100%;
	height: 40px;
	margin: 0;
	font-size: 0;
}

.product p
{
	clear: both;
    margin-top: 50px;
	padding-right: 20px;
	color: #333;
	line-height: 1.4;
	font-size: 14px;
	font-family: SourceSansRegular;
}

.product a.altButton, .product a.altButton:hover, .product a.altButton:focus, .archive.link,
.MoreArticlesLink a
{
	padding-right: 40px;
	background: url('../img/arrow-orange.png') right center no-repeat;
	color: #b86a58;
	font-family: SourceSansRegular;
    text-decoration: none;
}

.product-container .Article p
{
    padding-top: 15px;
    background-image: -webkit-gradient(to right, linear, 0 0, 100% 0, from(#ddd), to(transparent));
    background-image: -webkit-linear-gradient(to right, #ddd, transparent);
    background-image:
        -moz-linear-gradient(to right, #ddd, transparent),
        -moz-linear-gradient(to right, #ddd, transparent)
    ;
    background-image:
        -o-linear-gradient(to right, #ddd, transparent),
        -o-linear-gradient(to right, #ddd, transparent)
    ;
    background-image: 
        linear-gradient(to right, #ddd, transparent),
        linear-gradient(to right, #ddd, transparent)
    ;
    -moz-background-size:80% 3px;
    background-size:80% 3px;
    background-repeat:no-repeat;
}

.product a b
{
	font-family: SourceSansSemibold;
}

.product img.thumbnail
{
    position:  absolute;
    display:  block;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
    border:  none;
}

.product .Head, .product .SubHead
{
    display: none;
}

#Body .section-heading-15 h2, #Body .section-heading-15 .h2
{
    display: block;
    margin-top: -25px;
    box-shadow: none;
}

#Body .section-heading-15 .h2
{
    margin-top: -15px;
}

#Body .section-heading-5 h2
{
    margin-top: -15px;
}

#Body .section-heading-15 .Normal
{
    display: none;
}



/*****************************/
/*****HOME - ARTICLES*********/
/*****************************/

.article-container
{
    position:  relative;
	padding: 35px 15px 60px 15px;
	margin-top: -25px;
}

.article-container article .date, .article-container .Article .NormalRed
{
    position: absolute;
    top:  0;
    left: 25px;
	font-size: 16px;
	color: #555;
}

.article-container .ArticleList > span
{
    width:  50%;
    clear: none;
    display: block;
    position:  relative;
    margin-bottom: 20px;
}

.article-container .ArticleList
{
    display: block;
}


.article-container article h4,
.article-container .Head,
#dnn_NewsPane .Article h1
{
    padding-top: 25px;
    padding-right: 25px;
	font-family: 'NoticiaBold';
	font-size: 18px;
	font-weight: normal;
	color: #333;
    text-decoration: none;
}

#dnn_NewsPane .Article h1
{
    
}

.Head:hover
{
    text-decoration: none;
}

.article-container .ArticleList span:nth-child(even) .Article
{
    float: right;
}

.article-container article p
{
    padding-right: 25px;
	margin-bottom: 0;
	line-height: 1.4;
	font-family: 'SourceSansRegular';
	font-size: 14px;
}

.article-container .Article .SubHead, .article-container .thumbnail,
.article-container .altButton
{
    display: none;
}

/*****************************/
/******HOME - CONTACT*********/
/*****************************/

.contact-container
{
	background: url('../img/footer/contact-img.png') top left;
	background-size: cover;
}

.contact-container
{
	margin-top: -25px;
	padding: 70px 0 50px 0;
}

.contact-part .section-heading-container > .container
{
    height: 50px;
}

.contact-info
{
	padding-top: 5px;
	padding-left: 45px;
	color: white;
	font-family: SourceSansRegular;
	font-size: 18px;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}

.contact-info.location
{
	background: url('../img/footer/location-icon.png') left center no-repeat;
}

.contact-info.phone
{
    padding-bottom: 4px;
	font-size: 30px;
	background: url('../img/footer/phone-icon.png') left top 10px no-repeat;
}

.contact-info.phone p 
{
    color: white;
	font-family: SourceSansRegular;
	font-size: 27px;
    margin-top: 5px;
}

.contact-info.mail
{
	padding-left: 65px;
	background: url('../img/footer/mail-icon.png') left center no-repeat;
}

.contact-info a {
    color: white;
}

.archive.link, .news-container .ArticleList > span:last-child
{
    position: absolute;
    bottom: 35px;
    right: 0;
    background: url('../img/archive-icon.png') left center no-repeat;
    padding-left: 30px;
}

.ArticleList .Author, .ArticleList .NormalBold,
.ArticleList .Author + br, .ArticleList .NormalBold + br,
.ArticleList .PublishDate + br, .news-container .SubHead
{
    display: none;
}

.MoreArticlesLink a
{
    padding-left: 25px;
    background: url('../img/archive-icon.png') left top 1px no-repeat;
    font-family: SourceSansLight;
}

/***************************/
/******INTRO-SHORT**********/
/***************************/

.intro-short img
{
    display: block;
    width: 433px;
    margin: 100px auto auto auto;
    padding: 45px 90px 40px 50px;
    background: url('../img/intro-product.png') center center no-repeat;
}

.intro-short .Normal
{
    position: relative;
}

.intro-short .explanation
{
    position: absolute;
    top: 22px;
    z-index: 90;
    margin: 0;
    padding-right: 185px;
    width: 100%;
    font-family: SourceSansRegular;
    font-size: 14px;
    text-align: center;
    text-shadow: none;
    text-transform: none;
}

.intro.intro-short
{
    height: 290px;
    background-position: center center;
}

.intro-short-headline p 
{
    margin-top: 170px;
    color: white;
    line-height: 1.3;
    font-family: NoticiaBold;
    font-size: 36px;
    text-align: center;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
} 

.product-block-listing-container
{
    clear: both;
    position: relative;
    top: -46px;
    margin-bottom: -44px;
}

.product-block-listing-container .DnnModule-LabeledImage,
.product-block-listing-container .dnnSortable
{
    display: block;
    float:  left;
    width:  284px;
    height: 183px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    overflow: hidden;
}

.product-block-listing-container .DnnModule-LabeledImage a.labeledImage
{    
    display: block;
    float: left;
    padding: 0 18px 0 18px;
    overflow: hidden;
    width: 284px;
    height: 183px;
    box-sizing: border-box;
}

.product-block-listing-container .DnnModule-LabeledImage .TitleH2
{
    display: none;
}

.product-block-listing-container .DnnModule-LabeledImage .DNNContainer_Title_h2 h2
{
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.product-block-listing-container a.labeledImage img
{
    display: block;
    width: 100%;
   
}

.pattern-section .product-block-listing-container .DnnModule-LabeledImage,
.pattern-section .product-block-listing-container .DnnModule-LabeledImage:nth-child(4n+1) 
{
    border-color: #cdd3d1;
}

.pattern-section .product-block-listing-container .dnnSortable h2
{
    display: none;
}

.product-block-listing-container .DnnModule-LabeledImage:nth-child(4n+1) 
{
    border-left: 1px solid #ebebeb;
}

.product-block-listing-container .dnnFormMessage
{
    position: absolute;
}


/**************************/
/********LISTING***********/
/**************************/


.listing-container, .default-container
{
    padding-top: 30px;
    padding-bottom: 60px;
}

.default-container
{
    padding-top: 40px;
    padding-bottom: 60px;
}

.listing-container a, .default-container .linkitem a
{
    color: #39655d;
    font-size: 16px;
    font-family: SourceSansRegular;
}

.CommandButton, .CommandButton:hover
{
    padding-bottom: 10px;
    color: #b86a58;
    font-family: SourceSansRegular;
    text-decoration: none;
}

.listing-container .linkitem, .default-container .linkitem
{
    width:  65%;
    float: left;
    margin-bottom: 10px;
}

.listing-container .linkitem:nth-child(even), .default-container .linkitem:nth-child(even)
{
    width: 35%;
}

#dnn_ContentPane .pattern-section
{
    background: white;
}


/**************************/
/**********NEWS************/
/**************************/

.news-container .ArticleList
{
    display: block;
}

.news-container
{
    padding-bottom: 50px;
}

.news-container .ArticleList > span 
{
    position: relative;
    z-index: 1;
    display: block;
    width: 50%;
    padding: 40px;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    background: white;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.news-container .PublishDate
{
    display: none;
    color: #999;
    font-size: 18px;
    
}

.news-container .ArticleList > span:nth-child(2n + 1)
{
    z-index: 9;
}

.news-container .ArticleList > span:last-child
{
    width: 100%;
    border: none;
    background: transparent;
    box-shadow: none;
    text-align: right;
}

.MoreArticlesLink
{
    text-align: right;
}

.news-container .Head
{
    color:  #333;
    font-family: NoticiaBold;
    font-size: 18px;
    line-height: 1.3;
}

.news-container .Head:hover
{
    text-decoration: none;
}

.news-container img
{
    display: block;
    max-width: 155px;
    margin: 17px 0 0 0;
    padding: 0;
    border-radius: 0;
    border: none;
}

.news-container p
{
    clear: both;
    float: left;
    margin-top: 17px;
    color:  #666;
    font-family: SourceSansRegular;
    font-size: 14px;
    line-height: 1.5;
}


/**************************/
/********ABOUT US**********/
/**************************/

.partners-section a:hover
{
    background: white;
    transition: background 0.15s;
}

.partners-section a
{
    transition: background 0.15s;
}

#Body .partners-section a 
{
    padding: 0;
}

#Body .partners-section a img
{
    padding: 0 18px;
}

.about-us-listing-container
{
    padding: 30px 15px 50px 15px;
}

.about-us-listing-container .Article .Subhead
{
    display: none;
}


.about-us-listing-container .ArticleList > span
{
    display: block;
    width: 33%;
    float: left;
}

.about-us-listing-container .Article p
{
    padding-right: 20px;
    margin-top: 20px;
    color: #666;
    font-family: SourceSansRegular;
    font-size: 14px;
}

.about-us-listing-container .Article p strong,
.about-us-listing-container .Article p b
{
    color:  #333;
    font-family: SourceSansSemibold;
    font-weight: normal;
}

.about-us-listing-container .Article .Head
{
    padding-left: 10px;
    color:  #39655d;
    font-family: NoticiaBold;
    font-size: 20px;
    text-transform: uppercase;
}

.about-us-listing-container .Article img
{
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0;
}

.intro-text-pane .Normal
{
    padding: 0 15px;
    color: #666;
    font-family: NoticiaRegular;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}

.intro-text-pane .Normal p
{
    margin-bottom: 0;
}

.intro-text-pane .default-container
{
    padding: 75px 0 0 0;
}

.address
{
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 5;
    width: 541px;
    height: 178px;
    background: url('../img/about-us.png') left top;
}

.address .Normal
{
    position: absolute;
    bottom: 23px;
    right: 31px;
    width: 235px;
    color: white;
    font-family: NoticiaRegular;
    font-size: 18px;
    line-height: 1.5;
}

.address .Normal p
{
    margin: 0;
}

.address .Normal strong
{
    font-family: NoticiaBold;
}

/**************************/
/*****PRODUCT - SINGLE*****/
/**************************/


.product-single
{
    
    padding: 40px 40px 60px 40px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
}

.product-single h3.TitleH3 
{
    color: #333;
    font-family: NoticiaRegular;
    font-size: 30px;
}

.product-single-container img
{
    max-width: 100%;
}

.product-single h1
{
    margin-top: 0;
    color: #7e9f94;
    font-family: NoticiaRegular;
    font-size: 24px;
    text-transform: uppercase;
}

.product-single h2
{
    color: #333;
    font-family: NoticiaRegular;
    font-size: 21px;
}

.product-single p,
.product-single .Normal
{
    color:  #666;
    font-family: SourceSansRegular;
    font-size: 16px;
    line-height: 1.5;
}

.product-single ul, .default-container ul
{
    list-style-image: url('../img/list-bullet.png');
}

.product-navigation, .product-navigation .submenu
{
    width:  100%;
    padding: 0;
    margin: 0;
    margin-left: -15px;
    list-style: none;
}

.product-navigation
{
    margin-top: 15px;
}

.product-single .default-container
{
    width: 100%;
}

.product-navigation .submenu
{
    padding-left: 15px;
    margin-left: 0;
}

.product-navigation li a
{
    display: block;
    padding: 10px 15px;
    margin-bottom: 1px;
    background: #69857c;
    color: white;
    font-family: SourceSansRegular;
    font-size: 16px;
}

.product-navigation .submenu li a
{
    background: #7e9f94 
}

.product-navigation li a .caret
{
    display: block;
    margin-top: 5px;
    border-top: 6px dashed;
    border-top: 6px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.product-navigation li a:hover
{
    text-decoration: none
}


.intro-short-product .Normal
{
    margin: 100px auto auto auto;
    max-width: 430px;
    max-height: 156px;
    overflow: hidden;
}

.intro-short-product .Normal img
{
    margin: 0;
}

.intro-short-product.intro-short .explanation
{
    position: absolute;
    float: left;
    /* display: inline; */
    top: 8px;
    z-index: 90;
    width:  auto;
    margin: 0;
    margin-left: 58px;
    /* padding-right: 185px; */
    padding: 5px 10px;
    background: #69857c;
    color: white;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.15);
    font-family: SourceSansRegular;
    font-size: 14px;
    text-align: left;
    text-shadow: none;
    text-transform: none;
    
}

/**************************/
/**********JOB*************/
/**************************/

.job-listing 
{
    padding: 40px 0 0 0;
}

.job-listing .ArticleList > span,
.erp-container .ArticleList > span
{
    display: block;
    float: left;
    width: 33%;
}

.job-listing .Article p
{   
    clear: both;
    padding: 0 45px;
    text-align: center;
    color: #333;
    font-family: SourceSansRegular;
    font-size: 16px;
    line-height: 1.5;
}

.job-listing .Article .EditIcon img
{
    height: auto;
}

.job-listing .Article img
{
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 85px;
    height: 65px;
    border-radius: 0;
    border: none;
}

.job-listing .Head, .job-listing .SubHead,
.erp-container .SubHead
{
    display: none;
}

.default-container .Normal
{
    color:  #333;
    font-family: SourceSansRegular;
    font-size: 16px;
    line-height: 1.5;
}

.default-container .Normal a, .default-container .Normal a:hover
{
    color: #b86a58;
    text-decoration: none;
}

/**************************/
/*******OPERAOPUSERP*******/
/**************************/


.erp-container span .Article img,
.erp-container .Article .altButton
{
    display: none;
}

.erp-container .Article .EditIcon img
{
    display: block;
    padding: 0;
    float: left;
    width: 24px;
}

.erp-container .Head
{
    display: block;
    color: #b86a58;  
    font-family: SourceSansSemibold;
    font-size: 18px;
    text-transform: uppercase;
}

.erp-container ul
{
    list-style-image: url('../img/list-bullet.png')
}

.erp-container ul li,
.erp-container .Article span
{
    font-family: SourceSansRegular;
    font-size: 16px;
    line-height: 1.5;
    padding-right: 25px;
}

.erp-container .product-block-listing-container 
{
    padding: 50px 15px 70px 15px;
}

.map-container
{
    width: 100%;
}

.gm-style .place-card-large
{
    display: none;
}


/**********************/
/***SERVICES LISTING***/
/**********************/

.implementation-list-container {
    margin-top: -80px;
    padding-bottom: 80px;
}

.list-container .container.default-container
{
    padding-top: 0;
    margin-top: -50px;
}

.list-container ol
{
    list-style-type:decimal;
}

.list-container ol li
{
    float: left;
}

.listing-intro-services  .DnnModule
{
    width: 25%;
    float: left;
}

.listing-intro-services img:not([src]) {
   display: none !important;
}



.listing-intro-services h2
{
    display: none;
}

.listing-intro-services .labeledImage,
.listing-intro-services .labeledImage:hover 
{
    display: block;
    height: 200px;
    padding: 20px;
    border: 1px solid #ddd;
    border-right: 0;
    color: #496c60;
    line-height: 1.5;
    font-family: SourceSansSemibold;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.listing-intro-services .DnnModule-LabeledImage:first-child p
{
    margin-top: 10px;
        
}

.listing-intro-services .DnnModule-LabeledImage:last-child
{
    border-right: 1px solid #ccc;
}

.listing-intro-services .DnnModule-LabeledImage img
{
    display: block;
    margin: 20px auto;
}

#dnn_IntroTextPane > .DnnModule:first-child > .SpacingBottom
{
    padding-bottom: 25px;
    background: url('../img/arrow-down.png') center bottom no-repeat;
}

.services-support.ptb-l
{
    padding-top: 0;
}

.article-image
{
    width:  100%;
    clear: both;
    float: none;
    margin: 10px 0;
    background: #e5e5e5;
}

#Body .article-image img
{
    float:  none !important;
    display: block;
    margin: 0 auto;
    padding: 20px;
}

.services-item-container img
{
    display: block;
    width:  100%;
}


.services-item-container h3,
.services-item-container h4,
.services-item-container h5
{
    color: #69857c;
    font-family: 'NoticiaRegular';
    font-size: 18px;
    line-height: 1.3;
}

#Body .container-mt-0 .container
{
    margin-top:  -40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#Body .container-mt-0
{
    padding-left: 0;
    padding-right: 0;
}


