



/* @group Resets and Such */
  
  html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing: border-box;}*,*:before,*:after {box-sizing: inherit;}body{margin:0;font-size:1em;line-height:1.4}article,aside,footer,header,nav,section{display:block}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;border:0;margin:0;padding:0}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto;resize:vertical;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}img{vertical-align:middle}.aligncenter{display:block;margin-left:auto;margin-right:auto}.alignleft{float:left}.alignright{float:right}.wp-caption{font-size: .9em;text-align:center;padding-top:4px;margin:0px;width: 100% !important;}.wp-caption img{margin:0;padding:0;border:0 none}.wp-caption-dd{font-size:11px;line-height:17px;padding:0 4px 5px;margin:0}.sticky{background:#f7f7f7;padding:0 10px 10px}.sticky h2{padding-top:10px}p.wp-caption-text{font-size: .65em;line-height: 1.1;padding: 1em 0;max-width: inherit;}button:focus {outline: none;}
  
  /* @end */
  
  /* @group Globals */
  
  body {
/*    background: linear-gradient(to bottom, #ffffff 0%, #f6f7ed 20%, #dff9ea 35%, #058ccb 67.8%, #0f70ba 100%) #058ccb;*/
      background: linear-gradient(to bottom, #ffffff 0%, #f6f7ed 20%, #dff9ea 35%, #4bb8e3 67.8%, #0f70ba 100%) #4bb8e3;
    font-family: "Ideal Sans A", "Ideal Sans B", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  body.open {
    background: #000;
  }
  
  html {
    min-height: 100%;
    min-height: 100vh;
  }
  
  #main {
    margin: 0 auto;
    padding: 0;
  }
  
  .container {
    border-radius: .1em .1em 0 0;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    max-width: 52em;
  }
  
  .content-container {
    max-width: 43em;
    margin: 2em auto 0;
    padding: 0 10% 2em;
  }
  
  .constrainer {
    max-width: 52em;
    margin: 0 auto;
  }
  
  /* @end */
  
  /* @group Images */
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  .featured {
    display: block;
    max-width: 52em;
    margin: -1em auto 0;
    position: relative;
  }
  
  .featured img {
    width: 100%;
    padding: 0;
   /* filter: grayscale(1);
       -webkit-filter: grayscale(1);
       mix-blend-mode: screen;*/
  }
  
  .page-about .featured {
    float: none;
    margin: 0 auto 1em;
    max-height: 320px;
    overflow: hidden;
  }
  
  .page-speaking article, .page-about article, .page-strategy article, .page-coaching article {
    padding-bottom: 0 !important;
  }
  
  /* @end */
  
  /* @group Article Styling */
   
   article a {
     color: #222;
     font-style: normal;
     border-bottom: 2px solid #ddd;
     font-weight: 400;
     padding: .2em 0 0;
     transition: all .3s ease-out;
   }
   
   article a:hover {
     color: #67d8bb;
     border-color: transparent;
   }
   
   article p {
     margin: 0 0 1em;
     text-align: left;
     padding: 0;
   }
   
   article.post span.leadin, p.leadin {
     font-size: 1.3em;
     font-weight: 200;
     line-height: 1.4;
     display: block;
     margin: 0 auto .6em;
     color: rgba(0, 0, 0, .5);
   }
   
   article ul {
     margin: 0 0 1em;
     padding: 0;
     list-style: none;
   }
   
   article li {
     font-size: 1em;
     line-height: 1.55;
     margin: 0 0 .5em 1em;
     font-style: italic;
     width: 95%;
     text-indent: -1em;
     letter-spacing: .02em;
     color: #444;
   }
   
   article li::before {
     content: "• ";
     color: #67d8bb;
     margin: 0 .45em 0 0;
   }
   
   .page article, .single-post article {
     margin: 0 auto;
     position: relative;
     padding: 4% 0 1%;
   }
   
   /* @end */
   
   /* @group Header / Branding */
   
   header.banner {
     padding: 0;
     margin: 0 auto;
     background: linear-gradient(to right, #058ccb, #67d8bb);
   }
   
   header h1 {
     margin: 0 0 .3em;
     font-family: "Ideal Sans A", "Ideal Sans B";
     font-style: normal;
     font-weight: 100;
     font-size: 1.8em;
     line-height: .9;
     text-align: left;
    padding: .5em 0 .3em .3em;   }
   
   header a h1 {
     color: #fff;
     transition: all .3s ease-out;
   }
   
   header a h1:hover {
     color: #008dc8;
   }
   
   /* @end */
   
   /* @group Navigation - Small Screen */
   
   #menu-main-navigation, #menu-secondary-navigation {
     margin: 0;
     padding: 0;
     width: 100%;
     display: none;
   }
   
   .open #menu-main-navigation {
     display: inherit;
     margin: 15% 0 0 0;
   }
   
   .open #menu-secondary-navigation {
     display: inherit;
     margin: 0;
   }
   
   
   #menu-main-navigation li, #menu-secondary-navigation li {
     display: block;
     margin: 0;
   }
   
   #menu-main-navigation li a,#menu-secondary-navigation li a {
     color: #fff;
     font-size: 1.5em;
      text-align: center;
      line-height: 1.5;
      display: block;
      padding: .5em;
      font-weight: 300;
      transition: all .3s ease-out;
   }
   
   #menu-main-navigation li a:hover,#menu-secondary-navigation li a:hover {
     color: #67d8bb;
   }
   
   #menu-toggle {
     background: rgba(255,255,255, 0.15);
     border: none;
     color: #222;
     cursor: pointer;
     font-family: "Ideal Sans A", "Ideal Sans B", sans-serif;
     font-size: .75em;
     letter-spacing: .2em;
     margin: 0 auto;
    padding: 1.9em 1em 1.8em;
     text-align: center;
     text-transform: uppercase;
     transition: all .3s ease-out;
     height: 100%;
     width: 100%;
   }
   
   #menu-toggle:after {
   content: "menu";
   }
   
    .open #menu-toggle {
      background: none;
    }
   
   .open #menu-toggle:after {
   content: "\00d7";
   font-size: 2em;
   color: #fff;
   line-height: .6;
     padding: 2em 1em;
   }
   
   #menu-toggle:hover {
     color: #fff;
     background: rgba(19, 164, 206, 0.15);
   }
   
   .open #menu-toggle:hover {
     background: none;
     color: #000 !important;
   }
   
   .open {
      height: 100%;
      width: 100%;
      background: linear-gradient(to right, #058ccb, #67d8bb);
      position: fixed;
      z-index: 100;
      overflow-y: scroll !important;
      text-align: center;
      top: 0;
      left: 0;
      display: table;
      align-items: center;
      justify-content: center;
      transition: all .3s ease-out;
      overflow: hidden;
    }
    
    #flexbar {
      display: flex;
    }
    
    .branding {
      width: 80%;
    display: flex;
    padding: 0em 0 0 .6em;
    align-items: center;
    justify-content: left; 
       }
    
    .toggle {
    width: 20%;
    display: flex;
    align-items: center;
   justify-content: right;
   }
   
   .open .branding {
     opacity: 0;
   }
   
   
    

   
   /* @end */
   
   /* @group Link Styling */
   
   a, a:link, a:active, a:visited {
     text-decoration: none;
     cursor: pointer;
   }
   
   .btn {
     background-color: #67d8bb;
     border-radius: .2em;
     color: #fff!important;
     display: inline-block;
     font-size: .7em;
     font-weight: 400;
     padding: 1.2em 2em 1em;
     margin: 0 .1em 1em 0;
     text-align: center;
     transition: all .3s ease-out;
     line-height: 1;
     letter-spacing: .2em;
     text-transform: uppercase;
     border: none;
     transition: all .3s ease-out;
   }
   
   .btn:hover {
     background-color: #ccc;
     transition: all .3s ease-out;
   }
   
   /* @end */
   
   /* @group Headlines & Paragraph Styling */
   
   h2 {
   background: #fff;
   border: 1px solid #058ccb;
      border-radius: .1em;
   color: #058ccb;
     display: block;
     font-style: normal;
     font-weight: 300 !important;
     font-size: 1em;
     padding: .9em 1em .8em;
     margin: 1em auto 1.5em;
     line-height: 1;
     letter-spacing: .2em;
     text-align: center;
     text-transform: uppercase;
     max-width: 270px;
   }
   
   
   
   h3 {
     text-align: left;
     text-transform: uppercase;
     letter-spacing: .1em;
     font-weight: 500;
     margin: 0 auto .5em;
     padding: 0;
     color: #333;
     font-size: 1.05em;
   }
   
   h4 {
     text-align: left;
     letter-spacing: .01em;
     font-weight: 400;
     margin: 0 auto .5em;
     padding: 0;
     color: rgba(0, 0, 0, .35);
     font-size: 1.1em;
     letter-spacing: .0em;
   }
   
   h6 {
     text-transform: uppercase;
     font-weight: 300;
     letter-spacing: .2em;
     font-style: normal;
     margin: 0 0 .2em;
     color: rgba(0, 0, 0, .5);
     font-size: .65em;
   }
   
   p {
     color: rgba(0, 0, 0, .9);
     margin: 0 auto 1em;
     font-size: 1.05em;
     line-height: 1.55;
     letter-spacing: .01em;
   }
   
   /* @end */
   
   /* @group Contact Callout */
     
     #contact-callout {
       margin: 0 auto 2em;
       padding: 0;
       text-align: center;
       max-width: 52em;
     }
     
     #contact-callout a {
       background: linear-gradient(to right, #03a4e2 0%, #67d8bb 100%) #058ccb;
       color: rgba(255, 255, 255, .85);
       display: block;
       width: 100%;
       padding: 1.5em 1em 1.45em;
       line-height: 1;
       font-size: .825em;
       text-transform: uppercase;
       letter-spacing: .2em;
       transition: all .3s ease-out;
       font-weight: 500;
     }
     
     #contact-callout a:hover {
       background: #67d8bb;
       color: #fff;
     }
     
     /* @end */
     
     
     
     /* @group Video */
     
     video {
       width: 100%;
       height: auto;
     }
     
     .video-container {
     	position: relative;
     	padding-bottom: 56.25%;
     	padding-top: 25px;
     	height: 0;
     	margin: 0 0 1em;
     }
     
     .video-container iframe {
     	position: absolute;
     	top: 0;
     	left: 0;
     	width: 100%;
     	height: 100%;
     }
     
      iframe {
     	  max-width: 100%;
      }
     
     /* @end */
     
     /* @group Home */

