

body {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	letter-spacing:0.025em;
	position: relative;
	min-height: 100%;
}
b, strong {
	font-weight: 700;
}
@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 25px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1360px;
	}
}

header#masthead {
	background-color: #f1f1f1 !important;
	border-bottom: 1px solid #f1f1f1;
	padding: 0 1rem;
	min-height: 60px;
}
@media (min-width: 992px) {
	header#masthead {
		height: 60px;
	}
}
@media (min-width: 1400px) {
	header#masthead {
		height: 75px;
	}
}
@media (min-width: 992px) {
	.home header#masthead {
		background-color: #fff !important;
	}
}
body:not(.home) header#masthead {
	box-shadow: none;
}
body.home h1 {
	display: none;
}
#masthead #main-nav .navbar-nav>li a {
	font-family: sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 36px;
	padding: 20px 30px 19px 30px;
	text-transform: none;
}
html:lang(fr-FR) #masthead #main-nav .navbar-nav>li a,
html:lang(it-IT) #masthead #main-nav .navbar-nav>li a {
	padding-left: 25px;
	padding-right: 25px;
}

#masthead #main-nav .navbar-nav>li>a {
	border-left: 1px solid #fff;
}
@media screen and (max-width: 1399px) {
	#masthead #main-nav .navbar-nav>li a {
		padding: 18px 19px;
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 991px) {
	#masthead #main-nav {
		margin-top: 12px;
	}
	#masthead #main-nav>.navbar-nav>li>a,
	#masthead #main-nav>.navbar-nav>li.languageswitcher-mobile {
		border-left: none;
		border-top: 2px solid #fff;
	}
	#masthead #main-nav .dropdown-menu {
		border: none
	}
	#masthead #main-nav .dropdown-menu>li a {
		border-left: none;
		border-top: none;
		padding: 0 0 16px 60px;
		font-family: Roboto, Arial, sans-serif;
		font-size: 15px;
		font-weight: 300;
		color: #ccc;
	}
	.current-menu-item .dropdown-menu,
	.current_page_ancestor .dropdown-menu {
		display: block;
	}
	#masthead #main-nav .wpml-ls-menu-item {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	#masthead #main-nav .navbar-nav>li:last-child a {
		border-right: 1px solid #fff;
	}
}
#masthead #main-nav .navbar-nav>li a:link,
#masthead #main-nav .navbar-nav>li a:visited {
	color: #4c4c4c;
}
@media screen and (max-width: 991px) {
	#masthead #main-nav .dropdown-menu>li a:link,
	#masthead #main-nav .dropdown-menu>li a:visited {
		color: #ccc;
	}
}
#masthead #main-nav .navbar-nav>li a:hover,
#masthead #main-nav .navbar-nav>li a:active {
	background-color: #888;
	color: #fff;
}
#masthead #main-nav .navbar-nav>li.active,
#masthead #main-nav .navbar-nav>li.current_page_ancestor {
	background-color: #888;
}
#masthead #main-nav .navbar-nav>li.active>a:link,
#masthead #main-nav .navbar-nav>li.active>a:visited,
#masthead #main-nav .navbar-nav>li.current_page_ancestor>a:link,
#masthead #main-nav .navbar-nav>li.current_page_ancestor>a:visited,
#masthead #main-nav .dropdown-menu>li.current-menu-item>a:link,
#masthead #main-nav .dropdown-menu>li.current-menu-item>a:visited {
	color: #fff;
}
#masthead #main-nav .dropdown-menu {
	margin: 0;
	padding: 0;
	border:none;
	border-radius: 0;
}
@media screen and (min-width: 992px) {
	#masthead #main-nav .dropdown-menu li {
		background-color: #f1f1f1;
		border-top: 2px solid #fff;
	}
	#masthead #main-nav .dropdown-menu .dropdown-menu {
		width: 190px;
		display: none;
	}
}
@media screen and (min-width: 769px) {
  .dropdown-menu li:hover > .dropdown-menu {
    /*display: block;*/
    display: none;
  }
  .dropdown-menu li > .dropdown-menu {
	display: none;
	left: 190px;
    right: 0;
  }
}
#masthead #main-nav .dropdown-menu li.current-menu-item {
	background-color: #888;
	color: #fff;
}
#masthead .dropdown-toggle::after {
    display: none;
}
@media(min-width: 991px){
     .dropdown:hover>.dropdown-menu {
           display: block;
     }
}
.navbar-light .navbar-toggler-icon {
    background-image: url("img/icon_menu.svg");
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
@media screen and (max-width: 1399px) {
	#masthead .navbar-brand {
		margin-top: -3px;
	}
}
@media screen and (max-width: 991px) {
	#masthead .navbar-brand {
		margin-top: 10px;
	}
}
.navbar-brand {
	margin-right: 0;
	padding-top: 10px;
}
.navbar-brand img {
	width: 144px;
}
@media screen and (max-width: 1199px) {
	.navbar-brand img {
		width: 120px;
	}
}
@media screen and (max-width: 991px) {
	#masthead #main-nav .languageswitcher-mobile ul {
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
	}
	#masthead #main-nav .languageswitcher-mobile ul li {
		float: left;
	}
	#masthead #main-nav .languageswitcher-mobile ul li.active a {
		font-weight: 700;
	}
	.footer-menu .languageswitcher-mobile {
		display: none !important;
	}
}
/* ----------------- */
ul#submenu {
	background-color: #f1f1f1;
	max-width: 200px;
}
ul#submenu,
ul#submenu ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#submenu>li {
	border-bottom: 2px solid #fff;
}
#submenu>li li {
	border-top: 2px solid #fff;
	background-color: #f1f1f1;
}
#submenu li a {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	text-transform: none;
	display: block;
	padding-top: 5px;
	padding-left: 12px;
	padding-bottom: 25px;
}
#submenu li a:link,
#submenu li a:visited {
	color: #4c4c4c;
	text-decoration: none;
}
#submenu li a:hover,
#submenu li a:active {
	background-color: #888;
	color: #fff;
	text-decoration: none;
}
#submenu>li.current-menu-item,
#submenu .sub-menu>li.current-menu-item {
	background-color: #888;
	color: #fff;
}
#submenu>li.current-menu-item>a:link,
#submenu>li.current-menu-item>a:visited,
#submenu .sub-menu>li.current-menu-item>a:link,
#submenu .sub-menu>li.current-menu-item>a:visited {
	color: #fff;
}
#submenu>li.current-menu-item>a:hover,
#submenu>li.current-menu-item>a:active,
#submenu .sub-menu>li.current-menu-item>a:hover,
#submenu .sub-menu>li.current-menu-item>a:active {
	color: #fff;
	text-decoration: none;
}
#submenu .sub-menu li a {
	padding-left: 24px;
}
#submenu .sub-menu li a {
	padding-left: 24px;
}
#submenu .wpml-ls-item {
	display: none;
}
#content.site-content {
	padding-top: 100px;
}

