/*
Theme Name: ubeo-theme
Theme URL: http://www.ubeo.ca
Description: Custom theme developped by Ubeo
Version: 2.0.0
Author: Ubeo team
Author URL: http://www.ubeo.ca/
Details URI: http://www.ubeo.ca/
Tags: ubeo design wordpress
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre,
a, a img, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, input, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin:0;padding:0;border:0;font-size:100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:'';content:none; }
table { border-collapse:collapse;border-spacing:0; }
::-moz-selection { background:#ccc;color:#000;text-shadow:none; }
::selection      { background:#ccc;color:#000;text-shadow:none; }
html { -webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden; }
body { -webkit-font-smoothing:antialiased;overflow-x:hidden; }
img { max-width:100%;height:auto;vertical-align:middle;border:0;outline:0; }
sup { font-size:0.7em;line-height:0.7em;}
/*------------------------------------------------------------------------*\
    Generic styles
\*------------------------------------------------------------------------*/
.bold { font-weight:bold !important; }
.normal { font-weight:normal !important; }
.italic { font-style:italic !important; }
.text_uppercase { text-transform:uppercase !important; }
.text_lowercase { text-transform:lowercase !important; }
.text_left { text-align:left !important; }
.text_right { text-align:right !important; }
.text_center { text-align:center !important; }
.text_justify { text-align:justify !important; }
.floatL { float:left; }
.floatR { float:right; }
.pos_rel { position:relative; }
.margB_0 { margin-bottom:0 !important; }
.margB_3 { margin-bottom:3px !important; }
.margB_10 { margin-bottom:10px !important; }
.margB_25 { margin-bottom:25px !important; }
.margB_35 { margin-bottom:35px !important; }
.margB_50 { margin-bottom:45px !important; }
.valignM { vertical-align:middle !important; }
.clearfix:before, .clearfix:after { content:"";display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }
.clear { clear:both;float:none !important; }
.top_td td { vertical-align:top; }
.bottom_td td { vertical-align:bottom; }
.for_print { display:none; }
/*------------------------------------------*\
    Form elements
\*------------------------------------------*/
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	-webkit-appearance: none;
	-moz-appearance: none;
    outline: none;
	background: #fff;
	width: 96%;
	min-height: 24px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 2%;
	webkit-box-shadow: inset 0 4px 12px #e9e9e9;
	-moz-box-shadow: inset 0 4px 12px #e9e9e9;
	box-shadow: inset 0 4px 12px #e9e9e9;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea {
	resize: none;
	height: 80px;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: #999999;
	-webkit-box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #c0c0c0;
	-moz-box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #c0c0c0;
	box-shadow: inset 0 1px 1px #e9e9e9, 0 0 6px #c0c0c0;
}
select {
	width: 100%;
	padding: 8px 0;
	text-indent: 2px;
	background: #fff url(images/arrow_select.png) right center no-repeat;
}
select::-ms-expand {
	display: none;
}
select optgroup {
	background: #f4f4f4;
}
select option {
	background: #fff;
}
.form_button {
	display: inline-block;
	padding: 4px 16px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#e6e6e6', GradientType=0);
	-webkit-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.form_button:hover {
	color: #008C8D;
	border: 1px solid #b1b1b1;
	background-color: #d0d0d0;
	background-image: -moz-linear-gradient(top, #ffffff, #d0d0d0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d0d0d0));
	background-image: -webkit-linear-gradient(top, #ffffff, #d0d0d0);
	background-image: -o-linear-gradient(top, #ffffff, #d0d0d0);
	background-image: linear-gradient(to bottom, #ffffff, #d0d0d0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d0d0d0', GradientType=0);
}
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
span.wpcf7-not-valid-tip, label.error {
    color: #C00 !important;
    font-size: 12px !important;
	line-height: 14px !important;
}
select.error, input.error, textarea.error,
select.wpcf7-not-valid, input.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border: solid 1px #C00 !important;
}
div.wpcf7-response-output {
	margin: 2em 0 1em !important;
	font-size: 13px;
	line-height: 19px;
}
.wpcf7-submit {
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.form_left, .form_right, .form_full {
	padding-bottom: 15px;
}
/*------------------------------------------------------------------------*\
    Phone
    #008C8D
    #6FBDBE
    #0A2342
\*------------------------------------------------------------------------*/
body {
	font: 15px/20px "canada-type-gibson", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.25px;
	color: #0A2342;
	background: #fff;
}
h1 {
	font-family: museo-sans-rounded, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}
h3 strong {
	display: inline-block;
	padding: 4px 22px 6px;
	color: #fff;
	font-weight: 500;
	background: #008C8D;
}
h3 strong a {
	color: #fff;
}
h3 strong a:hover {
	color: #6FBDBE;
}
h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 7px;
}
h5 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 7px;
}
p, hr, ul, ol {
	margin: 0 0 25px 0;
}
ul, ol {
	padding: 0 0 0 16px;
}
li {
	margin: 0 0 9px 0;
}
hr {
	height: 1px;
	border: none;
	background: #ccc;
}
a {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	color: #008C8D;
	text-decoration: none;
}
a:hover {
	color: #151419;
}
.purple {
	color: #008C8D;
}
.beige {
	color: #6FBDBE;
}
/*------------------------------------------*\
    Head
\*------------------------------------------*/
#head_bar {
	display: block;
	width: 100%;
	border-bottom: solid 1px #6FBDBE;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	z-index: 90;
}
#head_bar_purple {
	padding: 13px 6% 11px;
	color: #fff;
	background: #6FBDBE;
}
#head_bar_white {
	padding: 7px 6%;
	color: #0A2342;
	background: #fff;
}
#head_bar_purple strong, #head_bar_white strong {
	font-weight: 400;
}
#head_bar_purple em, #head_bar_white em {
	font-style: normal;
}
#head_bar_purple em {
	display: block;
	padding-top: 11px;
	white-space: nowrap;
	overflow: hidden;
	color: #0A2342;
}
#head_bar_white em {
	float: right;
	font-size: 12px;
}
/*------------------------------------------*\
    Menu
\*------------------------------------------*/
#menu_switch {
	color: #fff;
	position: absolute;
	cursor: pointer;
	position: absolute;
	top: -3px;
	right: 0;
	z-index: 91;
}
#menu {
	display: none;
	border-bottom: solid 1px #081b33;
	background: #0A2342;
}
#menu a {
	display: block;
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	padding: 11px 6%;
	border-top: solid 1px #081b33;
}
#menu a.page_on {
	color: #6FBDBE;
}
#menu a:first-child {
	border-top: none;
}
#menu a:hover {
	color: #6FBDBE;
}
.nav-mobile {
	display: block;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 36px;
	height: 36px;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.nav-mobile:focus {
	outline: none;
}
.nav-mobile span {
	display: block;
	width: 36px;
	position: absolute;
	top: 17px;
	right: 0;
	height: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}
.nav-mobile span::before,
.nav-mobile span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	content: "";
}
.nav-mobile span::before {
	top: -9px;
}
.nav-mobile span::after {
	bottom: -9px;
}
/*-------------------------------*\
\*-------------------------------*/
.nav-mobile--htx {
	background-color: transparent;
}
.nav-mobile--htx span {
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.nav-mobile--htx span::before,
.nav-mobile--htx span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}
.nav-mobile--htx span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.nav-mobile--htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}
/*-------------------------------*\
\*-------------------------------*/
.nav-mobile--htx.is-active {
	background-color: transparent;
}
.nav-mobile--htx.is-active span {
	background: none;
}
.nav-mobile--htx.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-mobile--htx.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-mobile--htx.is-active span::before,
.nav-mobile--htx.is-active span::after {
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
/*-------------------------------*\
\*-------------------------------*/
.main_banner {
	position: relative;
	background: #0A2342 url(images/circles_beige.png) center center no-repeat;
	background-size: auto auto;
	-webkit-background-size: auto 200%;
	-moz-background-size: auto 200%;
	-o-background-size: auto 200%;
	background-size: auto 200%;
}
.main_banner .banner_text_tbl {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.main_banner .banner_text_tbl td {
	width: 96%;
	height: 26vw;
	padding: 0 2%;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.main_banner_smaller.main_banner .banner_text_tbl td {
	height: 17vw;
}
.main_banner_smaller.main_banner .banner_text_tbl td h4 {
	margin-bottom: 0;
}
.mask_filtre {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.00) 0%, rgba(0,0,0,0.22) 59%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.22) 59%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.22) 59%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	z-index: 3;
}
.extra_text {
	display: block;
	padding-top: 12px;
	font-size: 0.8em;
}
/*-------------------------------*\
\*-------------------------------*/
.main_content {
	padding: 30px 6%;
}
#four_boxes, .grey_box {
	padding: 12px;
	background: #efefef;
}
.grey_box {
	padding-bottom: 2px;
	margin-bottom: 25px;
	border: solid 1px #666;
}
.one_box {
	width: 46%;
	padding: 12px 2%;
	text-align: center;
	float: left;
}
.one_box:nth-child(3) {
	clear: left;
}
#vues, #visites, #lectures, #interactions {
	display: none;
}
.link_list span {
	white-space: nowrap;
	margin-left: 4px;
}
.target-element {
	width: 96%;
	padding: 8px 2% 16px;
	height: 100vw;
	overflow: auto;
	border: solid 1px #ccc;
	margin-bottom: 60px;
}
.target-element .desktop_left_sidebar {
	display: none !important;
}
.video_box .textwidget {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#footer {
	padding: 0 6% 20px;
	font-size: 12px;
}
#footer .pos_rel {
	padding-top: 12px;
	border-top: solid 1px #ccc;
}
/*-------------------------------*\
\*-------------------------------*/
.target-element h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0.25px;
	text-rendering: optimizeLegibility;
	margin-bottom: 20px;
}
.target-element .btn_purple_square_wrapper {
	display: inline-block;
	margin-bottom: 30px;
}
.social_custom {
	position: relative;
	top: 0;
	display: inline-block;
	float: left;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 39px;
	margin-right: 12px !important;
	margin-bottom: 12px;
	border-radius: 30px !important;
	background: #0A2342 !important;
}
.share_wrapper a i.fa {
	color: #fff;
	font-size: 18px;
	line-height: 42px;
}
.height_20 {
	display: block;
	height: 20px;
}
.addthis_inline_share_toolbox, .partage_text {
	display: none;
}
#side_gallery {
	padding-top: 40px;
	max-width: 370px;
	margin-bottom: 20px;
}
.bx-wrapper {
	position: relative;
	margin: 0px !important;
	padding: 0px !important;
	*zoom: 1;
}
#amis_galerie {
	padding-left: 0;
	list-style: none;
}
.bx-wrapper .bx-prev {
	left: 10px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background: #0A2342 url(images/left2x.png) center center no-repeat;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	-ms-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
	background: #0A2342 url(images/left.png) center center no-repeat\9;
}
.bx-wrapper .bx-prev {
	left: 25%;
	background: #0A2342 url(images/charset_left_white.png) 13px center no-repeat;
	-webkit-background-size: 14px 22px;
	-moz-background-size: 14px 22px;
	-o-background-size: 14px 22px;
	background-size: 14px 22px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 20px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 9999;
}
.slider_arrows_left_right .bx-controls-direction {
	position: absolute;
	left: 0;
	top: -60px;
	width: 100%;
	height: 42px;
	background: url(images/grey_pale_line.png) right center no-repeat;
}
.slider_arrows_left_right .bx-wrapper .bx-controls-direction a {
	top: 0;
	bottom: auto;
	width: 36px;
	height: 36px;
	border: solid 3px #008C8D;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	z-index: 3;
}
.slider_arrows_left_right .bx-wrapper .bx-controls-direction a {
	top: 0;
	bottom: auto;
	width: 36px;
	height: 36px;
	border: solid 3px #008C8D;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	z-index: 3;
}
.slider_arrows_left_right .bx-wrapper .bx-prev {
	left: auto;
	right: 52px;
	background: none;
}
.slider_arrows_left_right .bx-wrapper .bx-next {
	right: 0;
	background: none;
}
.btn_img_left_1, .btn_img_left_2, .btn_img_left_3 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.btn_img_left_2, .btn_img_left_3 {
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 2;
}
.bx-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
}
.slider_arrows_left_right .bx-wrapper .bx-prev:hover {
	border: solid 3px #6FBDBE;
}
.slider_arrows_left_right .bx-wrapper .bx-next:hover {
	border: solid 3px #6FBDBE;
}
a:hover .btn_img_left_1 {
	filter: alpha(opacity=0);
	opacity: 0;
}
a:hover .btn_img_left_2 {
	filter: alpha(opacity=100);
	opacity: 1;
}
.tbl_slide_position {
	width: 100%;
}
.tbl_slide_position td {
	width: 100%;
	height: 22vw;
	text-align: center;
	vertical-align: middle;
}
.tbl_slide_position td img {
	margin-left: auto;
	margin-right: auto;
	max-height: 100%;
}
/*-------------------------------*\
\*-------------------------------*/




