/*
Theme Name: CYANd
Author: M.S
*/
@charset "UTF-8";
html,body {
    color: #656565;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,, sans-serif;
    font-weight: 500;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    font-size: 14px
}
body{
    background-color: #c9caca;
    background-image: url('img/bg_noise_big.png');
    background-repeat:no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-size: cover;
}
.colored{
    background: #00a0e9;
    color:#fff;
}
b, strong, .bold{
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,, sans-serif;

}
ul{
    list-style: none;
}
img{
	width: 100%;
    height: auto;
}
table {
    width: 100%;
}
h1 img {
    max-width: 70px;
}
h2 {
    font-size: 25px;
    font-family: 'DM Sans';
    letter-spacing: 1px;
}
h2 span {
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,, sans-serif;
    font-size: 15px;
}
h3 {
    font-size: 20px;
    margin: 1em 0px 0.5em;
}
h4 {
    font-size: 18px;
    margin: 1em 0;
    font-weight: bold;
}
h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 1em;
}
h5 span {
    font-size: 13px;
    margin-left: 1em;
}
p {
    font-size: 14px;
}
time {
    font-family:'DM Sans';
    font-size: 13px;
    margin-bottom: 1em;
    display: block;
}
a,a:hover{
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
a:hover{
    color: #00a0e9;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
a.box_link {
    color: #00a0e9;
    font-size: 14px;
    border: #00a0e9 1px solid;
    padding: 5px 15px;
    margin: 1em 0;
    display: inline-block;
}
a.box_link:hover {
    color: #fff;
    background: #00a0e9;
}
button{
    outline: 0;
    text-decoration: none;
}
button:focus {
    outline:0;
}
a.align_center.box_link {
    margin: 30px auto;
}
.underbar_link {
    margin-bottom: 2em;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(#fff, #fff),
    linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)),
    linear-gradient(#00a0e9, #00a0e9);
    background-size: 20px 2px, 100% 2px, 0 2px;
    background-position: calc(20px * -1) 100%, 100% 100%, 0 100%;
    background-repeat: no-repeat;
}
#service .underbar_link {
    color: #656565;
    background-image: linear-gradient(#656565, #656565), linear-gradient(rgb(101, 101, 101), rgb(101, 101, 101)), linear-gradient(#00a0e9, #00a0e9);
}
.underbar_link:hover{
    background-size: 20px 2px, 0 2px, 100% 2px;
    background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
}
#service .underbar_link:hover {
    color: #00a0e9;
}
.v_center{
    display: table;
    height: 100%;
    width: 100%;
    z-index: 100;
    position: relative;
}
.v_center .v_center_wrap{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
figcaption {
    font-size: 12px;
    color: #FFF;
}
/*-----------Loading Box-------*/
#loading {
    width: 100vw;
    height: 100vh;
}
.loading_box img {
    width: 55px;
}
#loading.out {
    opacity: 0;
    display: none !important;
}
/*------------NAV--------------*/
.e-hidden {
    overflow: hidden;
}
.general_nav {
    height: 70px;
    width: 100%;
    position: fixed;
    z-index: 1000;
}
.main_nav {
    padding: 0 15px;
}
.main_nav h1 {
    text-align: left;
    font-size: 19px;
    line-height: 70px;
    margin: 0;
    display: inline-block;
}
.main_nav h1 img{
    width: 36px;
}
.nav_list.header {
    display: inline-block;
    margin-left: 2em;
}
.main_nav .nav_list.header a {
    color: #fff;
}
.main_nav .nav_list.header a:hover {
    color:#00a0e9;
}
nav ul {
    list-style: none;
    /* max-width: 600px; */
    margin: 0 auto;
}
nav ul.tribe-events-sub-nav{
    max-width: none;
}
.main_nav li {
    display: inline-block;
    padding: 0 5px;
    line-height: 100px;
}
li.wrapped.top_border {
    border-top: 1px solid #fff;
}
.main_nav li a {
    color: #595757;
}
.main_nav li.twitter_link a {
    color: #38A1F3;
}
.main_nav li a:hover {
    color: #43B149;
}
.main_nav li.twitter_link a:hover {
    color: #4267b2;
}
.main_nav #menu-menu_right {
    text-align: right;
}
.nav_online {
    text-align: center;
    height: 35px;
    width: auto;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out,left 0s,right 0s;
    cursor: pointer;
    z-index: 3;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    top: 48%;
    right: 18px;
    position: absolute;
    color: #fff;
    background: #D95B4C;
    padding: 7px 12px 10px;
    font-size: 14px;
    border-radius: 3.5px;
}
.nav_online a {
    color: #fff;
}
.nav_online a:hover {
    color: #000;
}
.navicon {
    height: 25px;
    width: 25px;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out,left 0s,right 0s;
    cursor: pointer;
    z-index: 3;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    top: 45px;
    right: 30px;
    position: absolute;
}
.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.navicon span:nth-child(1) {
    top: 0;
    background:#00a0e9;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navicon span:nth-child(2) {
    top: 7px;
    background: #00a0e9;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navicon span:nth-child(3) {
    top: 14px;
    background: #00a0e9;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.nav-open .navicon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
}
.nav-open .navicon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.nav-open .navicon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 0;
}
.menu_mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}
.menu_mobile__holder {
    min-height:100vh;
    height: auto;
    overflow: auto;
    position: relative;
}
.menu_mobile__fader {
    background: #000;
    opacity: 0.95;
}
.menu_mobile_list ul li a {
    color: #fff;
}
button {
    color: #fff;
    outline: none;
    display: block;
    position: relative;
    cursor: pointer;
}
button .wrapped.t-white {
    cursor: pointer;
}
.menu_mobile_list {
    position: relative;
    left: 50vw;
    transform: translate(-50%);
    width: 80%;
    text-align: center;
    padding: 60px 0;
    min-height: 100vh;
    height: auto;
}
.menu_mobile_list ul li a {
    font-size: 15px;
    line-height: 40px;
}
.menu_mobile_list ul li.twitter_link a {
    color: #38A3F7;
}
.menu_mobile_list ul li a:hover {
    color: #595757;
}
.menu_mobile_list ul li.twitter_link a:hover {
    color: #4267b2;
}
.menu_mobile_list ul#menu-general {
    position: relative;
}
.wrap {
    display: flex;
    justify-content: space-between;
}
.e-wvw {
    width: 100vw;
}
.e-hvh {
    height: 100vh;
}
.e-abs {
    position: absolute;
}
.e-wp {
    width: 100%;
}
.e-hp {
    height: 100%;
}
.w-90fix{
    flex: 0 0 90px;
    padding: 0;
}
.menu_mobile__back {
    top: 5px;
    right: 15px;
    font-size: 15px;
    padding: 5vw;
    z-index: 100;
}
nav hr {
    border-color: #fff;
    max-width: 300px;
    margin: 1rem auto;
}
.twitter_link {
    display: inline-block;
    margin: 1rem 15px;
}
/*-----------Arrows------------*/
#scroll-down {
    display: block;
    padding-top: 14px;
    text-align: center;
    position: absolute;
    bottom: 10px;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 17px;
    height: 20px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    border-top: 2px solid #00a0e9;
    border-right: 2px solid #00a0e9;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #00a0e9;
    font-family: 'DM sans';
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(-90deg);
    position: absolute;
    top: -36px;
    left: -11px;
    font-size: 12px;
    font-weight: bold;
}
#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 30px;
    background: #00a0e9;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
