/**
Theme Name: EN - MedMountains
Theme URI: https://sorvus.com/
Author: Sorvus Media
Version: 1.0.1
**/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=greek');
/**Reset**/
a, a:after, a:before{
	text-decoration:none;
	color:inherit;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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%;
	font: inherit;
	vertical-align: baseline;
}
table {border-collapse: collapse;border-spacing: 0;}
* { box-sizing: border-box;	-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
a {outline : none; color:inherit; text-decoration:none;}
a img {outline : none;}
img {border : 0; display:block;}
strong, b{	font-weight:600;}
::selection {
	background: #005c5d; /* WebKit/Blink Browsers */
	color:#fff;
}
::-moz-selection {
	color:#fff;
	background: #005c5d; /* Gecko Browsers */
}

/**
Variables
**/
body, html{
	padding:0;
	margin:0;
	background:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	-webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

body{
  padding-top:120px;
}

section{
	width:100%;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float:left;
	position:relative;
	
}

.wrapper{
	margin:0 auto;
	width:1000px;
	display:block;
	padding:0px;
}


p{
    font-size:1.2em;
    font-weight:300;
    line-height:1.8em;
    float:left;
    width:100%;
    margin-bottom:25px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    float:left;
    width:100%;
    margin-bottom:25px;
}

h1{
    font-weight:600;
    font-size: 2em;
}

h2{
    color:#0a4f6b;
    font-weight:600;
    font-size: 1.8em;
}

h3{
    color:#0a4f6b;
    font-weight:600;
    font-size: 1.7em;
}

h4{
    color:#323e48;
    font-weight:600;
    font-size: 1.6em;
}

h5{
    color:#000;
    font-weight:600;
    font-size: 1.5em;
}

h6{
    color:#000;
    font-weight:600;
    font-size: 1.4em;
}

.uppercase{
    text-transform: uppercase;
}

/**
Columns
**/
[class*="col-"] {
	float:left;
}	
.col-D {width:3.5%;height:10px;}
.col-0 {width:31%;}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-20 {width:20%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/** 
Floats & Aligns
**/
.txt-center{
	text-align:center;
}

.txt-left{
	text-align:left;
}

.txt-right{
	text-align:right;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.green{
    padding:60vh 0px;
    background: rgb(100,164,67);
    background: -moz-linear-gradient(180deg, rgba(100,164,67,1) 0%, rgba(24,57,7,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(100,164,67,1) 0%, rgba(24,57,7,1) 100%);
    background: linear-gradient(180deg, rgba(100,164,67,1) 0%, rgba(24,57,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#64a443",endColorstr="#183907",GradientType=1);
    position:relative;
    color:#fff;
}

/**
Header
**/
header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 9999;
    background:#fff;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
    
}

.follow{
   top:-120px; 
}

.header{
    background:#f6f7f8;
    padding:10px 0px;
    text-align:center;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15);
    z-index:999;
    position:relative;
}

.header{
	height:120px;
	overflow:hidden;
}
.header img{
    float:none;
    display:inline-block;
    height:100px;
}
 .logo-container {
      width: 100%;
      height: 120px;
    }
.logo{
    position:relative;
    background:#f6f7f8;
    
}

.header .wrapper{
    position:relative;
}
.language{
    position:absolute;
    top:0;
    right:0;
    z-index:99;
}

.language a{
    float:left;
    text-align:right;
    padding:10px;
    color:rgba(0,0,0,0.3);
}

.language a:hover{
    color:rgba(0,0,0,1);
    text-decoration: underline;
}
/**
Navigation
**/
.nav{
    border-bottom:1px solid #f6f7f8;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15);
	position:relative;
	z-index:998;
	text-align:center;
	height:45px;
}
#main_nav ul{
    padding:0px;
    margin:0px;
    list-style:none;
    float:none;
	display:inline-block;
	text-align:left;
}
#main_nav ul li {
	float: left;
	position: relative;
    border-right:1px solid #f6f7f8;
	
}

#main_nav ul li:last-child,
#main_nav ul ul li{
    border-right:none;
}

#main_nav ul li a {
    display:inline-block;
	text-decoration: none;
	padding:0px 20px;
    line-height:45px;
}

#main_nav ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	visibility: hidden;
	opacity: 0;
    
}

#main_nav ul ul li a{
	width:200px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15);
}

#main_nav ul ul ul {
	left: 100%;
	top: 0;
}

#main_nav li:hover, #main_nav li:hover li {
	background: #f6f7f8;
}