@media screen and (min-width: 768px) {
	.half_left {
		float: left;
		width: 48%;
	}
	.half_right {
		float: right;
		width: 48%;
	}
	.third_left {
		float: left;
		width: 34%;
	}
	.two_third_right {
		float: right;
		width: 62%;
	}
	.main_banner .banner_text_tbl td {
		height: 22vw;
	}
	.main_banner_smaller.main_banner .banner_text_tbl td {
		height: 14vw;
	}
	.main_banner .banner_text_tbl td h4 {
		font-size: 4vw;
		line-height: 1.3em;
	}
}








@media screen and (min-width: 1002px) {
	body {
		font: 17px/22px "canada-type-gibson", sans-serif;
	}
	#head_bar, .main_banner {
		margin-bottom: 40px;
	}
	.main_banner .banner_text_tbl td {
		height: 200px;
	}
	.main_banner_smaller.main_banner .banner_text_tbl td {
		height: 120px;
	}
	.main_banner .banner_text_tbl td {
		font-size: 2vw;
	}
	.main_banner .banner_text_tbl td h4 {
		font-size: 3.6vw;
	}
	#head_bar_purple {
		padding: 10px 4% 8px;
	}
	#head_bar_white {
		padding: 9px 4%;
	}
	#head_bar_purple em {
		padding-top: 0;
		white-space: normal;
		float: right;
		font-size: 19px;
		line-height: 39px;
	}
	#head_bar_white em {
		font-size: 17px;
	}
	#menu_switch {
		display: none;
	}
	#menu {
		display: block !important;
		width: 26%;
		float: left;
		margin-left: 4%;
	}
	.main_content, .main_banner {
		padding: 0;
		width: 62%;
		float: right;
		margin-right: 4%;
	}
	#footer {
		padding: 16px 4% 24px;
		clear: both;
		font-size: 14px;
	}
	/*-------------------------------*\
	\*-------------------------------*/
	.desktop_left_large_sidebar, .desktop_left_large_sidebar.desktop_left_sidebar {
		width: 46%;
		float: left;
		display: block;
	}
	.desktop_right_main_small {
		width: 52%;
		float: right;
		clear: right;
	}
}



@media screen and (min-width: 1160px) {
	.one_box {
		width: 21%;
		padding: 12px 2%;
	}
	.one_box:nth-child(3) {
		clear: none;
	}
	.grey_box {
		padding: 20px;
	}
}



@media screen and (min-width: 1400px) {
	h1 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 22px;
	}
	h2 {
		font-size: 23px;
		line-height: 29px;
		margin-bottom: 27px;
	}
	h3 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 34px;
	}
	h3 strong {
		padding: 8px 28px 10px;
	}
	h4 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 12px;
	}
	h5 {
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 13px;
	}

	.main_banner .banner_text_tbl td {
		font-size: 1.4vw;
	}
	.main_banner .banner_text_tbl td h4 {
		font-size: 2.4vw;
	}
	#menu {
		width: 21%;
		margin-left: 7%;
	}
	.main_content, .main_banner {
		width: 61%;
		margin-right: 7%;
	}
	#head_bar_purple {
		padding: 18px 7% 16px;
	}
	#head_bar_white {
		padding: 12px 7%;
	}
}