@media screen and (max-width: 575px) {
	.footer {
		height: 80px;
	}
}

@media screen and (min-width: 576px) {
	.footer .swissuniversities {
		float: right;
	}
}
@media screen and (min-width: 576px) and (max-width: 767px) {
	.footer .swissuniversities .mandated_by {
		display: none;
	}
}
/* ----------------- */

#content.site-content {
  padding-bottom: 6.25rem;
}
.home .entry-content {
	margin-top: -25px;
}
h1, h1.entry-title, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #d21e23;
}
h1, h1.entry-title {
	font-size: 86px;
	line-height: 86px;
	border-bottom: 0;
	margin-left: -8px;
}
h1.entry-title,
h1.page-title {
	margin-top: 0;
	margin-left: -8px;
	padding-bottom: 8px !important;
}
.safari h1.entry-title,
.safari h1.page-title,
.chrome.mac h1.entry-title,
.chrome.mac h1.page-title {
		margin-top: -12px;
}
@media (max-width: 767px) {
	h1, h1.entry-title {
		font-size: 65px;
		line-height: 60px;
	}
}
h2 {
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0.01em;
	border-top: 5px solid #d21e23;
	padding-top: 10px;
	padding-right: 20px;
	display: table;
	margin-top: 55px;
}
h2:first-child {
	margin-top: 28px;
}
h1 strong,
h2 strong {
	font-weight: 400;
}
.content-area .entry-content>ul {
	margin-left: 0;
	padding-left: 1.1em;
	list-style-type: none;
}
.content-area .entry-content>ul li::before {
	content: "\2022";
	color: #d21e23;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}
.content-area figure img {
	box-shadow: 0rem 0.2rem 0.6rem rgba(0,0,0,0.4);
}

a {
    color: #d21e23;
    text-decoration: none;
}

/* post slider */
.wppsac-slick-slider-wrp {
	margin: 100px auto 20px auto;
	width: 700px;
	max-width: 100%;
	background-color: #fff;
	box-shadow: 0 0.2rem 0.7rem rgba(0,0,0,0.5);
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 12px;
}
@media screen and (max-width: 575px) {
	.wppsac-slick-slider-wrp {
		margin-bottom: 60px;
	}
}
.wppsac-post-slider.design-4 .post-list-content .wp-medium-7 {
    padding-right: 20px;
}
.wppsac-post-slider h2.wppsac-post-title {
	display: block;
	font-family: sans-serif;
	font-weight: 700;
	font-style: normal;
	border-top: 0;
	border-bottom: 1px solid #8888;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	padding-top: 7px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 16px;
}
.wppsac-post-slider h2.wppsac-post-title a {
	font-size: 16px;
	line-height: 18px;
}
.wppsac-post-slider .wp-medium-12 {
	/* posts without image */
	padding-top: 10px;
}
.wppsac-post-slider .wppsac-post-content {
	font-size: 13px;
	line-height: 1.33;
}
.wppsac-post-slider.design-4 .wppsac-post-image-bg {
	background: #fff;
	border-right: 1px solid #f1f1f1; 
	height: 185px;
	line-height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.wppsac-post-slider.design-4 .post-image-bg img {
	-webkit-filter: grayscale(100%) brightness(110%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(110%);
    object-position: center center;
}
.wppsac-post-slider.design-4 .slick-dots {
	bottom: 6px;
	padding-right: 20px !important;;
	text-align: right;
	
}
.wppsac-post-slider .slick-dots li button {
    background: #888888 !important;
    border: none;
    border-radius: 0 !important;
    width: 18px !important;
    height: 6px !important;
}
.wppsac-post-slider .slick-dots li.slick-active button {
    background: #c81e23 !important;
}
@media screen and (max-width: 640px) {
	.wp-medium-5 {
		display: none;
	}
}
/* end post slider */

@media screen and (min-height: 700px) {
	.home .search-block {
		margin-top: 30px;
	}
	.home .wppsac-slick-slider-wrp {
		margin-top: 30px;
	}
}
@media screen and (min-height: 800px) {
	.home .search-block,
	.home .wppsac-slick-slider-wrp {
		margin-top: 70px;
	}
}
@media screen and (min-height: 900px) {
	.home .search-block,
	.home .wppsac-slick-slider-wrp {
		margin-top: 100px;
	}
}
@media screen and (min-height: 1000px) {
	.home .search-block,
	.home .wppsac-slick-slider-wrp {
		margin-top: 100px;
	}
}
@media screen and (min-height: 1100px) {
	.home .wppsac-slick-slider-wrp {
		margin-top: 100px;
	}
}
@media screen and (min-height: 1200px) {
	.home .search-block,
	.home .wppsac-slick-slider-wrp {
		margin-top: 100px;
	}
}
@media screen and (min-height: 1300px) {
	.home .search-block,
	.home .wppsac-slick-slider-wrp {
		margin-top: 100px;
	}
}
@media screen and (min-height: 1400px) {
	.home .search-block,
	.home .wppsac-slick-slider-wrp {
		margin-top: 100px;
	}
}
@media screen and (min-height: 1500px) {
	.home .search-block,
	.home .wppsac-slick-slider-wrp {
		margin-top: 100px;
	}
}
@media screen and (min-height: 1600px) {
	.home .search-block,
	.home .wppsac-slick-slider-wrp {
		margin-top: 100px;
	}
}
@media screen and (min-height: 1700px) {
	.home .search-block,
	.home .wppsac-slick-slider-wrp {
		margin-top: 100px;
	}
}
@media screen and (min-height: 1800px) {
	.home .search-block,
	.home .wppsac-slick-slider-wrp {
		margin-top: 100px;
	}
}
@media screen and (min-height: 1900px) {
	.home .search-block,
	.home .wppsac-slick-slider-wrp {
		margin-top: 100px;
	}
}
@media screen and (min-height: 2000px) {
	.home .search-block,
	.home .wppsac-slick-slider-wrp {
		margin-top: 100px;
	}
}
@media screen and (min-height: 2100px) {
	.home .search-block,
	.home .wppsac-slick-slider-wrp {
		margin-top: 100px;
	}
}

/* tools */
@media screen and (min-width: 576px) {
	.tools-container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 991px) {
    .resources-column {
        margin-top: 30px;
    }
}
.tools-box {
	margin-bottom: 30px;
}
.tools-header {
	background-color: #c81e23;
	text-align: center;
	color: #fff;
	height: 100%;
	box-shadow: 0rem 0.2rem 0.6rem rgba(0,0,0,0.4);
}
@media screen and (max-width: 575px) {
    .tools-header {
        height: 60px;
    }
}
.tools-label {
	font-family: sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}
.header-tools {
	background-color: #c81e23;
}
.header-resources {
	background-color: #000;
}
.header-screencast {
	background-color: #333FFF;
}
.tools-content {
	border-top: 5px solid;
	padding: 0 10px 10px 10px;
	box-shadow: 0rem 0.2rem 0.6rem rgba(0,0,0,0.4);
	height: 100%;
	background-color: #fff;
}
@media screen and (min-width: 576px) {
    .tools-content, .tools-header {
        height: 240px;
    }
}
@media screen and (min-width: 768px) {
    .tools-content, .tools-header {
        height: 210px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .tools-content, .tools-header {
        height: 160px;
    }
}
@media screen and (min-width: 1400px) {
    .tools-content, .tools-header {
        height: 196.66px;
    }
}
.tool-type-tool .tools-content {
	border-color: #c81e23;
}
.tool-type-resource .tools-content {
	border-color: #000;
}
.tool-type-screencast .tools-content {
	border-color: #333FFF;
}
h3.tool-title {
	font-size: 30px;
	line-height: 30px;
	margin-top: 15px;
	font-weight: 700;
	margin-left: -2px;
}
.tool-type-resource h3.tool-title a:link,
.tool-type-resource h3.tool-title a:visited {
	color: #000;
}
.tool-type-resource h3.tool-title a:hover,
.tool-type-resource h3.tool-title a:active {
	color: #666;
}
.tool-type-screencast h3.tool-title a:link,
.tool-type-screencast h3.tool-title a:visited {
	color: #333FFF;
}
.tool-type-screencast h3.tool-title a:link,
.tool-type-screencast h3.tool-title a:visited {
	color: #333FFF;
}
.tool-type-screencast h3.tool-title a:hover,
.tool-type-screencast h3.tool-title a:active {
	color: #2B1C98;
}
.tools-content .entry-content {
	margin-top: 0;
}
.tool-teaser-overview {
	line-height: 1.2em;
	max-height: 3.6em;
	overflow: hidden;
    text-overflow: ellipsis;
	font-size: 16px;
	color: #c81e23;
}
.tool-type-resource .tool-teaser-overview {
	color: #000;
}
.tool-teaser-overview p {
	margin: 0;
}
.tool-icons {
	height: 24px;
	margin: 12px 0 0 0;
	visibility: hidden;
}
.tools-content:hover .tool-icons {
	visibility: visible;
}
.tool-link {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 2px;
	background: center center no-repeat;
}
.tools-column .tool-start:link,
.tools-column .tool-start:visited {
	background-image: url("img/icon_tool_play_rot.svg");
}
.tools-column .tool-info:link,
.tools-column .tool-info:visited {
	background-image: url("img/icon_tool_info_rot.svg");
}
.tools-column .tool-blog:link,
.tools-column .tool-blog:visited {
	background-image: url("img/icon_tool_blog_rot.svg");
}
.tools-column .tool-start:hover,
.tools-column .tool-start:active {
	background-image: url("img/icon_tool_play_rot_rollover.svg");
}
.tools-column .tool-info:hover,
.tools-column .tool-info:active {
	background-image: url("img/icon_tool_info_rot_rollover.svg");
}
.tools-column .tool-blog:hover,
.tools-column .tool-blog:active {
	background-image: url("img/icon_tool_blog_rot_rollover.svg");
}
.resources-column .tool-start:link,
.resources-column .tool-start:visited {
	background-image: url("img/icon_tool_play_schwarz.svg");
}
.resources-column .tool-info:link,
.resources-column .tool-info:visited {
	background-image: url("img/icon_tool_info_schwarz.svg");
}
.resources-column .tool-blog:link,
.resources-column .tool-blog:visited {
	background-image: url("img/icon_tool_blog_schwarz.svg");
}
.resources-column .tool-start:hover,
.resources-column .tool-start:active {
	background-image: url("img/icon_tool_play_schwarz_rollover.svg");
}
.resources-column .tool-info:hover,
.resources-column .tool-info:active {
	background-image: url("img/icon_tool_info_schwarz_rollover.svg");
}
.resources-column .tool-blog:hover,
.resources-column .tool-blog:active {
	background-image: url("img/icon_tool_blog_schwarz_rollover.svg");
}
.tool-links a {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 30px;
	border-top: 5px solid #c81e23;
	font-size: 17px;
	letter-spacing: 0.02em;
	box-shadow: 0.05rem 0.2rem 0.5rem rgba(0,0,0,0.3);
	text-transform: uppercase;
}
.tool-teaser-detail {
	font-family: sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: 0.005em;
	margin-bottom: 1.2em;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.tools-label {
			font-size: 25px;
			line-height: 25px;
	}
    h3.tool-title {
		font-size: 25px;
		line-height: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.tool-teaser-overview {
		font-size: 14px;
		-webkit-hyphens: auto;
  		-ms-hyphens: auto;
  		hyphens: auto;
	}
}

/* end tools */


.standard-main,
.single-post article,
.single-histhub_event article {
	max-width: 725px;
}

/* blog */
.post-row {
	background-color: #fff;
	box-shadow: 0rem 0.2rem 0.6rem rgba(0,0,0,0.4);
}
@media screen and (max-width: 575px) {
	.post-row {
		margin-left: 0;
		margin-right: 0;
	}
}
.post.hentry,
.histhub_event {
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
	.blog .post-thumbnail {
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
}
.blog .post-thumbnail img,
.tag .post-thumbnail img {
  -webkit-filter: grayscale(100%) brightness(110%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(110%);
}
.blog .post-text,
.histhub_event .post-text,
.tag .post-text {
	padding-top: 15px;
	padding-bottom: 15px;
}
.blog h2.entry-title,
.post-type-archive-histhub_event h2.entry-title,
.tag h2.entry-title {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	font-style: normal;
	border-top: none;
	padding-bottom: 15px;
	margin-top: 0;
	margin-bottom: 0;
}
.blog h2.entry-title a:link,
.blog h2.entry-title a:visited,
.post-type-archive-histhub_event h2.entry-title a:link,
.post-type-archive-histhub_event h2.entry-title a:visited,
.tag h2.entry-title a:link,
.tag h2.entry-title a:visited {
	color: #000;
}
.blog h2.entry-title a:hover,
.blog h2.entry-title a:active,
.post-type-archive-histhub_event h2.entry-title a:hover,
.post-type-archive-histhub_event h2.entry-title a:active,
.tag h2.entry-title a:hover,
.tag h2.entry-title a:active {
	color: #942027;
}

.blog .entry-content,
.blog .entry-meta,
.post-type-archive-histhub_event .entry-content,
.post-type-archive-histhub_event .entry-meta,
.tag .entry-content,
.tag .entry-meta {
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 400;
	font-style: normal;
}
.blog .entry-content,
.post-type-archive-histhub_event .entry-content,
.tag .entry-content, {
	margin-top: 12px;
	max-height: 4.5em;
	overflow: hidden;
	/*visibility: hidden;*/
}
.blog .entry-meta,
.post-type-archive-histhub_event .entry-meta
.tag .entry-meta {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.single-post .entry-header,
.single-histhub_event .entry-header {
	margin-bottom: 15px;
}
.single-post h1.entry-title,
.single-histhub_event h1.entry-title {
	font-size: 50px;
	line-height: 1.05em;
	margin-left:-2px;
	padding-bottom: 0 !important;
}
.single-post .post-thumbnail-image {
	/*float: left;*/
}
.single-post .post-thumbnail-caption div,
.single-post figcaption {
	font-size: 13px;
	line-height: 1.5em;
	color: #aaa;
	text-align: left;
}
@media screen and (min-width: 576px) {
	.single-post .post-thumbnail-caption div,
	.single-post figcaption {
		display: table;
		padding-top: 5px;
		border-top: 1px solid #ccc;
	}
	.single-post .wp-block-image img {
		max-width: 67%
	}
	.single-post .wp-block-image figcaption {
		float: right;
		max-width: 30%;
		margin-top: 0;
		margin-left: 3%;
	}
	.single-post .wp-block-image::after {
		content: '';
		display: block;
		clear: both;
	}
}
.single-post figure {
	margin-bottom: 30px;
}

.has-media-on-the-right.wp-block-media-text {
    align-items: start;
}
.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0;
}
.has-media-on-the-right figure img {
	box-shadow: none;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: none;
  border-radius: 0;
}
.post-navigation .nav-previous a {
  padding-left: 0;
}
.post-navigation .nav-next a {
  padding-right: 0;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: none;
}
/* end blog */
.event_date {
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
.event_day {
	font-size: 80px;
	line-height: 100px;
	letter-spacing: -4px; 
}
.event_month {
	font-size: 24px;
	line-height: 24px;
}
/* end events */
/* contact form 7 */
.wpcf7 input,
.wpcf7 textarea {
	/*border: 1px solid #888;*/
	border-radius: 0;
}
.wpcf7-submit {
	background: none;
	border: none;
	color: #d21e23;
	padding-left: 0;
	font-size: 18px;
	/*color: #942027;*/
}
.wpcf7-submit:hover {
	background: none;
	border: none;
	color: #942027;
}
/* end contact form 7 */

/* ultimate faq */
.ufaq-faq-display-style-Contemporary {
	border-bottom: 1px solid #888;
}
.ufaq-faq-display-style-Contemporary .ufaq-faq-title {
    background: none;
}
.ufaq-faq-display-style-Contemporary:first-of-type {
	border-top: 1px solid #888;
}
/* end ultimate faq */