/*================ GLOBAL ================*/
body{ font-size: 16px; font-family: 'ubunturegular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
h1, h2, h3, h4, h5, h6{ font-family: 'ubuntumedium', "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
h1{ font-size: 1.650em; }
h2{ font-size: 1.500em; }
h3{ font-size: 1.438em; }
h4{ font-size: 1.375em; }
h5{ font-size: 1.313em; }
h6{ font-size: 1.250em; }
/*GLOBAL (RESPONSIVE)*/
@media (max-width: 767px) {
	h1{ font-size: 1.375em; }
	h2{ font-size: 1.250em; }
	h3{ font-size: 1.188em; }
	h4{ font-size: 1.125em; }
	h5{ font-size: 1.063em; }
	h6{ font-size: 1.000em; }
}
/*button*/
.btn{ border: 1px solid #d10a10; border-radius: 0; }
.btn-primary { background: #d10a10; color: #ffffff; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{ background: #cf4549; }
.btn-primary:active, .btn-primary.active{ background: #910206; box-shadow: none; }
.btn-outline-grey { background: #FFF; border: 2px solid #d8d8d8; color: #333; }
.btn-outline-grey:hover, .btn-outline-grey:focus, .btn-outline-grey:active, .btn-outline-grey.active, .open > .dropdown-toggle.btn-outline-grey{ background: #d8d8d8; }
.btn-outline-grey:active, .btn-outline-grey.active{ background: #d8d8d8; box-shadow: none; }
.btn-red-grey { background: #d10a10; border: 2px solid #d8d8d8; color: #FFF; }
.btn-red-grey:hover, .btn-red-grey:focus, .btn-red-grey:active, .btn-red-grey.active, .open > .dropdown-toggle.btn-red-grey{ background: #d8d8d8; }
.btn-red-grey:active, .btn-red-grey.active{ background: #d8d8d8; box-shadow: none; }


/*Feeback*/
.button-feedback-toggle{ z-index: 1000; width: 35px; height: 110px; display: block; position: fixed; right: 0; top: 40%; background-size: 35px 110px; background-image: url('../i/btn_feedback-large.png'); background-repeat: no-repeat; }
#feedbackModal .modal-body iframe{ border: none; width: 100%; height: 580px; }
/*Feeback (RESPONSIVE)*/
@media (max-width: 767px) {
	.button-feedback-toggle{ background-image: url('../i/btn_feedback-small.png'); height: 39px; background-size: 35px 39px; }
}

/*Intro modal*/
#introModal{ }
#introModal .modal-dialog{ }
#introModal .modal-dialog .modal-content{ border-radius: 0; }
#introModal .modal-dialog .modal-content .modal-header{ background-color: #d10a10; padding: 15px 45px; }
#introModal .modal-dialog .modal-content .modal-header .brand-image{ background-image: url('../i/img_main-logo.png'); background-repeat: no-repeat; background-size: cover; width: 35px; height: 34px; }
#introModal .modal-dialog .modal-content .modal-header .close{ color: #FFF; font-size: 2.250em; opacity: 1; margin-top: -5px; }
#introModal .modal-dialog .modal-content .modal-body .block-intro{ display: none; }
#introModal .modal-dialog .modal-content .modal-body{ padding: 15px 45px 30px 45px; }
#introModal .modal-dialog .modal-content .modal-body h1{ font-size: 2.906em; font-family: 'bitterregular', Georgia, serif; color: #333333; margin-bottom: 50px; }
#introModal .modal-dialog .modal-content .modal-body p{ font-size: 1.37em; color: #333333; }
#introModal .modal-dialog .modal-content .modal-body .block-intro-image{ padding-right: 0; }
#introModal .modal-dialog .modal-content .modal-body .block-intro-text{ padding-left: 50px; }
#introModal .modal-dialog .modal-content .modal-body .block-intro-text .arrow-left{ margin-bottom: 30px; margin-left: -30px; }
#introModal .modal-dialog .modal-content .modal-body .block-nav{ margin-top: 50px;}
#introModal .modal-dialog .modal-content .modal-body .block-nav .nav-previous{}
#introModal .modal-dialog .modal-content .modal-body .block-nav .nav-dots{ text-align: center; }
#introModal .modal-dialog .modal-content .modal-body .block-nav .nav-dots i{ color: #d8d8d8; cursor: pointer; margin: 0 4px; display: inline-block; }
#introModal .modal-dialog .modal-content .modal-body .block-nav .nav-dots i.active{ color: #d10a10; }
#introModal .modal-dialog .modal-content .modal-body .block-nav .nav-next{ text-align: right; }
#introModal .modal-dialog .modal-content .modal-body .block-nav .btn{ padding-left: 35px; padding-right: 35px; }
#introModal .modal-dialog .modal-content .modal-body .block-nav .btn i{ color: #d10a10; }
#introModal .modal-dialog .modal-content .modal-body .block-nav .btn.btn-end i{ color: #FFF; }
#introModal .modal-dialog .modal-content .modal-body .block-nav .btn.btn-end:hover i{ color: #d10a10; }
/*Intro modal (RESPOSIVE})*/
@media (max-width: 992px) {
	#introModal .modal-dialog{ width: auto; margin: 10px; }
}
@media (max-width: 960px) {
	#introModal .modal-dialog .modal-content .modal-body h1{ font-size: 2.4em;  }
	#introModal .modal-dialog .modal-content .modal-body h1 br{ display: none; }
	#introModal .modal-dialog .modal-content .modal-body .block-intro-image img{ width: auto; max-width: 100%; }
	#introModal .modal-dialog .modal-content .modal-body p{ font-size: 1.15em; }
	#introModal .modal-dialog .modal-content .modal-body p br{ display: none; }
}
@media (max-width: 767px) {
	#introModal .modal-dialog .modal-content .modal-body h1{ font-size: 1.8em; margin-bottom: 20px; }
	#introModal .modal-dialog .modal-content .modal-body .block-intro-image{ text-align: center;  padding-left: 45px; padding-right: 45px; padding-bottom: 15px; }
	#introModal .modal-dialog .modal-content .modal-body .block-intro-text{ padding-left: 15px; }
	#introModal .modal-dialog .modal-content .modal-header{ padding: 15px; }
	#introModal .modal-dialog .modal-content .modal-body{ padding: 15px; }
	#introModal .modal-dialog .modal-content .modal-body .block-nav{ margin-top: 10px;}
	#introModal .modal-dialog .modal-content .modal-body .block-nav .btn{ padding-left: 15px; padding-right: 15px; }
	#introModal .modal-dialog .modal-content .modal-body .block-nav .nav-previous{ padding-right: 0;}
	#introModal .modal-dialog .modal-content .modal-body .block-nav .nav-next{ padding-left: 0;}
}

@media (max-width: 500px) {
	#introModal .modal-dialog .modal-content .modal-body h1{ font-size: 1.5em; }
}

/*pager*/
nav.pagination { text-align: center; width: 100%; }
nav.pagination ul.pager { list-style: outside none none; margin: 20px 0 50px; padding: 0; }
nav.pagination ul.pager li { display: inline-block; margin: 0 1px; padding: 5px 12px; position: relative; }
nav.pagination ul.pager li a { color: #333; display: block; margin: -5px -10px; padding: 5px 10px; text-decoration: none; border-radius: 0; }
nav.pagination ul.pager li.pager-next a, nav.pagination ul.pager li.pager-last a { background: #eae9e7; }
nav.pagination ul.pager li.pager-last a::after { background: rgba(0, 0, 0, 0); content: " "; height: 17px; margin-top: -8px; position: absolute; right: 4px; top: 50%; width: 20px; }
nav.pagination ul.pager li.pager-previous a, nav.pagination ul.pager li.pager-first a { background: #eae9e7; }
nav.pagination ul.pager li.pager-first a::before { background: rgba(0, 0, 0, 0); content: " "; height: 17px; left: 4px; margin-top: -8px; position: absolute; top: 50%; width: 20px; }
nav.pagination ul.pager li a:hover { background-color: #8c8279; color: #fff; }
nav.pagination ul.pager li.pager-item a:hover { background: #eae9e7 none repeat scroll 0 0; color: #333; }
nav.pagination ul.pager li.pager-current { background: #333 none repeat scroll 0 0; color: #fff; position: relative; }
nav.pagination ul.pager li.pager-current::after { border-color: transparent transparent #333; border-style: solid; border-width: 0 6px 6px; bottom: 100%; content: " "; display: block; height: 0; left: 50%; margin-left: -6px; position: absolute;  width: 0; }

/*font-awesome-list*/
.font-awesome-list-wrapper{}
.font-awesome-list-wrapper ul{ list-style: none; padding: 0;}
.font-awesome-list-wrapper ul li{ padding-left: 1.3em; line-height: 2.000em; }
.font-awesome-list-wrapper ul li a{ color: #333333; }
.font-awesome-list-wrapper ul li:before{ font-family: FontAwesome; display: inline-block; margin-left: -1.3em; width: 1.3em; color: #d10a10; }
.font-awesome-list-wrapper.arrow-right ul li:before{ content: "\f061"; }
.font-awesome-list-wrapper.arrow-up ul li:before{ content: "\f062"; }
.font-awesome-list-wrapper.arrow-down ul li:before{ content: "\f063"; }
.font-awesome-list-wrapper.file ul li:before{ content: "\f15b"; }
.font-awesome-list-wrapper.dot ul li:before{ content: "\f111"; }
.font-awesome-list-wrapper.caret-down ul li:before{content:"\f0d7"}
.font-awesome-list-wrapper.caret-up ul li:before{content:"\f0d8"}
.font-awesome-list-wrapper.chevron-right ul li:before{content:"\f054"}
.font-awesome-list-wrapper.arrow-right ul li:before{content:"\f061"}
.font-awesome-list-wrapper.arrow-up ul li:before{content:"\f062"}
.font-awesome-list-wrapper.arrow-down ul li:before{content:"\f063"}
.font-awesome-list-wrapper.file ul li:before{content:"\f15b"}
.font-awesome-list-wrapper.dot ul li:before{content:"\f111"}

.margin-top-15{ margin-top: 15px; }
.border-bottom-gray-1px{ border-bottom: 1px solid #d0d0d0; }



/*container*/
.container{ max-width: 1060px; }
.container-background-grey{ background-color: #f4f4f4; }
.container-background-red{ background-color: #d10a10; }
.container-background-blue{ background-color: #018798; }
.container-background-white{ background-color: #FFF; position: relative; }
.container-background-white.border-v::before{ border-color: transparent transparent #FFF #FFF; border-style: solid; border-width: 0 35px 35px 0; top: -35px; content: " "; display: block; height: 0; left: 0; position: absolute; width: 50%; z-index: 300; }
.container-background-white.border-v::after{ border-color: transparent #FFF #FFF transparent; border-style: solid; border-width: 0 0 35px 35px; top: -35px; content: " "; display: block; height: 0; position: absolute; right: 0; width: 50%; z-index: 300; }

/*border*/
.border-dotted-horizontal{ background-image: url('../i/img_border-dot.png'); background-repeat: repeat-x; height: 3px; }
hr { background-image: url('../i/img_border-dot.png'); background-repeat: repeat-x; height: 3px; border:0px;}

/*manage*/
.field-collection-container{ border-bottom: none; margin-bottom: 0; }
.field-collection-container .field-collection-view{ border-bottom: none; padding: 0; margin: 0; }
.field-collection-container .field-collection-view .field-collection-view-links{ margin: 0; background-color: rgba(44, 44, 44, 0.2); border: 1px solid rgb(44, 44, 44); padding: 2px 5px; border-radius: 1px; }
.field-collection-container .field-collection-view .field-collection-view-links a{ color: #FFF; }
.field-collection-container .field-collection-view .field-collection-view-links li.last a{ margin-right: 0; }
.field-collection-container .action-links-field-collection-add{ margin: -45px 0 0 0!important; background-color: rgba(44, 44, 44, 0.2); border: 1px solid rgb(44, 44, 44); padding: 2px 5px!important; border-radius: 1px; list-style: none; }
.field-collection-container .action-links-field-collection-add a{ color: #FFF; }
.page-navigation{ position: absolute; z-index: 999; }
.page-navigation .tabs-nav{ padding-left: 0; }
.page-navigation .tabs-nav .menu-name{ display: none; }
.page-navigation .tabs-nav ul{ list-style: none; margin: 0; background-color: rgba(44, 44, 44, 0.2); border: 1px solid rgb(44, 44, 44); padding: 2px 5px; border-radius: 1px; display: inline-block; }
.page-navigation .tabs-nav ul li{ display: inline-block; }
.page-navigation .tabs-nav ul li a{ color: #FFF; margin-right: 1em; }
.page-navigation .tabs-nav ul li:last-child a{ margin-right: 0; }

/*================ SSO Modal ================*/
#ssoContainerPopup .modal-body{ height: 600px }
#ssoContainerPopup .modal-body iframe{ width: 100%; height: 100%; }


/*================ HEADER ================*/
nav.navbar{ background: #d10a10; height: 75px; margin-bottom: 0; border: none; border-radius: 0; }
nav.navbar .navbar-header{ display: inline; }
nav.navbar .navbar-header::after,
nav.navbar .navbar-header::before{ display: inline; }
nav.navbar .navbar-header a.navbar-brand{ padding: 4px 3px; margin: 0; display: inline-block; }
nav.navbar .navbar-header a.navbar-brand img{ width: 67px; height: 67px; }
nav.navbar .account-block{ margin: auto!important; }
nav.navbar .account-block a{ color: #FFF; padding: 25px 0; }
nav.navbar .account-block a:hover,
nav.navbar .account-block a:active{ color: #FFF; }

/*header-image*/

/*header-image*/
.header-image{ min-height: 290px; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }
.header-image .return-link, .header-video .return-link{ background: #d10a10; color: #FFF; text-decoration: none; display: inline-block; position: absolute; padding: 10px 19px; }
.header-image .return-link .text, .header-video .return-link .text{ padding-left: 5px; padding-right: 2px; }
.header-image h1.header-title{ font-size: 3em; font-family: 'bitterregular', Georgia, serif; line-height: 1.333em; margin-top: 55px; }
.header-image .header-actions{ margin-bottom: 65px; }
.header-image .header-actions .action-column{ padding-left: 17.5px; padding-right: 17.5px; }
.header-image .header-actions .action-column *{ -webkit-transition: all 100ms ease-in; -moz-transition: all 100ms ease-in; -o-transition: all 100ms ease-in; -ms-transition: all 100ms ease-in; transition: all 100ms ease-in; }
.header-image .header-actions .action-column a.action-item{ display: block; background-color: #FFF; text-align: center; color: #d10a10; margin-top: 80px; padding-bottom: 25px; text-decoration: none; }
.header-image .header-actions .action-column a.action-item:hover{ background-color: #d10a10; }
.header-image .header-actions .action-column a.action-item .article-thumbnail{ }
.header-image .header-actions .action-column a.action-item .article-thumbnail img{ width: 105px; margin-top: -70px; margin-bottom: 10px; }
.header-image .header-actions .action-column a.action-item .article-title{ display: block; font-size: 1.250em; color: #d10a10; font-family: 'ubunturegular'; padding: 0 15px; }
.header-image .header-actions .action-column a.action-item:hover .article-title{ color: #FFF; }
/*header-image (RESPONSIVE)*/
@media (max-width: 980px) {
	.header-image{ background-position: -400px 0; }
}
/*header-image (RESPONSIVE)*/
@media (max-width: 800px) {
	.header-image{ background-position: -500px 0; }
}
/*header-image (RESPONSIVE)*/
@media (max-width: 767px) {
	.header-image{ min-height: 180px; background-position: -620px 0; }
	.header-image .return-link{ margin-left: -15px; }
	.header-image h1.header-title{ font-size: 1.875em; margin-left: 20px; }
	.header-image .header-actions{ margin-bottom: 20px; }
	.header-image .header-actions .action-column a.action-item{ margin-top: 15px; margin-left: 25px; min-height: 62px; padding-bottom: 0; }
	.header-image .header-actions .action-column a.action-item .article-thumbnail{ float: left; margin-left: -25px; }
	.header-image .header-actions .action-column a.action-item .article-thumbnail img{ width: 52px; margin-top: 5px; }
	.header-image .header-actions .action-column a.action-item .article-title{ font-size: 1em; line-height: 1.250em; text-align: left; padding: 10px 35px; position: relative; min-height: 62px; }
	.header-image .header-actions .action-column a.action-item .article-title:after{ font-family: FontAwesome; color: #d10a10; content: "\f061"; position: absolute; right: 10px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; height: 33%; }
	.header-image .header-actions .action-column a.action-item:hover .article-title:after{ color: #FFF; }
	.header-image .header-actions .action-column a.action-item .article-title br{ display: none; }
}
/*header-image (RESPONSIVE)*/
@media (max-width: 330px) {
	.front .header-image{ background-position: -800px 0; }
	.header-image{ background-position: -450px 0; }

}

/*header-video*/
.header-video {background-size: cover; background-position: right center; position: relative; overflow: hidden; color: #fff;}
.header-video video {display: block; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); min-width: 100%; min-height: 100%; width: auto; height: auto;}
.header-video .content {margin-top: 90px; margin-bottom: 120px;}
.header-video h1 {font-size: 2.5em; font-family: 'bitterregular', Georgia, serif;}
.header-video a { color: inherit; text-decoration: underline; }

/*header-video (RESPONSIVE)*/
@media (max-width: 1199px) {
	.header-video video {display: none;}
}

/*Page message block*/
.page-message-block{ padding-top: 15px; padding-bottom: 15px; }
.page-message-block .icon-message{ background-image: url('../i/icn_speaker.png'); background-size: 72px 55px; background-repeat: no-repeat; width: 72px; height: 55px; float: left; margin-right: 30px; }
.page-message-block .page-message{ color: #FFF; font-size: 1.188em; font-family: 'ubuntumedium'; }
/*Page message block (RESPONSIVE)*/
@media (max-width: 767px) {
	.page-message-block .icon-message{ background-size: 35px 27px; width: 35px; height: 27px; margin-right: 15px;  }
	.page-message-block .page-message{ font-size: 1.000em; }
}

/*floate header image*/
.header-float-image-block{ position: relative; }
.header-float-image-block .header-float-image{ position: absolute; z-index: 10; right: 0; top: -105px; background-image: url('../i/img_products.png'); background-repeat: no-repeat; background-size: 215px 173px; width: 215px; height: 173px; }

/*================ FOOTER ================*/
footer.info-links{}
footer.info-links .footer-menu{ padding: 45px 0 65px 0; }
footer.info-links .footer-menu .column-menu{ margin-bottom: 20px; }
footer.info-links .footer-menu .column-menu h3.block-title{ color: #FFF; /*font-size: 1.5em;*/ }
footer.info-links .footer-menu .column-menu .block-content{}
footer.info-links .footer-menu .column-menu .block-content ul.menu{ padding: 0; margin: 0; list-style: none; }
footer.info-links .footer-menu .column-menu .block-content ul.menu li{ padding-left: 1.0em; line-height: 2.000em; }
footer.info-links .footer-menu .column-menu .block-content ul.menu li:before{ content: "\f105"; font-family: FontAwesome; display: inline-block; margin-left: -1.0em; width: 1.0em; color: #FFF; }
footer.info-links .footer-menu .column-menu .block-content ul.menu li a{ color: #FFF; font-size: 0.938em; }
/*header-image (RESPONSIVE)*/
@media (max-width: 767px) {
	footer.info-links .footer-menu{ padding: 25px 0 45px; }
	footer.info-links .footer-menu .column-menu{ padding-left: 30px; padding-right: 30px; }
}

/*================ MAIN ================*/
.main{}

/*================ YOUTUBE VIDEO TOP BLOCK ================*/
.youtub-video-top-block{ margin-top: 90px; }
.youtub-video-top-block h2.article-title{ color: #018798; font-size: 1.3em; margin-top: 10px; }

/*================ QUICK LINKS ================*/
.quick-links-block{ background: #f4f4f4;  padding: 0 15px; margin-top: 66px; display: inline-block; width: 100%; }
.quick-links-block.top-space{ margin-top: 90px; }
.quick-links-block h2.article-title{ margin-top: 15px; }

/*================ LIST LINK ================*/
.list-link-block{ padding: 45px 0; }
/*LIST LINKS (RESPONSIVE)*/
@media (max-width: 767px) {
	.list-link-block{ padding: 15px; }
}
@media (max-width: 600px) {
	.list-link-block .row > div{ width: 100%; }
}

/*================ FAQ ================*/
.faq-block.reference{}
.faq-block.reference h1.block-title{ font-size: 3em; margin-bottom: 30px; margin-top: 0; font-family: 'bitterregular', Georgia, serif; color: #000; }
.faq-block.full{}
.faq-block.full .faq-category-title{ margin-bottom: 25px; }
.faq-block{ padding-top: 45px; padding-bottom: 70px; }
.faq-block .faq-item-group{}
.faq-block .faq-item-group .faq-item{ border-radius: 0!important; margin-top: 7px; border: none; }
.faq-block .faq-item-group .faq-item .panel-heading{ padding: 0; }
.faq-block .faq-item-group .faq-item .panel-heading .panel-title{ font-size: 1.18em; }
.faq-block .faq-item-group .faq-item .panel-heading .panel-title a{ color: #018798; display: block; padding: 10px 55px 10px 15px; text-decoration: none; position: relative; }
.faq-block .faq-item-group .faq-item .panel-heading .panel-title a:after{ font-family: FontAwesome; display: inline-block; color: #d10a10; content: "\f078"; position: absolute; right: 15px; top: 10px; }
.faq-block .faq-item-group .faq-item .panel-collapse{  }
.faq-block .faq-item-group .faq-item .panel-collapse .panel-body{ border: none; }
.faq-block .faq-item-group .faq-item .panel-collapse .panel-body a{ color:#d10a10; }
/*FAQ (RESPONSIVE)*/
@media (max-width: 767px) {
	.faq-block.reference h1.block-title{ font-size: 1.875em; margin-left: 20px; margin-right: 20px; margin-top: 15px; }
	.faq-block{ padding-bottom: 60px; padding-top: 10px; }
	.faq-block .faq-item-group .faq-item .panel-heading .panel-title{ font-size: 1.000em; }
}

/*================ CONTACT ================*/
.reference-node-items{ padding-top: 10px; padding-bottom: 60px; }
.reference-node-items .node-contact-block{ clear: both; }
.reference-node-items .node-contact-block h2.node-title{ margin-bottom: 0; }
.reference-node-items .node-contact-block .body-content-block,
.reference-node-items .body-content-block{ margin-top: 10px; margin-bottom: 10px;  width: 100%; }
.reference-node-items .node-contact-block .contact-action-block{ display: block; cursor: pointer; text-decoration: none; color: #333; background: #f4f4f4; padding: 25px 20px; position: relative; margin-top: 70px;  margin-bottom: 20px; }
.reference-node-items .node-contact-block .contact-action-block .article-thumbnail{ position: absolute; margin-top: -75px; }
.reference-node-items .node-contact-block .contact-action-block .article-thumbnail img{ width: 105px; height: 105px; }
.reference-node-items .node-contact-block .contact-action-block .block-text{ margin-left: 135px; }
.reference-node-items .node-contact-block .contact-action-block .block-text h2.block-title{ font-size: 1.625em; margin-top: 0; }
.reference-node-items .node-contact-block .contact-action-block .fa-arrow-down{ position: absolute; right: 15px; bottom: 15px; color: #d10a10; }
.reference-node-items .node-contact-block .scroll-block{ margin-bottom: 10px; }
.reference-node-items form.webform-client-form .form-item label{ font-size: 1.250em; color: #018798; padding: 15px 0 10px 0; }
.reference-node-items form.webform-client-form .form-item .form-control{ border: 1px solid #666666; border-radius: 0; }
.reference-node-items form.webform-client-form .form-item input.form-control{ height: 40px; }
.reference-node-items form.webform-client-form .form-item .form-control.form-managed-file{ height: 42px; }
.reference-node-items form.webform-client-form .form-item .form-control.form-managed-file .form-submit{ display: none; }
.reference-node-items form.webform-client-form .form-item .description{ display: none; }
.reference-node-items form.webform-client-form .form-actions{ height: 80px; }
.reference-node-items form.webform-client-form .form-actions input{ background: #d10a10; color: #ffffff; border: none; padding: 15px 25px; float: right; margin: 20px 0; }


/*CONTACT (RESPONSIVE)*/
@media (max-width: 767px) {
	.reference-node-items .node-contact-block .contact-action-block{ margin-top: 45px; }
	.reference-node-items .node-contact-block .contact-action-block .article-thumbnail{ margin-top: -55px; }
	.reference-node-items .node-contact-block .contact-action-block .article-thumbnail img{ width: 50px; height: 50px; }
	.reference-node-items .node-contact-block .contact-action-block .block-text{ margin-left: 0; }
}

/*================ YOUTUBE VIDEO ================*/
.youtube-video-block{ padding-top: 30px; padding-bottom: 95px; }
.youtube-video-block h1.block-title{ font-size: 3em; margin-bottom: 30px; font-family: 'bitterregular', Georgia, serif; color: #000; }
.youtube-video-block .video-item{}
.youtube-video-block .video-item h2.article-title{ color: #018798; font-size: 1.4em; }
.youtube-video-block .video-item .block-subtitle{ color: #1a1d1d; }
/*YOUTUBE-VIDEO (RESPONSIVE)*/
@media (max-width: 767px) {
	.youtube-video-block{ padding-top: 10px; padding-left: 30px; padding-right: 30px; padding-bottom: 70px; }
	.youtube-video-block h1.block-title{ font-size: 1.875em; margin-top: 10px; margin-bottom: 20px; }
	.youtube-video-block .video-item h2.article-title{font-size: 1.250em; margin-top: 10px; margin-bottom: 15px; }
}

/*================ Quick-links ================*/
/*Quick-links (RESPONSIVE)*/
@media (max-width: 767px) {
	.col-right{ padding: 0; }
	.col-right .quick-links-block{ margin-top: 0; padding: 15px 30px;  display: block; }
}

/*================ SEARCH ================*/
.search-block{ margin: 66px 0 30px; }
.search-block h2{ margin-top: 0; margin-bottom: 20px; }
.search-block .row{ }
.search-block .row .btn-icn-search{ width: 28px; height: 50px; margin-top: -5px; background-image: url('../i/icn_search.png'); background-repeat: no-repeat; background-size: cover; background-color: transparent; border: none; }
.search-block .row .column-input{  }
.search-block .row .column-input .input-search{ height: 40px; border: 1px solid #666666; border-radius: 0; }
.search-block .row .column-input .list-info-links{ margin-top: 20px; }
@media (max-width: 767px) {
	.search-block{ margin: 20px 18px 0px; }
}

/*================ BLOCK IMAGE ================*/
.block-image-wrapper{ margin: 30px 0; }

/*================ NEED MORE HELP ================*/
.need-more-help-block{  }
.need-more-help-block h1.block-title{ font-size: 3em; font-family: 'bitterregular', Georgia, serif; color: #333333; }
.need-more-help-block .help-items{ padding: 35px 0 90px 0; }
.need-more-help-block .help-items .help-column *{ -webkit-transition: all 100ms ease-in; -moz-transition: all 100ms ease-in; -o-transition: all 100ms ease-in; -ms-transition: all 100ms ease-in; transition: all 100ms ease-in; }
.need-more-help-block .help-items .help-column a.help-item{ display: block; background-color: #f4f4f4; color: #333333; margin-top: 80px; padding-bottom: 25px; min-height: 205px; position: relative; text-decoration: none; }
.need-more-help-block .help-items .help-column a.help-item:hover{ background-color: #62c9c8; color: #FFF; }
.need-more-help-block .help-items .help-column a.help-item .article-thumbnail{ display: inline-block; text-align: center; width: 100%; }
.need-more-help-block .help-items .help-column a.help-item .article-thumbnail img{ width: 105px; margin-top: -60px; margin-bottom: 10px; }
.need-more-help-block .help-items .help-column a.help-item .article-title{ display: block; font-size: 1.500em;  line-height: 1.3em; padding: 0 15px; color: #333333; font-family: 'ubunturegular'; }
.need-more-help-block .help-items .help-column a.help-item:hover .article-title{ color: #FFF; }
.need-more-help-block .help-items .help-column a.help-item .article-subtitle{ padding: 0 15px; color: #333333; display: inline-block; position: absolute; bottom: 45px; }
.need-more-help-block .help-items .help-column a.help-item:hover .article-subtitle{ color: #FFF; }
.need-more-help-block .help-items .help-column a.help-item .read-more{ color: #d10a10; position: absolute; bottom: 15px; right: 20px; }
.need-more-help-block .help-items .help-column a.help-item:hover .read-more{ color: #FFF; }
/*NEED MORE HELP (RESPONSIVE)*/
@media (max-width: 767px) {
	.need-more-help-block h1.block-title{ font-size: 1.875em; margin-left: 20px; margin-right: 20px; }
	.need-more-help-block .help-items{ margin-bottom: 20px; padding: 20px 0 35px; }
	.need-more-help-block .help-items .help-column a.help-item{ margin-top: 15px; margin-left: 25px; min-height: 62px; padding-bottom: 0; }
	.need-more-help-block .help-items .help-column a.help-item .article-thumbnail{ float: left; margin-left: -25px; width: auto; }
	.need-more-help-block .help-items .help-column a.help-item .article-thumbnail img{ width: 52px; margin-top: 5px; }
	.need-more-help-block .help-items .help-column a.help-item .article-title{ font-size: 1em; line-height: 1.250em; text-align: left; padding: 18px 35px 18px 40px; position: relative; min-height: 62px; }
	.need-more-help-block .help-items .help-column a.help-item .article-title:after{ font-family: FontAwesome; color: #d10a10; content: "\f061"; position: absolute; right: 10px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; height: 33%; }
	.need-more-help-block .help-items .help-column a.help-item:hover .article-title:after{ color: #FFF; }
	.need-more-help-block .help-items .help-column a.help-item .read-more{ display: none; }
}



/*================ SEARCH ================*/
.search-block .search-header{ padding: 15px 15px 20px 15px; }
.search-block .search-header strong{ font-style: italic; }
.search-block .search-header #mainsearchform{ margin-bottom: 30px; }
.search-block .search-results-container{ padding-top: 15px; padding-bottom: 60px; }
.search-block ol.search-results{ list-style: none; padding: 0; margin: 0; }
.search-block ol.search-results li{ padding: 15px; }
.search-block ol.search-results li h4 a{ color: #d10a10; }

/*================ BODY CONTENT ================*/
.body-content-block{ margin-top: 30px; margin-bottom: 30px; display: inline-block; }
.body-content-block h1,
.body-content-block h2 {margin: 0 0 25px 0; line-height: 1.5em; }
.body-content-block h2 a{ color: #000; }
.body-content-block h3 {font-size:1.2em; color:#018798; line-height: 1.5em; }
.body-content-block h4,
.body-content-block h5,
.body-content-block h6{ margin-top: 15px; }
.body-content-block p{ margin: 10px 0 20px 0; line-height:1.5em;}
.body-content-block a{ color:#d10a10; text-decoration:none; }
.body-content-block a:hover{ text-decoration:underline; }

/*================ PAGE LINK ================*/
.page-link-item{ display: inline-block; max-width: 90%; height: 62px; background-color: #f4f4f4; color: #d10a10; margin-top: 0; margin-bottom: 45px; margin-left: 25px;  padding: 0 0 0 35px; text-decoration: none!important; }
.page-link-item:hover{ background-color: #d10a10; }
.page-link-item .article-thumbnail{ position: absolute; margin-left: -60px; margin-top: 5px; }
.page-link-item .article-thumbnail img{ width: 52px; }
.page-link-item .article-title{ display: inline-block; font-size: 1em; color: #d10a10; font-family: 'ubunturegular'; line-height: 62px; padding: 0 40px 0 0; position: relative; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.page-link-item .article-title:after{ font-family: FontAwesome; color: #d10a10; content: "\f061"; position: absolute; right: 15px; }
.page-link-item:hover .article-title{ color: #FFF; }
.page-link-item:hover .article-title:after{ color: #FFF; }

/*================ Welcome page ================*/
.node-type-welcome-v2 .header-float-image {display: none;}

.banner { background-size: cover; background-position: center center; height: 350px; margin-top: 30px; margin-bottom: 45px;}

.brochure img {margin-top: -60px;}
.has-page-message .brochure img {margin-top: -15px;}
a.download { color: inherit; }
a.download:hover {text-decoration: none;}
a.download .fa {color: #d10a10;}
div#download {padding-top: 30px;}
div#download .quick-links-block {margin-top: 20px;}

a.btn {text-decoration: none;}

@media (min-width: 768px) {
  .brochure {margin-left: -30px; padding-right: 0; padding-left: 0;}
}
@media (max-width: 767px) {
	.banner{ height: 180px; }
	img.download {margin-top:  0;}
}

/*================ CHAT ================*/
.chat-heading {
  background-color: #d10a10 !important;
  border-color: #d10a10 !important;
}

.chat-panel {
  border-color: #d10a10 !important;
}

.chat-button {
  color: #fff !important;
  background-color: #d10a10 !important;
  border-color: #d10a10 !important;
}
.chat-container {
	z-index: 400!important;
}

.captcha{
	margin-top: 20px;
}


/* LOGO FOOTER */
.container-background-light-gray{ background-color:#f9f9f9; }
.border-top-light-gray{ border-top: 1px solid #eaeaea; }
.footer-brand{ text-align: center; padding: 25px 10px; }
.footer-brand .brand-logo{ width: 140px; }
.footer-brand .brand-text{ font-size: 0.875em; color: #c6c6c6; margin-top: 15px; }