/*------------TOP--------------*/
#wrapper{
    display: none;
    height: 100%;
    -webkit-overflow-scrolling: touch
}
.hero {
    padding: 0 30px;
}
h2.main_copy {
    color: #fff;
    font-size: 70px;
    font-size: 5VW;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo, sans-serif;
}
h2.main_copy span {
    display: block;
    font-weight: normal;
    font-size: 25px;
    font-size: 2vw;
    color: #00a0e9;
    letter-spacing: 0;
}
.hero .vertical {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.hero .vertical img {
    height: 100%;
    width: auto;
}
.inviews{
  opacity:0;
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.delay{
    animation-delay: 0.3s;
}
.delay_1{
    animation-delay: 0.5s;
}
.delay_2{
    animation-delay: 0.7s;
}
.delay_3{
    animation-delay: 1s;
}
.delay_4{
    animation-delay: 2s;
}
section{
    position: relative;
}
.home section {
    padding: 100px 30px;
}
section h2 {
    font-size: 40px;
    letter-spacing: 0;
    color: #00a0e9;
}
section.colored h2 {
    color: #FFF;
}
section h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 2rem 0;
}
section#service h3 {
    color: #656565;
}
section.colored h3 {
    color: #c9caca;
}
.home section .top_section_title,
.home section .top_section_body {
    z-index: 10;
    position: relative;
}
.home section .top_section_body p {
    font-size: 17px;
    color: #00a0e9;
    line-height: 1.8em;
    font-weight: bold;
}
#line_circle {
    display: flex;
    position: absolute;
    top: 0;
    right: -50px;
    width: 500px;
}
#filled_circle {
    animation-duration: 1s;
    position: absolute;
    top: 150px;
    right: 15%;
}
#filled_circle>div {
    width: 350px;
    height: 350px;
    background: rgba(0,160,233,0.1);
    border-radius: 50%;
}
#filled_white_circle {
    animation-duration: 1s;
    position: absolute;
    top: -60px;
    left: -150px;
}
#filled_white_circle>div {
    width: 500px;
    height: 500px;
    background: rgba(255,255,255,1);
    border-radius: 50%;
}
.diagonal:after {
  content: '';
  display: none;
  position: absolute;
  left:0;
  top:-14vh;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #00a0e9;
  border-bottom: 60px solid #00a0e9;
}
.member_list figure {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    max-width: 250px;
    margin: 0 auto 2rem;
}
.member_list {
    max-width: 800px;
    margin: 0 0 0 auto;
}
.profile {
    margin-bottom: 15px;
}
.profile h4 {
    margin: 0.5rem 0 1rem;
}
p.role {
    margin: 0;
    font-size: 15px;
}
#btn-close-modal {
    position: relative;
    width: 100%;
    text-align: center;
    width: 50px;
    margin: 40px auto;
    cursor: pointer;
}
.modal_content {
    max-width: 600px;
}
/*--------------PAGE------------*/
#page {
    padding: 120px 0;
}
#page {
    padding: 120px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