#hero {
  margin: 0 auto;
  padding: 0;
}

#hero section div.intro {
  padding: 2em 10% 0;
}

#hero section div.intro p {
  
}

#hero section div.intro p:before {
  content: "\201C";
  display: block;
  color: #96e0fe;
  font-size: 5em;
  line-height: 1;
  margin: 0 auto -.5em;
}

#hero section div.intro p:after {
  content: "\201D";
  display: block;
  color: #96e0fe;
  font-size: 5em;
  line-height: 1;
  margin: .1em auto 0;
  text-shadow: 0 0 20px rgba(4, 215, 157, .2);
}

#hero section div.photo {
  margin: -2em auto;
}

#hero section div.photo img {
  max-width: 400px;
  display: block;
}

#hero img.headshot {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

#hero p {
  font-size: 1em;
  color: #005291;
  line-height: 1.5;
  text-align: center;
  font-weight: 200;
  margin: 0 auto;
}

#hero p strong {
  color: #fff;
  font-weight: normal;
}

.fields {
  list-style: none;
  margin: 0 auto;
  padding: .3em 1.4em;
  text-align: center;
  width: 100%;
}

.fields a h3 {
  font-size: 1.45em;
  font-weight: 200;
  transition: color .3s ease-out;
  color: #058ccb;
  line-height: 1;
  margin: 0 auto .4em !important;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-style: normal;
  padding: 0;
  text-indent: 0;
}

