@font-face {
	font-family: Roboto;
	src: url(../font/roboto/Roboto-Regular.ttf);
}

html {
	min-height: 100%;
}

body {
	font-family: 'PT Sans', sans-serif;
	font-size: 1.6em;
	line-height: 1.4;
	position: relative;
	min-height: 100vh;
	overflow-x: hidden;
}

.motrig {
	display: none;
}

.slideout-menu {
	display: none;
}

.leftFloater {
	float: left;
}

.rightFloater {
	float: right;
}

.text-center {
	text-align: center;
}

.thePostThumbnail img {
	float: left;
}

main .search_form .search_input {
	width: calc(100% - 50px);
	margin-right: 20px;
}

main .ivycat-post {
	margin-bottom: 50px !important;
}

main .ivycat-post.localloop {
	margin-bottom: 25px !important;
}

article {
	padding-bottom: 50px;
	border-bottom: 1px solid #222;
	margin-bottom: 50px;
}

main .ivycat-post h3 a, article h3 a, h2 a {
	color: #2b9bd5;
	text-decoration: none;
}

main .ivycat-post h3 a:hover, article h3 a:hover, h2 a:hover {
	color: #006da4;
}

main .ivycat-post .entry-summary, article .entry-summary {
	margin-bottom: 20px;
}

input[type="submit"] {
	text-decoration: none;
	color: #fff;
	padding: 10px 15px;
	background: #2b9ad6;
	background-image: none;
	height: auto;
	line-height: inherit;
	font-size: inherit;
	text-transform: none;
}

input[type="submit"]:hover {
	background-image: none;
	background-color: yellow;
	color: #fff;
}

main .wpb_video_widget .wpb_video_wrapper>div {
	position: inherit !important;
}

main .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
	padding-top: 0 !important;
}

header {
	background: #fff;
}

header .menuColumn {
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

header .menuColumn ul {
	padding: 0;
	list-style: none;
	display: table;
	margin: 0 auto;
}

header .menuColumn ul li {
	margin: 0;
	padding: 0;
	float: left;
}

header .menuColumn ul li:not(:last-of-type) {
	margin-right: 2px;
}

header .menuColumn ul li a {
	display: block;
	margin: 0;
	padding: 15px;
	text-decoration: none;
	color: #191919;
	text-transform: uppercase;
}

header .menuColumn ul li:hover > a, header .menuColumn ul li.current-menu-item > a,
header .menuColumn ul li.current-page-ancestor > a {
	color: #fff;
	background: #135e93;
}

header .relativePosition {
	position: relative;
}

header .logoColumn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

header .menuColumn {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
	padding: 0 100%;
	margin: 0 -100%;
}

main {
	background: #fff;
	padding: 40px 0;
}

footer .rightMenu {
	position: absolute;
	top: 0;
	right: 0;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul li {
	margin: 0;
	padding: 0;
	float: left;
}

footer ul li:not(:last-of-type) {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #383838;
}

footer ul li a {
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
	border: 0;
	border-radius: 3px;
	color: #fff;
	background-color: #427ea9;
	padding: 10px 25px;
	background-image: none;
	font-size: 1.6rem;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-danger {
	border: 0;
	border-radius: 3px;
	color: #fff;
	background-color: #e13337;
	padding: 10px 50px;
	background-image: none;
	font-size: 1.4rem;
}

.wpcf7-form input.wpcf7-text, .wpcf7-form textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	margin-bottom: 0px;
	width: 100%;
	height: 34px;
	padding: 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.wpcf7-form textarea {
	min-height: 130px;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
	display: block;
	float: left;
	margin: 2px 10px 0 0;
}

.wpcf7-form span.wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
	display: block;
	float: left;
	width: calc(100% - 25px);
}

div.wpcf7 .wpcf7-submit {
	background-color: #427ea9;
	background-image: -moz-linear-gradient(center top , #427ea9, #427ea9);
	background-repeat: repeat-x;
	border: 1px solid #427ea9;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42857;
	padding: 5px 35px;
	cursor: pointer;
	display: table;
}

div.wpcf7 .wpcf7-submit:disabled {
	background-color: #ededed;
	color: #000;
}

.div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}

.width100 {
    width: 100%;
}

.k_head {
    color: #135e93;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

.bg_grey2 {
    background: #f4f3ee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.txcenter {
    text-align: center !important;
}

.tborder {
    border-left: 30px solid #FFF;
    border-bottom: 10px solid #FFF;
}

.fweight100 {
    font-weight: 100;
}

.font16 {
    font-size: 16px;
}

.lastchild:last-child {
    background: #D4E0ED;
    border-top: 10px solid #FFF;
    font-weight: 600;
}

.tborder2 {
    border-left: 30px solid #FFF;
}

th:last-child, td:last-child {
	padding-right: 15px;
}

th:first-child, td:first-child {
	padding-left: 15px;
}

.text16 {
    font-size: 16px;
}

main ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;

	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 30px;

}

main ul li {
	margin: 0;
}

.alignright {
	float: right;
}

main a {
  color: #428bca;
  text-decoration: none;
}

main a:hover, main a:focus {
	color: #2a6496;
	text-decoration: underline;
}

main .loop-date .entry-date {
	font-weight: 700;
	color: #135E93;
}

main ul.f3-widget-paginator {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.f3-widget-paginator li {
	float: left;
}

.f3-widget-paginator li:not(:last-of-type) {
	margin-right: 15px;
}

.slick-track .slick-slide {
	margin-right: 15px;
	margin-left: 15px;
}

.tdt-slider.slick-slider .slick-arrow {
	background: #878787 !important;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.tdt-slider.slick-slider .slick-prev {
	left: -30px !important;
}

.tdt-slider.slick-slider .slick-next {
	right: -30px !important;
}

.tdt-slider.slick-slider .slick-arrow:before {
	position: relative;
	left: 2px;
	bottom: 1px;
	display: block !important;
}

.tdt-slider.slick-slider .slick-arrow.slick-prev:before {
	left: 0;
}