#main_nav li li:hover, #main_nav li li:hover li {
	background: #50a3a2;
    color:#fff;
}

#main_nav li li li:hover {
	background: #358483;
    color:#fff;
}

#main_nav li:hover > ul {
	visibility: visible;
	opacity: 1;
}

/**
Lower
**/
.lower img{
    width:100%;
    margin-top:100px;
}

.hero{
  padding:120px 0px 0px;
  background: #60b8cc;
    position:relative;
    color:#fff;
}

.hero .stripe{
	margin-top:50px;
}

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:1;
    overflow: hidden;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  border-radius:100%;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(600deg);
            transform: translateY(-1000px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(600deg);
            transform: translateY(-1000px) rotate(600deg);
  }
}

.hero .wrapper{
    z-index:10;
    position:relative;
}

.hero1{
    font-weight:900;
    font-size:2em;
    letter-spacing: 0.1em;
    text-shadow: -2px 2px rgba(0,0,0,0.2);
}

.hero2{
    font-weight:900;
    font-size:3em;
    letter-spacing: 0.1em;
    text-shadow: -2px 2px rgba(0,0,0,0.2);
    padding:10px 10% 40px;
}

.hero3{
    font-weight:300;
    font-size:1.8em;
    letter-spacing: 0.1em;
    padding:10px 10% 40px;
}

.hero4{
    font-weight:900;
    font-size:3em;
    letter-spacing: 0.1em;
    text-shadow: -2px 2px rgba(0,0,0,0.2);
    padding:10px 10% 0px;
}

.hero5{
    font-weight:900;
    font-size:1.2em;
    letter-spacing: 0.1em;
}

.participation_cta{
    padding:25px 0px;
    background:#0f4b4e;
    color:#fff;
    font-weight:900;
    letter-spacing: 0.1em;
    font-size:1.7em;
}

.participation_cta a{
    clear:both;
    float:none;
    width:100%;
    font-size:0.7em;
    font-weight:300;
    display:inline-block;
    width:auto;
    margin-top:15px;
    padding:10px 20px;
    background:#fff;
    color:#0f4b4e;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15);
}

.participation_cta a:hover{
    background:yellow;
    color:#000;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.4)
    -moz-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.4)
    box-shadow:0px 15px 15px 0px rgba(0,0,0,0.4);
}

/**
Logo Slider
**/
.org-container{
	position:relative;
	width:100%;
	overflow:hidden;
	padding:5px;
}

.section_title{
    padding:20px 0px 30px;
    font-size:1.4em;
    font-weight:300;
}

.organizers{
    padding:50px 0px;
    border-bottom:1px solid #f6f7f8;
}

.sup-logo img{
    width:80%;
    height:auto;
    display:inline-block;
}

.sup-logo{
    border:1px solid #f6f7f8;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15);
}

.sup-title{
    padding:15px;
    font-weight:300;
    font-size:0.8em;
    line-height:1.4em;
}

.about{
    padding:80px 0px;
}

.about .wrapper{
    display:inline-block;
    position:relative;
}

.half_white{
    background:#fff;
    padding:20px 30px;
}

.about .wrapper{
    text-align:left;
}

.section_text p{
    font-size:0.9em;
    line-height:2em;
}

.btn_more{
    font-size:0.9em;
    font-weight:700;
}
.btn_more i{
    margin-right:2px;
    color:#50a3a2;
}

.btn_more:hover{
    color:#50a3a2;
}

/**
Tabs
**/
.programme{
    text-align:left;
    background:#f6f7f8;
    padding:40px 0px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
}

