/*
Theme Name: Sojern SMB
Text Domain: sojern
Author: Ryan Sugar
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 768px */
@media (min-width: 768px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.6rem; 
  line-height: 2.6rem;
  font-weight: 400;
  font-family: "Roboto Slab";
  color: #464646;
  letter-spacing: 0;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;}
h1 { font-size: 3.6rem; line-height: 4.3rem;  letter-spacing: 0rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: 0rem; }
h3 { font-size: 2.8rem; line-height: 1.3;  letter-spacing: 0rem; font-weight: 500; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: 0rem; }
h5 { font-size: 2.0rem; line-height: 2.8;  letter-spacing: 0rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 768px) {
  h1 { font-size: 6.0rem; line-height: 8.4rem;}
  h2 { font-size: 3.6rem; line-height: 5.0rem;}
  h3 { font-size: 2.8rem; line-height: 2.9rem; font-weight: 500;}
  h4 { font-size: 2.4rem; font-weight: 400;}
  h5 { font-size: 2.0rem; line-height: 2.8rem; }
  h6 { font-size: 1.6rem; line-height: 2.6rem; font-weight: 400; margin: 0; }
}

.the-post-content h1 {
  font-size: 3.6rem;
  font-weight: bold;
}
	
.the-post-content h2 {
  font-size: 2.8rem;
  font-weight: 500;
}

.the-post-content h3 {
  font-size: 2.4rem;
  font-weight: 400;
}

.the-post-content h4 {
  font-size: 2.0rem;
  font-weight: 700;
}

.the-post-content h5 {
  font-size: 1.6rem;
  font-weight: 500;
}

p {
  margin-top: 0; 
  color: #464646;
  font-family: "Roboto Slab";
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.6rem;
  font-weight: 400;
}

.large p, .large {
  color: #636569;
  font-family: "Roboto Slab";
  font-size: 2.0rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 3.2rem;
}

.quote {
  color: #636569;
  font-family: Roboto;
  font-size: 2.4rem;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 3.8rem;
}

.quote-author {
  color: #464646;
  font-family: Roboto;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.2rem;
}

.gradient-bullet {
  list-style-image: url('/wp-content/uploads/2020/08/gradient-list-1.png');
  font-family: Roboto;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 4.8rem;
}

.gradient-bullet ul li {
  list-style-image: url('/wp-content/uploads/2020/08/gradient-list-1.png');
  font-family: Roboto;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 4.0rem;
  list-style-position: outside;
}

.gradient-bullets {
  list-style-image: url('/wp-content/uploads/2020/08/gradient-list-1.png');
  font-family: Roboto;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 4.0rem;
  list-style-position: outside;
}

.sgb-gradient-bullet ul li {
  list-style-image: url('/wp-content/uploads/2020/08/gradient-list-1.png');
  font-family: "Roboto Slab";
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.6rem;
  list-style-position: outside;
  margin-left: 24px;
}


.three-column-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.gradient-bullets li {
  padding-right: 25px;
}

.grad-bullet-divs p {
  font-family: Roboto;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 3.0rem;
  background-image: url('/wp-content/uploads/2020/08/gradient-list-1.png');
  background-repeat: no-repeat;
  padding-left: 30px;  /* width of the image plus a little extra padding */
  display: block;  /* may not need this, but I've found I do */
  background-position: 0 5px;
  padding-bottom: 3.0rem !important;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .grad-bullet-divs {
    padding-left: 8%;
  }
}
    