.fields li {
  display: inline-block;
  margin: 0 auto 2em;
  vertical-align: top;
}

.fields li a {
  padding: 1em;
  display: block;
}

.fields p {
  font-style: italic;
  font-weight: 300;
  color: rgba(0, 0, 0, .45);
  font-size: 1em !important;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center;
  text-indent: 0;
  padding: 0 1%;
  transition: all .3s ease-out;
}

.fields a:hover h3 {
  color: #67d8bb;
}

.fields a:hover p {
  color: #333;
}

.fields a:hover .learnmore {
  color: #67d8bb;
  border-bottom: 2px solid #67d8bb;
}

.fields a:hover li {
  background: rgba(255, 255, 255, .15);
}

.learnmore {
  color: #67d8bb;
  font-style: normal;
  border-bottom: 2px solid #67d8bb;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  font-style: normal;
  font-size: .8em;
  display: inline-block;
}

.home article a {
  border-bottom: none;
}

.home article {
  max-width: 52em !important;
  margin: 0 auto 0;
  padding: 5% 10% 1%;
  max-width: inherit;
  border-radius: 0;
  background: #fff;
}

.home article a:hover {
  background: none;
}

.home article li::before, .page-contact article li::before {
   content: "";
   margin: 0;
 }


/* @end */

    /* @group Work */

.page-work h3 {
  margin: 3em 0 .5em;
}

.rage-event {
  background: #111;
}