ul.tabs li {
	float: left;
	cursor: pointer;
    width:25%;
    padding:25px 15px;
    background:rgba(255,255,255,0.2);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

ul.tabs li span{
    font-size:1.6em;
    font-weight:300;
    color:#50a3a2;
}

ul.tabs li div{
    font-size:1.1em;
    font-weight:700;
    padding:5px 0px;
}

ul.tabs li:hover,
ul.tabs li.active {
	background-color: #50a3a2;
	color: #fff;
	display: block;
}

ul.tabs li:hover span,
ul.tabs li.active span {
	color: #fff;
}

.tab_container {
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 20px 15px;
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 880px) {
	.tabs {
		display: none;
	}
.tab_drawer_heading {
    margin: 0;
    padding:25px 15px;
    background:rgba(0,0,0,0.05);
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #50a3a2;
}


.tab_drawer_heading span{
    font-size:1em;
    font-weight:300;
    color:#50a3a2;
}


.tab_drawer_heading div{
    font-size:0.8em;
    font-weight:700;
    padding:5px 0px;
}

.d_active {
	background-color: #50a3a2;
	color: #fff;
	display: block;
    margin-bottom:20px;
}
.d_active  span {
	color: #fff;
}
}

.tab_section{
    padding:15px 0px;
    margin-bottom:10px;
    border-bottom: 1px solid #f6f7f8;
    font-size:1.2em;
    border-left:5px solid #338281;
    background:#50a3a2;
    color:#fff;
    padding-left:10px;
}

.tab_section_text{
    padding-bottom:0px;
}

.tab_content p{
    font-size:1em;
}

.tab_sub_section{
    font-weight:700;
    padding:10px 10px;
    background:#f6f7f8;
    margin-bottom:10px;
	margin-top:15px;
}

.tab_sub_section i{
    color:#50a3a2;
    margin-right:10px;
}

.tab_sub_section_time{
    color:#50a3a2;
    text-align:center;
    font-weight:700;
    line-height:1.8em;
}

.tab_sub_section_content p{
    margin-bottom:0px;
}

.tab_sub_section_content{
    margin-bottom:25px;
}

.tab_section_questions{
    padding:15px 0px;
    text-align:center;
    background:#f6f7f8;
    font-weight:700;
}

.tab_section_questions span{
    color:#50a3a2;
    padding-right:10px;
}

.tab_section_break{
    text-align:center;
    padding:25px 0px;
    background:#50a3a2;
    color:#fff;
    margin-bottom:15px;
}

.tab_section_break_icon{
    font-size:4em;
}

.tab_section_break_title{
    font-weight:700;
    letter-spacing: 0.1em;
}

.tab_section_break_time{
    font-weight:300;
    padding:5px 0px 0px;
}

/**
Committee
**/
.committee{
    padding:50px 0px;
}

.logos_organizing_committee{
    padding:20px 20px;
    background:#f5f6f7; 
}

.logo_organizing_committee{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15);
    margin-bottom:20px;
}

.logo_organizing_committee_img{
    background:#fff;
}

.logo_organizing_committee_img img{
    width:100%;
    height:auto;
    width:80%;
    display:inline-block;
}

.logo_organizing_committee_title{
    background:#fff;
    padding:10px 15px;
    border-top:2px solid #f6f7f8;
    font-weight: 300;
    font-size: 0.8em;
    line-height: 1.4em;
}

.the_committee{
    text-align:left;
    padding:0px 0px;
}

.the_committee_block{
    margin-bottom:25px;
    padding-bottom:25px;
    border-bottom:1px solid #f6f7f8;
}

.the_committee_block .col-4{
    font-weight:700;
    color:#50a3a2;
    line-height:2em;
}

.the_committee_block .col-8{
    line-height:2em;
    font-weight: 300;
}

/**
Strategy
**/
.strategy{
    padding:80px 0px;
}

.strategy .wrapper{
    position:relative;
    padding:50px 250px;
    display:inline-block;
    background:rgba(16,77,91,0.8);
    color:#fff;
}

.strategy_title{
    font-weight:900;
    font-size:2em;
    letter-spacing: 0.1em;
    text-shadow: -2px 2px rgba(0,0,0,0.2);
}

.strategy_download{
    padding:20px 20px 0px;
    font-weight:300;
    line-height:1.7em;
    color:rgba(255,255,255,0.6);
}

.strategy_download span{
    width:100%;
    margin-bottom:15px;
    display:inline-block;
    font-size:3em;
    color:rgba(255,255,255,1);
}

.strategy_download a:hover{
    color:rgba(255,255,255,1);
}

.st_downloads{
    padding:50px 0px 20px;
}

.st_downloads a{
    display:inline-block;
    width:100%;
    margin:0px 10px 10px;
    max-width:280px;
    background:rgba(0,0,0,0.3);
    padding:20px 25px 30px;
    line-height:1.6em;
    font-weight:300;
}

.st_downloads span{
    width:100%;
    float:left;
    font-size:3em;
    margin-bottom:20px;
}

.st_downloads a:hover{
    background:rgba(0,0,0,0.6);
}

/**
Page
**/
.page_header{
    height:150px;
    background:#0a4f6b;
}
.page{
    text-align:left;
    padding:50px 0px;
}