@media (max-width: 900px) {
  .three-column-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

/* General Classes
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
  color: #00B2C0;
	font-family: 'Roboto', sans-serif;
  font-size: inherit;
  font-weight: inherit;
}


a:hover {
  color: #3BA6B0;
font-weight: bolder;}

.resize {
  width: 100%;
  height: auto;
}

.center{
	text-align: center;
}

.right {
  text-align: right;
}

.flex {
  display: flex;
}

.v-align-divs {
	display:flex;
	align-items: center;
}

.centerwrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}

.about-image div {
  width: 100%;
  max-width: 196px;
}

.shadow-drop-box {
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(70,70,70,0.25);
}

.mobile-gone {
  display: inherit
}

.mobile-show {
  display: none;
}

@media (max-width: 768px){
	.v-align-divs.reverse, .flex.reverse {
		display:flex;
    flex-direction: column-reverse;
	}
	
	.v-align-divs, .flex {
		display:inherit;
	}
  
  .mobile-gone {
    display: none;
  }
  
  .mobile-show {
    display: block;
  }
}

.wpb_content_element {
  margin-bottom: 0 !important;
}

/* Backgrounds
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.line-bg {
  background: linear-gradient(225deg, #FFC299 0%, #FFE1A9 100%) no-repeat center/2px 100%;
  background-size: 100% 60px;
} 

.grad-background {
  background: linear-gradient(135deg, #FF6600 0%, #C60D21 100%);
}

.grad-background-blue {
  background: linear-gradient(225deg, #1787DE 0%, #00B2C0 100%);
}

.grad-background-grey {
    background: linear-gradient(315deg, #464646 0%, #888888 100%);
}

.sgb-background {
  width: 100%;
  height: 688px;
  background-image: url('/wp-content/uploads/2020/09/background-hero.jpg');
  background-size: cover;
}


.grey-bg {
  background-color: #f7f7f7;
}

.vc_column-inner {
  padding: 0!important;
}

.form-bg {
  background: #464646;
  padding: 50px;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  position: fixed;
  top: 0;
  background: #ffffff;
  height: 91px;
  z-index: 999;
  border-bottom: 1px solid #e6e6e6;
}

.logo {
  float: left;
}

.logo img {
  display: block;
  width: auto;
  height: 50px;
  padding: 20px 20px 0 0;
}

@media (min-width:769px) and (max-width:980px){
  .logo img {
    display: block;
    width: auto;
    height: 41px;
    padding: 24px 15px 0 0;  
  }
}

@media (min-width:769px) and (max-width:1420px){
  .header > .container {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width:1165px) {
  .header-login {
    display: none;
  }
}

.topnav {
  overflow: hidden;
  padding-top: 18px;
  list-style: none;
}

.topnav a {
  float: left;
  display: block;
  color: #464646;
  padding: 14px 32px 14px 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}


.topnav .icon {
  display: none;
}

.topnav.sub-menu ul {
  list-style: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown a {
  font-size: 16px;    
  border: none;
  outline: none;
  color: #464646;
  background-color: #ffffff;
  margin: 0;
  padding-left: 12px;
  width: 94px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.dropdown-content {
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin: 0;
  padding-left: 0;
}

.dropdown-content li {
  float: none;
  color: #464646;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a {
  padding: 5px 0 0 12px;
  width: 125px;
  background-color: #f7f7f7;
  font-size: 14px;
  font-weight: 500;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #ffffff;
  color: #00B2C0;
}

.dropdown-content a:hover {
  background-color: #ffffff;
  color: #00B2C0;
}

.dropdown:hover .dropdown-content {
  display: block;
  margin-top: 72px;	
}




@media screen and (min-width: 930px) { 
#toggle, .desk-hide {
display:none;
}
 
} 
 
@media screen and (max-width: 930px) { 
#popout {
position: fixed;
height: 100%;
width: 100%;
background: #ffffff;
color: white;
top: 90px;
left: -930px;
overflow:auto;
}
 
 
#toggle {
float: right;
position: fixed;
top: 28px;
right: 45px;
width: 28px;
height: 24px;
 
}
 
.topnav {
  overflow: hidden;
  padding-top: 18px;
  list-style: none;
  width: 80%;
  margin: auto;
}

.topnav a {
  float: left;
  display: block;
  color: #464646;
  padding: 14px 32px 14px 12px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.28px;
  border-bottom: 1px solid #000000;
  width: 100%;
}


.topnav .icon {
  display: none;
}

.topnav.sub-menu ul {
  list-style: none;
}
.dropdown {
  float: left;
  overflow: hidden;
  display: block;
  width: 100%;
}

.dropdown a {
  font-size: 16px;    
  border: none;
  outline: none;
  color: #464646;
  background-color: #ffffff;
  margin: 0;
  padding-left: 12px;
  width: 100%;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.28px;
}

  
.dropdown-content {
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin: 0;
  padding-left: 0;
}

.dropdown-content li {
  float: none;
  color: #464646;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a {
  padding: 8px 0 0 12px;
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-left: 15%;  
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;

  
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #ffffff;
  color: #00B2C0;
}

.dropdown-content a:hover {
  background-color: #ffffff;
  color: #00B2C0;
}

.dropdown:hover .dropdown-content {
  display: block;
  margin-top: 0;
}

} 



.calls-to-action {
  padding: 24px 0;
  text-align: right;
}

@media (max-width: 930px) {
  .calls-to-action {
  display: none;
}
}

.content {
  padding-top: 91px;
}
/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.hero {
  width: 100%;
  height: 688px;
  background-image: url('/wp-content/uploads/2020/09/background-hero.jpg');
  background-size: cover;
  background-position: center;
}

.hero-text {
  position: absolute;
  top: 400px;
  transform: translateY(-50%);
  left: 40%;
}

@media (max-width: 768px) {
  .hero-text {
    left: 20%;
  }
}
/* Webinars
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.webinars {
  border: 1px solid #E6E6E6;
  background-color: #F7F7F7;
  padding: 121px 0 140px;
}

.webinars p {
  margin-bottom: 0;
}

.webinars h5 {
  margin: 0;
}

.case-study {
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(70,70,70,0.25);
  padding: 50px;
  margin-bottom: 20px;
}

/* Logos
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.logos {
  padding: 150px 0;
}

.logos img {
  width: 80%;
  height: auto;
}

.logos div {
  text-align: center;
}

@media (max-width: 768px) {
.logos img {
  width: 40%;
  height: auto;
  padding: 40px 0;
}
}
.bookings p{
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 52px;
  font-family: Roboto;
}

.footer {
  padding-bottom: 50px;
}
.footer hr {
  height: 8px;
  background-image: linear-gradient(135deg, #FF6600 0%, #C60D21 100%);
  border: 0;
  height: 2px;
  width: 100%;
  margin-top: 0;
}

.footer-top {
  height: 55px;
}

.footer h6 {
  color: #464646;
  font-family: Roboto;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 34px;
  margin-top: 0;
}

.footer p {
  font-family: "Roboto Slab";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 300;
}

.footer-text a {
  text-decoration: none;
  font-family: "Roboto Slab";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 300;
}

.bottom-footer {
  margin-bottom: 40px;
}

.bottom-footer a, .bottom-footer p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  text-decoration: none;
  display: inline;
  color: #464646;
}


/* GDPR banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.gdpr-cookie {
  padding: 15px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0px;
  display: flex;
  justify-content: space-between;
}

.ctcc-left-side {
  text-align: left;
  padding: 15px 0 15px 50px;
}

.ctcc-right-side {
  padding: 15px 50px 0 15px;
}

@media (max-width: 750px) {
  .gdpr-cookie {
    display: block;
    justify-content: none;
  }
  
  .ctcc-left-side {
    text-align: left;
    padding: 15px 0;
    display: inline-block;
  }

  .ctcc-right-side {
    padding: 0;
    text-align: center;
  }
}

#catapultCookie {
  box-sizing: border-box;
  height: 36px;
  border: 1px solid #FF6600;
  border-radius: 26px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(70,70,70,0.25);
  color: #FF6600;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-align: center;
  width: auto;
}

/* Resources
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.blog.container {
  margin: -20% auto 0;
  background-color: #ffffff;
  width: 100;
  max-width: 940px;
  padding: 2% 5%;
}

.blog-body {
  background-color: #f7f7f7;
}

.archive-menu {
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  text-align: center;
}

.archive-menu a {
  color: #00B2C0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.22px;
  line-height: 27px;
  text-align: center;
  padding: 0 25px;
}

.resources-grid {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 75px 0;
}

.resources-box {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(70,70,70,0.25);
  padding: 24px;
  text-align: left;
  position: relative;
  /*height: 432px;*/
  width: 416px;
  box-sizing: border-box;
  margin: 12px;
}