/*-------------Single-----------*/
#single {
    padding: 120px 0;
}
#single p a {
    background: #ddd;
    padding: 0.3em 1em;
    display: inline-block;
    margin: 1em 0;
}
#single p a:before {
    content: '\f0c6';
    font-family: Font Awesome\ 5 Pro;
    font-size: 13px;
    margin-right: 1em;
    color: #aaa;
}
.text_bloc {
    max-width: 560px;
    margin: 0px auto 60px;
    width: 100%;
}
.insert_img {
    float: left;
    width: 290px;
    margin: 10px 25px 25px -125px;
}
.break_out {
    width: 100VW;
    position: relative;
    left: calc(-1 *(100vw - 100%)/2);
}
.break_out.large_img{
    width: 60VW;
    position: relative;
    left: calc(-1 *(60vw - 100%)/2);
}
/*----------CONTACT----------*/

.contactforms {
    padding: 30px 0 0;
}
h3+.formbloc {
    padding: 30px 0 0;
}
.wpcf7-form h3 {
    font-weight: normal;
    margin: 0;
}
.wpcf7-form h3 {
    font-family: "DIN";
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wpcf7-form .formbloc h3 {
    font-family: 游ゴシック, YuGothic, Arial, Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
}
.wpcf7-form span.required {
    color: #f00;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #f00;
}
span.req {
    color: #f00;
    font-size: 12px;
    border: 1px solid #f00;
    padding: 3px 5px;
    margin-left: 1em;
}
.wpcf7-form p.form-row {
    position: relative;
}
.wpcf7-form label {
    color: #737373;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.22857em;
    margin-left: 1px;
    padding: 0 0.91667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    opacity: 1;
}
.wpcf7-form input{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form textarea {
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form select{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form .form-row.selectbox:after {
    content: "▼";
    position: absolute;
    top: 1.1em;
    right: 2.78571em;
    color: #aaa;
    font-size: 11px;
}
.wpcf7-form input[type="submit"] {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #aaa;
    background-color: #fff;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    margin-right: -5px;
    margin-left: -5px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.wpcf7-form input[type="submit"]:hover {
    background-color: #00a0e9;
    color: #fff;
}
div.wpcf7-response-output {
    border: none;
    padding: 0;
    font-size: 15px;
    margin: 0;

}
.colored_box {
    width: 90%;
    margin: 0 auto;
    background: #dee;
    padding: 45px;
}
.colored_box .wpcf7-form input[type="submit"] {
    background: #aaa;
}
/*-------------COMPANY----------*/
.wp-block-table {
    overflow-x: auto;
    padding: 30px 0;
}
.wp-block-table td {
    line-height: 40px;
    font-size: 17px;
    letter-spacing: 1px;
}
.wp-block-table td:first-child {
    font-size: 15px;
    color: #00a0e9;
}
/*--------------FOOTER---------*/
footer {
    display: none;
    position: relative;
    width: 100%;
    min-height: 450px;
    color: #fff;
    background: #666666;
    padding: 10px;
}
.footer_wrap {
    padding-top: 30px;
}
a.underbar_link.longline {
    position: relative;
    font-size: 20px;
    font-family: 'DM sans';
    width: 300px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
a.underbar_link.longline:after {
    content: '';
    top: 10px;
    right: 3px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
a.underbar_link.longline:hover:after{
    border-top: 2px solid #00a0e9;
    border-right: 2px solid #00a0e9;
}
.nav_list {
    display: flex;
    justify-content: flex-end;
}
.nav_list li {
    font-size: 17px;
    line-height: 34px;
    font-family: 'DM sans';
    letter-spacing: 0.5px;
}

footer p.blue {
    color: #00a0e9;
    font-family: 'DM sans';
    font-size: 15px;
}
address {
    position: absolute;
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    bottom: 5px;
    font-size: 12px;
}
.footer_icon {
    width: 20px;
    margin-right: 0.5rem;
}
/*--------------404-*-----------------*/
.error {
    text-align: center;
}
.error img {
    width: 150px;
    margin: 0 auto;
}
.error img.small_horn {
    width: 30px;
    margin-top: 45px;
}
.error h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'SWEETSANS';
    font-size: 14px;
}
ul.error_menu {
    border-right: 1px solid rgba(0,0,0,0.5);
}
ul.error_menu li a,
ul.error_menu_sub li a {
    font-size: 15px;
    line-height: 3em;
}

@media (max-width: 990px){
}
@media (max-width: 768px){
    .hero .vertical img {
        opacity: 0.5;
    }
    h2.main_copy {
        font-size: 35px;

    }
    h2.main_copy span {
        color: #656565;
        font-size: 18px;
        margin-top: 0.5rem;
    }
    section#member {
        padding-top: 30px;
    }
    section h3 {
        font-size: 18px;
        line-height: 1.8rem;
    }
    .home section .top_section_body p {
        font-size: 15px;
        line-height: 1.8rem;
    }
    #line_circle {
        top: 150px;
        right: -20%;
        width: 65VW;
    }
    #filled_circle {
        top: 300px;
        right: 1%;
    }
    #filled_circle>div {
        width: 50vw;
        height: 50VW;
    }
    #member h2 {
        margin-top: 3em;
    }
    .nav_list {
        display: flex;
        justify-content: flex-start;
    }
    .wp-block-table td {
        line-height: 24px;
        font-size: 17px;
        letter-spacing: 1px;
        display: block;
    }
    .wp-block-table td:first-child {
        line-height: 40px;
        font-size: 15px;
        color: #00a0e9;
        vertical-align: top;
    }

}