.page_title{
    font-size:3em;
    padding-bottom:20px;
    margin-bottom:40px;
    border-bottom:1px solid #f6f7f8;
    font-weight:700;
    color:#0a4f6b;
}

.page ol,
.page ul{
    padding:20px;
}


.page ol ol,
.page ul ul{
    font-size:inherit;
}

.page li{
    float:left;
    width:100%;
    font-size:1.2em;
    font-weight:300;
    line-height:1.8em;
    float:left;
    width:100%;
    margin-bottom:25px;
}

/**
Contact Form
**/
.contact_form{
    padding:20px 0px 60px;
}

.contact_form input[type=text],
.contact_form input[type=name],
.contact_form input[type=email],
.contact_form input[type=phone],
.contact_form select{
    width:100%;
    height:55px;
    border:2px solid #f3f5f8;
    background:#fff;
    padding:0px 10px;
    margin-bottom:10px;
    outline:none;
}

.contact_form textarea{
    width:100%;
    max-width:100%;
    height:185px;
    font-family: 'Roboto', sans-serif;
    border:2px solid #f3f5f8;
    background:#fff;
    padding:10px 10px;
    margin-bottom:10px;
}

.contact_form input[type=submit]{
    border:none;
    font-family: 'Roboto', sans-serif;
    background:none;
    font-size:1.4em;
    font-weight:300;
    cursor:pointer;
    padding:10px 19px;
    display: inline-block;
    background:#fff;
    -webkit-box-shadow: 0px 9px 35px -7px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 9px 35px -7px rgba(0,0,0,0.26);
    box-shadow: 0px 9px 35px -7px rgba(0,0,0,0.26);
	margin-top:15px;
    background:#0a4f6b;
    color:#fff;
    
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.contact_form input[type=submit]:hover{
    background: yellow;
    color:#000;
}

.wpcf7-response-output{
	float:left;
	width:100%;
	text-align:center;
	display:inline-block;
}

.wpcf7-validation-errors{
	padding: 20px 0px!important;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3)!important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7-not-valid-tip{
	float:left;
	width:100%;
	padding:0px 0px 10px;
}

.wpcf7-mail-sent-ok{
	padding: 20px 0px!important;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6!important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.contact_form_sub h4{
    margin-top:40px;
    padding:15px 0px;
    margin-bottom:10px;
    border-bottom: 1px solid #f6f7f8;
    font-size:1.2em;
    border-left:5px solid #338281;
    padding-left:10px;
    background:#50a3a2;
    color:#fff;
}

.contact_form .contact_form_sub:first-child h4{
    margin-top:0px;
}

.radio_bold .wpcf7-check{
    margin-bottom:25px;
    float:left;
    width:100%;
}

.contact_form input[type=checkbox]{
    float:left;
    margin-bottom:30px;
    margin-left:0px;
    margin-right:10px;
}

.contact_form input[type=radio]{
    float:left;
    margin-bottom:30px;
    margin-left:0px;
    margin-right:10px;
}

.wpcf7-list-item-label{
    font-size:1.2em;
    font-weight:300;
}
.radio_bold .wpcf7-checkbox{
    margin-bottom:25px;
    float:left;
    width:100%;
}
.radio_bold .wpcf7-checkbox .wpcf7-list-item:first-child .wpcf7-list-item-label{
    font-weight:700;
    color:#005c5d;
}

.wpcf7-acceptance{
    margin-bottom:15px;
    float:left;
}

/**
Footer
**/
footer{
    border-top:1px solid #f6f7f8;
    float:left;
    width:100%;
    position:relative;
}

.stripe{
    position:relative;
	z-index:10;
}

.stripe img{
    width:100%;
    height:auto;
}

.main_logos{
    padding:50px 0px 40px;
}

.main_logos_img{
    text-align:center;
}

.main_logos_img img{
    display:inline-block;
    height:85px;
    margin:0px 20px;
}

.main_logos_text{
    text-align: center;
    color:rgba(0,0,0,0.5);
    padding:20px 0px 0px;
}

.contact_panel{
    text-align:center;
    padding:45px 0px;
    background:#f6f7f8;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15);
    
    
}

.contact_panel p{
    margin-bottom:10px;
}

.copyrights{
    font-weight:300;
    padding:20px 0px;
    font-size:11px;
}

.copyrights a{
    font-weight:700;
    color:#50a3a2;
}

.copyrights a:hover{
    color:#000;
}


.mob_nav{
	display:none;
}
@media (max-width: 1000px) and (min-width: 0px) { 
[class*="col-"] {
	width:100%;
}
.wrapper{
  width:95%;
}
.language {
    display:none;
}
.nav{
    width:100%;
    height:auto;
    max-height:60vh;
    overflow-y:auto;
}
.mob_nav_cont{
	display:none;
}
.nav_open{
	display:block;
}
.mob_nav{
	display:block;
}
.nav_mob{
    line-height:45px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight:700;
    float:right;
    padding:0px 5px;
}

.nav_mob i{
    color:#005c5d;
}

.mob_language{
    line-height:45px;
    float:left;
}

.mob_language a{
    color:#005c5d;
    padding:0px 5px;
}

#main_nav ul li {
	float: left;
    width:100%;
	position: relative;
    border-right:none;
	
}

#main_nav ul li a {
    display:inline-block;
	text-decoration: none;
	padding:0px 20px;
    line-height:45px;
    width:100%;
    text-align:center;
	font-weight:900;
}

#main_nav ul ul {
	position: relative;
	visibility: visible;
	opacity: 1;
}