.resources-box p, .resources-box-more-posts p {
  color: #FF6600;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  padding-top: 19px;
}

.resources-box a, .resources-box-more-posts a {
  color: #464646;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: none;
}

.resources-box-more-posts {
  width: 50%; 
  float: left;
  margin: 0;
  padding-bottom: 40px;
}

.blog-image {
  height: 275px;
  width: 369px;
}

.more-posts {
  padding: 80px 0;
}
.blog-image-more-posts {
  height: 275px;
  width: 369px;
}

@media (max-width: 1080px) {
  .blog-image-more-posts {
      height: 238px;
      width: 320px;
  }
}

@media (max-width: 950px) {
  .blog-image-more-posts {
    height: 275px;
    width: 369px;
    margin: auto;
  }
  
  .resources-box-more-posts {
  width: 100%; 
  float: left;
  margin: 0;
    text-align: center;
}
}

.aligncenter, .alignnone {
  width: 100%;
  height: auto;
}

.listing-item {
  padding: 10px 0;
}

.listing-item a {
  color: #464646;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: none;
  padding: 21px 0;
}

.listing-item:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #afafaf;
  padding-top: 15px;
}

.curated {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0;
}

.curated-box {
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(70,70,70,0.25);
  max-width: 416px;
  width: 30%;
  padding: 15px;
  margin: 10px 0;
}