/* @end */

    /* @group Writing / Blog */
    
    .blog ul.articles, .archive ul.articles {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      display: flex;
      max-width: 55em;
      flex-wrap: wrap;
    }
    
    .blog .articles li, .archive .articles li {
      background: #fff;
      padding: 0;
      margin: 0 .0em 1.2em;
      position: relative;
      flex-basis: 2;
    }
    
    .blog article, .archive article {
      margin: 0 auto 2em;
    }
    
    .single article img {
      width: 100% !important;
      height: auto;
      margin: 0 0 1em;
      padding: 0;
    }
    
    /*#tags a {
      background: #eee;
      border: none;
      text-transform: uppercase;
      font-size: .6em;
      letter-spacing: .1em;
      padding: .6em 1em .5em;
      border-radius: .2em;
      color: #999;
      margin: 0 .1em .4em;
      line-height: 1;
      display: inline-block;
    }*/
    
    #tags {
      text-align: center;
      margin: 0 auto 1em;
    }
    
    #tags span {
      font-size: .6em;
      color: #ddd;
    }
    
    #tags a {
      border: none;
      text-transform: uppercase;
      font-size: .6em;
      letter-spacing: .1em;
      padding: .1em .5em;
      border-radius: .2em;
      color: #67d8bb;
      margin: 0 auto;
      line-height: 1;
      text-align: center;
    }
    
    #tags a:hover {
      color: #bbb;
    }
    
    .wp-caption {
      margin: 1em 0 1.5em !important;
      padding: 0;
      width: 100% !important;
    }
    
    p.wp-caption-text {
      font-size: .6em !important;
      text-transform: uppercase;
      letter-spacing: .1em;
    }
    
    .blog article p, .single article p, archive article p {
      font-size: 1.05em;
    }
    
    .blog article h3 a, .archive article h3 a {
      text-transform: none;
      letter-spacing: 0em;
      font-weight: 200;
      font-size: 1.4em;
      color: #058ccb;
      border-bottom: none;
      line-height: 1.2;
      display: block;
    }
    
    .blog article h3 a:hover, .archive article h3 a:hover {
      background: none;
      color: #67d8bb;
    }
    
    .single article h3 {
      text-transform: none;
      letter-spacing: 0;
      font-weight: 200;
      font-size: 1.5em;
      color: #058ccb;
      border-bottom: none;
      line-height: 1.3;
      padding: 0;
    }
    
    footer.meta {
      margin: 2em auto 0;
    }
    
    .blog article footer.meta p, .single article footer.meta p, .archive article footer.meta p  {
      text-transform: uppercase;
      font-size: .65em;
      letter-spacing: .15em;
      color: rgba(0, 0, 0, .4);
      margin: 2em auto;
      text-align: center;
    }
    
    p.postdate {
      text-transform: uppercase;
      font-size: .65em !important;
      letter-spacing: .15em;
      color: rgba(0, 0, 0, .4);
      margin: .5em 0 1em;
      text-align: left;
    }
    
    p.category {
      text-transform: uppercase;
      font-size: .65em !important;
      letter-spacing: .15em;
      color: rgba(0, 0, 0, .4);
      margin: .0em 0 .4em;
    }
    
    p.category a {
      border-bottom: none;
      color: #777 !important;
      display: block;
    }
    
    p.category a:hover {
      background: none;
      color: #67d8bb !important;
      border-bottom: none;
    }
    
    .blog .articles footer.meta p, .archive .articles footer.meta p {
      margin: 0;
    }
    
    .blog article footer.meta p a, .single article footer.meta p a, .archive article footer.meta p a {
      color: rgba(0, 0, 0, .3);
      border: none;
    }
    
    .blog article img {
      width: 100%;
      height: auto;
      margin: 0 auto .5em;
    }
    
    .sidebar ul li.current-cat a {
      color: #333;
    }
    
    #shareit {
      text-transform: uppercase;
      letter-spacing: .1em;
    margin: 0 auto;
    text-align: center;
    }
    
    a.sharepop {
       font-size: .65em;
      color: #058ccb;
      display: inline-block;
      padding: .4em;
      border: none;
    }
    
    a.sharepop:hover {
      color: #67d8bb;
    }
    
    #shareit svg {
      fill: #058ccb;
      width: 32px;
      height: 32px;
      vertical-align: middle;
      transition: all .3s ease-out;
    }
    
    #shareit svg:hover {
      fill: #67d8bb;
     
    }
    
    .meta h6 {
      font-size: .65em;
      text-align: center;
      margin: 0 auto;
      font-weight: 500;
    }
    
    /* @end */
    
    /* @group Blog Pagination */
    
    .pagination {
      margin: 2em auto 1.5em;
      width: 90%;
      overflow: auto;
    }
    
    .pagination div {
      width: 50%;
      float: left;
    }
    
    .pagination a {
      text-transform: uppercase;
      font-size: .7em;
      letter-spacing: .2em;
      color: #058ccb;
      text-align: left;
      display: block;
      padding: 1em;
      transition: all .3s ease-out;
      border: none !important;
    }
    
    .pagination a:hover {
      color: #67d8bb;
      background: none;
    }
    
    .pagination div.older a {
      text-align: left !important;
      margin: 0 1em 0 -1em;
    }
    
    .pagination div.older a:before {
      content: "\2190 ";
    }
    
    .pagination div.newer a {
      text-align: right !important;
      margin: 0;
    }
    
    .pagination div.newer a:after {
      content: "\2192";
      margin: 0 -1em 0 1em
    }
    
    /* @end */
    
    /* @group Contact */
    
    .page-contact .container {
      border-radius: .1em;
      margin: 0 auto 2em;
    }
    
    .page-contact section {
      margin: 0 auto 3em;
    }
    
    .page-contact section:last-child {
      margin: 0 auto;
    }
    
    .page-contact section p {
      text-align: center;
      margin: -1em 0 0;
    }
    
    .page-contact h3 {
    font-size: 1.4em;
    font-weight: 200;
    color: #058ccb;
    line-height: 1;
    margin: 0 auto 1em;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
    font-style: normal;
    padding: 0;
    text-indent: 0;
    }
    .gform_wrapper {
      margin: 0 auto;
      width: 100%;
    }
    
    .gform_wrapper ul {
      margin: 0;
    }
    
    gform_wrapper li {
      text-indent: 0;
    }
    
    #mc-embedded-subscribe-form .clear {
      text-align: left;
    }
    
    .gform_wrapper input, .gform_wrapper textarea, #mc-embedded-subscribe-form input {
      padding: .5em;
      border: 1px solid #bbb;
      margin: 0 0 .2em;
      font-family: "Ideal Sans A", "Ideal Sans B";
      font-size: .85em;
      font-weight: 300;
      line-height: 1.2;
      display: block;
      text-align: left;
    }
    
    .gform_wrapper label, .mc-field-group label, #mc-embedded-subscribe-form label {
      font-weight: 400;
      font-size: .8em;
      text-transform: uppercase;
      letter-spacing: .2em;
      margin: 0 0 .3em;
      font-style: normal;
      color: #444;
      display: block;
      text-align: left;
    }
    
    .ginput_complex {
      overflow: auto;
    }
    
    .name_first, .name_last {
      float: left;
      width: 49%;
    }
    
    textarea, .ginput_container_email input, #mc-embedded-subscribe-form textarea {
      width: 100%;
    }
    
    #mce-EMAIL, #mce-FNAME,  #mce-LNAME {
      display: block !important;
      width: 100%;
      margin: 0 0 2em !important;
    }
    
    .name_last {
      float: right;
      width: 49%;
    }
    
    .name_first input, .name_last input {
      width: 100%;
    }
    
    .gform_wrapper ul.gfield_checkbox li label {
      font-size: .9em !important;
      line-height: 1;
      list-style: none;
      font-weight: 300 !important;
      padding: 0;
      text-transform: none;
      letter-spacing: .02em;
      color: rgba(0, 0, 0, .5);
      width: inherit;
      cursor: pointer;
      text-transform: uppercase;
      display: block;
      text-align: left;
    }
    
    .gform_wrapper ul li.gfield {
      margin: 0 0 1.5em;
      padding: 0;
    }
    
    span#input_1_1_3_container.name_first label, span#input_1_1_6_container.name_last label, .name_first label, .name_last label {
      font-weight: 300 !important;
      font-size: .6em !important;
      color: #aaa !important;
      display: block;
    }
    
    .gfield_checkbox li {
      margin: 0em 0 0 !important;
    }
    
    .gfield_checkbox li input[type=checkbox] {
      vertical-align: middle;
      margin: -.14em -.5em 0 0 !important;
    }
    
    input#gform_submit_button_1.gform_button.button, input#mc-embedded-subscribe {
      background-color: #67d8bb;
      border-radius: .2em;
      color: #fff!important;
      display: inline-block;
      font-size: .7em;
      font-weight: 400;
      padding: 1.1em 2em 1em;
      margin: -.5em .1em 1em 0;
      text-align: center;
      transition: all .3s ease-out;
      line-height: 1;
      letter-spacing: .2em;
      text-transform: uppercase;
      border: none;
      font-family: "Ideal Sans A", "Ideal Sans B";
      cursor: pointer;
      transition: all .3s ease-out;
    }
    
    input#gform_submit_button_1.gform_button.button:hover, input#mc-embedded-subscribe:hover {
      background: #67d8bb;
    }
    
    .gform_wrapper ul.gfield_checkbox li label {
      line-height: 1;
      list-style: none;
      padding: 1em;
      text-transform: none;
    }
    
    .gform_wrapper li {
      text-indent: 0;
    }
    
    .validation_error {
      margin: 0 auto 2em;
      color: red;
    }
    
    .validation_message {
      color: red;
      font-size: .8em;
      margin: .1em auto 1em;
    }
    
    #field_1_5 /* subscribe */ {
      background: rgba(223, 246, 246, 0.77);
      padding: 1.5em 2em;
      margin: -1.2em 1em 2em 0em;
      border-radius: .2em;
    }
    
    /* @end */
    
    /* @group Sidebar / Subnav */
    
    .sidebar {
      display: block;
      position: relative;
    }
    
    .sidebar ul {
      list-style: none;
      margin: 1em auto;
      padding: 0;
      text-align: center;
    }
    
    .sidebar ul li:before {
      content: none;
      margin: 0;
    }
    
    .sidebar ul li {
      margin: 0 .5em 1em;
      line-height: 1.3;
      font-size: 1em;
      text-indent: 0;
      width: inherit;
      display: inline-block;
      vertical-align: top;
    }
    
    .sidebar ul a {
      color: #058ccb;
      font-style: italic;
      font-weight: 300;
      border: none;
      display: block;
      text-indent: none;
      font-size: 1em;
      letter-spacing: .01em;
    }
    
    .sidebar ul a:hover {
      color: #67d8bb;
    }
    
    /* @end */
    
    /* @group Footer */
    
    footer.global {
      margin: 0 auto 5em;
    }
    
    #mc_embed_signup {
      text-align: center;
    }
      
     
    #social_links {
      margin: 0 auto .5em;
      text-align: center;
      list-style: none;
      padding: 0;
    }
    
    #social_links li {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: .1em;
      margin: 0 .5em ;
      text-align: center;
    }
    
    #social_links li a {
      padding: 1em 0em;
      margin: auto;
    }
        
    #social_links svg {
      fill: rgba(255,255,255, .5);
      height: 22px;
      margin: 0 auto;
      transition: all .3s ease-out;
      vertical-align: middle;
      width: 22px;
      text-align: center;
    }
    
    #social_links li p {
      display: none;
    }
    
    #social_links a:hover p, #social_links a:hover svg {
      color: #67d8bb;
      fill: #67d8bb;
    }
    
    #mc-embedded-subscribe {
      border: none;
      background: rgba(0, 0, 0, .25);
      padding: 1.1em 1.5em 1em 1.6em;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1;
      font-size: .7em;
      letter-spacing: .15em;
      color: #fff;
      cursor: pointer;
      border-radius: .1em;
      display: inline-block;
      vertical-align: top;
    }
    
    #mce-EMAIL {
      padding: .75em .8em .4em;
      font-size: .8em;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
    }
    
    #credits {
      margin: 1em auto;
      text-align: center;
    }
    
    #credits p {
      color: rgba(0, 0, 0, .5);
      font-size: .55em;
      text-transform: uppercase;
      letter-spacing: .1em;
      line-height: 1;
      display: inline;
    }
    
    #credits p.copyright {
      color: rgba(0, 0, 0, .9);
      display: block;
      font-size: .7em;
      margin: 0 auto;
      font-weight: 500;
    }
    
    #credits a {
      color: rgba(0, 0, 0, .8);
      transition: all .3s ease-out;
      padding: 1em .25em;
    }
    
    #credits a:hover {
      color: rgba(255, 255, 255, .75);
    }
    
    #credits  p:after {
      content: " / ";
      margin: 0 .5em;
      color: rgba(0, 0, 0, .15);
    }
    
    #credits  p:last-child:after {
      content: "";
    }
    
    /* @end */
    
    /* @group Public Speaking - Videos */
      
    
      
      
      #featured_videos {
        margin: 3em auto 1em;
      }
      
      
      
      ul.video_list {
        list-style: none;
      }
      
      ul.video_list a {
        border: none;
        outline: none;
        width: 100%;
        height: 100%;
      }
      
      .video_list h4 {
        color: #058ccb;
        transition: all .3s ease-out;
        line-height: 1.3;
        margin: 0 0 .3em;
      }
      
      .video_list li:hover h4 {
        color: #67d8bb;
      }
      
      .video_list li img {
        width: 100%;
        margin: 0 auto .5em;
        border-radius: .1em;
        display: block;
        transition: all .3s ease-out;
      }
      
      .video_list li {
        position: relative;
        display: inline-block;
        cursor: pointer;
        text-indent: 0;
        margin: 0 2% 1em 0;
        padding: 0;
        width: 100%;
        vertical-align: top;
      }
      
      .video_list li:hover img{
        background: none;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        opacity: .8;
      }
      
      .video_list li:hover p {
        color: #bbb;
      }
      
      .video_list li:before {
        content: "";
        margin: 0;
      }
      
      .video_list p {
        text-align: left;
        font-weight: 300;
        font-size: .75em;
        line-height: 1.4;
        color: #444;
      }
      
    
    
      
      /* @end */
      
    /* @group About */
      
      .page-photos .two-column .content-container {
        margin: 0 0 2em;
        overflow: auto !important;
      }
      
      .page-photos img {
         float: left;
         width: 32%;
         margin: 0 2px 3px;
         opacity: 1;
         transition: all .3s ease-out;
       }
       
       .page-photos img:hover {
        -webkit-filter: grayscale(1);
       }
      
      /* @end */
      
      /* @group Press */
      
      .press_list {
        list-style: none !important;
        margin: 0 0 1em;
        padding: 0;
      }
      
      .press_list a h4 {
        color: #058ccb;
         transition: all .3s ease-out;
      }
      
      .press_list a h4:hover {
        color: #67d8bb;
      }
      
      .press_list h4 {
        font-style: normal;
        margin: 0 0 .3em !important;
        color: #444;
        font-weight: 200;
        font-size: 1.35em !important;
        padding: 0;
        line-height: 1.4;
      }
      
      .press_list p {
        margin: 0 0 1em;
        font-size: .85em;
        padding: 0;
        color: rgba(0, 0, 0, .5);
        line-height: 1.45;
          
        }
      
      .press_list li {
        text-indent: 0;
        margin: 0 0 2em;
      }
      
      .press_list li:before {
        content: none;
      }
      
      .press_list a {
        font-size: .8em;
      }
      
      /* @end */
      
      /* @group Helper Classes */
    
    .ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:100%}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}
    
    /* @end */
    @media only screen and (min-width: 30em) {
    #hero p {
     font-size: 1.2em;
     margin: 1em 2em 0 -2em;
     
      }
    }
    
    
    
    @media only screen and (min-width: 48em) {
      body {
        font-size: 105%;
      }
      
      header.banner {
        background: none;
        display: inherit;
      }
      
      .article-content {
        margin: 0 auto;
      }
      
      .content-container {
        padding: 5% 10% 3em;
      }
      
      /* @group Navigation - Large */
      
      .branding {
        width: 100%;
        display: inherit; 
        text-align: center; 
        align-items: center;
        justify-content: center;
        }
      
      .toggle {
      display: none;
      }
        
      #menu-main-navigation {
        margin: .5em auto .1em;
        list-style: none;
        padding: 0;
      }
      
      #menu-main-navigation, #menu-secondary-navigation {
        display: inherit;
      }
      
      #menu-secondary-navigation {
        margin: 0 auto .5em;
      }
      
      #menu-main-navigation li, #menu-secondary-navigation li {
        display: inline-block;
      }
      
      #menu-main-navigation li a {
        text-transform: uppercase;
        color: rgba(0, 0, 0, .85);
        letter-spacing: .2em;
        font-weight: 500;
        font-size: .875em;
        padding: 0em 1em 2em;
        transition: color .3s ease-out;
      }
      
      #menu-secondary-navigation li a {
        text-transform: uppercase;
        color: rgba(0, 0, 0, .55);
        letter-spacing: .2em;
        font-weight: 300;
        font-size: .75em;
        padding: .1em .7em;
        transition: all .3s ease-out;
      }
      
      #menu-main-navigation li a:hover, #menu-secondary-navigation li a:hover {
        color: #67d8bb;
      }
      
      #menu ul li a {
        transition: all .3s ease;
        text-decoration: none;
        font-size: 1.5em;
        text-align: center;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 1em 0;
        transition: all .3s ease-out;
        display: block;
        vertical-align: middle;
        letter-spacing: .05em;
      }
      
      #menu ul li a:hover {
        color: #058ccb;
      }
      
      /* @end */
      
      .sidebar {
        display: block;
        float: left;
        width: 25%;
        margin: 0;
        clear: left;
      }
      
      .sidebar ul {
        margin: 1em 0;
        padding: 1em 0 .5em 2.5em;
        text-align: left;
      }
      
      .sidebar ul li {
        margin: 0 0 1em;
        line-height: 1.3;
        font-size: 1em;
        text-indent: 0;
        width: inherit;
        display: block;
      }
      
      .sidebar ul span {
        display: block;
      }
      
      .two-column {
        width: 100%;
        margin: 0;
        max-width: inherit;
        padding: 4% 0 0;
      }
      
      .two-column .content-container {
        width: 75%;
        float: right;
        margin: 0 0 1em;
        padding: 0 10% 2em 5%;
      }
      
     
      #main {
        padding: 0;
      }
      
      header a h1 {
        color: #058ccb;
        /*background: linear-gradient(to right, #058ccb, #67d8bb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: background-position .3s ease-out*/;
        text-align: center;
      }
      
      header h1 {
        font-size: 5em;
        line-height: 1;
        margin: 0 auto;
        padding: 5% 0 .05em;
      }
      
      header a h1:hover {
        color: #67d8bb;
      }
      
      
      
      #hero {
        margin: -.5em 0 0;
      }
      
      #hero section {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        flex-direction: row-reverse;
      }
      
      #hero section div.intro {
        width: 45%;
        padding: 0;
        margin: 0;
      }
      
      #hero section div.intro p:before {
        color: #8aeca8;
      }
      
      #hero section div.intro p:after {
        color: #aafec3;
        text-shadow: 0 0 30px rgb(79, 188, 209);
      }
      
      #hero section div.photo {
        background: url('../_img/mallika-headshot.png') no-repeat center top;
        margin: 0 auto;
        position: relative;
        width: 55%;
        padding: 1em 0 0;
        background-size: contain;
      }
      
      #hero section div.photo img {
        display: none;
      }
      
      h2 {
        margin: 0 0 0 -1.5em;
      }
      
      h2 {
        background: #058ccb;
        border-radius: .1em;
        color: #fff;
        display: inline-block;
        font-style: normal;
        font-weight: 300 !important;
        font-size: .85em;
        padding: .9em 2em .8em;
        margin: 1em 0 0 -1em;
        line-height: 1;
        letter-spacing: .2em;
        text-align: center;
        text-transform: uppercase;
        float: left;
      }
      
      #hero p {
        margin: 2em 2em 0 -2em;
      }
      
      #menu {
        position: absolute;
        top: 0;
        bottom: 0;
        display: table;
        width: 100%;
        height: 100%;
        transition: opacity .5s, visibility .5s;
        text-align: center;
        opacity: 1;
        background-color: #058ccb;
        background: transparent;
        z-index: 500;
        overflow: hidden !;
        margin: 0;
        padding: 0;
        left: 0;
        padding: 1em;
      }
      
    
      
      .menu-main-navigation-container, .menu-secondary-navigation-container {
        height: 100%;
        margin: 0 auto;
        padding: 0 0 .4em;
        text-align: center;
      }
      
      #menu-toggle {
        display: none;
      }
      
      .fields li {
        width: 49%;
        width: 32%;
        margin: 0 0 2.5em;
      }
      
      .fields li p {
        margin: 0 auto;
        padding: 0 1.5em;
      }
      
      .home article {
        max-width: 55em;
        margin: 0 auto 0;
        padding: 2em 0 0;
        max-width: inherit;
        background: #fff;
        border-radius: .1em .1em 0 0;
      }
      
      .video_list li {
        margin: 0 2% 1em 0;
        width: 47%;
      }
      
      #contact-callout a {
        border-radius: 0 0 .2em .2em;
      }
      
      .page-about .featured {
        float: right;
        max-width: 270px;
        margin: .5em -1em 1em 2em;
      }
      
      .gform_wrapper {
        margin: 0 auto !important;
      }
      
      /* @group Social */
      
      #social_links li {
        margin: 0 .7em;
      }
      
      #social_links li p {
        margin: 0 auto;
        font-size: .6em;
        color: rgba(255,255,255, .5);
        transition: all .3s ease-out;
        letter-spacing: .2em;
        display: block;
        padding: .5em 0;
        text-align: center;
      }
      
      #social_links svg {
        height: 24px;
        margin: 0 auto;
        width: 24px;
      }
      
      /* @end */
      
      #credits p.copyright {
        display: inline;
        font-size: .55em;
      }
      
      footer.global {
        padding: 0 0 3em;
      }
      
    }



  /* @group Media Query - Extra-Large */
  
  @media only screen and (min-width: 68em) {
    body {
      font-size: 115%;
    }
    
    p {
      color: rgba(0, 0, 0, .75);
    }
    
    .fields p {
      font-size: .9875em !important;
    }
  }
  
  /* @end */
    
    /* @group Print Styles */
    
    @media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
    
  /* @end */