#main_nav ul ul li a{
	width:100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
    float:left;
    background:rgba(0,0,0,0.1);
	font-weight:400;
}

#main_nav ul ul ul {
	position:relative;
}

#main_nav li:hover, #main_nav li:hover li {
	background: none;
}

#main_nav li li:hover, #main_nav li li:hover li {
	background: none;
    color:#000;
}
.hero1{
    font-size:1.3em;
}

.hero2{
    font-size:1.4em;
    padding:10px 5% 20px;
}

.hero3{
    font-size:1.2em;
    padding:10px 5% 40px;
}

.hero4{
    font-weight:900;
    font-size:1.9em;
    letter-spacing: 0em;
    padding:10px 5% 0px;
}

.hero5{
    font-weight:900;
    font-size:1em;
    letter-spacing: 0.1em;
}
.strategy .wrapper{
    position:relative;
    padding:50px 20px;
    display:inline-block;
}

.strategy_title{
    font-size:1.4em;
}





.st_downloads{
    padding:50px 0px 20px;
}

.st_downloads a{
    width:80%;
    max-width:none;
    margin:0px 10px 0px;
}

.st_downloads span{
    width:100%;
    float:left;
    font-size:3em;
    margin-bottom:20px;
}

.st_downloads a:hover{
    background:rgba(0,0,0,0.6);
}
.tab_sub_section_time{
    text-align:left;
    border-bottom:1px solid #f6f7f8;
    margin-bottom:5px;
    font-size:1.2em;
}



}


.wpcf7-list-item {
    width:100%;
}

.pdfview{
    float:left;
    width:100%;
}

.pdfview object{
    width:100%;
    height:600px;
}


/**
Archive
**/
.archive{
    text-align:left;
    
}

.archive_post{
    padding-bottom:50px;
    margin-bottom:50px;
    border-bottom:1px solid #f6f7f8;
}

.archive_post .article_title{
    font-weight:600;
}

.article_link a{
    position:relative;
    float:left;
    padding:10px;
    background:#f5f6f7;
}

.article_link a:hover{
    background:#005c5d;
    color:#fff;
}

/**
Pagination
**/

.paginationlinks{
	float:left;
	width:100%;
    display:block;
	text-align:right;
	padding:40px 0px 40px;
}

.paginationlinks ul{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:right;
	width:100%;
}

.paginationlinks ul li{
	display:inline-block;
	font-size:14px;
	margin:0px 3px 0px 0px;
}

.paginationlinks ul li a{
    padding:5px 7px;
    display:inline-block;
    border:1px solid #f6f7f8;
    background:#fff;
    color:#005c5d;
    font-weight:200;
}

.paginationlinks ul li a:hover{
    border:1px solid #005c5d;
    background:#005c5d;
    color:#fff;
}

.paginationlinks ul .active a{
	background:#005c5d;
	color:#fff;
}

.article_title{
    font-size:2em;
    font-weight:300;
}


.article_details{
    padding:10px 0px;
    font-size:0.9em;
    text-align:left;
    line-height:1.7em;
}

.social{
    padding-bottom:25px;
}

.social a{
    display:inline-block;
    width:40px;
    height:40px;
    margin:0px 5px;
    line-height:40px;
    background:#d7d7d7;
    font-size:1.2em;
    border-radius: 100%;
}

.social a.fb{
    background:rgb(57,135,221);
    color:#fff;
}

.social a:hover{
    background:#50a3a2;
    color:#fff;
}