@media (max-width: 1128px) {
  .curated-box {
  max-width: 416px;
  width: 40%;
  }	
}

@media (max-width: 900px) {
  .curated-box {
  width: 416px;
  }	
  
  .curated {
  justify-content: space-around;
  }	
}

.curated-box h3 {
  text-align: center;
}
/* Case Studies
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.case-study-grid {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  padding: 80px 0;
}

.case-study-box {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(70,70,70,0.25);
  padding: 40px 40px;
  text-align: center;
  position: relative;
  height: 360px;
  width: 380px;
  box-sizing: border-box;
  margin: 12px;
}

.case-study-box img {
  height: 128px;
  width: auto;
}

.case-study-box p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  padding-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.case-study-link a {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  font-weight: 500;
}

/* Press Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.press-hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.press-box {
  width: 416px;
  padding: 15px;
  margin: 10px;
}

.press-box a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: none;
  color: #ffffff;
}

.press-box p {
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}

.press-menu {
  border-top: 1px solid #ffffff;
  text-align: center;
  background-color: rgba(70,70,70,0.25);
}

.press-menu a {
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.22px;
  line-height: 27px;
  text-align: center;
  padding: 0 25px;
  text-decoration: none;
}

.press-list a {
  color: #FF6600;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: none;
}

.press-list p {
  color: #464646;
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}

.press-list {
  border-bottom: 1px solid #afafaf;
  padding-top: 14px;
}

.press-bottom {
  display: flex;
}

.press-bottom-box {
  width: 50%;
  margin: 0;
  padding: 100px;
}

.press-bottom-box:first-of-type {
  border-right: 1px solid #e6e6e6;
}

.press.container {
  margin: auto;
  background-color: #ffffff;
  width: 100;
  max-width: 940px;
  padding: 2% 5%;
}

/* Privacy
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.privacy-menu a {
  display: block;
  color: #464646;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: none;
  padding-bottom: 20px;
}

.privacy-menu .pc {
  color: #FF6600;
  font-family: Roboto;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 34px;
  text-decoration: none;
}

/* Author Box
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#author-info {
  padding-top: 80px;
}

#author-avatar { 
  width: 140px;
  height: 140px;
  float: left;
} 

#author-avatar img { 
  width: 100%;
  height: auto;
} 

#author-description { 
  margin-left: 164px; 
} 

#author-description h5 { 
  margin-top:0px;
  margin-bottom:10px;
}

#author-description a {
  color: #00B2C0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.22px;
  line-height: 27px;
}

/* Region button
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.dropup {
  position: relative;
  display: inline-block;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  bottom: 27px;
  right: 0;
  z-index: 1;
}

.dropup-content a {
  color: #464646;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {
  background-color: #ffffff;
  color: #00B2C0
}

.dropup:hover .dropup-content {
  display: block;
}



/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #ffffff;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

.grad-button {
  box-sizing: border-box;
  height: 46px;
  border-radius: 23px;
  background: linear-gradient(135deg, #FF6600 0%, #C60D21 100%);
  box-shadow: 0 1px 4px 0 rgba(70,70,70,0.25);
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-align: center;
  transition: 0.5s;
  background-size: 100% auto;
}

.grad-button:hover {
  background-position: right center;
  background-size: 200%;
  color: #ffffff;
}

button.outline-button, .outline-button {
  box-sizing: border-box;
  height: 46px;
  border: 1px solid #FF6600;
  border-radius: 26px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(70,70,70,0.25);
  color: #FF6600;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-align: center;
  width: auto;
}
  
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc outside;
  margin-left: 20px;}
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }



/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */


/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
