/*
    Theme Name:     Scripted
    Theme URI:      http://scripted.com
    Description:    All Things are Scripted
    Version:        1.0
    Author:         Vital
    Author URI:     http://vtldesign.com
*/

/* --------------------------------------------------------------------------

    TABLE OF CONTENTS

    1. Defaults
    2. Layout
    3. Header
    4. Footer
    5. Navigation
        5.1 Main Navigation
        5.2 Utility Navigation
        5.3 Footer Navigation
    6. Page Defaults
        6.1 Typography / Layout
    7. Global Blocks
    8. UI Elements

    -------------------------------------------------------------------------- */

/*  ==========================================================================
     1. GLOBAL DEFAULTS
    ==========================================================================  */

::-moz-selection    { background: #0096d2; color:#fff; }
::selection     { background: #0096d2; color:#fff; }

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: none;
}
a {
  outline: none;
}

html,
body {
    font-size: 100%;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    position: relative;
    padding: 0;
    margin: 0;
    background: #555;
    color:#555;
    font-family: 'Book', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
}

body.overlay-active {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.overlay-active .wrap {
  position: fixed;
}

.overlay-active .js nav[role=navigation] {
  position: absolute;
}

a {
    color: #356c9e;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    outline: 0;
}
.group:before,
.group:after { content: " "; display: table; }
.group:after { clear: both; }
.group { *zoom: 1; }

embed, iframe, video {
  max-width: 100%;
}
a.cta {
  font:17px/30px 'Bold', arial, sans serif;
  color:#fff;
  display:block;
  width:80%;
  margin:12px auto;
  padding:8px 12px;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 5px 0 #fff;
  -moz-box-shadow: 0 5px 0 #fff;
  -ms-box-shadow: 0 5px 0 #fff;
  box-shadow: 0 5px 0 #fff;
    text-align:center;
    position: relative;
    top:0;
}
a.cta:hover {
  top:5px;
}
a.btn {
  font:13px/20px 'Bold', arial, sans serif;
  margin:12px auto;
  padding:8px 12px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 5px 0 #fff;
  -moz-box-shadow: 0 5px 0 #fff;
  -ms-box-shadow: 0 5px 0 #fff;
  box-shadow: 0 5px 0 #fff;
    text-align:center;
    color:#fff;
    position: relative;
    background:#356c9e;
  border:3px solid #356c9e;
  -webkit-box-shadow: 0 5px 0 rgba(53,108,158,.31);
  -moz-box-shadow: 0 5px 0 rgba(53,108,158,.31);
  -ms-box-shadow: 0 5px 0 rgba(53,108,158,.31);
  box-shadow: 0 5px 0 rgba(53,108,158,.31);
  border-radius: 0;
  top:0;
}
a.btn:hover {
  color:#356c9e;
  background:transparent;
  -webkit-box-shadow: 0 0 0 rgba(53,108,158,.31);
  -moz-box-shadow: 0 0 0 rgba(53,108,158,.31);
  -ms-box-shadow: 0 0 0 rgba(53,108,158,.31);
  box-shadow: 0 0 0 rgba(53,108,158,.31);
  top:5px;
}
.faq-tab:after {
  content: '\e611';
  font-family:'scripted';
  color:#fff;
  padding:0 0 0 6px;
  font-size:10px;
}
a.cta.medium {
  font-size:16px;
  padding:4px 20px;
}
a.cta.small {
  font-size:14px;
  padding:4px 12px;
}
a.cta.mini {
  font-size:10px;
  padding:0px 5px;
}
.faq-tab{
  font:13px/20px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#fff;
  display:block;
  padding:8px 25px;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    text-align:center;
  position:relative;
  background:#356c9e;
  z-index:200;
}
.faq-tab:hover {
  background:#356c9e;
  padding-left:55px;
}
.cta.red {
  background:#27A97F;
  border:3px solid #27A97F;
  -webkit-box-shadow: 0 5px 0 #289270;
  -moz-box-shadow: 0 5px 0 #289270;
  -ms-box-shadow: 0 5px 0 #289270;
  box-shadow: 0 5px 0 #289270;
}
.cta.red:hover {
  color:#27A97F;
  background:transparent;
  -webkit-box-shadow: 0 0 0 #289270;
  -moz-box-shadow: 0 0 0 #289270;
  -ms-box-shadow: 0 0 0 #289270;
  box-shadow: 0 0 0 #289270;
}
.cta.red.inverse {
  background:white;
  color: #27A97F;
  border:1px solid #27A97F;
  -webkit-box-shadow: 0 5px 0 #289270;
  -moz-box-shadow: 0 5px 0 #289270;
  -ms-box-shadow: 0 5px 0 #289270;
  box-shadow: 0 5px 0 #289270;
}
.cta.red.inverse:hover {
  color:#27A97F;
  background:transparent;
  -webkit-box-shadow: 0 0 0 #289270;
  -moz-box-shadow: 0 0 0 #289270;
  -ms-box-shadow: 0 0 0 #289270;
  box-shadow: 0 0 0 #289270;
}
.cta.confirm {
  background:#33D09D;
  border:3px solid #33D09D;
  -webkit-box-shadow: 0 5px 0 #289270;
  -moz-box-shadow: 0 5px 0 #289270;
  -ms-box-shadow: 0 5px 0 #289270;
  box-shadow: 0 5px 0 #289270;
}
.cta.confirm:hover {
  color:#33D09D;
  background:transparent;
  -webkit-box-shadow: 0 0 0 #289270;
  -moz-box-shadow: 0 0 0 #289270;
  -ms-box-shadow: 0 0 0 #289270;
  box-shadow: 0 0 0 #289270;
}
.cta.confirm.inverse {
  background:white;
  color: #33D09D;
  border:1px solid #33D09D;
  -webkit-box-shadow: 0 5px 0 #289270;
  -moz-box-shadow: 0 5px 0 #289270;
  -ms-box-shadow: 0 5px 0 #289270;
  box-shadow: 0 5px 0 #289270;
}
.cta.confirm.inverse:hover {
  color:#33D09D;
  background:transparent;
  -webkit-box-shadow: 0 0 0 #289270;
  -moz-box-shadow: 0 0 0 #289270;
  -ms-box-shadow: 0 0 0 #289270;
  box-shadow: 0 0 0 #289270;
}
.cta.banner:hover {
  color:#5EADBA;
  background:transparent;
  -webkit-box-shadow: 0 0 0 #289270;
  -moz-box-shadow: 0 0 0 #289270;
  -ms-box-shadow: 0 0 0 #289270;
  box-shadow: 0 0 0 #289270;
}
.cta.banner.inverse {
  background:white;
  color: #5EADBA;
  border:1px solid #5EADBA;
  -webkit-box-shadow: 0 0 0 #289270;
  -moz-box-shadow: 0 0 0 #289270;
  -ms-box-shadow: 0 0 0 #289270;
  box-shadow: 0 0 0 #289270;
}
.cta.banner.inverse:hover {
  color:white;
  background:#5EADBA;
  border:1px solid white;  
  -webkit-box-shadow: 0 0 0 #289270;
  -moz-box-shadow: 0 0 0 #289270;
  -ms-box-shadow: 0 0 0 #289270;
  box-shadow: 0 0 0 #289270;
}
.cta.blue {
  background:#46BBEB;
  border:3px solid #46BBEB;
  -webkit-box-shadow: 0 5px 0 #3da8d4;
  -moz-box-shadow: 0 5px 0 #3da8d4;
  -ms-box-shadow: 0 5px 0 #3da8d4;
  box-shadow: 0 5px 0 #3da8d4;
}
.cta.blue:hover {
  color:#46BBEB;
  background:white;
  -webkit-box-shadow: 0 0 0 #3da8d4;
  -moz-box-shadow: 0 0 0 #3da8d4;
  -ms-box-shadow: 0 0 0 #3da8d4;
  box-shadow: 0 0 0 #3da8d4;
}
.cta.white {
  background:#fff;
  border:3px solid #fff;
  color:#356c9e;
  -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 0 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 5px 0 rgba(0,0,0,0.1);
}
.cta.white:hover {
  color:#27a97f;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
.cta.red.dark-bg:hover,
.cta.blue.dark-bg:hover,
.cta.white.dark-bg:hover {
  border-color:#fff;
  color:#fff;
  background:rgba(0,0,0,0.15);
  webkit-box-shadow: 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
}
.minimal-cta {
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
}
.minimal-cta:after {
  content: '\e611';
  font-family:'scripted';
  padding:0 0 0 6px;
  font-size:10px;
}
.play-button {
  width:90px;
  height:90px;
  background-color: white;
  border-radius: 45px;  
  border: 5px solid #27A97F;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.play-button:hover  {
  background-color: #27A97F;
}
.play-button:hover > .play-caret {
    border-left:   35px solid white;  
}
.play-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 12px;
    margin-top: 20px;
    vertical-align: middle;
    border-left:   35px solid #27A97F;
    border-top: 20px solid transparent;
    border-bottom:  20px solid transparent;
    border-right: 0px solid transparent; 
}
.center {
  width:90%;
  max-width:1600px;
  margin:0 auto;
  position:relative;
  left:0;
  right:0;
}
.center-text {
  text-align:center;
}
.clear {
  clear:both;
}
.col-one, .col-two, .col-three, .col-four, .col-five, .col-six, .col-seven {
  width:100%;
  position:relative;
}
.padding {
  padding:2em 0;
  position: relative;
}
.avatar img, img.avatar {
  border:solid 5px #fff;
  border-radius:40px;
  overflow:hidden;
  width:80px;
  height:80px;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width:600px) {
  .attachment-large {
    float: none;
    margin: 0px;
  }
  a.cta {
    font:20px/30px 'Bold', arial, sans serif;
    padding:10px 25px;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    margin:0;
    text-align:inherit;
    width:auto;
  }
  .col-two {
    width:50%;
    float:left;
  }
  .col-three {
    width:33.3333%;
    float:left;
  }
  .col-four {
    width:25%;
    float:left;
  }
  .col-five {
    width:20%;
    float:left;
  }
  .col-six {
    width:16.6666%;
    float:left;
  }
  .avatar img {
    border-radius:50px;
    width:100px;
    height:100px;
  }
}
@media screen and (min-width:800px) {
  .attachment-large {
    float: right;
    margin-left: 10px !important;
  }
  .faq-tab{
    padding:8px 25px;
    position:fixed;
    left:0;
    top:40%;
  }
  .loop-content .wp-post-image {
    max-width:364px;
    height:auto;
  }
  .padding {
    padding:4em 0;
  }
}
/* Basic Form (Gravity Forms) */

.gform_body ul {
  margin:0 !important;
}

.gform_wrapper ul, 
.form ul {
  list-style:none;
  margin:0;
  padding:0;
}
.gform_wrapper li, 
.form li {
  margin:5px 0;
  list-style:none;
}
.gform_wrapper input[type=text], 
.gform_wrapper input[type=textarea], 
.gform_wrapper input[type=email], 
.form input[type=text], 
.form input[type=textarea], 
.form input[type=email] {
  background:#fff;
  border:none;
  padding:4px 10px;
  max-width:100%;
  outline:none;
}
.gform_wrapper .textarea,
.form .textarea {
  max-width:100%;
  max-height:100px;
  min-width: 100px;
  border:none;
}
.gform_wrapper label, 
.form label {
  display:block;
  font-size:.875em;
  margin:3px 0;
}
.gform_wrapper .gform_validation_container, 
.form .gform_validation_container {
  display:none;
}
.gform_wrapper .gfield_error label {
  color:red;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error .textarea {
  border:solid 3px red;
}
.gform_wrapper .button.gform_button, 
.form .button.gform_button {
  background:#356c9e;
  font:16px/35px 'Bold', arial, sans serif;
  color:#fff;
  text-align:center;
  padding:10px 25px;
  border:none;
}
/* Contact Us Form */
.contact-info {
  text-align:center;
  color:#495b6b;
  padding:7%;
}
.contact-info h1 {
  font:1.5em/1em 'Bold', arial, sans serif;
}
.contact-form .gform_wrapper input {
  width:100%;
}
.contact-info a {
  color:#495b6b;
  font:1em/1em 'Bold', arial, sans serif;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-info a.cta {
  color:#fff;
}
.contact-info a:hover {
  color:#555;
}
#gform_fields_3 {
  background:#555;
  background:rgba(53,108,158,.71);
  color:#fff;
}
#gform_fields_9 {
  background:#555;
  background:rgba(53,108,158,.71);
  padding:30px 0 0;
  color:#fff;
}
#field_3_1, .contact-form .gform_footer {
  text-align:center;
  font-size:24px;
}
#gform_submit_button_9 {
  width: 65%;
}
.contact-form .gform_footer {
  padding:0 0 30px; 
  margin:-5px 0 0;
  background:#555;
  background:rgba(53,108,158,.71);
}
#gform_fields_3 li {
  padding:5px 25px;
}
#gform_fields_3 li#field_3_1 {
  padding:5%;
}
#gform_fields_3 select {
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  padding:15px 0;
  max-width:100%;
}
#gform_fields_9 li {
  padding:5px 25px;
}
#gform_fields_9 li#field_3_1 {
  padding:5%;
}
#gform_fields_9 select {
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  padding:15px 0;
  max-width:100%;
}
@-moz-document url-prefix() { 
  #gform_fields_3 select {
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  padding:3px 0;
  max-width:100%;
}
  #gform_fields_9 select {
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  padding:3px 0;
  max-width:100%;
}
}
@media screen and (min-width:800px) {
  .contact-info h1 {
    font:3em/2em 'Bold', arial, sans serif;
  }
}
/*  ==========================================================================
     2. LAYOUT
    ==========================================================================  */
.page.entry {
  min-height:400px;
  padding:5% 0;
}
.cta-set {
  text-align:center;
  padding:20px 0;
  font-size:12px;
}
.cta-set span {
  position:relative;
  top:25px;
}
.page-headline {
  font:30px/35px 'Light', serif;
  text-align:center;
  position:relative;
  padding:2em;
}
.section-heading {
  position: relative;
}
.section-title {
  font:28px/35px 'Light', serif;
  padding:15px;
  text-align:center;
  position:relative;
  color:#356c9e;
}
.section-heading .section-subtitle {
  padding:0 2em 5em;
}
.section-subtitle {
  font:17px/24px 'Book', serif;
  padding:1em 2em 0em;
  text-align:center;
  position:relative;
}
.section-title img {
  max-width: 140px;
  height:auto;
}
.section-eraser-title {
  background:#fff;
  font:20px/28px 'Book', serif;
  padding:25px;
  text-align:center;
}
.banner-static {
  background-color: #2FACBA;
  padding:25px 0 0 0;
  text-align: center;
  width: 100%;
  min-height: 70px;
}
.banner-static .section-title {
  color: #fff;
  margin-top: 5px;
  padding:  0 ;
}
.sub-menu {
  background-color: #356c9e;
  color: white;
  font: 16px/22px 'Book', serif;
  margin-top: 28px;
  text-align: center;
}
.sub-menu a{
  color: white;
  padding: 10px 15px;
  display: inline-block;
}
.sub-menu a:hover{
  color: #356c9e;
  background-color: white;
  cursor: pointer;
}
.sub-menu a.active{
  color: #356c9e;
  background-color: white;
}
.banner-static .cta {
  margin-top: 0px;
  margin-right: 0px;
  float: right;
  width: 100%;
}

.banner-image {
  padding:10% 0;
  background-position:top center;
  background-size:auto;
  position:relative;
}
.banner-image.basic {
  background-image:url(images/bg-desktop-hiw-writer-matching.jpg);
}
.banner-image .section-title {
  font-family:'Light';
  padding:0 25px;
  color:#fff;
  max-width: 1200px;
  width:90%;
  font-size:26px;
  line-height: 1.5em;
  margin:0 auto;
}
.banner-image .section-title a {
  color:#fff;
}
.banner-image .section-subtitle {
  padding:0 25px 25px;
  max-width:800px;
  margin:0 auto;
  color:#fff;
}
.full-pg-bg {
  position:absolute;
  width:100%;
  height:100%;
  top:0; left:0;
  background-position:top center;
  background-attachment:fixed;
}
.section-heading .scroll-me {
  color:#356c9e;
  bottom:10%;
  left:0;
  right:0;
  margin: auto;
  width:36px;
  position: absolute;
}
@media screen and (min-width:600px) {
  .cta-set {
    padding:40px 0px;
  }
  .cta-set a {
    margin:0 10px;
  }
  .cta-set span {
    top:auto;
  }

  .section-title {
    font:32px/40px 'Light', serif;
    letter-spacing:.5px;
    color:#356c9e;
    text-transform:capitalize;
    padding:0 25px;
  }
  .section-subtitle {
    font:22px/28px 'Book', serif;
    padding:25px 25px 0;
  }
  .section-title img {
    max-width: 250px;
  }
  .section-heading {
    padding:10% 0;
    position: relative;
  }
  .section-heading .section-title {
    font:37px/45px 'Light', serif;
    letter-spacing:.5px;
    color:#356c9e;
    text-transform:capitalize;
    padding:0 25px;
  }
  .section-heading .section-subtitle {
    font:18px/28px 'Book', serif;
    padding:5px 25px 0;
  }
  .section-eraser-title {
    font:28px/28px 'Book', serif;
    padding:55px 0;
  }
  .banner-image {
    background-size:auto;
  }
}
@media screen and (min-width:800px) {
  .banner-static .cta {
    margin-top: -40px;
    margin-right: 20px;
    float: right;
    width: initial;
  }    
  .banner-image .section-title {
    font-size:42px;
  }
  .page-template-page-account-mgnt-php .banner-image {
    padding:8% 0;
  }
}
@media screen and (min-width:1300px) {
  .banner-image, .full-pg-bg {
    background-size:160%;
  }
}
/*  2.1 Homepage
   -------------------------------------------------------------------------- */
section.top {
  padding:0;
  background:#356C9E;
  height:80vh;
  margin-top:-43px;
  background: #356c9e;
  position:relative;
}
section.top .center {
  position: absolute;
  margin:auto;
  top:35vh;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
section.top:before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url(/wp-content/uploads/2015/07/hero-image-1.jpg) center no-repeat;
  background-size:350%;
}

section.pageheader {
  background: #356C9E;
  padding: 30px;
  height:145px;
  color: white;

}

.top .cta-set {
  padding: 0;
  top: 73vh;
  position: absolute;
  width: 100%;
}
.cta-set a.cta {
  max-width:15em;
  font-size:15px;
}

@media screen and (min-width:600px) {
  section.top:before {
    background-position: bottom right;
    background-size:cover;
  }
  section.top .center {
  top:45vh;

}  
  .scroll-me {
    font-size:20px;
    position:absolute;
    bottom:5%;
    left:0;
    right:0;
    margin:auto;
    width:36px;
    color:#495b6b;
    -webkit-animation: bounce-it 6s 5.5s infinite linear;
    -moz-animation: bounce-it 6s 5.5s infinite linear;
    -o-animation: bounce-it 6s 5.5s infinite linear;
    -webkit-animation: bounce-it 6s 5.5s infinite linear;
  }
  
  @-webkit-keyframes bounce-it {
    0%, 75%, 85%, 95%, 100% {-webkit-transform:translateY(0);}
    80% { -webkit-transform:translateY(-30px); }
    90% { -webkit-transform:translateY(-15px); }
  }
  @-moz-keyframes bounce-it {
    0%, 75%, 85%, 95%, 100% {-webkit-transform:translateY(0);}
    80% { -webkit-transform:translateY(-30px); }
    90% { -webkit-transform:translateY(-15px); }
  }
  @-o-keyframes bounce-it {
    0%, 75%, 85%, 95%, 100% {-webkit-transform:translateY(0);}
    80% { -webkit-transform:translateY(-30px); }
    90% { -webkit-transform:translateY(-15px); }
  }
  @keyframes bounce-it {
    0%, 75%, 85%, 95%, 100% {-webkit-transform:translateY(0);}
    80% { -webkit-transform:translateY(-30px); }
    90% { -webkit-transform:translateY(-15px); }
  }

}
@media screen and (min-width:800px) {
  .cta-set a.cta {
    max-width:70%;
    font-size:20px;
    margin:1em;
    padding:1em 2em;
    position: relative;
  }
  .cta-set a.cta span {
    font-size:25px;
  }
  .cta-set a.cta:after {
    padding: 0 0 0 12px;
    font-size: 17px;
  }
}

.how-it-works-icons a span {
  color: #555;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;

}
.how-it-works a:hover span {
  color:#356c9e;
}

.center.homepage {
  background-color: rgba(255,255,255,.6);
  height: 180px;
  width: 100%;
  padding-top: 15px;
}
.center.homepage .play-button {
  margin-top: 15px;
}
.how-it-works {
  margin:80px auto 0px auto !important; 
  width:85%;
}
.how-it-works .title-banner {
  border-bottom:1px solid #356c9e; 
  height:30px;
}
.title-banner .top-border {
  text-align:center; 
  background-color: white; 
  margin-left:auto; 
  margin-right:auto; 
  color:#356c9e;  
}
.title-banner .logo-type {
  vertical-align: top;
  position: relative;  
}
.how-it-works .title {
  text-align:left; 
  color:#356c9e;
}
.how-it-works .bottom-border {
  border-top:5px solid #356c9e  
}
.home-points {
  width:100%; 
  position: relative; 
  z-index:10;
}
.home-points.first {
  margin-top:50px;  
}
.home-points .point {
  width:48%; 
  height:350px; 
  display:inline-block; 
  vertical-align:top;   
  font-family: 'Light', Helvetica, Arial, sans-serif;  
  position: relative;
  z-index: 100;
}
.home-points .point span {
  font-family: 'Medium', Helvetica, Arial, sans-serif; 
}
.home-point-background {
  width:200%;background: 
  linear-gradient(white, #DDF7FF);
  height:350px;
  position:absolute; 
  left:0;  
}
.home-points img {
  height:220px; 
  width:220px; 
  margin:0 auto; 
  float:none; 
  display:block;  
}
.home-points.first img{
  position:absolute; 
}
.how-it-works .cta-set{
  padding-top: 0px;
  margin-top: -60px; 
  padding-bottom:0px;
}
.customer-testimonial {
  margin:10px auto; 
  width:100%; 
  color:#2FADBA;  
}
.customer-testimonial .testimonial {
  text-align: center; 
  width:100%; 
  padding:15px 0 60px 0;  
  position:relative;
}
.customer-testimonial .testimonial-background {
  width:100%;
  background-color:#2FADBA; 
  height:140px; 
  display:inline-block;  
}
.customer-testimonial .cta-set {
  padding-top: 0px;
  margin-top: -30px; 
  padding-bottom:0px;  
}
.testimonial-background .avatar {
  margin: 0 auto;
  float: none;
  display: block;
  width: 100px;
  position: relative; 
  margin-top: -50px;  
}
.testimonial-background div {
  width:100%; 
  text-align:center; 
  color:white; 
  font-size:18px; 
  font-family: 'Medium', 
  Helvetica, Arial, sans-serif;  
}
.test-monail-background .position {
  font-size:16px; 
}
.testimonial span {
  font-size: 32px;
}
.testimonial .quote {
  font-size: 52px;
  position: absolute;
  top: 0;
}


.prompt.homepage .title-text{
  font: 28px/32px 'Bold',georgia, sans serif;    
  padding-left: 0px;
}   
.title-banner .logo-type {
  font-size: 22px; 
  top: 8px; 
}  
.title-banner .top-border {
  font-size: 42px; 
  width:70%; 
}  
.how-it-works .title {
  font-size:18px; 
  padding: 25px 0 20px 0;
}
.home-points .point {
  padding: 0px;
  font-size:18px;   
}
.home-points .point.first {
  padding: 30px 0px 0 0px;
}  
.home-points.first img{
  height:300px; 
  left:0; 
  top:0;
}  
.home-points .qualitymark img{
  width: 130px;
  height: 130px;
  margin-top: 50px;
  margin-left: -10px;
}

@media screen and (min-width:600px) {
  .center.homepage .play-button {
      margin-top: 10px;
  }
  .center.homepage {
    padding:40px 20px ;
  }
  .prompt.homepage .title-text{
    font: 32px/34px 'Bold',georgia, sans serif;    
  }   
  .title-banner .logo-type {
    font-size: 24px; 
    top: 6px; 
  }  
  .title-banner .top-border {
    font-size: 42px; 
    width:40%; 
  }  
  .how-it-works .title {
    font-size:22px; 
    padding: 35px 0 20px 0;
    text-align:center; 
  }
  .home-points .point {
    padding: 0px;
    font-size:20px;     
  }
  .home-points .point.first {
    padding: 30px 0px 0 0px;
  }  
  .home-points.first img{
    height:300px; 
    left:0; 
    top:0;
  }  
  .home-points .qualitymark img{
    width: 220px;
    height: 220px;
    margin-top: 0px;
    margin-left: auto;    
  }  
}
@media screen and (min-width:800px) {
  .center.homepage {
    padding:40px 20px ;
  }  
  .prompt.homepage{
    width: 90%;
  }     
  .prompt.homepage .title-text{
    text-align:center;
  }     
  .prompt.homepage h3 {
    text-align:center;
  }  
  .title-banner .logo-type {
    font-size: 28px; 
    top: 11px; 
  }    
  .title-banner .top-border {
    font-size: 56px; 
    width:40%; 
  }  
  .how-it-works .title {
    font-size:22px; 
  }
  .home-points .point.first {
    padding:110px 0px 0 35px; 
  }  
  .home-points.first img{
    height:290px; 
    left:15%; 
  }  
}

@media screen and (min-device-width:1025px) {
  section.top:before {
    background-attachment: fixed;
  }
}
@media screen and (min-width:1024px) {
  .center.homepage {
    padding: 0px 20px ;
    max-width: 3000px;
  }  
  .prompt.homepage{
    width: 80%;
  }  
  .prompt.homepage .title-text{
    font: 55px/75px 'Bold',georgia, sans serif;    
    text-align:center;
  }    
  .prompt.homepage h3 {
    text-align:center;
  }
  .how-it-works {
    margin:80px auto 0px auto !important; 
    width:85%;
  }
  .how-it-works .title-banner {
    border-bottom:1px solid #356c9e; 
    height:30px;
  }
  .title-banner .top-border {
    text-align:center; 
    font-size: 56px; 
    background-color: white; 
    width:25%; 
    margin-left:auto; 
    margin-right:auto; 
    color:#356c9e;  
  }
  .title-banner .logo-type {
    font-size: 30px; 
    vertical-align: top;
    top: 10px; 
    position: relative;  
  }
  .how-it-works .title {
    font-size:38px; 
    text-align:center; 
    padding: 45px 0 30px 0; 
    color:#356c9e;
  }
  .how-it-works .bottom-border {
    border-top:5px solid #356c9e  
  }
  .home-points {
    width:100%; 
    position: relative; 
    z-index:10;
  }
  .home-points.first {
    margin-top:50px;  
  }
  .home-points .point {
    width:48%; 
    padding:30px; 
    height:350px; 
    display:inline-block; 
    vertical-align:top;  
    font-size:26px;  
    font-family: 'Light', Helvetica, Arial, sans-serif;  
    position: relative;
    z-index: 100;
  }
  .home-points .point span {
    font-family: 'Medium', Helvetica, Arial, sans-serif; 
  }
  .home-points .point.first {
    padding:110px 30px 0 60px; 
  }
  .home-point-background {
    width:200%;background: 
    linear-gradient(white, #DDF7FF);
    height:350px;
    position:absolute; 
    left:0;  
  }
  .home-points img {
    height:220px; 
    width:220px; 
    margin:0 auto; 
    float:none; 
    display:block;  
  }
  .home-points.first img{
    position:absolute; 
    height:350px; 
    width: 260px;
    left:30%; 
    top:10%; 
  }
  .how-it-works .cta-set{
    padding-top: 0px;
    margin-top: -60px; 
    padding-bottom:0px;
  }
  .customer-testimonial {
    margin:10px auto; 
    width:100%; 
    color:#2FADBA;  
  }
  .customer-testimonial .testimonial {
    text-align: center; 
    width:100%; 
    padding:15px 0 60px 0;  
  }
  .customer-testimonial .testimonial-background {
    width:100%;
    background-color:#2FADBA; 
    height:150px; 
    display:inline-block;  
  }
  .customer-testimonial .cta-set {
    padding-top: 0px;
    margin-top: -60px; 
    padding-bottom:0px;  
  }  
  .testimonial-background .avatar {
    margin: 0 auto;
    float: none;
    display: block;
    width: 100px;
    position: relative; 
    margin-top: -50px;  
  }
  .testimonial-background div {
    width:100%; 
    text-align:center; 
    color:white; 
    font-size:18px; 
    font-family: 'Medium', 
    Helvetica, Arial, sans-serif;  
  }
  .test-monail-background .position {
    font-size:16px; 
  }
  .testimonial span {
    font-size: 32px;
  }
  .testimonial .quote {
    font-size: 52px;
  }
  .option-testimonial-author blockquote {
    text-align: left;
    margin-bottom:10px;
  }
}
@media screen and (min-width:2000px) {
  section.top:before {
    background-size:cover;
  }
}


/* 2.1A - How It Works */
   
section.how-it-works {
  margin:50px 0;
}
.step-icons .col-three {
  text-align:center;
  padding:10% 0;
  color:#555;
}
.step-icons a, .step-icons a span {
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.step-icons .col-three:nth-child(1) a span {
  color:#f98030;
}
.step-icons .col-three:nth-child(2) a span {
  color:#46bbeb;
}
.step-icons .col-three:nth-child(3) a span {
  color:#27a97f;
}
.step-icons a:hover, .step-icons a:hover span {
  color:#555;
}
.step-icons a .step-icon {
  font-size:140px;
  padding:0 0 25px;
  display:block;
  position:relative;
}
.step-icons a p {
  font:19px/24px 'Book', serif;
  padding:0 10%;
  color:#555;
}
.step-icons.cycle-slideshow .cycle-slide-active span {
  opacity:1;
  top:0;
}
.step-icons span {
  font-size:110px;
  padding:0 0 25px;
  display:block;
  position:relative;
  color:#356c9e;
}
.how-it-works-icons {
  max-width: 90%;
  margin:0 auto 15px;
}
.how-it-works-icons .col-six {
  text-align:center;
  padding:30px 0;
  color:#555;
  width:50%;
  float:left;
  border:solid 1px #ccc;
  margin:-1px 0 0 -1px;
}
.how-it-works-icons span {
  font-size:40px;
  padding:0 0 10px;
  display:block;
  color:#356c9e;
}
.how-it-works-icons p {
  font:12px/28px 'Book', serif;
}
.slider-control a {
  background:#fff;
  text-align:center;
  font:12px/30px 'Book', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#bbb;
  display:block;
  cursor:pointer;
}
.slider-control a span {
  font-size:11px;
}
@media screen and (min-width:600px) {
  .step-icons .col-three {
    text-align:center;
    padding:4% 0;
  }
  .step-icons p {
    font:16px/21px 'Book', serif;
    letter-spacing:1px;
    padding:0;
  }
  .how-it-works-icons .col-six {
    width:33%;
    border:solid 1px #ccc;
  }
}
@media screen and (min-width:1024px) {
  .cta-set a {
    margin:0 8px;
  }
  .how-it-works-icons {
    margin:30px auto;
    background:none;
  }
  .how-it-works-icons .col-six {
    width: 16%;
    margin: .33%;
  }
  .how-it-works-icons p {
    font:14px/28px 'Book', serif;
  }
}
/* 2.1B - Better Features */

section.better-features {
  background:#555 url(images/bg-home-mobile-features.jpg) top center no-repeat;
  background-size:cover;
  padding:25px 0 50px;
}
.better-features .center {
  padding:0 0 50px;
}
a.better-feature-box {
  /*background:rgba(53,108,158,0.7);*/
  display:block;
  color:#fff;
  text-align:left;
  float:left;
  width:100%;
  padding:8% 4%;
  position:relative;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin:.5% 0;
}
a.better-feature-box:last-child {
  text-align: center;
}
.better-feature-box span {
  font-size:30px;
  float:left;
  width:17%;
  text-align:center;
  margin:10px 0 0 0;
}
.better-feature-box:last-child span {
  display: none;
}
.better-feature-box:last-child p {
  margin:auto;
  float: none;
}
.better-feature-box p {
  font:12px/18px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  padding:3% 0;
  float:left;
  width:75%;
  margin: 0 0 0 2%;
}
span.plus-toggle {
  font:28px/30px 'Booklight', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  float:right;
  width:5%;
}
a.better-feature-box:hover span.plus-toggle {
  opacity:1;
  top:70%;
  font-size:28px;
}
@media screen and (min-width:600px) {
  section.better-features {
    background:#555 url(images/bg-home-desktop-features.jpg) top center no-repeat;
    background-size:auto;
    padding:100px 0;
  }
  a.better-feature-box {
    width:49%;
      margin:.5%;
    padding:5% 2%;
  }
}
@media screen and (min-width:1024px) {
  section.better-features {
    padding:150px 0;
  }
  a.better-feature-box {
    display:inline;
    text-align:center;
    color:#fff;
    width:16%;
    margin:.333%;
    position:relative;
    min-height:280px;
    padding:50px 10px 0;
  }
  .better-feature-box span {
    font-size:75px;
    float:none;
    width:100%;
    -webkit-transition: all 0.3s ease-in-out;  
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .better-feature-box:last-child span {
    display: none;
  }
  .better-feature-box p {
    font:12px/18px 'Bold', arial, sans serif;
    padding:14% 0;
    float:none;
    width:100%;
    position: absolute;
    bottom: 80px;
    right:0;
    color:#fff;
  }
  span.plus-toggle {
    font:30px/45px 'Booklight', arial, sans serif;
    position:absolute;
    width:100%;
    bottom:0%;
    top:75%;
    left:0;
    float:none;
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out;  
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width:1025px) {
  section.better-features {
    background:#555 url(images/bg-home-desktop-features.jpg) top center no-repeatfixed;
  }
}
@media screen and (min-width:2000px) {
  section.better-features {
    background-size:cover;
    padding:10% 0;
  }
}
/* 2.1C - Industry List */
.industry-list {
  text-align:center;
  padding:50px 0;
  margin:0 auto;
}
.industry-list-slideshow {
  width:100%;
  margin:0 auto;
}
.industry-list h2 {
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
}
.industry-list-slideshow a {
  text-align:center;
  font:18px/30px 'Book', times, serif;
  text-transform:uppercase;
  letter-spacing:3px;
  color:#bfbfbf;
  padding:0 50px;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.industry-list-slideshow a:hover {
  color:#4e4e4e;
}
@media screen and (min-width:600px) {
  .industry-list-slideshow {
    width:100%;
  }
  .industry-list-slideshow .cycle-carousel-wrap {
    overflow:hidden;
  }
}
/* 2.1D - Packages */
section.packages {
  padding:25px 0;
  background:url(images/bg-home-packages-light.jpg) bottom center no-repeat;
  background-size:cover;
  position: relative;
}
section.packages:before {
  content:''; 
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(53,108,158,.2);
}
.packages .option {
  background: #f5f5f5;
}
.packages-slideshow {
  background:rgba(58,63,71,0.6);
  padding:15px;
}
.package-description {
  text-align:center;
  color:#fff;
}
.package-description .section-title {
  font-size:34px;
  padding:25px 0 15px;
  color:#356c9e;
  text-align:center;
}
.package-description ul {
  font:13px/27px 'Bold', arial, sans serif;
  list-style:none;
  margin:0;
  padding:0;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.package-description li:before {
  content:'';
  margin:0 5px 0 0;
}
.package-description a {
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#fff;
}
.package-description .avatar {
  float:left;
  position:relative;
}
.packages-slideshow .testimonials {
  color:#fff;
  text-align:center;
  padding:25px 0;
  clear:none;
}
.testimonials {
  clear:both;
}
.testimonials blockquote {
  font:15px/27px 'Book', arial, sans serif;
  text-transform:none;
  padding:0 15px 15px;
}
.testimonials blockquote:before {
  content:'\e62f';
  font-family:'scripted';
  position: relative;
  top: 30px;
  left: -35px;
}
.packages .testimonials blockquote:before {
  content:'\e62f';
  font-family:'scripted';
  position: relative;
  top: 0px;
  left: -10px;
}
.testimonial-author {
  font:16px/26px 'Book', times, serif;
  text-align:center;
}
.packages-arrow-nav {
  position:relative;
  width:100%;
  margin:0 auto;
  top:0;
  background: #eee;
  height: 50px;
  padding: 6px 0;
}
.packages-arrow-nav .next {
  top:0;
  right:-30px;
}
.packages-arrow-nav .prev {
  top:0;
  left:-30px;
  right:auto;
}
.packages-arrow-nav span {
  color:#ccc;
}
.packages-arrow-nav span:hover {
  color:#565656;
}
.packages-slideshow-nav {
}
@media screen and (min-width:600px) {
  section.packages {
    padding-bottom:100px;
  }
  section.packages:before {
    background:rgba(53,108,158,0);
  }
  section.packages .section-title {
    padding:45px 0;
  }
  .packages-slideshow .center {
    max-width:1100px;
    padding:15px 0;
  }
  .package-description {
    width:40%;
    float:left;
    padding-bottom:25px;
  }
  section.packages .package-description .section-title {
    padding:35px 0 10px;
  }
  .packages-slideshow .testimonials {
    color:#fff;
    text-align:center;
    padding:25px 0;
    width:45%;
    margin:0 7.5%;
    float:left;
  }
  .testimonial-author {
    max-width:85%;
    margin:25px auto;
  }
  .testimonial-author .avatar {
    float:left;
    position:relative;
    top:-20px;
  }
  .packages-arrow-nav .next {
    display:block;
  }
  .packages-arrow-nav .prev {
    display:block;
  }
  .packages-slideshow-nav {
    max-width:1100px;
    margin:0 auto;
  }
  .packages-slideshow-nav a {
    font:15.3px/45px 'Booklight', arial, sans serif;
    text-transform:uppercase;
    letter-spacing:2.5px;
    color:#fff;
    text-align:center;
    display:block;
    float:left;
    width:33%;
    border-top:#555 solid 3px;
    -webkit-transition: all 0.3s ease-in-out;  
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .packages-slideshow-nav a.cycle-pager-active {
    font:15.3px/45px 'Bold', arial, sans serif;
    text-transform:uppercase;
    letter-spacing:2.5px;
    border-top:#356c9e solid 3px;
  }
}
@media screen and (min-width:800px) {
  .packages-arrow-nav {
    top:-180px;
    background: transparent;
    height: auto;
    padding: 0;
  }
  .packages-arrow-nav .next {
    right:17px;
  }
  .packages-arrow-nav .prev {
    left:17px;
  }
}
@media screen and (min-device-width:1025px) {
  section.packages {
    background-size: cover;
    background-attachment: fixed;
  }
}
@media screen and (min-width:1000px) {
  section.packages {
    background-attachment: fixed;
  }
}
/* 2.1D - Packages - Update */
.packages .option {
  width:90%;
  margin:0 auto 5%;
  background:#f5f5f5;
}
.packages .option .option-description {
  background:#fff;
  padding:5% 5% 20%;  
}
.packages .option .option-description ul {
  list-style:none;
  padding:0;
  margin:0;
  font:15px/25px 'Book', times, serif;
  text-align:center;
}
.packages .option .option-description .option-section-title { 
  text-align:center;
  color:#356C9E;
  font:24px/30px 'Book', times, serif;
  width:100%;
  display:table;
  height:80px;
  position:relative;
}
.packages .option .option-description .option-section-title span {
  display:table-cell;
  vertical-align:middle;
  position:relative;
}
.packages .option .option-testimonial {
  background:#f5f5f5;
  color:#555;
  padding:5%;
  text-align:center;
  font:13px/22px 'Book', arial, sans serif;
}
.packages .option .option-avatar {
  text-align:center;
  width:80px;
  height:80px;
  border:solid 2px #fff;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  overflow:hidden;
  margin:-20% auto 10%;
  background:#fff;
}
.packages .option .option-avatar img {
  width:100%;
  height:auto;
}
.packages .option .option-testimonial-author img {
  padding:5% 0;
}
.packages .option .option-cta {
  display:block;
  padding:1em;
  background:#356C9E;
  color:#fff;
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  text-align:center;
}
@media screen and (min-width:600px) {
  .packages .option {
    clear:both;
    width:100%;
    overflow:hidden;
    position:relative;
    margin:0 auto 5%;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
  }
  .packages .option .option-avatar {
    margin:5% auto;
  }
  .packages .option .option-description {
    width:40%;
    float:left;
  }
  .packages .option .option-testimonial {
    width:60%;
    float:left;
  }
   .packages .option .option-cta {
     position:absolute;
     width:40%;
     left:0;
     bottom:0;
   }
   .packages .option .option-cta:hover {
     background:#27a97f;
   }
}
@media screen and (min-width:1026px) {
  .packages .option {
    width:30%;
    margin:0 1.5%;
    float:left;
    clear:none;
    background:#113561;
    background:rgba(58,63,71,.6);
  }
  .packages .option .option-description {
    width:100%;
    float:none;
  }
  .packages .option .option-testimonial {
    width:100%;
    float:none;
    height:300px;
  }
  .packages .option .option-avatar {
    margin:-20% auto 10%;
  }
  .packages .option .option-cta {
     position:relative;
     width:100%;
     left:0;
     bottom:0;
   }

}
/* 2.1E - Press Mentions */
section.press-mentions {
}
.press-mention-slideshow {
  max-width:1100px;
  margin:0 auto;
}
.pr-logo {
  background:#fff;
  display:block;
  text-align:center;
  margin:50px 0;
}
.pr-logo img {
  max-width:100%;
  height:auto;
  padding:20px 0;
}
.press-mentions .article-snippet, .press-mentions .article-snippet .section-title {
  text-align:left;
  padding:25px 0;
}
.article-snippet h3 a {
  font:20px/30px 'Bookbold', serif;
  color:#356c9e;
}
.article-snippet p {
  font:14px/27px 'Book', serif;
  color:#555;
  padding:15px 0;
}
.article-snippet a.minimal-cta {
  color:#555;
}
.press-arrow-nav {
  position:relative;
  width:100%;
  margin:0 auto;
  top:0;
  background: #eee;
  height: 50px;
  padding: 6px 0;
}
.press-arrow-nav .next {
  top:0;
  right:-30px;
}
.press-arrow-nav .prev {
  top:0;
  left:-30px;
  right:auto;
}
.press-arrow-nav span {
  color:#ccc;
}
.press-arrow-nav span:hover {
  color:#565656;
}
.press-slideshow-nav {
  max-width:1100px;
  margin:25px auto;
}
.press-slideshow-nav a {
  float:left;
  display:block;
  width:24.1%;
  margin:0 .4%;
  height:3px;
  padding:10px 0;
  border-top:solid 3px #c4c5c7;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.press-slideshow-nav a:hover {
  border-top:solid 3px #999;
}
.press-slideshow-nav a.cycle-pager-active {
  border-top:solid 3px #356c9e;
}
.validation {
  position:relative;
  width:100%;
  margin:50px auto;
  text-align:center;
  display:block;
  clear:both;
}

@media screen and (min-width:600px) {
  .press-mention-slideshow {
    margin:50px auto 25px;
  }
  .pr-logo {
    width:25%;
    float:left;
    padding:70px 0;
    box-shadow:inset 0 0 250px #ebebeb;
    -moz-box-shadow:inset 0 0 250px #ebebeb;
    -webkit-box-shadow:inset 0 0 250px #ebebeb;
    -ms-box-shadow:inset 0 0 250px #ebebeb;
  }
  .article-snippet {
    margin:0 0 0 5%;
    width:70%;
    float:right;
    text-align:center;
  }
  .press-arrow-nav .next {
    display:block;
  }
  .press-arrow-nav .prev {
    display:block;
  }
}
@media screen and (min-width:800px) {
  .press-slideshow-nav {
    margin:25px auto 50px;
  }
  .press-arrow-nav {
    top:-180px;
    background: transparent;
    height: auto;
    padding: 0;
  }
  .press-arrow-nav .next {
    right:17px;
  }
  .press-arrow-nav .prev {
    left:17px;
  }
}
/* 2.1F - Meet Our Writers */
section.our-writers {
  /*background:url(images/bg-home-writers-light.jpg) center center no-repeat;*/
  background: #356c9e; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzU2YzllIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3YTk3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg,  #356c9e 0%, #27a97f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#356c9e), color-stop(100%,#27a97f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #356c9e 0%,#27a97f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #356c9e 0%,#27a97f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #356c9e 0%,#27a97f 100%); /* IE10+ */
  background: linear-gradient(135deg,  #356c9e 0%,#27a97f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356c9e', endColorstr='#27a97f',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  position: relative;
}
section.our-writers:before {
  content:'';
  /*background:url(images/bg-logo-repeat.png) top left repeat fixed;*/
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition:all 15s linear;
}
section.our-writers:hover::before {
  background-position: bottom right;
}
section.our-writers .center {
  max-width:1200px;
  margin:0 auto;
  position: relative;
}
section.our-writers .section-title {
  padding:50px 25px 0;
  color:#fff;
}
section.our-writers .section-subtitle {
  padding:10px 0 50px;
  color:#fff;
}
.featured-writers {
  /*background:#356c9e;
  background:rgba(53,108,158,0.3);*/
  /*background:url(images/bg-home-writers-light.jpg) center center no-repeat fixed;*/
  /*margin-top:50px;*/
  position: relative;
}
.featured-writers:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(53,108,158,.31);
}
.featured-writer {
  text-align:center;
  width:50%;
  float:left;
  padding:35px 0;
}
.author-info {
  display:none;
}
.featured-writer a {
  font:13px/17px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#fff;
}
.featured-writer a:hover, .avatar-link a {
  color:#46bbeb;
}
.avatar-link a {
  padding:8px;
}
.featured-writer:hover .avatar img {
  /*border-color:#356c9e;*/
}
@media screen and (min-width:600px) {
  section.our-writers .section-title {
    padding:130px 0 0;
  }
  section.our-writers .section-subtitle {
    padding:10px 0 30px;
  }
  .featured-writers {
  }
  .featured-writer {
    width:25%;
  }
  .featured-writer:nth-child(5), .featured-writer:nth-child(6) {
    display:none;
  }
  .author-info {
    list-style:none;
    display:block;
    text-align:center;
    font:10px/23px 'Book', arial, sans serif;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#fff;
    border-top:solid 1px #fff;
    padding:5px 0;
    opacity: 0;
    margin:8px 0;
    -webkit-transition: all 0.3s ease-in-out;  
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .author-info a {
    display:block;
    font-size:11px;
    color:#fff;
  }
  .featured-writer.selected .author-info {
    opacity:1;
  }
}
@media screen and (min-width:1025px) {
  section.our-writers {
    background-size:cover;
    background-attachment:fixed;
  }
  .featured-writer {
    width:20%;
  }
  .featured-writer:nth-child(5), .featured-writer:nth-child(6) {
    display:block;
  }
}
@media screen and (min-width:2000px) {
  section.our-writers {
    background-size:cover;
  }
}
/* 2.1G - Writer Proposition */
.prop-contain {
  position:relative;
}
.light-grey-half {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.dark-grey-half {
  position:absolute;
  width:100%;
  height:0%;
  bottom:0;
  right:0;
}
.prop-content {
  max-width:800px;
  margin:0 auto 40px;
  padding:40px 0 30px;
  position:relative;
}
.prop-content.writers {
  margin:0 auto;
}
.prop-content.wide {
  max-width:1200px;
}
.prop-content h2 {
  text-align:center;
  margin-bottom:1em;
}
.prop-content ul {
  padding:0 0 35px;
  list-style:none;
}
.prop-content.writers ul {
  padding:4em 0;
}
.prop-content div ul + .prop-content div ul {
  padding-top:35px;
}
.prop-content li {
  margin:10px 0;
}
.wide.prop-content p {
  font:15px/22px 'Book', arial, sans serif;
}
.prop-content p {
  margin:20px 0;
  font:13px/22px 'Book', arial, sans serif;
}
.icon-list {
  color:#555;
  padding:1em 20px;
  position: relative;
}
.icon-list li {
  margin: 0 0 30px;
  display: block;
  overflow: hidden;
  clear: both;
  font:16px/24px 'Bookbold', serif;
}
.icon-list span {
  font-size:20px;
  float:left;
  width: 50px;
  text-align: center;
  margin-bottom:10px;
}
.prop-content.wide .icon-list span {
  width:auto;
  padding-bottom:0;
}
.stat-list {
  padding:0 40px;
  font-size:30px;
}
.stat-list li {
  text-align:center;
  color:#356c9e;
  padding:1em 0;
  border-bottom:solid 1px #ccc;
  margin:1em 0;
}
@media screen and (max-width: 600px) {
  .stat-list li:first-child {
    padding-top:0;
    margin-top:0;
  }
  .icon-list {
    margin:auto;
  }
  .icon-list .cta {
    font-size:16px;
    line-height: 24px;
    padding:.4em 1em;
    width:100%;
  }
}
@media screen and (min-width:600px) {
  .icon-list {
    padding:0 20px;
  }
}
.stat-list li:last-child {
  border:none;
  padding-bottom:0;
  margin-bottom:0;
}
.stat-list .icon {
  font-size:40px;
  padding: 0 0 10px 0;
  text-align: center;
  color:#F98030;
  margin: auto;
  display: block;
}
.stat-list .stat-title {
  font:15px/17px 'Book', arial, sans serif;
  display:block;
  margin:7px 0;
}
@media screen and (min-width:600px) {
  .stat-list {
    font:44px/44px 'Light';
    color:#113561;
    max-width: 1300px;
    margin:0 auto;
  }
  .stat-list li {
    display: block;
    overflow: hidden;
    margin:1.5%;
    float:left;
    width:30%;
    text-align: left;
    border:none;
    padding-top:0;
  }
  .stat-list .icon {
    float:left;
    font-size:57px;
    padding: 0 21px 0 0;
    width: 100px;
    text-align: center;
    color:#F98030;
    margin-bottom: .3em;
  }
  .stat-list .stat-title {
    font:15px/17px 'Book', arial, sans serif;
    display:block;
    margin:7px 0;
  }
}

section.prop {
  margin:4em 0 0;
  padding:0;
}
.page-template-page-writers-php section.prop {
  margin:0;
}
.prop.section-title {
  padding:130px 0;
  position: relative;
  background:url(images/bg-home-writers-light.jpg) center center no-repeat;
}
.prop.section-title.small {
  padding:40px 0;
  margin-top: 0px !important;
  position: relative;
  background:url(http://scripted.wpengine.com/wp-content/uploads/2015/11/marketing_banners_tmp.png) center center no-repeat;

  
}
@media screen and (min-width:1100px) {
  .prop.section-title {
    background-attachment: fixed;
  }
  .prop.section-title.small {
    background-attachment: fixed;
  }  
}
.prop.section-title:before {
  content:'';
  background:rgba(250,250,250,.4);
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition:all 30s ease-in-out;
}
.prop.section-title.small:before {
  content:'';
  background:rgba(250,250,250,0);
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition:all 30s ease-in-out;
}
.prop.section-title p {
  margin-top:.5em;
  position: relative;
  color:#495b6b;
  padding:0 1em;
}
.prop.section-title.small p {
  margin-top: 0px;
  position: relative;
  color:#495b6b;
}
.light-grey-half {
  position:absolute;
  width:50%;
  height:100%;
  top:0;
  left:0;
  border-right: solid 1px #ddd;
  /*background:#ebebec;*/
}
.dark-grey-half {
  position:absolute;
  width:50%;
  height:100%;
  top:0;
  right:0;
  /*background:#d8d9da;*/
}
.prop-content {
  max-width:100%;
  margin:0 auto 40px;
  padding:10px 0;
  position:relative;
}
.prop-content h2 {
  /*display: none;*/
}
.icon-list {
  max-width: 1300px;
  margin: 0 auto;
}

.icon-list li { 
  display: block;
  overflow: hidden;
  clear: none; 
  font: 13px/20px 'Book', serif;
  display: inline-block;
  width:47.666666%;
  float: none; 
  text-align: center;
  padding: 2em 1em 2em;
  margin: 1% .333333% 2%;
  background: rgba(245,245,245,0.9);
}
.icon-list span {
  font-size:36px;
  float:none;
  width: 100%;
  text-align: center;
  display: block;
  color:#356c9e;
  padding-bottom:.1em;
}
@media screen and (min-width:600px) {
  .icon-list li {
    margin: 1% 1% 1% 0;
    width: 31.333333%;
    font: 16px/20px 'Book', serif;
    padding: 2em 1em 2em;
  }
  .icon-list span {
    font-size:46px;
  }
}


@media screen and (min-width: 1700px) {
  .prop.section-title {
    background-size:cover;
  }
  .prop.section-title.small {
    background-size:cover;
  }  
}
/* 2.1H Content Feed */
section.content-feed {
  border-top:solid 1px #d8d9da;
  margin:0;
  padding:50px 0;
}
section.content-feed .section-title {
  padding:0;
  color:#113561;
}
section.content-feed .section-subtitle {
  padding:25px 0 50px;
  color:#113561;
  width:90%;
  margin:0 auto;
}
section.content-feed .center {
  max-width:1300px;
}
.content-blocks {
  display:block;
  position:relative;
  list-style:none;
  margin:0;
}
.three-up li {
  background-position:center center;
  background-size:cover;
  background-color:#555;
  position:relative;
  min-height:250px;
  margin:.4% 0;
}
.dark-blue-overlay, 
.blue-overlay, 
.red-overlay, 
.multicolor-overlay {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dark-blue-overlay {
  background:rgba(250,250,250,0.7);
}
.blue-overlay  {
  background:rgba(250,250,250,0.7);
}
.red-overlay  {
  background:#356c9e;
  background-size: cover;
  background-position: center;
}
.three-up li:nth-child(1) .dark-blue-overlay {
  background:#356C9E;
}
.three-up li:nth-child(2) .blue-overlay {
  background:#27A97F;
} 
.three-up li:nth-child(3) .red-overlay  {
  background:#F98030;
}
.content-block-lockup {
  padding:2em 25px;
  color:#fff;
  position: relative;
}
@media screen and (min-width:600px) {
  .content-block-lockup {
    padding:0 25px;
    position:absolute;
    color:#fff;
    top:0; bottom:0; left:0; right:0;
    margin:auto;
    overflow:hidden;
    height:175px;
  }
}
@media screen and (min-width:1025px) {
  .red-overlay {
    background-attachment: fixed;
  }
}
.content-blocks a {
  color:#fff;
  letter-spacing: 0;
  transition:all .3s ease-in-out;
}
.content-blocks a:hover {
  letter-spacing: .01em;
}
.category-title-large {
  font:23.5px/30px 'Bold', arial, sans serif;
}
.category-title-large.featured-resource {
  display:none;
}
.content-block-lockup .excerpt {
  font:17px/24px 'Book', arial, sans serif;
  padding:25px 0 8px;
}
.simple-cta {
  font:14px/24px 'Bold', arial, sans serif;
}
a.block-category {
  font:13px/24px 'Bold', arial, sans serif;
  position:absolute;
  bottom:0;
  right:0;
  color:#fff;
  display:block;
  padding:8px;
  margin:10px 0 0;
}
a.block-category span {
  font-size:20px;
  position:relative;
  top:3px;
  padding:0 0 0 5px;
}
.event-table {
  border:solid 3px #fff;
  overflow:hidden;
  clear:both;
  display:block;
  margin:10px 0;
  position:relative;
}
.event-date {
  font:16px/24px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:1.5px;
  float:left;
  width:24.5%;
  text-align:center;
  height:100%;
  padding:14px 0;
}
.event-title {
  font:16px/20px 'Book', arial, sans serif;
  float:left;
  width:72.5%;
  height:100%;
  padding:15px;
}
.event-title:before {
  content:'';
  position:absolute;
  left:0%;
  top:25%;
  height:3px;
  width:103%;
  background:#fff;
  z-index: 10;
}
.content-feed .event-title:before {
  left:25%;
  top:0;
  width:3px;
  height:103%;
}
@media screen and (min-width:600px) {
  a.block-category {
    bottom:6%;
    right:5%;
    padding:0;
    background:transparent;
    width:auto;
    margin:0;
    display:inline;
  }
  .event-title:before {
    left:24.5%;
    top:-2px;
    height:103%;
    width:3px;
  }
}
@media screen and (min-width:800px) {
  .three-up li {
    float:left;
    width:32%;
    margin:.2%;
  }
  .content-block-lockup .excerpt {
    overflow:hidden;
    max-height:77px;
  }
}
@media screen and (min-width:1100px) {
  .three-up li {
    min-height:350px;
  }
  .content-block-lockup {
    padding:0 35px;
    height:170px;
  }
}

/* 2.1I Marketing Template */

section.three-points-white {
  background: white;
  padding: 40px 0;
}
section.three-points-blue {
  background: #70BCEC;
  padding: 40px 0;  

}
.three-section-title {
  color: #4A4A4A;
  text-align: left;
  padding: 0 50px;
  font-size: 32px;

}  
.group.three-section {
  padding: 0 3%;
}
.three-section-image {
  display: inline-block;
  width: 130px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;  
  position: relative;
  top: 15px;
}
.three-section-point {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.three-section-subtitle {
  color: #4A4A4A;
  font:16px/18px 'Book',georgia, sans serif !important;
  text-align: left;
  padding: 5px 50px;
  width: 80%;


}  
.three-section-point-title {
  font:18px/22px 'Bold',georgia, sans serif !important;
  text-align: left;
  color: #356C9E;
}
.three-section p {
  font-size: 12px !important; 
  padding: 0px !important;
  text-align: left !important; 
  line-height: 16px;
  height:50px;
  letter-spacing: normal;
}
.three-section-download-button {
  margin-top: 10px;
  background-color: white;
  color: #70BCEC !important;
  border: 1px solid #70BCEC;
  border-bottom: 3px solid #70BCEC;
  font:16px/22px 'Bold',georgia, sans serif !important;
  text-align: center;
  width: 80%;
  display: block;
  padding: 7px;
}
.three-section-download-button:hover {
  background-color: #70BCEC;
  color: white !important;
  border: 1px solid #70BCEC;
  border-bottom: 3px solid #70BCEC;

}


/*  3.1 Who We Are
   -------------------------------------------------------------------------- */
.core-values-content {
  font:18px/43px 'Book', arial, serif;
  text-align:center;
  padding:50px 0;
  max-width:775px;
}
.core-values-nav-wrap {
  background:#f0f0f1;
}
.core-values-nav {
}
.core-values-nav a {
  border-top:solid 3px #f0f0f1;
  font:16px/18px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#555;
  padding:25px 0;
  display:block;
  cursor:pointer;
  text-indent:-9999em;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.core-values-nav a:hover {
  border-color:#ccc;
}
.core-values-nav a.cycle-pager-active {
  border-color:#356c9e;
}
@media screen and (min-width:600px) {
  .core-values-nav a {
    text-indent:0;
  }
}
.blue-bg.stories {
  position:relative;
  overflow:hidden;
  background-attachment: fixed;
}
.plax-bg-solid {
  position:absolute;
  width:100%;
  height:170%;
  top:0; left:0;
  background:url(images/plax-bg-solid.png) repeat;
  opacity: .2;
}
.plax-bg-blur {
  position:absolute;
  width:100%;
  height:170%;
  top:0; left:0;
  background:url(images/plax-bg-blur.png) repeat;
  opacity: .15;
}
.story-container {
  max-width:1100px;
  position:relative;
}
.red-timeline {
  position:absolute;
  top:0;
  left:50%;
  height:100%;
  width:2px;
  background:#fff;
}
.story-container .date {
  text-align:center;
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#356c9e;
  background:#fff;
  width:100px;
  margin:40px auto;
  position:relative;
  clear:both;
}
.story-container img.avatar {
  border-color:#fff;
  margin:20px;
}
.timeline-entry {
  width:49.8%;
  margin:60px 0;
  padding:5%;
  position:relative;
  font:18px/27px 'Book', arial, sans serif;
  color:#fff;
  text-align: center;
}
.timeline-entry p {
  margin:0 0 10px;
}
.timeline-entry img {
  max-width:100%;
  height:auto;
  width:auto;
}
.timeline-entry .avatar {
  max-width:100%;
  height:80px;
  width:80px;
}
.timeline-entry.left {
  float:left;
  clear:left;
}
.timeline-entry.right {
  float:right;
  clear:right;
}
.timeline-entry.right h2, .timeline-entry.left h2 {
  color:#fff;
  font:20px/25px 'Bold', arial, sans serif;
  text-transform:uppercase;
  text-align:center;
}
.timeline-entry-bg {
  position:relative;
  width:50%;
  padding:5%;
  background:#fff;
  color:#3d4148;
  font:15px/25px 'Book', times, serif;
}
@media and screen (min-width:600px) {
  .timeline-entry.right h2, .timeline-entry.left h2 {
    color:#356c9e;
    font:30px/45px 'Bold', arial, sans serif;
    text-transform:uppercase;
  }
  .timeline-entry-bg {
    font:18px/35px 'Book', times, serif;
  }
}

.timeline-entry-bg.left {
  float:left;
  clear:left;
}
.timeline-entry-bg.left:after {
  content:'';
  position:absolute;
  right:-14px;
  top:50%;
  width:25px;
  height:25px;
  background:#27a97f;
  border:solid 6px #fff;
  border-radius:15px;
}
.timeline-entry-bg.right {
  float:right;
  clear:right;
}
.timeline-entry-bg.right:after {
  content:'';
  position:absolute;
  left:-14px;
  top:50%;
  width:25px;
  height:25px;
  background:#27a97f;
  border:solid 6px #fff;
  border-radius:15px;
}
/*  3.1 Team
   -------------------------------------------------------------------------- */
   
/* 3.1a Team Sliders */
.team-toggle {
  list-style:none;
  width:100%;
  position:relative;
}
.team-toggle .branch-label,
.team-toggle .branch-label-team {
  text-align:center;
  color:#555;
  font:18px/40px 'Book', serif;
  display:block;
  position:relative;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor:pointer;
  padding:25px 0;
}
.team-toggle .branch-label-team {
  color:#fff;
}
.team-toggle .executive-branch { background:#eee;}
.team-toggle .board-branch { background:#f2f2f2;}
.team-toggle .investors-branch { background:#ddd;}

.team-toggle .executive-branch.team-active  { background:#fff; }
.team-toggle .executive-branch.team-active .branch-label,
.team-toggle .executive-branch.team-active .branch-label-team  { color:#356c9e; }
.team-toggle .board-branch.team-active  { background:#fff; color:#356c9e;}
.team-toggle .scripted-branch.team-active  { /*background:url(images/bg-desktop-team-scripted.jpg) top center fixed;*/ color:#fff;}
.team-toggle .investors-branch.team-active  { background:#fff; color:#356c9e;}

.branch-label:hover,
.branch-label-team:hover {
  background:#356c9e;
  color:#fff;
}
.team-active .branch-label:hover,
.team-active .branch-label-team:hover {
  background:transparent;
  color:#555;
}
.team-toggle-section {
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-toggle-item.team-active .team-toggle-section {
  
}
.team-toggle-section .cycle-slide {
  bottom:0;
}
.item-toggle {
  background:#113561;
  color:#fff;
  font:25px/25px 'Book', serif;
  height:30px;
  width:30px;
  border-radius:15px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  display:block;
  margin:0 auto;
  text-align:center;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-active .item-toggle {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.headshot {
  position:relative;
  left:0;
  margin:0 auto 15px;
  top:0;
  text-align:center;
  width:100%;
  height:150px;
  background-repeat:no-repeat;
  background-position:70% 0;
  background-size:cover;
}
.featured-team-member {
  width:90%;
  margin:0 auto;
  right:0;
}
.featured-team-member-bio {
  font:14px/24px 'Book', arial, sans serif;
  text-align:left;
  margin:0 0 15px;
}
.featured-team-member-bio .bio-name {
  float:left;
  font:18px/24px 'Book', arial, sans serif;
  padding:0 8px 0 0;
}
.featured-team-member-bio .social-links {
  font-size:30px;
  margin:15px 0;
  display:block;
}
.featured-team-member-quote {
  position:relative;
}
.featured-team-member-quote .quote {
  font:14px/30px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:1.5px;
  text-align:center;
}
.featured-team-member-quote .quote:before {
  content: '\e62f';
  font: 20px/15px 'scripted';
  float: left;
  position: relative;
  top:-2px;
}
.featured-team-member-quote .quote-author {
  text-align:right;
  font:18px/30px 'Book';
  text-transform:none;
}
.team-slideshow-nav {
  margin:0 auto;
  width:90%;
  max-width:1200px;
  display:none;
}
.team-slideshow-nav a {
  float:left;
  width:100%;
  display:block;
  text-align:left;
  clear:both;
}
.team-slideshow-nav.mobile-display a.cycle-pager-active {
  display:block;
}
.team-slideshow-nav .avatar {
  float:left;
  margin:0 15px 0 0;
}
.team-slideshow-nav .avatar img {
  width:70px;
  height:70px;
  border-radius:35px;
  -moz-border-radius:35px;
  -webkit-border-radius:35px;
  -ms-border-radius:35px;
  -o-border-radius:35px;
}
.team-slideshow-nav .tab-name {
  font:16px/24px 'Book', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  margin:20px 0 0;
  display:block;
}
.team-slideshow-nav .tab-title {
  font:11px/12px 'Book', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  display:block;
}
.team-slideshow-nav a.cycle-slide-active .tab-name {
  font-family:'Bold',arial, sans serif;
}
.mobile-tab-nav {
  clear:both;
  overflow:hidden;
  position:relative;
  background:#ddd;
  margin:15px 0 0;
}
.mobile-tab-nav span {
  width:50%;
  display:block;
  text-align:center;
  color:#555;
  font:25px/40px 'Booklight', arial, sans serif;
  float:left;
}
.cycle-prev {
  position:relative;
  left:0;
  top:0;
  font-size:30px;
  cursor:pointer;
  width:50%;
  float:left;
  text-align:center;
  padding:0 0 10px;
}
.cycle-prev:after {
  content:'\e624';
  font-family:'scripted';
  color:#526D99;
}
.cycle-next {
  position:relative;
  right:0;
  top:0;
  font-size:30px;
  cursor:pointer;
  width:50%;
  float:left;
  text-align:center;
  padding:0 0 10px;
}
.cycle-next:hover, .cycle-prev:hover {
  color:#fff;
}
.cycle-next:after {
  content:'\e625';
  font-family:'scripted';
  color:#526D99;
}
.team-slideshow-nav-wrap .cycle-next, .team-slideshow-nav-wrap .cycle-prev {
  display:none;
}
.exec-slideshow .cycle-prev, .board-slideshow .cycle-prev {
  clear:left;
}
.exec-slideshow .cycle-prev:after, .exec-slideshow .cycle-next:after {
  color:#555;
}
@media screen and (min-width:600px) {
  .banner-image.with-overlay {
    background-repeat:no-repeat;
    padding:200px 0 0;
  }
  .team-toggle .branch-label, .team-toggle .branch-label-team {
    font-size:28px;
  }
  .team-toggle .scripted-branch.team-active .branch-label-team {
    color:#fff;
  }
  #cycle-1 .cycle-slide, #cycle-3 .cycle-slide {
    right:0;
    min-height:325px;
  }
  .headshot {
    height:200px;
  }
  .featured-team-member {
    right:0;
    position:relative;
    width:90%;
    margin:0 auto;
    padding:1em 0;
  }
  .featured-team-member-bio p {
    line-height:22px;
  }
  .featured-team-member-quote {
    width:50%;
    float:right;
  }
  .featured-team-member-quote .quote-author{
    font-size:14px;
  }
  .featured-team-member-bio .bio-name {
    font:25px/20px 'Book', arial, sans serif;
  }
  .team-slideshow-nav {
    min-height:160px;
  }
  .team-slideshow-nav-wrap {
    width:100%;
    position:relative;
    bottom:0;
    margin:0 auto;
  }
  /* Colors: Executive */
  .executive-branch .social-links a {
    color:#fff;
  }
  .executive-branch .team-slideshow-nav-wrap {
    background:#fff;
  }
  .executive-branch .team-slideshow-nav a {
    color:#747e8d;
    border-top:transparent solid 6px;
  }
  .executive-branch .team-slideshow-nav a.cycle-slide-active {
    color:#555;
    border-top:#356c9e solid 6px;
  }
  .executive-branch .team-slideshow-nav .avatar img {
    border-color:#747e8d;
  }
  .executive-branch .team-slideshow-nav a.cycle-slide-active .avatar img {
    border-color:#356c9e;
  }
  /* Colors: Board */
  .board-branch .team-slideshow-nav-wrap {
    background:#fff;
  }
  .board-branch .team-slideshow-nav a {
    color:#747e8d;
  }
  .board-branch .team-slideshow-nav a.cycle-slide-active {
    color:#555;
    border-top:#356c9e solid 6px;
  }
  .board-branch .team-slideshow-nav .avatar img {
    border-color:#aab0ba;
  }
  .board-branch .team-slideshow-nav a.cycle-slide-active .avatar img {
    border-color:#356c9e;
  }
}
@media screen and (min-width:880px) {
  .banner-image, .banner-image.with-overlay {
    background-attachment:fixed;
  }
  .cycle-prev {
    position:absolute;
    left:-30px;
    top:-100px;
    font-size:30px;
    cursor:pointer;
    float:none;
    width:auto;
    margin:0;
  }
  .cycle-prev:after {
    color:#fff;
  }
  .cycle-next {
    position:absolute;
    right:-30px;
    top:-100px;
    font-size:30px;
    cursor:pointer;
    float:none;
    width:auto;
    margin:0;
  }
  .cycle-next:hover, .cycle-prev:hover {
    color:#fff;
  }
  .cycle-next:after {
    color:#fff;
  }
}
@media screen and (min-width:1025px) {
  .headshot {
    height:350px;
    position: absolute;
    background-position: top center;
  }
  .exec-slideshow .cycle-next, .exec-slideshow .cycle-prev, .board-slideshow .cycle-next, .board-slideshow .cycle-prev {
    display:block;
  }
  .team-slideshow-nav-wrap .cycle-next, .team-slideshow-nav-wrap .cycle-prev {
    display:block;
  }
  .exec-slideshow .slider-controls,
  .board-slideshow .slider-controls {
    -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      color:#fff;
  }
  .exec-slideshow .slider-controls .cycle-next,
  .exec-slideshow .slider-controls .cycle-prev,
  .board-slideshow .slider-controls .cycle-next,
  .board-slideshow .slider-controls .cycle-prev {
    top:0;
    display: block;
  }
  .team-slideshow-nav {
    max-width:1200px;
    margin:0 auto 0;
    width:95%;
    right:0;
    overflow:hidden;
    display:block;
  }
  .team-slideshow-nav a {
    clear:none;
    overflow:hidden;
    display:block;
    padding:40px 0;
    cursor:pointer;
    width:33%;
    max-width:390px;
    float:left;
  }
  .team-slideshow-nav a .nav-width {
    clear:both;
    overflow:hidden;
  }
  .featured-team-member {
    min-height:auto;
    height:350px;
  }
  .featured-team-member-bio {
    width:45%;
    left:2%;
    float:left;
    margin-top:30px;
    -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
  }
  #board-section .featured-team-member-bio {
    color:#fff;
  }
  .featured-team-member-bio p {
    line-height:inherit;
  }
}
@media screen and (min-width:2000px) {
  .banner-image.with-overlay,  {
    background-size:cover;
  }
  .team-toggle .scripted-branch.team-active  { background-size:cover;}
}
/* 3.1b Team Grid */
.team-grid-entry {
  text-align:center;
  padding:25px 10px;
  width:46%;
  list-style:none;
}
.investors-branch .team-grid-entry {
  display:inline-block;
}
.team-grid-entry .avatar img {
  border:solid #fff 5px;
  margin:0 auto;
}
.team-grid-entry .name {
  font:13px/20px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
}
.team-grid-entry .title {
  font:10px/20px 'Book', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:1px;
  border-bottom:solid 6px transparent;
  display:block;
  padding:0 0 10px;
}
.team-grid-entry .og-fullimg {
  width:0px;
  height:0px;
  overflow:hidden;
}
.team-grid-entry .og-details {
  width:100%;
  float:none;
  margin:0 auto;
}
.team-grid-entry .og-details h3 {
  font:25px/25px 'Book', times, serif;
  margin:0;
  padding:0;
}
.team-grid-entry .og-details p {
  font:14px/24px 'Book', times, serif;
  margin:0;
}
.team-grid-entry .og-details p .social-links a {
  display:block;
  padding:15px 0;
  font-size:30px;
}
@media screen and (min-width:600px) {
  .team-grid-entry {
    width:24%;
  }
}
/* Colors: Scripted Team */
.scripted-branch .team-grid-entry a {
  color:#fff;
}
.scripted-branch .team-grid-entry.og-expanded .title {
  border-color:#356c9e;
}
.scripted-branch .og-expander {
  background:#fff;
  color:#113561;
}
.scripted-branch .og-expander a {
  color:#356c9e;
}
/* Colors: Advisors */
.investors-branch .team-grid-entry a {
  color:#555;
}
.investors-branch .team-grid-entry .avatar img {
  border-color:#dfdfdf;
}
.investors-branch .team-grid-entry.og-expanded .avatar img {
  border-color:#356c9e;
}
.investors-branch .team-grid-entry.og-expanded .name {
  color:#356c9e;
}
.investors-branch .team-grid-entry.og-expanded .title {
  border-color:#356c9e;
}
.investors-branch .og-expander {
  background:#ededee;
  color:#555;
}
.investors-branch .og-expander a {
  color:#555;
}
/*  4.1 Writers
   -------------------------------------------------------------------------- */
.dark-grey-overlay {
  background:#fff;
  background:rgba(250,250,250, 0.9);
  padding:85px 0;
  margin:120px auto 0;
}
.blue-bg.padding {
  padding:2em 0 0;
}
.intro-block {
  max-width:800px;
  margin:30px auto;
  text-align:center;
  font-size:14px;
  line-height:26px;
  padding:0 25px;
}
.intro-block h2 {
  font:28px/26px 'Book', serif;
  margin:0 0 15px 0;
}
.section-cta {
  text-align:center;
  display:block;
  margin:30px auto 0;
  position:relative;
}
.become-a-writer {
  color:#fff;
  text-align:center;
  max-width:600px;
  margin:0 auto;
  height:170px;
}
.writer-slider-col {
  width:100%;
  padding:0 25px 25px;
}
.simple-slider {
  padding-bottom:60px;
}
.step-nav {
  padding:0px 5% 30px;
  max-width:1200px;
  margin:0 auto;
  display: none;
}
.step-nav a {
  display:inline-block;
  width:25%;
  text-align:center;
  padding:0 3%;
}
.step-nav a .step-slider-number {
  height:30px;
  line-height:30px;
  color:#ccc;
  background:#ccc;
  position:relative;
}
@media screen and (min-width:600px) {
  .step-nav {
    padding:0;
    display: block;
  }
  .step-nav.writer {
    display: block;
  }
  .step-nav a .step-slider-number {
    display:none;
  }
  .section-cta {
    margin:50px auto 0;
  }
}
.step-nav a:nth-child(2) .step-slider-number {
  background:#ddd;
}
.step-nav a:nth-child(3) .step-slider-number {
  background:#eee;
}
.step-nav a:nth-child(4) .step-slider-number {
  background:#f5f5f5;
}
.step-nav .step-slider-number::after {
  bottom: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #ccc;
  border-width: 15px;
  right: -29px;
  margin:0;
  z-index:999;
}
.step-nav a:nth-child(2) .step-slider-number::after {
  border-left-color:#ddd;
}
.step-nav a:nth-child(3) .step-slider-number::after {
  border-left-color:#eee;
}
.step-nav a:nth-child(3) .step-slider-content span:before {
  font-size:45px;
}
.step-nav a:nth-child(4) .step-slider-number::after {
  border-left-color:#f5f5f5;
}
.step-nav a.cycle-pager-active .step-slider-number {
  background:#356c9e;
  color:#fff;
}
.step-nav a.cycle-pager-active .step-slider-number::after {
  border-left-color:#356c9e;
  color:#fff;
}
.step-slider-col {
  width:100%;
  text-align:center;
}
.step-slider-content {
  position:relative;
}
.step-slider-content p {
  color:#fff;
  text-align:center;
  font:20px/25px 'Book', serif;
  position:absolute;
  width:100%;
}
.step-slider-content span {
  font-size:50px;
  color:#fff;
  padding:50px 0 25px;
  display:block;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.cycle-pager-active .step-slider-content span {
  color:#fff;
}
.step-nav.writer a .step-slider-content,
.step-nav.writer a .step-slider-content p,
.step-nav.writer a .step-slider-content span {
  color:#356c9e;
}
.step-nav.writer a {
  -webkit-transition: all 0.4s cubic-bezier(0, 1.8, 1, 1.8);  
  -moz-transition: all 0.4s cubic-bezier(0, 1.8, 1, 1.8);
  -ms-transition: all 0.4s cubic-bezier(0, 1.8, 1, 1.8);
  -o-transition: all 0.4s cubic-bezier(0, 1.8, 1, 1.8);
  transition: all 0.4s cubic-bezier(0, 1.8, 1, 1.8);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.step-nav.writer a.cycle-pager-active {
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}
.step-nav.writer a.cycle-pager-active .step-slider-content,
.step-nav.writer a.cycle-pager-active .step-slider-content p,
.step-nav.writer a.cycle-pager-active .step-slider-content span {
  color:#fff;
}
.step-nav.writer a.cycle-pager-active .step-slider-content span {
  padding:0 0 25px;
}
.writer-bios {
  padding:0 0 55px;
  position: relative;
}
.writer-bios .section-subtitle {
  padding:25px 0;
}
.writer-bios .prev,
.writer-bios .next {
  position: absolute;
  top:5em;
  left:15%;
  width:1em;
  z-index: 10;
}
.writer-bios .cycle-slideshow {
  z-index: 1;
}
.writer-bios .next {
  right:15%;
  left:auto;
}
.writers .prop-content {
  max-width:1100px;
}
.writers .prop-content .col-two {
  padding:5%;
}
.writers .prop-content h2 {
  font:28px/35px 'Book', times, serif;
  text-align:left;
  margin:0 0 20px;
}
.writers .prop-content p {
  font:14px/27px 'Book', arial, sans serif;
}
.writers .stat-list ul {
  margin:0;
  padding:0 0 0 10%;
}
.writers .stat-list li {
  margin:5px 0;
}
.writers .stat-list span {
  font:18px/35px 'Book', times, serif;
}
.writers .stat-list span:before {
  font-family:'scripted';
  margin:0 10px 0 0;
  font-size:24px;
}

@media screen and (min-width:600px) {
  .writers .prop-content .col-two {
    padding:5%;
  }
  .step-slider-content p {
    font: 15px/25px 'Book', serif;
  }
  .blue-bg.padding {
    padding:4em 0 0;
  }
  .blue-bg.padding .entry p {
    font-size:1.2em;
  }
}
@media screen and (min-width:600px) and (max-width:800px) {
  .step-nav {
    min-height:210px;
  }
  .writer-bios .blue-bg {
    padding-top:4em;
  }
  .writer-bios .blue-bg h2.section-subtitle {
    font: 32px/40px 'Book', serif;
  }
}
.writer-bios .dark-grey-overlay {
  padding:0;
  margin:0;
  position:relative;
  clear:both;
  overflow:hidden;
}
.prev:after {
  font-family:'scripted';
  content:"\e624";
}
.prev {
  position:relative;
  width:50%;
  text-align:center;
  float:left;
  color:#505866;
  font-size:30px;
  cursor:pointer;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.next:after {
  font-family:'scripted';
  content:"\e625";
}
.next {
  position:relative;
  width:50%;
  text-align:center;
  float:left;
  color:#505866;
  font-size:30px;
  cursor:pointer;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.next:hover, .prev:hover {
  color:#fff;
}
.writer-bio-slideshow-nav {
  margin:0 auto;
  max-width:1100px;
  display:none;
}
.writer-bio-slideshow-nav a {
  display:inline-block;
  text-align:center;
  width:20%;
  padding:35px 0;
  position: relative;
}
.writer-bio-slideshow-nav a:after {
  content: '';
  position: absolute;
  width:100%;
  height:0px;
  bottom:0;
  left:0;
  background:rgba(250,250,250,.3);
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.writer-bio-slideshow-nav a:hover:after {
  height:6px;
}
.avatar-title {
  font:13px/17px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#fff;
  display:block;
  padding:15px 0 0;
}
.writer-bio-slideshow-nav a.cycle-pager-active:after {
  background:rgba(250,250,250,1);
  height:6px;
}
.writer-bio-slideshow-nav a.cycle-pager-active .avatar-title {
  color:#fff;
}
.writer-bio-slideshow-nav a.cycle-pager-active .avatar img {
  border-color:#fff;
}
.writer-bio {
  max-width:1200px;
  padding:45px 0 0;
  margin:auto;
  right:0;
  position:relative;
  width:95%;
  text-align:center;
}
.bios {
  font:14px/26px 'Book', arial, sans serif;
}
.writer-bio h3 {
  font:25px/56px 'Book', times, serif;
  padding:5px;
}
.writer-bio p {
  padding:5px;
}
.writer-stats {
}
.writer-stats div {
  background:#fff;
  margin:2% 1%;
  text-align:center;
  position:relative;
  color:#356c9e;
  padding:7% 5%;
  border:solid 1px #ccc;
}
.writer-stats p {
  display:block;
  font:30px/43px 'Book', times, serif;
}
.writer-stats span {
  font:12px/13px 'Bold', arial, sans serif;
  display:block;
}
@media screen and (min-width:600px) {
  .prev {
    display:none;
  }
  .next {
    display:none;
  }
  .writer-bio {
    padding:75px 25px 30px;
    text-align:left;
  }
  .bios {
    padding:0 5%;
  }
  .writer-bio-slideshow-nav {
    margin:0 auto;
    max-width:1100px;
    display:block;
  }
  .writer-stats p {
    display:block;
    font:63px/63px 'Book', times, serif;
  }
  .writer-stats span {
    font:14px/15px 'Bold', arial, sans serif;
    display:block;
  }
  
  .client-block p {
    font-size:33px;
    line-height:33px;
  }
  
}
@media screen and (min-width:800px) {
  .prev {
    position:absolute;
    left:5%;
    top:50%;
    width:auto;
    float:none;
    display:block;
  }
  .next {
    position:absolute;
    right:5%;
    top:50%;
    width:auto;
    float:none;
    display:block;
  }
  .writer-bios .prev {
    left:-5%;
  }
  .writer-bios .next {
    right:-5%;
  }
  .writer-stats div {
    min-height:180px;
  }
  .client-block {
    width:48%;
    float:left;
  }
  .jobs-block {
    width:48%;
    float:left;
  }
  .acceptance-block {
    clear:both;
  }
}
@media screen and (min-width:1025px) {
  .writer-bios .prev {
    left:5%;
  }
  .writer-bios .next {
    right:5%;
  }
}
.step-nav a.hiw {
  width:20%;
  cursor:default;
}
a.hiw .step-slider-content span, a.hiw .step-slider-content p {
  color:#ccc;
  font-size:20px;
}
a.hiw .step-slider-content span, a.hiw .step-slider-content span {
  color:#ccc;
  font-size:75px;
}
a.hiw.cycle-pager-active .step-slider-content span,
a.hiw.cycle-pager-active .step-slider-content p {
  color:#356c9e;
}
.step-nav a.hiw:nth-child(3) .step-slider-content span:before {
  font-size:75px;
}
@media screen and (min-width:600px) {
  .hiw {
    width:100%;
    margin:0 auto 30px;
  }
  .hiw-slideshow {
    top:-60px;
  }
}
.hiw .step-slider-content {
  width:100%;
  clear:both;
  position:relative;
  color:#356c9e;
  padding:50px 25px;
  text-align:center;
}
.hiw .step-slider-content p {
  color:#356c9e;
  padding:15px 0;
  position:relative;
}
.hiw .step-slider-content span {
  font-size:70px;
  color:#356c9e;
  padding:0;
}
.hiw.cycle-slide-active {
  color:#356c9e;
}
@media screen and (min-width:600px) {
  .hiw .step-slider-content {
    padding:25px;
  }
  a.hiw .step-slider-content span, a.hiw .step-slider-content p {
    font-size:16px;
  }
  a.hiw .step-slider-content p {
    position:absolute;
    padding:25px 0;
    right:0;
    left:0;
  }
  a.hiw .step-slider-content span, a.hiw .step-slider-content span {
    font-size:65px;
  }
  .step-nav a.hiw:nth-child(3) .step-slider-content span:before {
    font-size:65px;
  }
}
@media screen and (min-width:800px) {
  .step-nav {
    padding:0px 0 60px;
  }
  .step-nav.writer {
    padding:0 0 80px;
  }
  a.hiw .step-slider-content span, a.hiw .step-slider-content p {
    color:#ccc;
    font-size:16px;
  }
  a.hiw .step-slider-content span, a.hiw .step-slider-content span {
    color:#ccc;
    font-size:75px;
  }
  a.hiw.cycle-pager-active .step-slider-content span,
  a.hiw.cycle-pager-active .step-slider-content p {
    color:#356c9e;
  }
  .step-nav a.hiw:nth-child(3) .step-slider-content span:before {
    font-size:75px;
  }
}
.dark-grey-bg {
  background:#356c9e;
}
.light-grey-bg {
  background:#f5f5f5;
}
.dark-grey-bg .section-eraser-title {
  color:#fff;
  background:transparent;
}
#hiw-anchor {
  margin:50px 0 0;
}
#ssd-images {
  color:#fff;
}
#ssd-images img {
  max-width:100%;
  width:100%;
  height:auto;
  background: #555;
  border:solid 1px #ccc;
  -webkit-box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
  opacity:0;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform:translateY(50px);
  -moz-transform:translateY(50px);
  -ms-transform:translateY(50px);
  transform:translateY(50px);
}
#ssd-images .cycle-slide-active img {
  opacity:1;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  transform:translateY(0px);
}
#ssd-images .ssd-tablet {
  text-align:center;
  padding:25px 0;
  min-height:230px;
}
#ssd-nav {
  height:680px;
}
.ssd-nav-item {
  width:100%;
  display:block;
  position:relative;
  border-bottom:solid 1px #ccc;
  padding:15px 30px;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ssd-nav-item .title {
  font:15px/14px 'Bold',arial,sans serif;
}
.ssd-nav-item .caption {
  display:none;
}
.ssd-nav-item .caption p {
  font:14px/20px 'Book',arial,sans serif;
  margin-top:10px;
}
.ssd-nav-item a.cta.white {
  font-size: 17px;
  margin: 15px 0; 
}
.ssd-nav-item.cycle-slide-active {
  padding:30px;
  background:#f5f5f5;
}
.ssd-nav-item.cycle-slide-active:hover {
  letter-spacing: 0;
}
.ssd-nav-item.cycle-slide-active .title {
  font:23px/26px 'Book',arial,sans serif;
  text-transform:none;
}
.ssd-nav-item.cycle-slide-active .caption {
  font:14px/26px 'Book',arial,sans serif;
  display:block;
}
#ssd-nav .cycle-next, #ssd-nav .cycle-prev {
  display:none;
}
@media screen and (min-width:600px) {
  #hiw-anchor {
    height:auto;
    border-top:solid 1px #ccc;
  }
  #ssd-images #cycle-1 .cycle-slide {
    right:0;
    min-height:600px;
  }
  #ssd-images {
    width:100%;
  }
  #ssd-images .cycle-slide-active img {
    max-width: 70%;
    height: auto;
  }
  #ssd-nav {
    display:none;
  }
  #ssd-images .cycle-prev,
  #ssd-images .cycle-next {
    left: 0;
    top: -80%;
    font-size:20px;
    padding-top:1em;
    color:#ccc;
    width:auto;
    margin:0;
    position: absolute;
  }
  #ssd-images .cycle-next {
    right:0%;
    left:auto;
  }
  #ssd-images .cycle-prev {
  }
  #ssd-images .cycle-prev:after {
    content: "\e624";
  }
  #ssd-images .cycle-next:after {
    content: "\e625";
  }
  #ssd-images .cycle-next:hover, #ssd-images .cycle-prev:hover {
    color:#356c9e;
  }
  .ssd-nav-item:hover {
    letter-spacing: .02em;
  }
  .ssd-nav-item .title {
    cursor:pointer;
  }
  .ssd-nav-item .title:hover {
    color: #27a97f;
  }
  .ssd-slide {
    text-align: center;
  }
  .ssd-tablet {
    color:#555;
    position: relative;
  }
  .ssd-slide .title {
    padding:20px 20px 0;
    font:14px/14px 'Bold',arial,sans serif;
    text-transform:uppercase;
    display:block;
  }
  .ssd-slide .caption {
    display:block;
  }
  .ssd-slide .caption p {
    margin:10px 20px;
    font:14px/20px 'Book',arial,sans serif;
    display:block;
  }
}
@media screen and (min-width:900px) {
  #hiw-anchor {
    height:800px;
    overflow: hidden;
    margin-top:70px;
  }
  #ssd-images {
    width:60%;
    float:left;
    padding:2em;
  }
  #ssd-images .cycle-slide-active img {
    max-width: 100%;
  }
  .ssd-tablet {
    display:none;
  }
  #ssd-nav {
    width:35%;
    margin:0 0 0 5%;
    float:left;
    position:relative;
    display:block;
    height:auto;
  }
}
@media screen and (min-width:1200px) {
  #ssd-nav {
    max-height:auto;
  }
  /*#ssd-nav .cycle-next, #ssd-nav .cycle-prev {
    display:block;
  }*/
}

.full-width-cta {
  background-position:center center;
  position:relative;
  color:#fff;
}
.full-width-cta .center.group {
  max-width:1200px;
  width:90%;
  margin:0 auto;
}
.full-width-cta .right {
  float:right;
  text-align:right;
  max-width:420px;
  padding:50px 0;
}
.full-width-cta .left {
  float:left;
  text-align:left;
  max-width:420px;
  padding:50px 0;
}
.full-width-cta .center {
  text-align:center;
  max-width:420px;
  padding:50px 0;
}
.full-width-cta .title {
  font:28px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
}
.full-width-cta .caption {
  line-height:24px;
}
/*  4.5 Products & Pricing */
/*  4.5a Slider */
.pp-slider-nav {
  overflow:hidden;
  clear:both;
}

.pp-slider-nav.round-modified {
  margin-top:20px;
  margin-bottom: 20px;
}
.pp-slider-nav.round-modified > a {
  padding: 0px;
}
.pp-slider-nav.round-modified > a:last-child {
  padding-bottom:20px;
  border-bottom: 5px solid #2FACBA;
  margin-bottom: 20px;
}
.pp-slider-nav.round-modified > a > span{
  height: 100px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}
.pp-slider-nav.round-modified .icon-blog {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-blog.png);
    background-size: contain;
}
.pp-slider-nav.round-modified .icon-blog:hover {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-blog-active.png);
}
.pp-slider-nav.round-modified .icon-longform {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-longform.png);
    background-size: contain;
}
.pp-slider-nav.round-modified .icon-longform:hover {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-longform-active.png);
}
.pp-slider-nav.round-modified .icon-local {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-local.png);
    background-size: contain;
}
.pp-slider-nav.round-modified .icon-local {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-local.png);
    background-size: contain;
}
.pp-slider-nav.round-modified .icon-local:hover {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-local-active.png);
}
.pp-slider-nav.round-modified .icon-website {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-website.png);
    background-size: contain;
}
.pp-slider-nav.round-modified .icon-website:hover {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-website-active.png);
}
.pp-slider-nav.round-modified .icon-social {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-social.png);
    background-size: contain;
}
.pp-slider-nav.round-modified .icon-social:hover {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-social-active.png);
}
.pp-slider-nav.round-modified .icon-custom {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-custom.png);
    background-size: contain;
}
.pp-slider-nav.round-modified .icon-custom:hover {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-custom-active.png);
}
.pp-slider-nav.round-modified a.cycle-pager-active {
  background: transparent;
  color: #2FACBA;
}
.pp-slider-nav.round-modified a.cycle-pager-active .icon-blog{
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-blog-active.png);
}
.pp-slider-nav.round-modified a.cycle-pager-active .icon-longform{
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-longform-active.png);
}

.pp-slider-nav.round-modified a.cycle-pager-active .icon-local{
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-local-active.png);
}
.pp-slider-nav.round-modified a.cycle-pager-active .icon-website{
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-website-active.png);
}

.pp-slider-nav.round-modified a.cycle-pager-active .icon-social{
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-social-active.png);
}

.pp-slider-nav.round-modified a.cycle-pager-active .icon-custom{
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-custom-active.png);
}
.pp-slider-nav.round-modified .icon-all {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-all.png);
    background-size: contain;
}
.pp-slider-nav.round-modified .icon-all:hover {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-all-active.png);
}

.pp-slider-nav.round-modified a.cycle-pager-active .icon-all{
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon-all-active.png);
}

.pp-spacer {
  height:150px;
  width: 100%;

}


.pp-slider-nav a {
  color:#555;
  text-align:center;
  padding:10px 0;
  display:block;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pp-slider-nav a span {
  font-size:24px;
  padding:10px 0;
}
.pp-slider-nav a h3 {
  font:30px/32px 'Book', times, serif;
  vertical-align: baseline;
  margin: 10px auto;
  text-align: left;
}
.pp-slider-nav a.cycle-pager-active h3{
  font-weight: bold;

}
.pp-slider-nav a.cycle-pager-active {
  background:#27a97f;
  color:#fff;
}
.pp-slider .cycle-slide {
  width:100%;
}
.pp-content {
  color:#555;
  padding: 10px 0 0 0;
  width:90%;
  margin:0 auto;
  min-height:10px;
}
.pp-content h6 {
  font:14px/16px 'Bold', times, serif;
  font-weight: initial;
  margin-top: 10px;
}  
.pp-content .icon-standard {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_standard.png);
    background-size: contain; 
    height: 50px;
    width: 50px; 
}
.pp-content .content-icon {
    height: 45px;
    width: 45px; 
    background-size: contain;  
    margin: 10px 0;

}
.pp-content .icon-longform {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_longform.png);

}
.pp-content .icon-article {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_article.png);  
}
.pp-content .icon-facebook {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_facebook.png);  
}
.pp-content .icon-tweets {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_tweets.png);  
}
.pp-content .icon-website {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_website.png);  
}
.pp-content .icon-neighborhood {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon__neighborhood.png);  
}
.pp-content .icon-travel {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon__travel.png);  
}
.pp-content .icon-scripts {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon__scripts.png);  
}
.pp-content .icon-whitepaper {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_whitepapers.png);  
}
.pp-content .icon-product {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_product.png);  
}
.pp-content .icon-local {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_local.png);  
}
.pp-content .icon-custom {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_custom.png);  
}

.pp-row {
  width: 100%;
  float: left;
  border-bottom: 1px solid #00ACBA;
  display: block;
}
.pp-row.first {
    margin-top: -55px !important;
  }
.pp-row:last-child {
  border-bottom: 0px solid transparent;
}
.discount-cta {
  right:-25%;
  font-size: 12px; 
  margin-top: 50px; 
  padding:15px 10px; 
  position: absolute; 
  height:100px; 
  width: 300px; 
  background-color: white;
  color: #6DBBEC; 
  border:1px solid #6DBBEC;   

  -webkit-transition: all 600ms linear;
  -moz-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;  
}

.discount-cta a {
  margin-left:-20px;
}
.icon-heading {
  clear:both;
  text-align:center;
  margin: 0 0 1em;
}
.icon-heading span {
  font-size: 34px;
  display: block;
  padding: 0;
}
.icon-heading .title {
  font-size: 18px;
  width: 100%;
  letter-spacing: -1px;
  text-align: center;
}
.icon-heading .wordcount {
  font-size: 12px;
  padding-left: 0px;
  width: 125px;
  margin-top: 10px;
}
.wordcount > span {
  float: left; 
  font-size: 12px !important;

}
.wordcount > a {
  float: left;
  font-size: 12px !important;
  text-align: center;
  width: 50%;

}
.icon-list .icon-heading span {
  float:none;
}
@media screen and (min-width:800px) {


.pp-slider-nav.round-modified {
  margin-top:-50px;
}
.pp-slider-nav.round-modified > a:last-child {
  padding-bottom:0px;
  border-bottom: 0px solid transparent;
}
.pp-slider-nav.round-modified > a > span{
  height: 70px;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}
.pp-slider-nav a h3 {
  text-align: center;
  font:12px/14px 'Book', times, serif;

}
.icon-list .icon-heading span {
    float:left;
  }
}
.icon-heading .title {
  text-align: center;
}
.icon-heading h3 {
  font: 27px/24px 'Book', times, serif;
  margin: 0;
  padding: 0;
  clear: both;
}
.icon-heading h4 {
  font:15px/55px 'Book', arial, sans serif;
}
.icon-heading .wordcount {
  width:100%;
}
.wordcount > span {
  width: 50%;
  text-align: center;
}
.pp-content .description {
  font:16px/25px 'Bold', times, serif;
  padding:5% 0 5%;
  display: inline-block;
}
.pp-content .content-icon {
  margin: 10px auto;

}
.pp-content .description h3 {
  margin:0 0 20px 0;
}
.pp-pricing {
  overflow:hidden;
  padding:0 0 0 0;
}
.pp-pricing.none {
  padding: 0;
  display:none;
}
.pp-pricing.none > .price-box {
  min-height: 170px;
  vertical-align: top;
  z-index: 99;
}
.price-box {
  margin:10px 0;
  padding:0 0 25px;
  text-align:center;
  width: 32%;
  display: inline-block;
  vertical-align: top;
}

.price-box h3 {
  font: 20px/24px 'Black', serif;
  padding:7% 7% 5% 7%;  

}
.price-box h3.highlight {
  font: 20px/24px 'Black', serif;  
  color: #33D09D;
}
.price-box h5 {
  display: block;  
  padding-top: 15px;
}
.price-box h4 {
  font:14px/27px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  background: white;
  display:block;
  margin:0 auto;
  padding:5% 5% 0 5%;
}

.price-box h6 {
  font:14px/16px 'Bold', arial, sans serif;  
  font-weight: initial;
  text-align: left;
  margin-bottom: 5px;
  padding-left:15%;
}
.price-box:nth-child(2) h4 {
  color:#27a97f;
}
.price-box .price {
  font: 24px/55px 'Book', times, serif;
  padding: 6% 0 0;
  display:block;
  color:#33D09D;

}
.price-box .title {
  color:#575b61;
  font:12px/27px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  position:relative;
  display:block;
}
.price-box .title i {
  font-size:18px;
  position:relative;
  top:2px;
  right:4px;
}
.price-box hr {
  background:#ccc;
  height:2px;
  width:92%;
  margin:5% auto 0;
  border:none;
}
.price-box .price small {
  font-size:55%;
  position:relative;
  top:-20px;
  padding: 0;
}
.price-box ul {
  list-style:none;
  margin:2em auto;
  padding:0;
  text-align:left;
  color:#555;
  font:15px/18px 'Bold', arial, sans serif;
  width:65%;
}
.price-box li {
  margin:2.8em 0;
  position:relative;
}
.price-box li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #555;
  margin: 0;
  display: block;
  position: absolute;
  top: .4em;
  left: -1.2em;
}
.price-box .cta {
  line-height: 15px;
  padding: 10px 0px;
  display: block;
  width: 80%;
  margin: 25px auto 25px;
  font-size: 15px;
}
.price-box .tooltip {
  position:absolute;
  background:#27a97f;
  padding:1.5em;
  color:#fff;
  width:100%;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    bottom:-30px;
  opacity:0;
    display:none;
}
.price-box .tooltip h2 {
  font:12px/27px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  margin:0 0 10px 25px;
  text-align:left;
}
.price-box .tooltip ul {
  list-style:none;
  padding:0;
  margin:0;
  font:14px/18px 'Book', times, serif;
  width:100%;
  color:#fff;
  text-transform:none;
  letter-spacing:0;
}
.price-box .tooltip li {
  margin:0 0 10px;
  position:relative;
  padding:0 0 0 25px;
}
.price-box .tooltip li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  margin: 0;
  display: block;
  position: absolute;
  top: .4em;
  left: .4em;
}
.price-box .title:hover i {
  color:#27a97f;
}
.tooltip.show {
  opacity:1;
  bottom:26px;
  display:block;
}

.pp-writer {
  
}
.pp-cta {
  background-color:#6DBBEC; 
  width:100%; 
  text-align: left; 
  margin:60px 0;  
  height:100px; 
  padding:20px 0;  
  z-index:100;
}
.pp-cta .content {
  width:100%; 
  margin-left:auto; 
  margin-right: auto; 
  display:block; 
  float: none;  
}
.pp-cta > .content > .message {
  color: white; 
  float:left;
  width: 50%;
  text-align: left;
}
.pp-cta h3 {
  font-size:18px;
  padding-top: 0px;
  padding-left: 10px;
}
.pp-cta h5 {
  font-size:14px;
}
.pp-cta .button {
  width:50%;
  float: right;
  margin: 10px auto;
}
.pp-cta a {
  margin: 0px auto;
  float: none;
  display: block;
  text-align: center;

}
.pp-infobanner {
  background-color:white; 
  width:100%; 
  text-align: center; 
  margin:80px 0;  
  height:100px;  
}
.pp-infobanner img {
  height: 25px;
  margin: 0 10px;
  display: inline-block;
  top: 6px;
  position: relative;
}
.pp-infobanner .borderbox {
  width:95%; 
  margin-left:auto; 
  margin-right: auto; 
  display:block; 
  float: none; 
  border:1px solid #1C638C; 
  padding: 3% 0; 
  position: relative;
  min-height:75px;
}
.pp-infobanner .header{
  background-color: white;
  padding: 10px 10px;
  color: #1C638C;
  margin-top: -45px;
  font-size: 16px;
  margin-left:auto;
  margin-right: auto;
  width: 270px;
}
.pp-infobanner .point{
  width: 100%; 
  display: inline-block;  
  padding: 5px;
}
.pp-infobanner .point:nth-child(3){
  border-left:0px solid transparent; 
  border-right:0px solid transparent;
}
.pp-writerbanner {
  background-color:#37638D; 
  width:100%; 
  text-align: center; 
  margin:60px 0 0 0;  
  height:250px; 
  padding:2% 0 14% 0;
}
.pp-writerbanner .content {
  width:90%; 
  margin-left:auto; 
  margin-right: auto; 
  display:block; 
  float: none;  
}
.pp-writerbanner .headericon {
  height:100px; 
  width:100px; 
  margin-left:auto; 
  margin-right: auto; 
  float: none; 
  border-radius: 50px; 
  background-color: white; 
  margin-top: -90px; 
  margin-bottom:20px;  
}
.pp-writerbanner img {
  height: 50%;
  margin-top: 25px;
}
.pp-writerbanner h3 {
  font-size:28px;
  margin-bottom:10px;
}

.pp-writerprofilebox {
  width: 100%; 
  margin-left:auto; 
  margin-right: auto; 
  float: none; 
  margin-top: -35px;  
}
.pp-writerprofilebox .profile {
  width: 50%; 
  text-align: center; 
  display: inline-block;
  float: left;
  margin-bottom: 30px;
}
.pp-writerprofilebox .profilepic {
  height:100px; 
  width:100px; 
  display:inline-block; 
  border-radius: 50px; 
  background-color: white;  
  margin: -0 20px 10px 20px;  
  overflow: hidden;
}
.pp-writerprofilebox .profilepic img{
  width:100%;
}
.pp-writerprofilebox .stats {
  width: 100%; 
  display:inline-block;  
  margin-top: 10px;
}

.pp-writerprofilebox .stats div {
  width: 50%; 
  display:inline-block; 
  float: left;
}
.pp-writerprofilebox h3 {
  font-size: 18px;
}
.pp-writerprofilebox h4 {
  font-size:20px;
}
.pp-writerprofilebox h6 {
  font-size:10px;
}
.pp-writerprofilebox a {
  font-size:12px;
}

.pp-writing-sample {
  background-color:white; 
  width:100%; 
  text-align: left; 
  margin: 0px 0 150px 0;  
  height:100px;  
}
.pp-writing-sample .icon-heading > div {
  background-color: white;
}
.pp-writing-sample .content-icon {
  margin: 0px;
}
.pp-writing-sample .pp-writing-body {
  width:98%; 
  margin-left:auto; 
  margin-right: auto; 
  display:block; 
  float: none; 
  border:1px solid #1C638C; 
  padding: 8% 2% 3% 2%; 
  position: relative;  
  min-height: 160px;
}
.pp-writing-body .pp-content {
  position: absolute;  
  top: -50px; 
  left:20px;  
}
.pp-writing-sample .content-type {
  width: 40%; 
  display: inline-block; 
  float: left;  
}
.pp-writing-sample .cta {
  width: 95%; 
  display: inline-block; 
  float: left;  
}
.pp-writing-sample .content-specialist{
  width: 60%; 
  display: inline-block; 
  float: left; 
  border-left:1px solid #1C638C; 
  border-right:0px solid #1C638C; 
  padding:0 10px;  
}
.pp-writing-sample .content-type span,
.pp-writing-sample .content-specialist span,
.pp-writing-sample .content-title span{
  width: 100%; 
  display: inline-block; 
  float: left; 
  font-size:12px;
  font-weight: initial;
}
.pp-writing-sample .content-title{
  width: 100%; 
  display: inline-block; 
  float: left; 
  font-weight: bold;
  padding-left: 0px;
  padding-top: 10px;
}

.pp-writing-sample .sample-link {
  top:120px; 
  position: absolute;  
  width: 100%;
}
@media screen and (min-width:600px) {

  .pp-pricing.none {
    display:block;
  }  
  .banner-static {
    height: 100px;
    padding-top: 25px;
  } 

  .pp-slider-nav.round-modified {
      margin-top: -35px;
      margin-bottom: 20px;
  }  
  .pp-slider-nav.round-modified a{
    border-bottom:0px solid transparent;
  }  
  .pp-slider-nav.round-modified > a:last-child {
    padding-bottom:0px;
    border-bottom: 0px solid transparent;
  }  
  .pp-slider-nav.round-modified > a > span{
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }    
  .pp-slider-nav a {
    padding:.6em;
    width:13%;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
  }
  .pp-slider-nav a span {
    font-size:24px;
    display:block;
    padding:10px 0;
  }
  .pp-slider-nav a h3 {
    text-align: center;
    font:12px/14px 'Book', times, serif;
  } 

  .pp-content {
    float:left;
    width:25%;
    margin:0;
    padding:  0;
    min-height: 10px;
  }
  .pp-content.full {
    width: 55%;
  }
  .pp-pricing.full {
    width: 45%;
  }  
  .pp-pricing.full .price-box {
    width: 90%;
  }    
   .pp-pricing.full .price-box h6{
    padding-left:50px;
  }    
  .pp-row.full .pp-content{
    width:57%;    

  }  
  .pp-row.full.first{
    margin-top: -130px !important;   

  }    
  .pp-row.full .pp-pricing{
    width:40%;
    padding-top: 130px;    

  }   
  .pp-row.full .price-box{
    width:100%;    

  }     
  .pp-content .description {
    font: 14px/25px 'Bold', times, serif;
    padding: 0 0 5%;
  }
  .pp-content .content-icon {
    margin: 10px 0;

  }  
  .price-box {
    width: 32%;
    display: inline-block;
    margin: 0px;
    padding: 0 0 50px;
  }
  .pp-pricing {
    float:left;
    width:75%;
    padding:0 0 0 0;
  }
  .price-box h5 {
    display: none;  
  }  
  .price-box .price {
    font:22px/25px 'Book', times, serif;
    padding:90% 0 0 0;
    color:#33D09D;

  }
  .price-box .quantity {
    font:16px/25px 'light', times, serif;
    padding:90% 0 0 0;
    color:#33D09D;

  }  
  .price-box .cta {
    padding: 10px 0;
    font-size: 12px;
  }
  .icon-heading .wordcount {
    font-size: 12px;
    padding-left: 0px;
    width: 125px;
    margin-top: 10px;
  }  
  .wordcount > span {
    text-align: left;
  }  
  .wordcount > a {
    text-align: left;
    width: 100%;
  }   
  .icon-heading .title {
    text-align: left;
    width: 205px;

  } 
  .pp-writerbanner {
    height:200px; 
  }  
  .pp-cta .content {
    width:90%; 
  }
  .pp-cta .button {
    width:50%; 
  }   
  .pp-cta h3 {
    padding-top: 20px;
    padding-left: 0px;
  }   
  .pp-infobanner .borderbox {
    width:95%; 
  }  
  .pp-infobanner .point {
    width:100%; 
  }   
  .pp-infobanner .point:nth-child(3){
    border-left:0px solid transparent; 
    border-right:0px solid transparent;
  }  
  .pp-infobanner .header{
    font-size: 16px;
    left: 29%;
    margin-top: -6%;
    width: 425px;
    margin-bottom:10px;
  }  
  .pp-writing-sample {
    margin:30px 0;  
  }  
  .pp-writing-body .pp-content {
    top:-45px; 
  }  

  .pp-writing-sample .content-type {
    width: 20%; 
  }
  .pp-writing-sample .content-specialist{
    width: 20%; 
    border-right:1px solid #1C638C; 

  }  
  .pp-writing-sample .pp-writing-body {
    width:95%; 
    min-height: 80px;   
    padding: 2% 2% 3% 2%; 

  }
  .pp-writing-sample .content-title{
    width: 55%; 
    padding-left: 10px;
    padding-top: 0px;    
  }  
  .pp-writing-sample .sample-link {
      right:-50px; 
      top:18%; 
      position: absolute;  
      width: initial;
      width: 100px;
      text-align: center;
  }  

}
@media screen and (min-width:800px) {
  .banner-static {
    height: 100px;
    padding-top:35px;
  }
  .pp-slider-nav.round-modified {
    margin-top:-30px;
  }  
  .pp-slider-nav.round-modified > a > span{
    height: 85px;
    width: 85px;
  }    
  .pp-slider-nav.round-modified a{
    border-bottom:0px solid transparent;
  }  
  .pp-slider-nav.round-modified > a:last-child {
    padding-bottom:0px;
    border-bottom: 0px solid transparent;
  }  
  .pp-slider-nav a h3 {
    text-align: center;
    font:12px/14px 'Book', times, serif;
  } 
  .pp-pricing.none {
    display:block;
  }    
  .pp-content .description {
    padding:5% 5% 5% 0;
  }
  .pp-content .content-icon {
    margin: 10px 0;
  }  
  .pp-slider-nav {
    display:block;
    text-align:center;
  }
  .pp-slider-nav a h3 {
    font:12px/14px 'Book', times, serif;
    vertical-align: baseline;
    margin: 0 auto;
  }
  .pp-slider-nav a.cycle-pager-active {
    background:#27a97f;
    color:#fff;
  }
  .icon-heading {
    text-align:left;
    color:#555;
  }
  .wide .icon-heading {
    text-align:left;
    color:#555;
    border:none;
  }
  .wide .content {
    margin-top:-1em;
    width:85%;
  }
  .icon-heading h3 {
    margin:25px 0 0;
    clear:none;
  }

  .icon-heading span {
    float:left;
    font-size:65px;
    margin: 0;
    position: relative;
    color:#555;
  }
  .icon-heading .wordcount {
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
  }  
  .icon-heading .title {
    text-align: left;
    width: 205px;

  }  
  .price-box {
    width: 30%;
  }
  .price-box .price {
    font:35px/35px 'Book', times, serif;
    padding:35% 5% 6%;
    color:#555;
    display:block;
    color:#33D09D;

  }
  .price-box .order {
    padding:10%;
  }
  .price-box h4 {
    padding:10%;
  }
  .price-box h5 {
    display: none;  
  } 
  .pp-cta .content {
    width:70%; 
  }    
  .pp-cta .button {
    width:50%; 
  }    
  .pp-infobanner .borderbox {
    width:90%; 
    padding: 3% 0;

  }    
  .pp-infobanner .header{
    font-size: 18px;
    left: 27%;
  } 
  .pp-writerbanner .content {
    width:75%; 
  }  
  .pp-infobanner .point{
    width: 32%; 
    display: inline-block;  
  }    
  .pp-infobanner .point:nth-child(3){
    border-left:1px solid #1C638C; 
    border-right:1px solid #1C638C;
  }  
  .pp-writerprofilebox {
    width:840px; 
    margin-top: -35px;  
  }
  .pp-writerprofilebox .profile {
    width: 200px; 
  }     
  .pp-writing-sample .pp-writing-body {
    width:85%; 
  }     
}
@media screen and (min-width:1200px) {
  .banner-static {
    height: 120px;
    padding-top: 50px;
  }

  .pp-pricing.none {
    display:block;
  }    

  .pp-slider-nav.round-modified {
    margin-top:-30px;
}  
  .pp-slider-nav.round-modified > a > span{
    height: 85px;
    width: 85px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }  
  .pp-slider-nav.round-modified a{
    border-bottom:0px solid transparent;
  } 
  .pp-slider-nav.round-modified > a:last-child {
    padding-bottom:0px;
    border-bottom: 0px solid transparent;
  }   
  .pp-slider-nav {
    text-align:center;
  }
  .pp-slider-nav a {
    padding:2em;
    width:13%;
  }
  .pp-slider-nav a h3 {
    text-align: center;
    font:18px/20px 'Book', times, serif;
  }  
  .pp-row.full .pp-content {
    width:55%;
  }  
  .pp-row.full .pp-pricing {
    width:40%;
    padding-top:10px;
  }   
  .pp-row.full .price-box {
    width:100%;
  }   
 .pp-pricing.full .price-box h6{
  padding-left:100px;
}      
  .pp-row.full .price {
    padding:25% 5% 6%;
  }     
  .pp-row.full .price-box a.cta {
    top: 50%;
  }       
  .pp-content {
    width:35%;
  }
  .pp-content .content-icon {
    margin: 10px 0;

  }  
  
  .pp-pricing {
    width:65%;
  }
  .price-box {
    float:left;
    width:33%;
    padding:0;
    position:relative;
    min-height:270px;

  }
  .icon-heading.full {
    width: 100%;
    display: inline-block;
  }
  .icon-heading .wordcount {
    font-size: 12px;
    border-left: 1px solid #555;
    padding-left: 10px;
    width: 225px;
    margin-top: 0px;
  }  
  .wordcount > span {
    text-align: left;
  }  
  .price-box .price {
    font:35px/35px 'Book', times, serif;
    padding:30% 5% 6%;
    display:inline-block;
    color:#33D09D;
  }
  .icon-heading .title {
    text-align: left;
    width: 205px;
    padding-bottom: 10px;

  }  
  .price-box li {
    margin:2.4em 0;
  }
  .price-box h5 {
    display: none;  
  }   
  .price-box a.cta {
    position:absolute;
    top:65%;
    width:85%;
    margin:0 auto;
    left:0;
    right:0;
  }
  .pp-cta .content {
    width:70%; 
  }  
  .pp-cta .button {
    width:50%; 
  }    
  .pp-infobanner .borderbox {
    width:85%; 
    padding: 3% 0;
  }  
  .pp-infobanner .point:nth-child(3){
    border-left:1px solid #1C638C; 
    border-right:1px solid #1C638C;
  }    
  .pp-infobanner .header{
    font-size: 24px;
    left: 32%;
  }   
  .pp-infobanner img {
    height: 30px;
  }  
  .pp-writerprofilebox {
    width:840px; 
    margin-top: -35px;  
  }
  .pp-infobanner .point{
    width: 32%; 
    display: inline-block;  
  }      
  .pp-writerbanner .content {
    width:70%; 
  }  
  .pp-writerprofilebox .profile {
    width: 200px; 
  }  
  .pp-writing-sample .pp-writing-body {
    width:80%; 
  }    
}
/*  4.5a Account Management CTA Block */
.blue-bg {
  background: #356c9e; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzU2YzllIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3YTk3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg,  #356c9e 0%, #27a97f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#356c9e), color-stop(100%,#27a97f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #356c9e 0%,#27a97f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #356c9e 0%,#27a97f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #356c9e 0%,#27a97f 100%); /* IE10+ */
  background: linear-gradient(135deg,  #356c9e 0%,#27a97f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356c9e', endColorstr='#27a97f',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  position: relative;
}
.acct-mgnt {
  padding:5% 0;
}
.acct-mgnt p {
  text-align:left;
  max-width:1000px;
  margin:0 auto;
  font:21px/35px 'Book', times, serif;
}
.acct-mgnt .cta {
  margin:auto;
}
.section-title-with-icon {
  padding:1em 0 0;
  text-align:center;
  font:28px/37px 'Bold', arial, sans serif;
  position:relative;
}
.section-title-with-icon span {
  padding:0 10px 10px 0;
}
.acct-mgnt .col-two {
  padding:20px 0;
}
.acct-mgnt h1, .acct-mgnt h2, .acct-mgnt h3, .acct-mgnt h4 {
  font:20px/30px 'Book', times, serif;
  margin:20px 0 10px 0;
  text-align: center;
}
.acct-mgnt ul {
  margin:10px 0 0 0;
  list-style: none;
  padding:0;
  font-size:14px;
  text-align:center;
}
.acct-mgnt li {
  margin:10px 0;
}
.acct-mgnt blockquote {
  font:18px/30px 'Book', times, serif;
  text-align:center;
  margin:20px auto;
  color:#fff;
  float:left;
}
.acct-mgnt blockquote:before {
  content: "\e62f";
  font-family: 'scripted';
  font-size: 14px;
  position: relative;
  top: -5px;
  left: -5px;
}
@media screen and (min-width:600px) {
  .acct-mgnt .col-two {
    padding:1em 2em;
  }
  .acct-mgnt h1, .acct-mgnt h2, .acct-mgnt h3, .acct-mgnt h4 {
    text-align: left;
  }
  .section-title-with-icon {
    text-align:left;
  }
  .acct-mgnt ul {
    margin:10px 0 0 25px;
    list-style:disc;
    text-align: left
  }
  .acct-mgnt .cta {
    margin:0;
  }
}
/* Landing Page Template */
.landing-page {
  color:#555;
}
.landing-page .content-block {
  text-align:center;
}
.landing-page .content-block.horizontal {
  text-align:left;
}
.landing-page .entry .horz-icons h2 {
  font:22px/40px 'Bookbold',times,serif;
  margin:2em 0 3em;
}
.landing-page .entry .horz-icons h2 span:before {
  font-size:60px;
  padding:20px 20px 20px 0;
  border-right:1px solid #e4e4e4;
}
.landing-page .entry .horz-icons h2 span {
  padding:30px 0 30px 30px;
  display: inline;
  margin:30px 30px 30px 0;
  position: relative;
  top:20px;
  
}
@media screen and (max-width:600px) {
  .landing-page .content-block .col-two {
    padding: .5em 0 1.5em;
      margin: .5em 0 1em;
    border-bottom:solid 1px #ddd;
  }
  .landing-page .content-block .col-two:last-child {
    border:none;
  }
}
.landing-page .content-block .col-two:nth-child(even) {
  clear:both;
}
.landing-page .content-block span {
  font-size: 40px;
  display: block;
  padding: 0 0 20px 0;
  position: absolute;
  left: -18px;
  width: 80px;
  text-align: center;
}
.landing-page .content-block strong {
  display:block;
}
.landing-page .content-block p {
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  padding-left: 55px;
}
@media screen and (min-width: 1025px) {
  .landing-page .content-block span {
    font-size: 60px;
    left: -28px;
  }
  .landing-page .content-block p {
    padding-left: 30px;
  }
}
.overview {
  text-align: center;
  padding:5%;
  border:solid 1px #555;
}
.overview h2 {
  font:30px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  margin:0 0 1em ;
}
.overview p {
  font-size: 20px;
  line-height:1.5em;
}
.cta-block {
  padding:5%;
  background:#eee;
  color:#555;
  margin: 5% 0;
}
.cta-block h2 {
  margin-top:0;
}
.cta-block p {
  margin:0 0 40px 0;
  display:block;
}
.sidebar-resource-block {
  padding:5%;
  color:#fff;
  background-size: 120%;
  background-position: center center;
  position: relative;
  text-align: center; 
}
.sidebar-resource-block .content-lockup {
  position: relative;
  color:#fff;
}
.sidebar-resource-block .blurred-overlay img {
  opacity: .78;
}
.sidebar-resource-block .content-lockup a {
  color:#fff;
  font-size: 15px;
}
.content-lockup .subhead {
  font: 14px/20px 'Bold' arial, sans serif;
  text-transform: uppercase;
  letter-spacing: .3em;
}
.entry .content-lockup h3 a, .entry .content-lockup h3 {
  color:#fff;
  margin:.5em 0 1em;
  font-size: 30px;
}
.sidebar-resource-block .content-lockup a.cta {
  color:#113561;
}
.sidebar-resource-block .content-lockup a.cta:hover {
  color:#fff;
  background:transparent;
  border: solid 3px #fff;
}
.sidebar-resource-block .content-lockup a.cta:after {
  display:none;
}
.landing-page .testimonials {
  padding:5%;
}
.landing-page .testimonials blockquote {
  position: relative;
  margin:30px 0 0;
  font:16px/25px 'Book', times, serif;
  text-transform:none;
}
.landing-page .testimonials blockquote:before {
  position: absolute;
  top: 0;
  left: -20px;
}
.landing-page form {
  width:100%;
}
.landing-page form li {
  margin:5px 0;
  padding:0;
}
.landing-page form label {
  display:block;
  padding:0 0 5px;
}
.landing-page form input {
  width:100%;
}
.landing-page form .gfield_description {
  font-size:.75em;
  padding:5px 0 5px;
}
.landing-page form .gform_footer {
  padding:10px 0;
}
@media screen and (min-width:800px) {
  .landing-page .content-block {
    width:55%;
    margin:1%;
    float:left;
  }
  .landing-page .content-block.full{
    width:100%;
    float:left;
  }  
  .landing-page .cta-block, .landing-page .sidebar-resource-block {
    width:40%;
    float:right;
  }
  .landing-page .cta-block.full  {
    width:100%;
    float:left;
    margin-top: 0px;
    padding: 5% 20%;
    margin-top: -100px;
    background-color: #C3E9ED;
  }  
  .landing-page .cta-block.full h2 {
    font:37px/55px 'Light', serif;
    text-align: center;
    font-size: 1.5em;
    font-family: 'Bold', times, serif;
    font-weight: 100;    
  }    
  .landing-page .content-block .col-two {
    width:100%;
    margin:1%;
    padding:0 4%;
  }
}
@media screen and (min-width:1024px) {
  .landing-page .content-block .col-two {
    width:48%;
  }
}
@media screen and (min-width:1200px) {
  .acct-mgnt-image {
    position:absolute;
    right:0;
    bottom:-50px;
    display:block;
  }
}
.image-list {
  clear:both;
  text-align:center;
  padding:5% 0 0;
}
.image-list img {
  padding:0 25px;
}
.quote-author {
  font:18px/30px 'Book', times, serif;
  color:#fff;
  display:block;
  padding:15px 0 0;
}
.quote-author-attribute {
  font:11px/18px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#fff;
  position:relative;
  top:-7px;
}
.team-apply-cta {
  background:url(images/team-apply-cta.jpg) center center no-repeat;
  color:#fff;
  text-align:center;
}
.team-apply-cta div {
  padding:100px 25px;
}
.one-third {
  margin-top:30px;
}
.team-apply-cta h2 {
  font:35px/45px 'Light', arial, sans serif;
}
.team-apply-cta p {
  font:15px/22px 'Book', arial, sans serif;
  display:block;
  padding:15px 0;
}
.team-apply-cta .cta.white {
}
.two-thirds {
}
.two-thirds .large-content-block, .two-thirds .large-content-block a {
  display:block;
}
.rbox-widget {
  position: relative;
}
.rbox-opening-li {
  padding: 20px 0;
}
.career-link {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.two-thirds .large-content-block .content-block-lockup {
  width:100%;
  padding:10px 0;
  margin:10px 0;
}
.two-thirds .large-content-block .content-block-lockup h2 a {
  font:18px/28px 'Bold', arial, sans serif;
}
.two-thirds .large-content-block .content-block-lockup p {
  margin:0;
  font-size:14px;
}
@media screen and (min-width:600px) {
  .one-third {
    width:50%;
    margin:50px 0 0;
    float:left;
  }
  .two-thirds {
    width:50%;
    float:left;
  }
  .two-thirds .large-content-block {
    height:440px;
  }
  .team-apply-cta {
    height:440px;
  }
}
@media screen and (min-width:800px) {
  .image-list {
    padding: 0 0 5% 0;
  }
  .one-third {
    width:33.1%;
    margin:50px .4% 50px 0;
    float:left;
  }
  .two-thirds {
    width:66.2%;
    float:left;
  }
  .two-thirds .large-content-block {
    height:440px;
  }
  .team-apply-cta {
    height:440px;
  }
}
/* Landing Page A + B */
.a-block,
.b-block,
.c-block {
  position: relative;
}
.two-up .lockup {
  padding:5%;
  color:#fff;
  font-size:.875em;
}
.two-up .lockup hr {
  width:45%;
  margin:1.3em auto;
  height:1px;
  border:none;
  background-color:#fff;
}
.two-up .lockup p {
  margin:1.5em 0;
}
.two-up .lockup .cta.white {
  color:#555;
  font-size:13px;
  padding: 8px 24px;
  width:auto;
}
.c-block .dark-grey-overlay {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
}
@media screen and (min-width: 600px) {
  .a-block,
  .b-block {
    width: 50%;
    float: left;
    min-height: 600px;
  }
  .a-block .blurred-overlay,
  .b-block .blurred-overlay {
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    border:rgba(250,250,250,1) 3px solid;
  }
  .a-block:hover .blurred-overlay,
  .b-block:hover .blurred-overlay {
    border: rgba(250,250,250, 1) 12px solid;
  }
  .a-block .blur-bg,
  .b-block .blur-bg {
    height:120%;
    width:auto;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  .a-block .blurred-overlay:after,
  .b-block .blurred-overlay:after {
    background: rgba(53,108,158,.75);
  }
  .a-block:hover .blurred-overlay:after,
  .b-block:hover .blurred-overlay:after {
    background: rgba(53,108,158,.95);
  }
  .two-up .lockup {
    padding:6.5em 0;
    max-width:500px;
    margin: 0 auto;
  }
  .c-block .lockup {
    color:#495b6b;
  }
}
@media screen and (min-width: 1650px) {
  .a-block .blur-bg,
  .b-block .blur-bg {
    height:auto;
    width:120%;
  }
}



/*  2.5 Blog
   -------------------------------------------------------------------------- */
/* 2.5a Blog Slider */
.single .blog-top-slider {
  display:none;
}
.blog-top-slider {
  padding:0;
  color:#495b6b;
  position:relative;
  text-align:center;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment:fixed;
  min-height:150px;
  background-color:#fff;
}
.blog-top-slider .red-overlay {
  overflow: hidden;
}
.blog-top-slider .red-overlay:after {
  content: '';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(250,250,250,.31);
}
.blog-top-slider .red-overlay img {
  position: absolute;
  top:-5%;
  left:-5%;
  width:auto;
  height:110%;
  opacity: .7;
  -webkit-filter: blur(14px);
  -moz-filter: blur(14px);
  -o-filter: blur(14px);
  -ms-filter: blur(14px);
  filter: blur(14px);
}
@media screen and (min-width: 800px) {
  .single .blog-top-slider {
    display:block;
  }
  .blog-top-slider .red-overlay img {
    width:110%;
    height: auto;
  }
}
.blog-top-slider .cycle-slide {
  padding:90px 0 90px;
  position:relative;
  bottom:0;
  right:0;
  margin:auto;
  max-width:900px;
}
.blog-top-slider .category {
  font:18px/36px 'Bold', arial, sans serif;
  display:block;
  color:#495b6b;
}
.blog-top-slider .category a {
  color:#495b6b;
}
.blog-top-slider .tagline {
  font:20px/27px 'Bold', arial, sans serif;
}
.blog-top-slider-nav {
  position:relative;
  padding:25px 0;
  max-width:900px;
  margin:auto;
}
.blog-top-slider-nav a {
  display:block;
  padding:15px 5%;
  border-top:3px #495b6b solid;
  color:#495b6b;
  text-align:center;
  margin:1%;
  font:12px/42px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.blog-top-slider-nav a.cycle-pager-active, .blog-top-slider-nav a:hover {
  border-top:3px #495b6b solid;
  color:#495b6b;
}
@media screen and (min-width:600px) {
  .blog-top-slider {
    min-height:200px;
    display:block;
  }
  .blog-top-slider .cycle-slide {
    padding:140px 0;
  }
  .blog-top-slider .tagline {
    font:28px/37px 'Bold', arial, sans serif;
  }
  .blog-top-slider-nav a {
    display:inline;
  }
}
/* 2.5B Blog Structure */
.content-wrap {
  max-width:1300px;
  width:90%;
  margin:auto;
}
.left-content {
  margin:50px 0;
}
.resource-content {
  max-width:800px;
  margin:50px auto;
}
@media screen and (min-width:960px) {
  .left-content {
    float:left;
    width:70%;
  }
}
/* 2.5C Blog Loop */
.loop {
  border:solid 1px #ccc;
  position:relative;
}
.post-loop-dots {
  content:"...";
  text-align:center;
  color:#bababa;
  font-size:30px;
  font-family:'Book', times, serif;
  margin:20px 0;
  display:block;
}
.loop img {
  max-width:100%;
  margin:0 auto;
  width:auto;
  height:auto;
}
.loop .thumbnail-wrapper img {
  max-height:250px;
}
.loop-content {
  padding:10% 5%;
  text-align:left;
  font:14px/22px 'Book', arial, sans serif;
  color:#555;
}
.loop-content .avatar {
  display:none;
}
.loop-content .avatar img {
  border-color:#fff;
}
.loop-content .category a, .loop-content .category span {
  display:none;
}
.loop-content .category a:first-of-type, .loop-content .category span:first-of-type {
  font:13px/18px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#356c9e;
  display:block;
}
.loop-content h2, .loop-content h2 a {
  font:24px/32px 'Book', times, serif;
  color:#555;
  padding:10px 0;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.loop-content h2 a:hover {
  color:#356c9e;
}
.loop-content .author {
  font:12px/12px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
}
.loop-content .date {
  padding: 10px 0 0;
  display: block;
}
@media screen and (min-width:600px) {
  .loop-content {
    padding:5%;
  }
  .loop-content .date {
    margin: 0 0 0 10px;
    border-left: #ccc solid 1px;
    padding: 3px 0 3px 15px;
    line-height: 1em;
    display: inline;
  }
  .loop-content h2, .loop-content h2 a {
    font:28px/36px 'Book', times, serif;
  }
}
.loop-content p {
  padding:10px 0;
  margin:0;
}
.loop-img {
  background:#f0f0f0;
  padding:5%;
  text-align:center;
}
.loop-img img {
  display:none;
}
.loop .cta {
  display:inline;
}
.cta + .cta {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  margin:1em 0;
}
.share-top .share {
  text-align:left;
  padding:25px 0;
}
.share-top .share .share-link {
  font-size:25px;
  top:5px;
}
.share {
  font:15px/22px 'Book', times, serif;
  color:#356c9e;
  text-align:center;
  margin:5px 0;
}
.share .share-link {
  font-size:25px;
  color:#356c9e;
  display:inline;
  padding:3px;
  position:relative;
  top:5px;
  cursor:pointer;
}
.share .share-link:hover {
  color:#555;
}
.share .box {
  display:none;
}
.share .share-twitter {
  color:#6ac6d8;
}
.share .share-facebook {
  color:#0054a6;
}
.share .share-linkedin {
  color:#0072bc;
}
.share .share-googleplus {
  color:#356c9e;
}
.loop.single {
  border:none;
}
.loop-single .avatar {
}
.loop.single .loop-content {
  width:100%;
  color:#333;
}
.loop.single .loop-content img {
  padding:10px;
  background:#fff;
  border:solid 1px #ccc;
}
.authorbox {
  padding:25px;
  background-color:#ebebec;
  font:14px/25px 'Book', times, serif;
  overflow:hidden;
  clear:both;
}
.authorbox h2 {
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#555;
}
.authorbox img {
  width:104px;
  height:104px;
  border-radius:52px;
  border:solid 5px #356c9e;
}
.authorbox div {
}
.author-header-lockup {
  color:#fff;
  text-align:center;
  padding:5% 0;
  margin:0 auto;
  width:100%;
  max-width:600px;
  position:relative;
}
.author-header-lockup a.cta.white {
  margin: 25px 0 0;
  display: inline-block;
  padding: 10px 25px;
  line-height: 1.2em;
  font-size: 14px;
}
.author-header-lockup a.cta.white:after {
  content:"";
  display:none;
}
@media screen and (min-width:600px) {
  .loop-content {
    padding:5%;
    float:left;
    width:50%;
  }
  .loop-img {
    position:absolute;
    height:100%;
    top:0; right:0;
    width:50%;
  }
  .loop-content .avatar {
    position:absolute;
    top:30px;
    left:-33px;
    display:block;
  }
  .loop.single .loop-content img.avatar  {
    padding:0;
  }
  .loop-content .category a:first-of-type, .loop-content .category span:first-of-type {
    font:16px/28px 'Bold', arial, sans serif;
  }
  .loop-img img {
    display:block;
  }
  .featured-img {
    float:right;
    margin:0 0 1em 1em;
  }
  .industry-text .loop-content {
    width:100%;
  }
  .share .share-link {
    font-size:30px;
    top:8px;
  }
  .authorbox img {
    margin:0 25px 40px 0;
    float:left;
  }
}
.pagination {
  text-align:center;
  list-style:none;
}
.pagination li {
  display:inline;
  padding:8px;
}
/* 2.5D Blog Sidebar */
.sidebar {
  margin:50px 0;
}
.sidebar .widget {
  margin:12px 0;
}
.sidebar .widget img {
  max-width:100%;
  width:auto;
  height:auto;
}
.sidebar .widget h2, .sidebar .widget h2 a {
  font:18px/55px 'Book', times, serif;
  background:#d8d9da;
  color:#555;
  text-align:center;
}
.widget ul {
  list-style:none;
  padding:10%;
  margin:0;
  border:1px solid #d8d9da;
}
.widget ul li {
  margin:15px 0;
}
.widget ul li a {
  color:#555;
  display:block;
}
.widget ul li a:hover {
  color:#356c9e;
}
.red-box.widget {
  background:#356c9e;
  color:#fff;
  padding:25px;
}
.red-box.widget h2, .red-box.widget h3, .red-box.widget h4 {
  font:18px/35px 'Book', times, serif;
  background:#356c9e;
  color:#fff;
  text-align:center;
}
.red-box.widget .textwidget {
  font:15px/22px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:1.5px;
  color:#fff;
  text-align:center;
}
.red-box.widget .textwidget p {
  display:block;
}
.red-box.widget .textwidget img {
  display:block;
  border:solid 3px #fff;
  margin:5px auto;
}
.red-box.widget .textwidget a.cta.white {
  display:block;
  padding: 10px 15px;
  margin: 10px auto;
  line-height: 1em;
  font-size: 13px;
}
.menu-blog-sidebar-categories-container li a {
  font:15px/20px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#555;
}
.menu-blog-sidebar-categories-container li a:before {
  content:"/";
}
.menu-blog-sidebar-categories-container li a:hover {
  color:#356c9e;
}
.sidebar .widget {
  margin:20px 0;
}
.newsletter-box {
  width:100%;
  position:relative;
}
.sidebar .newsletter-box {
  background: #eee;
}
.newsletter-box .cycle-slideshow {
  width:75%;
  background:#eee;
  padding:0;
  right:0;
  height:100%;
  float:right;
  overflow:hidden;
}
.newsletter-signup {
  padding:10%;
}
.sidebar .newsletter-signup {
  background:#eee;
}
.newsletter-box h3 {
  font:24px/28px 'Book', times, serif;
  color:#555;
}
.sidebar .newsletter-box h3 {
  color:#555;
}
.newsletter-box form {
  position:relative;
}
.newsletter-box ul {
  list-style:none;
  margin:0;
  padding:0;
}
.newsletter-box li {
  list-style:none;
  margin:5px 0;
  padding:0;
}
.newsletter-box label {
  display:none;
}
.newsletter-box .gform_validation_container {
  visibility:hidden;
  height:0;
}
.newsletter-box input {
  padding:3px 0;
  text-indent:10px;
  background:#fff;
  color:#555;
  font:14px/22px 'Book', arial, sans serif;
  width:100%;
  margin:3px 0;
  border:none;
}
.newsletter-box .gform_button {
  background:none;
  border:none;
  margin:0;
  padding:3px 0;
  font:16px/36px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#ddd;
  text-align:left;
}
.footer-cta .pita {
  display: none;
}
.overlay-active .footer-cta .pita {
  position: fixed;
  display: block;
  top:50%;
  left: 50%;
  background: white;
  padding: 2em;
  padding-right: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 99999;
}

.close-modal {
  display: none;
  cursor: pointer;
  background: #555;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 50%;
}

.overlay-active .close-modal {
  display: block;
}

.close-modal .icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.twitter-follow-box, .facebook-follow-box {
  padding:25%;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#ddd;
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
  position: relative;
  left: 50px;
  top: 45px;
}
.follow-scripted {
  color:#fff;
  font:16px/28px 'Book', times, serif;
  text-align:center;
  display:block;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background:#ddd;
}
.follow-scripted a {
  display:block;
  color:#fff;
}
.follow-scripted span {
  font-size:70px;
  display:block;
  padding:10px 0;
}
.follow-scripted:hover a {
  color:#fff;
}
.facebook-follow-box {
  width:100%;
  min-height:150px;
}
.fb-like {
}
.sidebar-events {
  position:relative;
  border:solid 1px #ccc;
  margin-bottom:1em;
}
.sidebar-events:hover {
  border:solid 1px #495b6b;
}
.sidebar-events .red-overlay, .sidebar-events .dark-grey-overlay {
  padding:0;
  margin:0;
  width:100%;
  height:100%;
  position:absolute;
}
.sidebar-cta-wrap {
  text-align:center;
  padding:40px;
  color:#495b6b;
  position:relative;
}
.sidebar-cta-wrap span {
  font-size:30px;
  padding:5px 0 10px;
  display:block;
  position:relative;
  top:0;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.industries .sidebar-cta-wrap span {
  font-size:50px;
}
.industries .sidebar-cta-wrap:hover span {
  top:-8px;
}
.sidebar-cta-wrap .tax-category {
  display:none;
}
.sidebar-cta-wrap .tax-category:first-of-type {
  display:block;
  font:14px/20px 'Book', times, serif;
  color:#495b6b;
}
.sidebar-cta-wrap h3 {
  background:none;
  font:15px/20px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:1.5px;
  margin:.5em 0;
}
.sidebar-cta-wrap a {
  color:#495b6b;
}
.blue-bg .sidebar-cta-wrap a {
  color:#fff;
}
.sidebar-cta-wrap a.simple-cta {
  font-family:'Book', times, serif;
  text-transform:none;
}
.newsletter-box-nav {
  width:25%;
  float:left;
  position:absolute;
  height:100%;
  top:0;
  left:0;
}
.newsletter-box-nav span {
  display:block;
  text-align:center;
  font-size:30px;
  color:#ccc;
  min-height:33.3%;
  position:relative;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsletter-box-nav span:before {
  position:absolute;
  top:0; left:0; right:0; bottom:0;
  margin:auto;
  width:40px;
  height:40px;
}
.newsletter-box-nav .cycle-pager-active {
  background:#ddd;
  color:#777;
}
.newsletter-box-nav span:hover {
  background:#ddd;
  color:#eee;
}
.search-lrg {
  max-width:400px;
  margin:25px auto;
}
.searchform {
  position:relative;
}
.searchform label {
  display:none;
}
.searchform input {
  font:13px/20px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#555;
  border:none;
  background:#fff;
  padding:15px 0;
  text-indent:15px;
  outline:none;
  width:100%;
}
.searchform {
  border:solid 1px #ccc;
}
.searchform .submit {
  background:#555;
  width:55px;
  height:100%;
  line-height:55px;
  color:#fff;
  position:absolute;
  top:0;
  right:0;
  padding:0;
  text-indent:-60em;
}
.searchform span {
  position:absolute;
  right: 18px;
  top: 14px;
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width:600px) and (max-width:959px) {
  .sidebar {
    margin-bottom: 3em;
  }
  .sidebar .newsletter-box {
    display: none;
  }
  .red-box.widget .textwidget img {
    display: none;
  }
  .red-box.widget .textwidget a.cta.white {
    display: inline;
    width:auto;
  }
  .widget_search {
    width:100%;
    clear: both;
  }
  .sidebar-events {
    width:48%;
    float:left;
    margin:auto;
  }
  .sidebar.industries .sidebar-events {
    width:100%;
    float:none;
    margin:0 auto 1em;
  }
  .sidebar-events:nth-child(2) {
    float: right;
  }
}
@media screen and (min-width:960px) {
  .sidebar {
    width:25%;
    float:right;
  }
}
/* Resources and Events */
.large-content-block {
  margin:30px auto;
  max-width:1200px;
  width:90%;
  position:relative;
  padding:10% 5%;
  background-size:cover;
  background-position:center center;
}
.large-content-block .red-overlay {
  overflow: hidden;
}
.large-content-block .red-overlay img {
  position: absolute;
  top:-5%;
  left:-5%;
  width:110%;
  height:auto;
  -webkit-filter: blur(14px);
  -moz-filter: blur(14px);
  -o-filter: blur(14px);
  -ms-filter: blur(14px);
  filter: blur(14px);
}
.blurred-overlay {
  overflow: hidden;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#356c9e;
}
.blurred-overlay:after {
  content:'';
  position: absolute;
  top: 0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(53,108,158,.25);
  -ms-transition:all .3s linear;
  -webkit-transition:all .3s linear;
  -moz-transition:all .3s linear;
  transition:all .3s linear;
}
.blurred-overlay img {
  position: absolute;
  top:-5%;
  right:-5%;
  left:-5%;
  bottom:-5%;
  width:auto;
  height:120%;
  opacity: 1;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  filter: url(filter.svg#blur); /* FF, IE10 & Opera */
}
@media screen and (min-width:600px) {
  .blurred-overlay img {
    width:120%;
    height:auto;
  }
}
.blurred-overlay img.horizontal {
  width:auto;
  height: 110%;
}
.large-content-block .event-table {
  position:relative;
  float:left;
  margin:0 5% 0 0;
}
.large-content-block .event-date, .large-content-block .event-title {
  color:#fff;
  width:auto;
  font:18px/30px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  text-align:center;
  display:block;
  padding:5px 20px;
}
.large-content-block .event-title:before {
  left:50%;
  height:103%;
  top:0;
  width:3px;
}
.large-content-block .content-block-lockup {
  float:left;
  width:100%;
  position:relative;
  height:auto;
  padding:5% 0;
}
.large-content-block .content-block-lockup p {
  font:17px/24px 'Book', arial, sans serif;
  margin:20px 0;
}
.large-content-block .content-block-lockup h2 a {
  font:20px/26px 'Light', arial, sans serif;
  color:#fff;
  margin:0 0 30px 0;
}
.large-content-block .content-block-lockup a {
  color:#fff;
}
.large-content-block a {
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.large-content-block a:hover {
  letter-spacing: .02em;
}
.tax-category {
  font-size:80%;
}
@media screen and (min-width:600px) {
  .large-content-block {
    margin:50px auto 30px;
    padding:5%;
  }
  .large-content-block .content-block-lockup h2, .large-content-block .content-block-lockup h2 a {
    font:30px/37px 'Light', arial, sans serif;
  }
  .large-content-block .blue-overlay {
    opacity:.9;
  }
  .large-content-block .event-date, .large-content-block .event-title {
    font:18px/60px 'Light', arial, sans serif;
    padding:10px 30px;
  }
}
@media screen and (min-width:800px) {
  .large-content-block .content-block-lockup {
    float:left;
    width:60%;
    position:relative;
    height:auto;
    padding:0;
  }
}
/* Events */
.banner-image.posts {
  background-color:#fff;
}
.banner-image .red-overlay {
  overflow: hidden;
}
.banner-image .red-overlay img {
  position: absolute;
  top:-5%;
  left:-5%;
  width:110%;
  height:auto;
  -webkit-filter: blur(14px);
  -moz-filter: blur(14px);
  -o-filter: blur(14px);
  -ms-filter: blur(14px);
  filter: blur(14px);
  opacity:.87;
}
.banner-image .event-table {
  position:relative;
  margin:0 auto;
  max-width:90%;
}
.banner-image .event-date, .banner-image .event-title {
  color:#fff;
  width:auto;
  font:24px/36px 'Light', arial, sans serif;
  text-align:center;
  display:block;
  padding:4%;
}
.banner-image .event-title, .banner-image .event-title a {
  text-align:left;
  color:#fff;
}
.banner-image .event-date, .banner-image .event-title h2 {
  font-weight: 100;
}
@media screen and (min-width:600px) {
  .banner-image .event-date, .banner-image .event-title {
    font:34px/47px 'Light', arial, sans serif;
  }
  .banner-image .event-date {
    width:24%;
    text-align:center;
  }
  .banner-image .event-title, .banner-image .event-title a {
    width:68%;
    text-align:left;
    color:#fff;
  }
}
.simple-event-col {
  margin:40px 0;
  position:relative;
}
.simple-event-col .date {
  font:14px/21px 'Bold', arial, sans serif;
  color:#356c9e;
}
.simple-event-col h2 a {
  font:18px/26px 'Bold', arial, sans serif;
  color:#555;
  margin:0;
  display:block;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.simple-event-col .simple-cta {
  color:#555;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.simple-event-col a:hover {
  color:#356c9e;
}
.event-excerpt {
  width:85%;
  float:left;
  color:#fff;
  padding:2em 0 2em 2em;
}
.event-excerpt a {
  color:#fff;
}
.simple-event-col.tablet-clear {
  clear:both;
  width:100%;
  text-align:center;
}
@media screen and (min-width:600px) {
  .event-excerpt {
    padding:30px 0 0 31.5%;
  }
  .simple-event-col {
    width:25%;
    float:left;
    margin:40px 25px;
  }
  .simple-event-col h2 a {
    margin:0 0 10px;
  }
}
@media screen and (min-width:1000px) {
  .simple-event-col.tablet-clear {
    clear:none;
    float:left;
    width:25%;
  }
}
.event-wrap {
  margin:0 auto;
  padding:50px 0;
}
.event-wrap .col-two {
  padding:3%;
}
.event-wrap img {
  max-width:100%;
  padding:5px;
  border:solid 1px #ccc;
}
.event-wrap h2 {
  font:28px/35px 'Book', times, serif;
}
.event-wrap h3 {
  font:13px/24px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#356c9e;
  margin:0;
  padding:0;
}
.event-wrap p {
  font:15px/22px 'Book', times, serif;
  margin:0 0 25px;
}
.event-wrap .description {
  padding:5%;
  background:#eee;
  clear:both;
  margin:30px 0 0;
}
@media screen and (min-width: 600px) {
  .event-wrap p {
    font:18px/24px 'Book', times, serif;
  }
}
/* Wide Event List */
.simple-event {
  border-bottom:solid 1px #ccc;
  padding:30px 0;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.simple-event:hover {
  background:#eceded;
}
.simple-event .date {
  text-align:center;
  color:#356c9e;
  font:18px/30px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
}
.simple-event .block {
  padding:10px 0 20px;
}
.simple-event h2, .simple-event h2 a {
  font:18px/30px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#555;
}
.simple-event p {
  font:14px/26px 'Book', times, serif;
  color:#787b81;
}
.simple-event span {
  color:#555;
}
@media screen and (min-width:1200px) {
  .simple-event .date {
    width:15%;
    float:left;
  }
  .simple-event .block {
    display:block;
    width:57%;
    float:left;
    padding:0;
  }
  .simple-event .cta {
    float:right;
    width:25%;
    line-height:29px;
  }
}
/* Press */
.press-loop {
  border-bottom:solid 1px #ccc;
  padding:35px 0;
}
.press-loop .pr-logo {
  background:#fff;
  display:block;
  text-align:center;
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  margin:0;
  vertical-align: middle;
}
.press-loop .pr-logo img {
  max-width:180px;
  width:100%;
  height:auto;
  display:block;
  padding:0 5px;
  margin:auto;
  position:relative;
  top:10px;
}
.press-loop .article-snippet {
  padding:25px 0;
  text-align:left;
  margin:0 0 0 5%;
}
.press-loop .article-snippet h3 a {
  font:20px/30px 'Book', serif;
  color:#356c9e;
}
.press-loop .article-snippet p {
  font:14px/27px 'Book', serif;
  color:#555;
  padding:15px 0;
}
.press-loop .article-snippet a.minimal-cta {
  color:#555;
}
@media screen and (min-width: 600px) {
  .press-loop .pr-logo {
    width:40%;
    box-shadow:inset 0 0 250px #ebebeb;
    -moz-box-shadow:inset 0 0 250px #ebebeb;
    -webkit-box-shadow:inset 0 0 250px #ebebeb;
    -ms-box-shadow:inset 0 0 250px #ebebeb;
  }
  .press-loop .pr-logo img {
    display: inline;
  }
  .press-loop .article-snippet {
    width:55%;
  }
}
/* Resources Loop */
.featured-resource-tile {
  background-color:#fff;
  background-position:top center;
  background-repeat:no-repeat;
  background-size:100%;
  width:96%;
  margin:2%;
  position:relative;
  height:350px;
}
.featured-resource-tile .overlay {
  padding:2.5%;
  position:absolute;
  width:100%;
  height:70%;
  bottom:0; left:0;
}
.featured-resource-tile.category-webinars .overlay {
  background:#fff;
}
.featured-resource-tile.category-whitepapers .overlay {
  background:#fff;
}
.featured-resource-tile.category-case-study .overlay {
  background:#fff;
}
.featured-resource-tile .overlay h2 a {
  font:22px/30px 'Book', times, serif;
  color:#356c9e;
}
.featured-resource-tile .overlay p {
  color:#356c9e;
  font:14px/24px 'Book', arial, sans serif;
}
.featured-resource-tile .overlay .excerpt {
  height:47px;
  overflow:hidden;
  margin:15px 0;
}
.featured-resource-tile .icon {
  color:#fff;
  font-size:22px;
  position:relative;
  left:-5px;
  font-family:'scripted';
}
.featured-resource-tile.category-webinars .icon:after {
  content: "\e62b";
}
.featured-resource-tile.category-whitepapers .icon:after {
  content: "\e62e";
}
.featured-resource-tile.category-case-study .icon:after {
  content: "\e632";
}
.featured-resource-tile.category-case-study .cta:after {
  content: "\e632";
  font-size:15px;
}
.featured-resource-tile.category-webinars .cta:after {
  content: "\e630";
  font-size:15px;
}
.featured-resource-tile.category-whitepapers .cta:after {
  content: "\e631";
  font-size:15px;
}
.resource-tiles {
  background-color:#356c9e;
  background-size:100% auto;
  background-repeat:no-repeat;
  width:90%;
  margin:2% 5%;
  position:relative;
  height:350px;
}
.resource-tiles.category-webinars {
  background-color:#356c9e;
}
.resource-tiles.category-case-study {
  background-color:#356c9e;
}
.resource-tiles.category-whitepapers {
  background-color:#356c9e;
}
.resource-tiles .dark-grey-overlay {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resource-tiles:hover .dark-grey-overlay {
  background:rgba(58,63,71,0.2);
}
.resource-tiles .overlay {
  background:#fff;
  padding:5%;
  position:absolute;
  bottom:0;
  left:0;
  height:60%;
  width:100%;
}
.resource-tiles .overlay h2 a {
  font:22px/30px 'Book', times, serif;
  color:#356c9e;
  display:block;
  height:94px;
  overflow:hidden;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resource-tiles .overlay h2 a:hover {
  color:#27a97f;
}
.resource-tiles .overlay a {
  color:#356c9e;
}
.resource-tiles .overlay a:hover {
  color:#27a97f;
}
.corner-tag {
  bottom: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #113561;
  border-bottom-color: #113561;
  border-width: 25px;
  right: 0;
  z-index:999;
}
.category-whitepapers .corner-tag {
  border-right-color: #356c9e;
  border-bottom-color: #356c9e;
}
.category-case-study .corner-tag {
  border-right-color: #356c9e;
  border-bottom-color: #356c9e;
}
.category-webinars .corner-tag {
  border-right-color: #356c9e;
  border-bottom-color: #356c9e;
}
.corner-tag span {
  color:#fff;
  position:relative;
  font-size:.85em;
  left:1px;
}
.resource-sort .section-title {
  padding-bottom: 30px;
}
.resource-sort .mix{
    display: none;
}
@media screen and (min-width:600px) {
  .resource-tiles {
    width:47%;
    margin:1.5%;
    float:left;
    opacity:.4;
    -webkit-transition: all 0.3s ease-in-out;  
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .resource-tiles:hover {
    opacity: 1;
  }
  .featured-resource-tile {
    background-position:top left;
  }
  .featured-resource-tile .overlay {
    right:0; left:auto;
    width:70%;
    height:100%;
    padding:4.5%;
  }
  .featured-resource-tile .overlay h2 a {
    font:28px/38px 'Book', times, serif;
    height:94px;
    overflow:hidden;
  }
  .featured-resource-tile .overlay p {
    height:50px;
    overflow:hidden;
  }
}
@media screen and (min-width:800px) {
  .featured-resource-tile {
    width:66.3%;
    margin:0.15%;
    float:left;
    position:relative;
    padding:0;
    background-size:auto 100%;
    background-position:top left;
  }
  .resource-tiles {
    width:32%;
    margin:.65%;
    float:left;
  }
}
@media (min-width:1200px) {
  .featured-resource-tile {
    width:23%;
    margin:1%;
    float:left;
    position:relative;
    padding:0;
    background-position:top left;
    height:350px;
  }
  .featured-resource-tile .overlay {
    width:55%;
  }
  .resource-tiles {
    width:23%;
    margin:1.5% 1%;
    float:left;
    height:350px;
  }
  .resource-tiles .overlay {
    height:48%;
  }
}
/* Resources Sort Nav */
.resource-sort {
  position: relative;
  margin:0;
}
.resource-sort-list {
  text-align:center;
  width:90%;
  margin:0 auto 2em;
}
.resource-sort-list button {
  border:solid 2px transparent;
  font:16px/20px 'Book', arial, sans serif;
  color:#fff;
  padding:10px;
  width:100%;
  margin:0;
  display:block;
  outline:none;
  opacity:.3;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resource-sort-list button.whitepapers {
  background:transparent;
}
.resource-sort-list button.case-study {
  background:transparent;
}
.resource-sort-list button.webinars {
  background:transparent;
}
.resource-sort-list button.all {
  background:transparent;
}
.resource-sort-list button.featured-resource {
  display:none;
}
.resource-sort-list button span {
  font-size:18px;
  padding:0 8px 0 0;
}
.resource-sort-list button:hover {
  opacity:.5;
}
.resource-sort-list button.active {
  opacity:1;
  border-color:#fff;
}
.resource-sort-list button.active:after {
  content:"";
  height:0;
  width:0;
}
@media screen and (min-width:600px) {
  .resource-sort-list button {
    padding:20px;
    margin:0 5px 30px;
    width:auto;
    display:inline;
  }
}
@media screen and (min-width:800px) {
  .resource-sort-list button {
    padding:20px 40px;
  }
}
.blog-tiles {
  padding:140px 0 0;
  margin:10px .3%;
  position:relative;
}
.blog-tiles .overlay {
  background:#fff;
  padding:5%;
  position:relative;
  bottom:0;
  left:0;
  height:60%;
  width:100%;
}
.blog-tiles .overlay h2 a {
  font:20px/30px 'Book', times, serif;
  color:#555;
  display:block;
  height:94px;
  overflow:hidden;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-tiles .overlay h2 a:hover {
  color:#356c9e;
}
.blog-tiles .overlay a:hover {
  color:#356c9e;
}
a.cat-link {
  color:#356c9e;
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
}
@media screen and (min-width:600px) {
  .blog-tiles {
    width:32.7%;
    float:left;
    padding:140px 0 0;
    margin:10px .3%;
    position:relative;
  }
}
/* Careers Page */
.careers-page .career-content h2 {
  margin:0;
}
.careers-page .career-content p {
  font-size:.9em;
}
.careers-page .career-nav {
  background:#efefef;
  text-align:center;
  padding:25px;
}
.careers-page h1 img {
  position:relative;
  top:20px;
  padding-right:20px;
}
.careers-page .career-nav h2 a {
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#356c9e;
  display:block;
  border:none;
  margin:0;
}
.careers-page .career-nav a {
  font:15px/26px 'Book', times, serif;
  color:#356c9e;
  display:block;
  padding:8px;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.careers-page .career-nav a:hover {
  color:#555;
  background:#ddd;
  text-decoration:none;
}
.careers-page .career-nav p, .careers-page .career-nav ul, .careers-page .career-nav ol, .careers-page .career-nav label {
  text-align:left;
  font-size:14px;
}
@media screen and (min-width:600px) {
  .careers-page .entry .col-two {
    margin:2%;
    width:46%;
    text-align:center;
    border:none;
    padding: 0 5% 5%;
  }
  .careers-page .entry .col-two img {
    display: inline;
  }
}
@media screen and (min-width:800px) {
  .careers-page .career-content {
  float:left;
  width:55%;
  margin:0 5% 0 0;
  }
  .careers-page .career-nav {
    width:40%;
    float:left;
  }
}
/* Basic Page Block Styles */
.faqs {
  background:#efefef;
  color:#555;
}
.faqs .col-three, .faqs .col-four {
  padding:2.5%;
}
.faqs .col-three:nth-child(2) {
  background:#fff;
}
.faqs h2 {
  text-align:center;
}
.faqs .acc-btn h3 {
  margin:0 auto 1em;
  display:block;
  background:#356c9e;
  color:#fff;
  padding:20px;
  font-size:16px;
  line-height:1.7em;
  cursor:pointer;
}
.faqs .acc-btn h3::first-letter {
  font-size:30px;
  float:left;
  padding:0 10px 45px 0;
}
.faqs .acc-btn.acc-active h3 {
  background-color:#356c9e;
}
.acc-content {
  padding:0px 10px 30px 10px;
  clear:both;
}
@media screen and (min-width:600px) {
  .faqs .col-four {
    padding:2.5%;
    width:50%;
  }
  .faqs h2 {
    max-width:200px;
    margin:10px auto;
  }
  .faqs .acc-btn h3::first-letter {
    font-size:20px;
    float:none;
    padding:0 8px 8px 0;
  }
}
@media screen and (min-width:1024px) {
  .faqs .col-four {
    padding:1.5%;
    width:25%;
  }
}
/* Industry Pages */
.banner-image.with-overlay.industry-banner {
  padding:50px 0 0;
}
.banner-image.with-overlay.industry-banner .blurred-overlay img {
  width:auto;
  height:110%;
}
@media screen and (min-width:1450px) {
  .banner-image.with-overlay.industry-banner.main .blurred-overlay img {
    width:110%;
    height:auto;
  }
}
@media screen and (min-width:2150px) {
  .banner-image.with-overlay.industry-banner .blurred-overlay img {
    width:110%;
    height:auto;
  }
}
.industry-banner .section-title,
.industry-banner .section-subtitle {
  font-family:'Book', arial, sans serif;
  max-width:1100px;
  margin:0 auto;
  padding: 0 0 1em;
}
.industry-banner .section-title-parent {
  font-size:18px;
  line-height:1.5em;
}
.industry-banner .section-title span {
  font-size:50px;
  margin:0 auto 10px;
  display:block;
}
.child-page-icons {
  text-align:center;
  position:relative;
  margin:0 auto;
  max-width: 1400px;
}
.child-page-icons a {
  font-size:30px;
  margin:.5em 0 1.5em;
  color:#fff;
  display:inline-block;
  width:32%;
  position:relative;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.child-page-icons small {
  display:block;
  padding:13px 0;
  font:10px/13px 'Bold', arial, sans serif;
  letter-spacing:.02em;
  text-transform:uppercase;
  position:absolute;
  width:100%;
}
.industry-banner .sub-pages ul {
  text-align:center;
  position:relative;
  display:block;
  margin:30px 0 0;
  padding:.5em;
  background:#fff;
}
.industry-banner .sub-pages ul li {
  display:block;
  width:100%;
}
.industry-banner .sub-pages ul li a {
  display:block;
  color:#fff;
  background:#495b6b;
  padding:.5em;
  font:15px/15px 'Book', times, serif;
  margin:.1em;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.industry-banner .sub-pages ul li a:hover,
.industry-banner .sub-pages ul li.current_page_item a {
  background:#46bbeb;
}
@media screen and (min-width:600px) {
  .banner-image.with-overlay.industry-banner {
    padding:100px 0;
  }
  .industry-banner .sub-pages ul {
    padding:30px 0;
    max-width:1300px;
    margin:auto;
    background:transparent;
  }
  .industry-banner .sub-pages ul li {
    display:inline;
    width:auto;
  }
  .industry-banner .sub-pages ul li a {
    display:inline-block;
    margin:.5em;
    padding:1em 1.5em;
  }
  .child-page-icons a {
    font-size: 50px;
    margin:.03em;
    color: #fff;
    float: left;
    width: 19.5%;
    display: block;
    padding: 40px 1%;
    max-height: 170px;
  }
  .child-page-icons a:hover {
    background:#356c9e;
    background: rgba(53,108,158,.71);
  }
  .child-page-icons small {
    font:12px/18px 'Bold', arial, sans serif;
    position:relative;
  }
}
.industry-text {
  font-weight:100;
  font:15px/24px 'Book', times, serif;
  padding:0em 0 3em;
}
.thin-col {
  max-width:800px;
  margin:0 auto;
}
.industry-text h2,
.industry-text h3,
.industry-text h4,
.industry-text h5,
.industry-text h6 {
  font-weight:100;
  font-family: 'Book', times, serif;
}
.industry-text h2 {
  text-transform:none;
  font-size:20px;
  line-height:1.25em;
  color:#356c9e;
  padding:.5em 0 0;
  margin:0;
}
.industry-text p {
  font-size:.95em;
}
@media screen and (min-width:600px) {
  .industry-text {
    padding-top:3em;
  }
}
@media screen and (min-width:1300px) {
  .industry-text p {
    font-size:1em;
  }
  .industry-text h2 {
    font-size:30px;
    color:#356c9e;
    padding:.5em 0;
    letter-spacing:.05em;
    vertical-align:middle;
    display:block;
    margin:0 0 1em;
    text-align:left;
  }
  .thin-col.industry-text h2 {
    text-align:center;
    margin:0;
    padding:0;
  }
  .industry-text h2 span {
    font-size:90px;
    text-align:left;
    float:left;
    padding:0 15px 0 0;
    position:relative;
  }
}
.industry-text ul {
  padding:1em 0;
  margin:0 0 0 1.5em;
}
.industry-text li {
  font:15px/30px 'Bold', arial, sans serif;
}
/* Industries Single Article Typography */
.industry-text.single h2,
.industry-text.single h3,
.industry-text.single h4,
.industry-text.single h5,
.industry-text.single h6 {
  text-transform:none;
  letter-spacing:0;
}
.industry-text.single h2 {
  margin:1em 0;
}
.industry-text.single h2 span {
  font-size:50px;
  padding:0 0 15px;
  position:relative;
  display:block;
  text-align:center;
}
@media screen and (min-width:1300px) {
  .industry-text.single h2 {
    line-height:1.25em;
    text-align:left;
  }
}
.industry-text.single ul {
  padding:1em 0;
  margin:0 0 0 1.5em;
}
.industry-text.single li {
  font:15px/30px 'Book', arial, sans serif;
  text-transform:none;
  letter-spacing:0;
}
.industry-text .col-two {
  padding:3%;
}
.headline-strikethru {
  font:16px/16px 'Book', times, serif;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#113561;
  position:relative;
  margin:1em auto 2em;
  width:90%;
}
.headline-strikethru:before {
  content:"";
  position:absolute;
  left:0;
  top:50%;
  height:1px;
  width:100%;
  background:#113561;
}
.headline-strikethru span {
  background:#fff;
  padding:5px 10px;
  position:relative;
}
.expert-writers {
  margin:0 auto 40px;
  max-width:800px;
}
.expert-writer {
  text-align:center;
  width:100%;
  float:left;
  padding:0 0 35px;
  font:13px/17px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  color:#4f5359;
  display: none;
}
.expert-writer:nth-child(1) {
  display: block;
}
.expert-writer .author-bio {
  color:#4f5359;
  display:block;
  font:10px/15px 'Book', arial, sans serif;
  padding:10px 0 0;
  margin:10px 0 0;
  border-top:solid 1px #e2e2e2;
  letter-spacing:normal;
}
.avatar-link {
  padding:8px;
}
.expert-writer .avatar img {
  border-color:#e2e2e2;
}
.expert-writers a.cta.red {
  width:100%;
}
.callout-block {
  padding-bottom:3em;
}
.callout-block a.cta {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
}
@media screen and (min-width:600px) {
  .expert-writers {
    margin-bottom:70px;
  }
  .expert-writer {
    width:33.333%;
    padding:0 1% 5%;
    display: block;
    padding:35px 0;
  }
  .industry-text .callout-block {
    background:#eee;
    padding:2em;
    float:right;
    margin:0 0 0 5%;
    width:40%;
  }
  .industry-text .callout-block h3 {
    margin:0 0 .8em;
  }
}
.search-bar {
  background:#eee;
}
.search-bar .center {
  max-width: 100%;
  width:100%;
}
.dd-menu {
  color:#fff;
  background:#356c9e;
  position:relative;
  width:100%;
  text-align:center;
}
.dd-menu h3 {
  font:15px/30px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:1.5px;
  padding:1em;
  display:block;
  width:100%;
}
.dd-menu h3 span {
  font-size:10px;
  font-weight:bold;
  position:relative;
  top:0;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dd-menu h3:hover span {
  top:5px;
}
.dd-menu ul {
  list-style:none;
  background:#113561;
  display:none;
  position:relative;
  left:auto;
  top:auto;
  width:100%;
  z-index:100;
}
.dd-menu ul a {
  color:#fff;
  padding:.5em 1.5em;
  display:block;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dd-menu ul a:hover {
  background:#356c9e;
}
.dd-menu li.page_item_has_children .children {
  display:none;
}
.search-block {
  padding:1.7em;
}
.ind-searchform {
  color:#fff;
  position:relative;
}
.ind-field {
  background:none;
  border:none;
  font:18px/24px 'Book', times, serif;
  text-align:center;
  float:left;
  width:80%;
  color:#555;
  max-width: 200px;
}
.ind-search-submit {
  background:none;
  border:none;
  width:55px;
  height:55px;
  line-height:55px;
  color:#fff;
  position:absolute;
  top:0;
  right:0;
  padding:0;
  text-indent:-60em;
}
.ind-searchform  .icon-large-search {
  font-size: 22px;
  margin: 0 0 0 15px;
  color: #555;
  border-left: solid 1px #bbb;
  padding: 10px 0 10px 15px;
}
.search-block {
  max-width: 100%;
  margin: auto;
  padding: 1.7em 0;
}
@media screen and (min-width:600px) {
  .dd-menu {
    float:left;
    width:40%;
  }
  .dd-menu h3 {
    padding:1.5em;
  }
  .dd-menu ul {
    position: absolute;
  }
  .ind-field {
    font:22px/35px 'Book', times, serif;
  }
  .ind-searchform  .icon-large-search {
    font-size: 28px;
    position:relative;
    top:5px;
  }
  .search-block {
    float:right;
    max-width:50%;
    padding:1.2em;
  }
}
@media screen and (min-width:850px) {
  .search-bar {
    background:#e5e5e5;
  }
  .search-bar .center {
    max-width: 1300px;
    width:100%;
  }
  .dd-menu {
    float:left;
    max-width:400px;
    color:#fff;
    background:#356c9e;
    position:relative;
    width:auto;
    text-align:left;
  }
  .dd-menu h3 {
    font:17px/45px 'Bold', arial, sans serif;
    text-transform:uppercase;
    letter-spacing:2.5px;
    padding:1.5em;
    cursor:pointer;
  }
  .search-block {
    padding:1.7em;
  }
  .ind-field {
    font:28px/35px 'Book', times, serif;
    max-width: 100%;
  }
  .ind-searchform  .icon-small-search {
    font-size: 32px;
    position:relative;
    top:0px;
  }
}
/* How It Works - Interiors */
.entry.hiw-interiors .group {
  position:relative;
}
.entry.hiw-interiors .group .col-two .cta {
  margin:10px auto;
}
.entry.hiw-interiors img {
  padding:0;
}
.entry.hiw-interiors h2 {
  font:25px/40px 'Bold', arial, sans serif;
  color:#555;
}
.entry.hiw-interiors p {
  color:#555;
  font:15px/30px 'Book', times, serif;
}
.entry.hiw-interiors img.aligncenter {
  padding:3em 0;
}
.entry.hiw-interiors a {
  color:#356c9e;
}
.entry.hiw-interiors a.cta {
  color:#fff;
}
.dotted-left {
  padding:5% 0;
}
.entry.hiw-interiors .dotted-left img {
  padding:0;
}
.entry.hiw-interiors .stat-block {
  font:16px/30px 'Bold', arial, sans serif;
  color:#555;
  margin:1em 0;
}
.entry.hiw-interiors .stat-block img {
  margin:25px 1em 0 0;
}
.stat-block strong {
  font:40px/1em 'Book', times, serif;
  font-weight:700;
  display: block;
}
.entry.hiw-interiors hr {
  margin:1.5em 0;
}
.hiw-interior-nav {
  background:#27a97f;
}
.hiw-interior-nav .full-width-cta {
  padding:4em 1.5em;
  text-align:left;
  border:solid 1px rgba(250,250,250,0.1);
  background:#27a97f;
}
.hiw-interior-nav .full-width-cta .title {
  font: 28px/35px 'Light', arial, sans serif;
  text-transform: none;
  letter-spacing: 0;
}
.hiw-interior-nav .full-width-cta {
  width:100%;
  position:relative;
  cursor: pointer;
  display: block;
}
.hiw-interior-nav .full-width-cta:before {
  position: absolute;
  content:'';
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0);
  -webkit-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -ms-transition:all .3s linear;
  transition:all .3s linear;
}
.hiw-interior-nav .full-width-cta:hover:before {
  background: rgba(0,0,0,.3);
}
.hiw-interior-nav .full-width-cta .lockup-wrap {
  position: relative;
}
.hiw-interior-nav .full-width-cta a {
  color:#fff;
}
.hiw-interior-nav .full-width-cta .caption {
  margin:25px 0;
  line-height: 24px;
  font-size:.95em;
  display: none;
}
.hiw-interior-nav .full-width-cta .cta {
  font-size:16px;
  padding:6px 25px;
}
@media only screen and (min-width:600px) {
  .dotted-left {
    padding:5%;
    border-left:dotted 2px #ccc;
    margin:5%;
    clear:both;
    overflow:hidden;
  }
  .hiw-interior-nav .full-width-cta {
    width:50%;
    float:left;
    text-align: center;
  }
  .hiw-interior-nav .full-width-cta .lockup-wrap {
     min-height: 100px;
  }
  .entry.hiw-interiors hr {
    margin:3em 0;
  }
}
@media only screen and (min-width:950px) {
  .hiw-interior-nav .full-width-cta {
    width:25%;
    text-align: left;
  }
  .hiw-interior-nav .full-width-cta .group {
    min-height:300px;
  }
  .hiw-interior-nav .full-width-cta .caption {
    display:block;
  }
}
@media only screen and (min-width:1200px) {
  .hiw-interior-nav .full-width-cta .group {
    min-height:250px;
  }
}


/*  Managed Writing Services */

.landing-page.mf .section-title{
  font: 18px/55px 'Light', serif; 
  letter-spacing: .5px; color: #356c9e; 
  text-transform: capitalize; padding: 0 25px;
  font-family: 'Bold', times, serif; 
  font-weight: 100; 
}
.landing-page.mf {
  display:block;
}
.landing-page.mf .content-block{
  margin-bottom:20px;
}
.managed-benefits img{
  height: 30%;
  width: 30%;
}
.managed-benefits h4{
  text-align: left !important;
  width: 100%;
  font-size:14px;
  padding:10px;
  margin-top:-20px;


}
.managed-benefits strong{
  font: 18px/24px 'Bold', serif;   
  text-align: center !important;
  width: 100%;
  margin-bottom:10px;

  
}
.mf-lightblue {
  background-color:#DDF7FF; 
  width: 100%; 
  float:left; 
  height:160px;  
  text-align: center;
}
.mf-lightblue h2 {
  margin-top:25px;   
  font: 18px/24px 'Light', serif; 
  letter-spacing: .5px; color: #356c9e; 
  text-transform: capitalize; padding: 0 25px;
  font-family: 'Bold', times, serif; 
  font-weight: 100; 
}
.mf-table {
  width:100%; 
  float: left; 
  margin-top: -100px;  
}
.mf-col {
  float: left;
  height: 860px;
}
.mf-featurelist {
  width: 40%;
}
.mf-gap {
  width: 100%; 
  height:125px;  
}
.mf-pkgdetails {
  width: 100%; 
  height:125px; 
  color: white; 
  text-align: center; 
  display:inline-block;  
}
.mf-pkg1 {
  display:none;
  width: 30%;
}
.mf-pkg1 .mf-pkgdetails {
  background-color: #9B9B9B; 
}
.mf-pkg2 {
  width: 55%;
}
.mf-pkg2 .mf-pkgdetails {
background-color: #4BBCEB;
}
.mf-pkg3 {
  width: 30%;
}
.mf-pkg3 .mf-pkgdetails {
  background-color: #356C9E;
}
.pkg-pic {
  border:1px solid #4BBCEB; 
  background-color: white; 
  border-radius:100px; 
  margin:0 auto; 
  float:none; display:block; 
  width:75px; 
  height: 75px; 
  position: relative; 
  margin-top:-40px;  
}
.pkg-pic.empty {
  border:1px solid transparent; 
  background-color: transparent; 
}
.pkg-pic img {
  height:100%; 
  width: 100%;  
}
.mf-col h3 {
  font-size:12px;
  height: 20px;
  padding-top: 5px;
}
.mf-col h4 {
  font-size:14px;
  margin:10px 0;
}
.mf-col h4 .light {
  font: 14px 'Light', serif; 
}
.mf-col .button {
  width: 90%;
  margin: 10px auto;
  float: none;
}
.mf-col .button a {
  width: 100%;
  font-size:12px;
  padding: 0;
}
.discount {
  height:20px;
  text-align: center;
  margin-bottom:10px;
  font: 18px 'Black', serif;   
}  
.mf-pkgchecklist {
  width:100%; 
  text-align: center; 
  height: 630px;  
  padding-top:30px;
}
.mf-pkgchecklist.points {
  text-align: left; 
}
.mf-pkgchecklist li{
  display: block;
  font-size:10px;
  padding: 10px 5px;
  min-height: 45px;
}
.mf-pkg1 .mf-pkgchecklist  {
  background-color:#F5F5F5;   
}
.mf-pkg2 .mf-pkgchecklist  {
  background-color:#EEF8FD;   
}
.mf-pkg3 .mf-pkgchecklist {
  background-color:#E8F0F5;   
}
.mf-darkblue {
  background-color:#37638D; 
  width: 100%; 
  float:left; 
  height:320px;
}
.mf-darkblue h2 {
  margin-top:10px;   
  font: 28px/55px 'Light', serif; 
  letter-spacing: .5px; 
  color: white; 
  text-transform: capitalize; 
  padding: 0 25px;
  font-family: 'Bold', times, serif; 
  font-weight: 100;   
}
.mf-contentprice-tab {
  display:inline-block; width:100%; 
  position:relative; 
  top:-190px;  
}
.mf-contentprice-tab .pp-slider-nav {
  display:inline-block; 
  margin-top:-120px; 
  color: white; 
  background-color: 
  transparent; 
  text-align:left;  
  width: 100%;
}
.mf-contentprice-tab .pp-slider-nav a {
  color: white !important;
  padding: 0 0 20px 0;
  position: relative;
  z-index:100;
  margin-left:1px;

}
.mf-contentprice-tablink{
  width:49%;
  min-width: 150px;
  max-width: 200px;
  display: inline-block !important;
}

.mf-contentprice-tab .pp-slider-nav h3 {
  font-size:18px;
  text-align: center;
  
}
.mf-contentprice-tab .cycle-pager-active{
  background-color: white !important;
}
.mf-contentprice-tab .cycle-pager-active h3{
  color: #37638D !important;
}
.mf-contentprice {
  color:black; 
  position:relative; 
  top:-200px; 
  margin-top:-1px;  
  z-index: 99;
}
.mf-contentprice .col-three div{
  display: inline-block;
  padding-left:10px;
}
.mf-contentprice .col-three h3{
  font-size:16px;
}
.mf-contentprice .col-three h4{
  font-size:12px;
  margin-top:5px;
  margin-bottom: 5px;  
}
.mf-contentprice .col-three h5{
  font:12px/14px 'Light', serif;  
  margin-bottom:10px;

}
.mf-contentprice .col-three span{
  font:20px/20px 'Bold', serif;  
  color: #63D09A;
}
.mf-contentprice .col-three .strikethrough{
  text-decoration: line-through;
  color: #D71011;
  font:20px/20px 'Light', serif;  
  margin-right:5px;
}
.mf-contentprice .icon-standard {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_standard.png);
    background-size: contain; 
    height: 50px;
    width: 50px; 
}
.mf-contentprice .content-icon {
    height: 55px;
    width: 55px; 
    background-size: contain;  
    margin: 10px 0;
    display: inline-block;

}
.mf-pricecompare {
  background-color: white; 
  border:1px solid #37638D; 
  width:100%; 
  min-height:670px; 
  padding: 10px 20px 30px 20px;  
}
.mf-contentprice .icon-longform {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_longform.png);

}
.mf-contentprice .icon-article {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_article.png);  
}
.mf-contentprice .icon-facebook {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_facebook.png);  
}
.mf-contentprice .icon-tweets {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_tweets.png);  
}
.mf-contentprice .icon-website {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_website.png);  
}
.mf-contentprice .icon-whitepaper {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_whitepapers.png);  
}
.mf-contentprice .icon-neighborhood {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon__neighborhood.png);  
}
.mf-contentprice .icon-scripts {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon__scripts.png);  
}
.mf-contentprice .icon-travel {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon__travel.png);  
}
.mf-contentprice .icon-product {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_product.png);  
}
.mf-contentprice .icon-local {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_local.png);  
}
.mf-contentprice .icon-custom {
    background-image:url(http://scripted.wpengine.com/wp-content/uploads/2016/01/icon_custom.png);  
}
.product-row {
  margin-top: 20px;
  padding: 0px;
  display: inline-block;
  width: 100%;
}
.mf.button {
  margin:-25px auto 0; 
  float:none; 
  display:block; 
  width:30%;
}
.mf.button a{
  text-align:center;
  width:100%;
}
.mf .center {
  width:100%;
}
@media screen and (min-width:600px) {
  .landing-page.mf .section-title{
    font: 18px/55px 'Bold', serif; 
  }  
  .managed-benefits img{
    height: 40%;
    width: 40%;
  }
  .mf .center {
    width:90%;
  }  
  .mf-lightblue {
    height: 270px;  
  }  
  .mf-lightblue h2 {
    margin-top:20px;   
    font: 37px/55px 'Bold', serif; 
  }  
  .mf-col .button {
    width: 80%;
  }
  .mf-col .button a {
    font-size:12px;
  }  
  .mf-col h3 {
    font-size:14px;
  }
  .mf-col h4 {
    font-size:14px;
  }
  .mf-col h4 .light {
    font: 14px 'Light', serif; 
  }  
  .mf-featurelist {
    width: 30%;
  }  
  .mf-pkgchecklist {
    height:760px;  
  }  
  .mf-pkgchecklist li{
    font-size:12px;
    padding: 10px 20px;
    min-height:50px;
  }  
  .mf-pkg1 {
    display:inline-block;
  }  
  .mf-pkg2 {
    width:40%;
  }  
  .mf-pkg3 {
    width:25%;
  }   
  .pkg-pic {
    width: 100px; 
    height: 100px; 
    margin-top:-75px;  

  }  
  .mf-darkblue {
    height:400px;
  }  
  .mf-darkblue h2 {
    margin-top:30px;   
 
  }  
  .product-row {
    padding: 0 40px;
  }     
}


@media screen and (min-width:800px) {
  .landing-page.mf {
    display:inline-block;
  }    
  .landing-page.mf .section-title{
    font: 28px/55px 'Bold', serif; 
  }    
  .managed-benefits img{
    height: 40%;
    width: 40%;
  }  
  .mf .center {
    width:90%;
  }   
  .mf-lightblue {
    height:285px;  
  }    
  .mf-lightblue h2 {
    margin-top:20px;   
    font: 28px/55px 'Bold', serif; 
  } 
  .mf-col {
    height: 825px;
  }     
  .mf-col .button {
    width: 80%;
  }
  .discount {
    height:20px;
    text-align: center;
    margin-bottom:10px;
  }  
  .mf-col .button a {
    font-size:14px;
  }  
  .mf-col h3 {
    font-size:16px;
  }
  .mf-col h4 {
    font-size:18px;
  }
  .mf-col h4 .light {
    font: 18px 'Light', serif; 
  }      
  .mf-featurelist {
    width: 30%;
  }   
  .mf-pkgchecklist {
    height:720px;  
  }    
  .mf-pkgchecklist li{
    font-size:12px;
    padding: 10px 20px;
    min-height:50px;
  }      
  .mf-pkg1 {
    display:inline-block;
  }  
  .mf-pkg2 {
    width:40%;
  }  
  .mf-pkg3 {
    width:25%;
  }     
  .pkg-pic {
    width: 120px; 
    height: 120px;
    margin-top:-85px;  
    
  } 
  .mf-darkblue {
    height:330px;
  }   
  .product-row {
    padding: 0 40px;
  }        
}


@media screen and (min-width:1200px) {
  .landing-page.mf {
    display:inline-block;
    width:100%;
  }  
  .landing-page.mf .section-title{
    font: 28px/55px 'Light', serif; 
    letter-spacing: .5px; color: #356c9e; 
    text-transform: capitalize; 
    font-family: 'Bold', times, serif; 
    font-weight: 100;     
  }    
  .managed-benefits img{
    height: 40%;
    width: 40%;
  }  
  .mf .center {
    width:90%;
  } 
  .mf-lightblue {
    height:250px;  
  }    
  .mf-lightblue h2 {
    font: 28px/55px 'Light', serif;
    letter-spacing: .5px;
    color: #356c9e;
    text-transform: capitalize;
    padding: 0 25px;
    font-family: 'Bold', times, serif;
    font-weight: 100;
  } 
  .mf-col {
    height: 730px;
  }   
  .mf-col .button {
    width: 80%;
  }
  .mf-col .button a {
    font-size:14px;
  }
  .mf-col h3 {
    font-size:20px;
  }
  .mf-col h4 {
    font-size:24px;
  }
  .mf-col h4 .light {
    font: 24px 'Light', serif; 
  }        
  .mf-featurelist {
    width: 30%;
  } 
  .mf-pkgchecklist {
    height:600px;  
  }    
  .mf-pkgchecklist li{
    font: 14px 'Bold', serif; 
    padding: 10px 20px;
    min-height:40px;
  }       
  .mf-pkg1 {
    display:inline-block;
  }  
  .mf-pkg2 {
    width:40%;
  }  
  .mf-pkg3 {
    width:25%;
  }   
  .pkg-pic {
    width: 150px; 
    height: 150px; 
    margin-top:-125px;  

  }  
  .mf-darkblue {
    height:350px;
  }   
  .product-row {
    padding: 0 40px;
  }           
}


/*  Agencies Page */

.landing-page.agency .section-title{
  font: 18px/25px 'Light', serif; 
  letter-spacing: .5px; color: #356c9e; 
  text-transform: capitalize; 
  font-size: 1.5em; 
  font-family: 'Bold', times, serif; 
  font-weight: 100; 
  margin-bottom:15px;
  text-align: left;
  margin-top: 15px;
}
.landing-page.agency {
  display:block;
}
.landing-page.agency .content-block{
  margin-bottom:20px;
}

.agency-benefits img{
  height: 60%;
  width: 70%;
  margin-top:10px;
}
.agency-benefits h4{
  text-align: left !important;
  width: 100%;
  font-size:16px;
  padding:10px;
}

.agency-testimonial {
  width:100%; 
  text-align: left; 
  margin: 10px 0 0 0;  
  padding:60px 0;  
  z-index:100;
  float: left;
  background: #6DBBEC; /* For browsers that do not support gradients */
}
.agency-testimonial .content {
  width:80%; 
  margin-left:auto; 
  margin-right: auto; 
  display:block; 
  float: none;  
}
.agency-testimonial .photocrop,
.agencyCS-content .photocrop {
  border-radius: 50px;
  border: 3px solid #ccc;
  overflow: hidden;
  display: inline-block;
  height: 70px;
  width: 70px;
  float: none;
  margin-right:10px;
}
.agency-testimonial .photocrop img,
.agencyCS-content .photocrop img {
  height: 70px;
  width: 70px;
}
.agency-testimonial .quoteleft,
.agencyCS-content .quoteleft {
  float: left; 
}
.agency-testimonial .quoteright,
.agencyCS-content .quoteright {
  float: right; 
}
.agency-testimonial h2,
.agencyCS-content h2 {
  position: absolute; 
  font-size:55px;
  width: 120%;
  left: -10%;
  top: -15px;
}
.agency-testimonial > .content > .message {
  color: white; 
  float:none;
  width: 100%;
  text-align: left;
  position: relative;
  padding-top: 20px;
}
.agency-testimonial h3 {
  font-size:24px;
}
.agency-testimonial h5,
.agencyCS-content h5  {
  font-size:14px;
  text-align: center;
  margin-top: 20px;
}
.agency-testimonial h5 span,
.agencyCS-content h5 span{
 display: inline-block;
 float: none;
}

.agency-lightgreen {
  background-color:#CEE6EB; 
  width: 100%; 
  float:left; 
  height:300px;  
  text-align: center;
}
.agency-lightgreen h2 {
  margin-top:40px;   
  font: 18px/24px 'Light', serif; 
  letter-spacing: .5px; color: #356c9e; 
  text-transform: capitalize; padding: 0 25px;
  font-family: 'Bold', times, serif; 
  font-weight: 100; 
  font-size: 1.5em;
}

.agency-screen {
  margin-top:-175px;
  display:inline-block;
  width: 100%;
  float: none;
}
.agency-screen img {
  width: 200%;
}
.agency-screen h3 {
  width: 100%;
  display: inline-block;
  text-align: center;
  font: 37px/25px 'Bold', serif; 
  letter-spacing: .5px; color: #356c9e; 
  text-transform: capitalize; padding: 0 25px;
  font-size: 1.5em; 
  font-weight: 100;   
  margin-bottom:30px;
  margin-top:30px;
}
.screen-left img{
  float: left;
}
.screen-right img{
  float: none;
}
.caption-right {
  float:right;
  width:100%;
  padding: 20px 30px;
  font-size:24px;
  background-color: #33D09D;
  color: white;
  position: relative;
  left: -15px;
  margin-top: -20%;

}
.caption-left {
  float:left;
  width:100%;
  padding: 20px 30px;
  margin-top: -15%;
  font-size:24px;
  background-color: #33D09D;
  color: white;
  position: relative;
  right: -15px;
}
.agency-lightblue {
  background: #6DBBEC; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#B9DEF3, #6DBBEC); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#B9DEF3, #6DBBEC); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#B9DEF3, #6DBBEC); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#B9DEF3, #6DBBEC); /* Standard syntax */  
  width: 100%; 
  float:left; 
  height:760px;
  margin-top: -100px;
  padding-top: 150px;
  font: 18px/25px 'Light', serif; 
  letter-spacing: .5px; color: #356c9e; 
  text-transform: capitalize; 
  font-size: 1.5em; 
  font-family: 'Bold', times, serif; 
  font-weight: 100; 
  color: white;
}

.agencyCS-tab {
  display:inline-block; width:100%; 
  position:relative; 
  top:-510px;  
  background-color: white;
  height: 100px;
}
.agencyCS-tab .pp-slider-nav {
  display:inline-block; 
  color: white; 
  background-color: 
  transparent; 
  text-align:center;  
  width: 100%;
  overflow: visible;
}
.agencyCS-tab .pp-slider-nav a {
  color: black !important;
  padding: 0 0 20px 0;
  position: relative;
  z-index:100;
  margin-left:1px;
  background-color: transparent !important;
  text-align: center;
  width: initial;
}
.agencyCS-tab .slider-arrow {
  border: solid transparent;
  height: 0;
  position: relative;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 30px;
  display:none;
  width: 30px;
  margin: 0 auto;
}

.agencyCS-tablink.cycle-pager-active .slider-arrow {
  display:block;
}

.agencyCS-tablink{
  width:100%;
  display: inline-block !important;
}
.agencyCS-tablink img{
  margin-top: 10px;
}
.rocketshp {
  width: 200px;
}
.jumpsuit {
  height:75px;
}
.agencyCS-tab .pp-slider-nav h3 {
  font-size:16px;
  text-align: center;
  
}

.agencyCS-content {
  height: 300px;
  width: 100%;
  padding: 10px 20px 30px 20px;
}
.agencyCS-content .message{
  font-size: 16px;
  position: relative;
  margin-bottom: 40px;
  text-align: left;

}
.landing-page.agency .cta-block.full  {
  background-color: white;
  float:none;
}  

.landing-page.agency .ginput_container {
  border: 1px solid #73BDEB;
}
.agencyCS-testimonial {
    color: white;
    position: relative;
    margin-top: -440px;
    z-index: 99;
    text-align: center;
}
.button.agencyCS {
    margin: 0px auto 0;
    float: none;
    display: block;
    width: 80%;  
    text-align: center;
}
.button.agencyCS a{
    width: 100%;
}
@media screen and (min-width:600px) {
  .landing-page.agency .section-title{
    font: 18px/25px 'Light', serif; 
    letter-spacing: .5px; color: #356c9e; 
    text-transform: capitalize; padding: 0 25px;
    font-size: 1.5em; 
    font-family: 'Bold', times, serif; 
    font-weight: 100; 
    margin-bottom:15px;
    text-align: center;
  }
  .agency-benefits h4{
    text-align: center !important;

  }
  .agency-testimonial .content {
    width:60%; 
  }  
  .agency-testimonial h2,
  .agencyCS-content h2 {
    left: -5%;
    width: 110%;
  }  

  .agency-screen img {
    width: 65%;
  }  
  .screen-right img{
    float: right;
  }  
  .caption-right {
    width:35%;
    margin-top: 25%;

  }
  .caption-left {
    width:35%;
    margin-top: 15%;
  }  
  .jumpsuit {
    height:120px;
  }  
  .agencyCS-tab {
    height: 170px;
  }  
  .agency-lightblue {
    font: 18px/25px 'Light', serif; 
    letter-spacing: .5px; color: #356c9e; 
    text-transform: capitalize; 
    font-size: 1.5em; 
    font-family: 'Bold', times, serif; 
    font-weight: 100;   
    color: white;  

  }  
  .button.agencyCS {
      width: 30%;  
  }  
  .agency-testimonial h5,
  .agencyCS-content h5  {
    text-align: right;
  }  
  .agency-testimonial h5 span,
  .agencyCS-content h5 span{
   float: right;
  }  
  .agencyCS-content .message{
    font-size: 20px;

  }  
}

@media screen and (min-width:800px) {

}

@media screen and (min-width:1200px) {
  .landing-page.agency {
    display:inline-block;
    float: none;
    width:100%;
  }  
  .landing-page.agency .section-title{
    font: 37px/35px 'Bold', serif; 
    font-size: 1.5em; 
  }   

}

/*  ==========================================================================
     3. HEADER
    ==========================================================================  */


/*  ==========================================================================
     4. FOOTER
    ==========================================================================  */
.footer-cta {
  position:relative;
  padding:50px 0 80px;
  background:#fff;
  border:solid 1px #ddd;
}
.footer-cta .grey-bg, .footer-cta .dark-grey-bg {
  display:none;
}
.footer-cta-graphic {
  text-align:center;
  display:block;
}
.footer-cta-graphic img {
  max-width:100%;
  height:auto;
  width:auto;
}
.footer-cta .newsletter-box {
  margin:55px auto 0;
}
.footer-cta .newsletter-signup {
  padding:30px 0 0 0;
  max-width: 320px;
  margin: 0 auto;
}
.footer-cta .newsletter-signup p {
  font:14px/22px 'Book', times, serif;
  color:#555;
  margin:10px 0;
  max-width:300px;
}
.footer-cta .newsletter-signup input {
  max-width:300px;
  border:solid 1px #ddd;
}
.footer-cta .newsletter-signup input.gform_button.button {
  margin-top:.5em;
}
.footer-cta .newsletter-signup span {
  display: none;
}
@media screen and (min-width: 600px) {
  .footer-cta .newsletter-box {
    margin:55px 0 0;
  }
  .footer-cta .newsletter-signup {
    padding:30px 0 0 20%;
  }
}
@media screen and (min-width:600px) {
  .footer-cta .newsletter-signup {
    padding:0 0 0 20%;
    max-width: 100%;
    margin: 0;
  }
  .footer-cta .newsletter-box {
    margin:30px 0 0;
  }
  .footer-cta .newsletter-signup span {
    position:absolute;
    left:15px;
    font-size:25px;
    display: block;
  }
}
@media screen and (min-width:800px) {
  .footer-cta .newsletter-signup span {
    left:30px;
    font-size:30px;
  }
}
.footer {
  text-align:center;
  padding:40px 0;
  color:#40799D;
  background:#DDF7FF;
  position:relative;
}
.footer-container {
  width: 980px;
  margin-left:auto;
  margin-right: auto;
  float: none;
  display: inline-block;
}
a.footer-logo {
  color:#fff;
  display:block;
  font-size:35px;
  position: relative;
  margin-top: -60px;
}
a.footer-logo img {
  max-height: 40px;
  width:auto;
}
.footer-tagline {
  font: 18px/24px 'Bold', serif;
  margin: 10px 0;
  display: block;
}
.footer-site-link {
  width:100%;
  float: left;
  text-align: left;
  padding: 30px;
}
.footer-site-link span{
  width:100%;
  float: left;
}
.footer-site-link span a{
  font-size: 12px;
  margin-top:10px;
  float: left;
}
.footer-site-link span a:hover{
  cursor: pointer;
}
.footer-site-link-header {
  color: #4A4A4A;
  border-bottom: 1px solid #4A4A4A;
}
.footer-social-links {
  text-align: center;

}
.footer-social-links a {
  color:#356C9E;
  font-size:24px;
  padding:8px 2px;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-social-links a:hover {
  color:#46bbeb;
}
.copyright {
  background: #DDF7FF;
  position:relative;
  font:0px/0px 'Book', arial, sans serif;
  color:#356C9E;
  text-align:center;
  padding:8px 0;
}
.copyright a {
  color:#356C9E;
  padding:0 13px;
  display:block;
  font-size:12px;
  line-height: 1.5em;
}
@media screen and (min-width: 600px) {
  .copyright {
    font:12px/20px 'Book', arial, sans serif;
  }
  .copyright a {
    display:inline;
  }
  .footer-site-link  {
    width: 20%;
  }
}
/*  ==========================================================================
     5. NAVIGATION
    ==========================================================================  */

/*   5.1. Main Navigation
    --------------------------------------------------------------------------  */
/* Nav Flyout */
.wrap {
  position: relative;
  -webkit-transition: all 0.3s ease-out;  
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 0;
  background:#fff;
  padding-top:45px;
  min-height: 100vh;
}
.js .wrap.btn-active, header.btn-active {
  right: 320px;
}
.nav-abs-wrap {
  position:fixed;
  width:320px;
  top:0;
}
.menu-link.close {
  color:#fff;
  position:relative;
  text-align:right;
  padding:10px;
  display:block;
  cursor:pointer;
}
.menu-link.close:hover {
  color:#46bbeb;
}
.nav-social {
  margin:0 0 0 25px;
  padding:8px 0;
}
.nav-social a {
  color:#fff;
  margin:0 8px 0 0;
  font-size:21px;
}
.nav-social a:hover {
  color:#113561;
}
.js #menu .utility-nav {
  position:absolute;
  text-align:center;
  margin:0 auto 15px;
}
.js #menu .utility-nav a {
  padding:0;
  width:50%;
}
.js #menu .utility-nav .join-link > a {
  background:#33D09D;
  color: white;
}
.js #menu .utility-nav .login-link > a {
  color:white;
}
.js nav[role=navigation] {
  width: 320px;
  height: 100%;
  position: fixed;
  top:0;
  right: 0;
}
/* Sidebar Navigation */
nav[role=navigation] {
  background: #356C9E;
  clear: both;
  overflow: hidden;
}
nav[role=navigation] a {
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav[role=navigation] ul {
  margin: 0;
  padding: 0;
  font:12px/22px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  list-style:none;
}
nav[role=navigation] ul li {
  position:relative;
}
nav[role=navigation] ul li span {
  color:#bbb;
  position:absolute;
  right:5px;
  top:0;
  display: block;
  padding: 16px 10px;
  font-size: 9px;
  cursor:pointer;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav[role=navigation] ul li:hover span, nav[role=navigation] ul li:hover > a {
  color:#46bbeb`;
}
nav[role=navigation] ul li span.active-arrow {
  -moz-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  color:#fff;
}
/* Sub Nav */
nav[role=navigation] ul li ul {
  -webkit-transition: all 0.3s ease-out;  
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display:none;
  padding:20px 0;
  background:#113561;
}
nav[role=navigation] ul li ul a {
  color:#fff;
  letter-spacing:1.5px;
  padding:6px 25px;
}
/*nav[role=navigation] ul li:hover ul {
  margin:0 0 0 1.4em;
  height:auto;
}*/
nav[role=navigation] li a {
  display: block;
  padding: 8px 25px;
  color:#fff;
}
nav[role=navigation] li.current_page_item > a, nav[role=navigation] li.current_page_ancestor > a {
  color:#46bbeb;
}
nav[role=navigation] li.current_page_ancestor ul {
  display:block;
}
nav[role=navigation] li a:hover {
  color:#46bbeb;
}
/*   5.1.a Universal Sidebar CTAs
    --------------------------------------------------------------------------  */
.universal-ctas {
  padding:2em 0;
}
.universal-ctas p {
  font:14px/24px 'Book' georgia, serif;
  letter-spacing:.5px;
  padding:1em 0;
}
.universal-ctas .cta {
  font-size:13px;
  display:block;
  max-width:230px;
  margin:0 auto 1em;
  padding:8px;
}
/*   5.2. Utility Navigation
    --------------------------------------------------------------------------  */
header {
  width:100%;
  position:fixed;
  top:0;
  right:0;
  background:white;
  height:75px;
  -webkit-transition: all 0.3s ease-out;  
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index:9999;
}
header a, header span {
  -webkit-transition: all 0.3s ease-out;  
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-bar {
  background:#356C9E;
  height:5px;
  width:100%;
}
.logged-in header {
  top:30px;
}
.home-link {
  float:left;
  width:auto;
  padding:0 10px;
  position:relative;
  top:13px;  
  text-align:left;
  z-index:100;

}

.home-link img {
  max-height: 42px;
  height:auto;
  padding:5px 0;
}
.home-link span {
  font-family:'scripted';
  color:#356C9E;
  width:auto;
  font-size:46px;
  line-height:46px;
  position: relative;
  top:-5px;
}
@media screen and (min-width:600px) {
  .home-link span {
    font-size:46px;
  }
}
@media screen and (min-width:800px) {
  .home-link span {
    font-size:36px;
  }  
} 
.blog-label {
  color:#fff;
  font:13px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:2.5px;
  display: none;
}

@media screen and (min-width: 600px) {
  .blog-label {
    display:block;
  }
}

.site-nav {
  text-align: center;
  position: absolute;
  top:27px;
  width: 100%;
  font-family:'Bold',arial, sans serif;  

}
.site-nav span {
  font-size: 14px;
}
.site-nav a {
  padding:25px 10px;
font-size:14px
}
  

.site-nav a:hover {
  cursor:pointer;
  border-bottom:5px solid #356c9e;
}

.utility-nav {
  text-align:right;
  position:absolute;
  top:15px;
  right:0;
  -webkit-transition: all 0.3s ease-out;  
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.utility-nav a {
  float:left;
  font:12px/45px 'Bold', arial, sans serif;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#fff;
  padding:0 15px;
  margin:0;
}
a.contact-link {
  line-height:48px;
  outline:none;
  padding:0 5px;
  display:block;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-id-31 a.contact-link, a.contact-link:hover {
  color:#46bbeb;
}
a.contact-link span {
  font-size:15px;
  position:relative;
  top:1px;
}
.menu-link {
  font-family:'scripted';
  background:#356C9E;
  line-height:20px;
  outline:none;
}
.menu-link:hover {
  color:#113561;
}
.site-link {
  cursor:default;  
  float:none;
  display: inline-block;
}
.site-links-hidden {
  position:absolute;
  top:43px;
  display:none;
  z-index:1000;
  width:100%;
  min-width:150px;
  left:0px;
}
.site-links-hidden {
  background:#356c9e;
}
.site-links-hidden a {
  padding:15px;
  color:#fff;
  width:100%;
  text-align:left;  
  display:inline-block;
  border: 0px solid transparent !important;

    
}
.site-links-hidden a:hover {
  background:#fff;
  color:#356c9e;    
}

.join-link, .login-link {
  float:left;
  cursor:default;
}
.triggers {
  position:relative;
}
.triggers1 {
  position:relative;
}
.triggers2 {
  position:relative;
}
.triggers3 {
  position:relative;
}
.join-link {
  background:#33D09D;
}
.join-link:hover {
  background-color:#27a97f;
}
.join-links-hidden, .login-links-hidden {
  position:absolute;
  width:118px;
  top:45px;
  display:none;
  z-index:1000;
}
.login-links-hidden {
  background-color: #fff;
  left:-40px;
 
}
.login-links-hidden a {
  padding:0 20px;
  color:#fff;
  display:block;
  width:100%;
  text-align:right;    
}
.login-links-hidden a:hover {
  background:#27a97f;
  color:#fff;
}
.join-links-hidden {
  background:#27a97f;
}
.join-links-hidden a {
  padding:0 15px;
  color:#fff;
  width:100%;
  text-align:left;  
}
.join-links-hidden a:hover {
  background:#fff;
  color:#27a97f;    
}

.login-link {
  color:#27A97F;
}
.login-link a {
  color:#27A97F ;
}
@media screen and (max-width:880px) {
  a.contact-link {
    padding:0 15px;
  }
  .js .desktop .triggers {
    display:none;
  }
  .js #menu .utility-nav {
    width:100%;
    position:relative;
  }
  .js #menu .utility-nav .triggers {
    width:50%;
    padding:0;
  }
  .js #menu .utility-nav .triggers a {
    width:100%;
    padding:0;
    display:block;
  }
  .js #menu .utility-nav .triggers .hide {
    margin:0;
    padding:0;
    position:relative;
    clear:both;
    overflow:hidden;
    width:100%;
    top:0;
    left: 0px;
  }
  .js #menu .utility-nav .triggers .hide a {
    width:100%;
    padding:0;
    display:block;
    text-align:center;

  }
}
/*   5.3. Footer Navigation
    --------------------------------------------------------------------------  */

/*   5.4. Resources Navigation
    --------------------------------------------------------------------------  */
.resources-sort {
  position: relative;
}
.blue-bg.overlay {
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
}
.menu-resources-nav-container {
  width:100%;
  text-align:center;
  background:#fff;
}
#menu-resources-nav {
  list-style:none;
  margin:0 auto;
  margin-top:20px;
}
#menu-resources-nav li {
  display:inline;
  margin:0 4%;
  position:relative;
}
#menu-resources-nav li.resources-blog a:before {
  content: "\e60c";
  font:18px/20px 'scripted';
  padding:0 8px 0 0;
}
#menu-resources-nav li.resources-events a:before {
  content: "\e60f";
  font:18px/20px 'scripted';
  padding:0 8px 0 0;
}
#menu-resources-nav li.resources-resources a:before {
  content: "\e60a";
  font:18px/20px 'scripted';
  padding:0 8px 0 0;
}
#menu-resources-nav a {
  color:rgba(0,0,0,0.25);
  font:0px/55px 'Book', times, serif;
  position:relative;
  top:8px;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu-resources-nav a:hover, 
#menu-resources-nav li.current_page_item a, 
.single-cpt-events #menu-resources-nav li.resources-events a, 
.single-cpt-resources #menu-resources-nav li.resources-resources a, 
.tax-cpt_resources_category #menu-resources-nav li.resources-resources a {
  color:#356c9e;
  font-size:18px;
}
#menu-resources-nav li.current_page_item > a::after, 
#menu-resources-nav li.current_page_parent > a::after, 
.single-cpt-events #menu-resources-nav li.resources-events > a::after, 
.single-cpt-resources #menu-resources-nav li.resources-resources > a::after, 
.tax-cpt_resources_category #menu-resources-nav li.resources-resources a::after {
  bottom: -40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  border-width: 15px;
  left: 50%;
  margin:0 0 0 -15px;
  z-index:999;
}
.single-cpt-events #menu-resources-nav li.current_page_parent > a::after, 
.single-cpt-resources #menu-resources-nav li.current_page_parent > a::after, 
.tax-cpt_resources_category #menu-resources-nav li.current_page_parent > a::after  {
  display:none;
}
@media screen and (min-width:600px) {
  #menu-resources-nav a {
    font:18px/55px 'Book', times, serif;
    top:0;
  }
}
/*  ==========================================================================
     6. PAGE DEFAULTS
    ==========================================================================  */

/*   6.1. Typography / Layout
    --------------------------------------------------------------------------  */


/*  ==========================================================================
     7. GLOBAL BLOCKS
    ==========================================================================  */
/*   7.1. Sliders
    --------------------------------------------------------------------------  */
.tabbed-slideshow {
}
.tabbed-slideshow-nav {
  display:table;
  text-align:center;
}
.tabbed-slideshow-nav a, .tabbed-slideshow-nav div {
  display:inline;
  display:table-cell; 
}
/*  ==========================================================================
     8. UI ELEMENTS
    ==========================================================================  */
.white {
  color:#fff;
}
.red {
  color:#356c9e;
}
.blue {
  color:#356c9e;
}
.dark-grey {
  color:#555;
}
.grey {
  color:#113561;
}

.mobile-remove {
  display:none;
}
.tablet-display {
  display:none;
}
.tablet-remove {
  display:none;
}
#wpadminbar {
  display:none;
}
.mobile-display {
  display:block;
}
.responsive-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 153px;  
}

@media screen and (min-width:600px) {
  .mobile-display {
    display:none;
  }
  .mobile-remove {
    display:block;
  }
  #wpadminbar {
    display:block;
  }
  .tablet-display {
    display:block;
  }
  .tablet-remove {
    display:none;
  }
  .responsive-center {
    float:none;

  }
}
@media screen and (min-width:880px) {
  .tablet-display {
    display:none;
  }
  .tablet-remove {
    display:block;
  }
  .responsive-center {
    float: left;
  }
}

/* Homepage Text Animation */
.prompt {
  max-width:90%;
  margin:0 auto;
  position: relative;
}
.prompt .text-animate {
  font:23px/29px 'Bold',georgia, sans serif;
  color:#495b6b;
  padding:7px 15px;
  text-align: left;
  cursor:default;
  letter-spacing: 0px;
  position: relative;
}
.prompt h3 {
  font:22px/24px 'Book',georgia, sans serif;
}
.pageheader .text-animate {
  font:23px/29px 'Bold',georgia, sans serif;
  color:white;
  padding:7px 15px;
  text-align:center;
  cursor:default;
  letter-spacing: 0px;
  position: relative;
}
.prompt .sub-prompt {
  font:17px/22px 'Light',georgia, sans serif;
  color:#495b6b;
  padding:7px 15px;
  text-align:center;
  cursor:default;
  letter-spacing: 0px;
  position: relative;
  display: block;
  margin:.5em 0;
}
.output {
  display:none;
}
@-webkit-keyframes blink {
  0% {opacity: 1;}
  50% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes blink {
  0% {opacity: 1;}
  50% {opacity:0;}
  100% {opacity:1;}
}
@-o-keyframes blink {
  0% {opacity: 1;}
  50% {opacity:0;}
  100% {opacity:1;}
}
@keyframes blink {
  0% {opacity: 1;}
  50% {opacity:0;}
  100% {opacity:1;}
}

@media screen and (min-width:600px) {
  .prompt {
    max-width:100%;
    padding:0;
  }
  .prompt .text-animate {
    font:45px/55px 'Bold',georgia, sans serif;
    padding:0 0px;
    width:100%;
  }
  .pageheader .text-animate {
    font:38px/55px 'Bold',georgia, sans serif;
  }    
  .prompt .sub-prompt {
    font:28px/40px 'Light',georgia, sans serif;
  }
  .prompt .sub-prompt:after {
    content: '';
    height: 48%;
    width: .06em;
    background: #495b6b;
    position: absolute;
    margin-left: 10px;
    -webkit-animation: blink 1.5s 0s infinite;
    -moz-animation: blink 1.5s 0s infinite;
    -o-animation: blink 1.5s 0s infinite;
    -webkit-animation: blink 1.5s 0s infinite;
  }
}
@media screen and (min-width:1150px) {
  .prompt {
    padding:20px;

  }
  .prompt h3 {
    font:28px/30px 'Book',georgia, sans serif;
  }  
  .prompt .text-animate {
    font:55px/75px 'Bold',georgia, sans serif;
  }
  .pageheader .text-animate {
    font:38px/75px 'Bold',georgia, sans serif;
  }  
  .prompt .sub-prompt:after {
    height:75%;
    width:2px;
    background:#495b6b;
    margin-left:15px;
  }
}

.blog-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 99999;
}



/*  ==========================================================================
     9. Fonts
    ==========================================================================  */

@font-face {
  font-family: 'scripted';
  src:url('fonts/scripted/scripted.eot?-ilffr5');
  src:url('fonts/scripted/scripted.eot?#iefix-ilffr5') format('embedded-opentype'),
    url('fonts/scripted/scripted.woff?-ilffr5') format('woff'),
    url('fonts/scripted/scripted.ttf?-ilffr5') format('truetype'),
    url('fonts/scripted/scripted.svg?-ilffr5#scripted') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'scripted';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-scroll-logo:before {
  content: "\e64f";
}

.icon-industry-education:before {
  content: "\e64d";
}

.icon-industry-sports:before {
  content: "\e64e";
}

.icon-industry-entertainment:before {
  content: "\e648";
}

.icon-industry-internet-software:before {
  content: "\e649";
}

.icon-industry-law:before {
  content: "\e64a";
}

.icon-industry-publishing-journalism:before {
  content: "\e64b";
}

.icon-industry-tech-hardware:before {
  content: "\e64c";
}

.icon-product-descriptions:before {
  content: "\e647";
}

.icon-thick-arrow-up:before {
  content: "\e640";
}

.icon-thick-arrow-right:before {
  content: "\e641";
}

.icon-thick-arrow-left:before {
  content: "\e642";
}

.icon-thick-arrow-down:before {
  content: "\e643";
}

.icon-large-search:before {
  content: "\e644";
}

.icon-hire-expert:before {
  content: "\e645";
}

.icon-expert-emblem:before {
  content: "\e646";
}

.icon-industies-business:before {
  content: "\e63f";
}

.icon-industries-travel:before {
  content: "\e63a";
}

.icon-industries-healthcare:before {
  content: "\e63b";
}

.icon-industries-food-beverage:before {
  content: "\e63c";
}

.icon-industries-environment:before {
  content: "\e63d";
}

.icon-industries-design:before {
  content: "\e63e";
}

.icon-small-enewsletters-simple:before {
  content: "\e622";
}

.icon-close:before {
  content: "\e637";
}

.icon-small-writer-avatar:before {
  content: "\e629";
}

.icon-small-webinar:before {
  content: "\e62b";
}
.icon-small-webinars:before {
  content: "\e62b";
}
.icon-scripted_small-short-post:before {
  content: "\e62a";
}

.icon-small-search:before {
  content: "\e62c";
}

.icon-small-resume-black:before {
  content: "\e62d";
}

.icon-small-resources-whitepaper:before {
  content: "\e62e";
}

.icon-small-quotes:before {
  content: "\e62f";
}

.icon-small-eye:before {
  content: "\e630";
}

.icon-small-cloud:before {
  content: "\e631";
}

.icon-small-case-studies:before {
  content: "\e632";
}
.icon-small-case-study:before {
  content: "\e632";
}

.icon-medium-experts-seal:before {
  content: "\e633";
}

.icon-large-writer-score:before {
  content: "\e634";
}

.icon-large-writer-profile:before {
  content: "\e635";
}

.icon-large-writer-application:before {
  content: "\e636";
}

.icon-large-press-releases:before {
  content: "\e638";
}

.icon-large-long-posts:before {
  content: "\e639";
}

.icon-large-content-moniter:before {
  content: "\e628";
}

.icon-large-content-edit:before {
  content: "\e627";
}

.icon-arrow-up:before {
  content: "\e626";
}

.icon-arrow-right:before {
  content: "\e625";
}

.icon-arrow-left:before {
  content: "\e624";
}

.icon-arrow-down:before {
  content: "\e623";
}

.icon-hamburger:before {
  content: "\e621";
}

.icon-blinking-cursor:before {
  content: "\e620";
}

.icon-social-youtube:before {
  content: "\e600";
}

.icon-social-twitter:before {
  content: "\e601";
}

.icon-social-linkedin:before {
  content: "\e602";
}

.icon-social-gplus:before {
  content: "\e603";
}

.icon-social-facebook:before {
  content: "\e604";
}

.icon-small-whitepapers:before {
  content: "\e605";
}

.icon-small-whitepaper:before {
  content: "\e606";
}

.icon-small-website-pages:before {
  content: "\e607";
}

.icon-small-wallet:before {
  content: "\e608";
}

.icon-small-tweets:before {
  content: "\e609";
}

.icon-small-suitcase:before {
  content: "\e60a";
}

.icon-small-short-post:before {
  content: "\e60b";
}

.icon-small-rss:before {
  content: "\e60c";
}

.icon-small-portfolio:before {
  content: "\e60d";
}

.icon-small-facebook-posts:before {
  content: "\e60e";
}

.icon-small-event-cal:before {
  content: "\e60f";
}

.icon-small-enewsletters:before {
  content: "\e610";
}

.icon-small-cta-arrow:before {
  content: "\e611";
}

.icon-small-bicycle:before {
  content: "\e612";
}

.icon-medium-heart:before {
  content: "\e613";
}

.icon-medium-check:before {
  content: "\e614";
}

.icon-medium-book-back:before {
  content: "\e615";
}

.icon-logo-scripted:before {
  content: "\e616";
}

.icon-large-wordpress:before {
  content: "\e617";
}

.icon-large-social-schedule:before {
  content: "\e618";
}

.icon-large-pitching:before {
  content: "\e619";
}

.icon-large-manage-accounts:before {
  content: "\e61a";
}

.icon-large-laptop-avatar:before {
  content: "\e61b";
}

.icon-large-inline-edit:before {
  content: "\e61c";
}

.icon-large-experts:before {
  content: "\e61d";
}

.icon-large-clipboard:before {
  content: "\e61e";
}

.icon-large-book-scripted:before {
  content: "\e61f";
}


img.madeby {
    opacity: .4;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    max-width: 79px;
    position: relative;
    top: 5px;
}
img.madeby:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0%);
}
/* Digg Digg Plugin */
.dd_outer {
  top:100px;
  z-index:0;
  left:-10px;
}
/* Popular Posts Plugin */
.wpp-list li {
  overflow:visible;
  display:block;
}


/* Careers Page */
.jobs-container {
  max-width: 960px;
  margin: 0 auto;
}
.job {
  display: inline-block;
  vertical-align: top;
  padding:40px 0;
}
.job-title {
  font-size: 24px;
  text-decoration: none;
  color: #454545;
}

.job-title:hover {
  color: #00A0DF; 
}
.careers-page hr {
  display: none;
}
p.tags {
  margin: 0 0 1em 0;
  line-height: 1.4em;
}

.tags span {
  color: #999;
  font-size: 12px;
  color: grayMediumDark;
}
.tags span:after {
  content: ', ';
}
.tags span:last-of-type:after {
  content: '';
}
.jobs-description {
  color: #454545;
  margin: 0 0 1em 0;
  line-height: 1.4em;
}
.btn {
  display: inline-block;
  padding: 7px 15px;
  text-decoration: none;
  font-weight: normal;
  color: #454545;
  border: 2px solid #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
}
.btn:hover {
  background: #ebebeb;
  color: #555;
}
.btn.active {
  background: #454545;
  border-color: #454545;
  color: #fff;
}
.jobs-teams {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0 30px
}
.jobs-teams .btn {
  margin: 0 8px 8px 0;
  display: block;
  width:100%;
}
.jobs-teams .btn:first-of-type {
  margin-left: 0;
}
.jobs-teams .btn:last-of-type {
  margin-right: 0;
}
@media screen and (min-width:600px) {
  .job {
    width:50%;
    padding:40px 30px;
  }
  .jobs-teams .btn {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    width:auto;
  }
  .careers-page hr {
    display: block;
  }
}

/* Zenbox */
#zenbox_tab {
  left:-12px;
  display:none;
}
@media screen and (min-width:600px) {
  #zen-tab {
    display: block;
  }
}

/* pricing cta animate */
@-webkit-keyframes slide_to_top {
    100% {
        bottom: 0%;
        z-index: 1000000;
    }
}
#fixed-floater{
    position: fixed;
    bottom:-100px;
    margin: 0px;
    -webkit-animation-name: slide_to_top;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
}

/* Sample Modal */

.samplelink:hover {
  cursor: pointer;
}

.sample-modal::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin: 0;
}

.target {
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
 }

.sample-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  text-align: center;
  display: none;
  /* Fallback for legacy browsers */
  background-color: rgba(0,0,0,0.6);
}
.sample-modal  .modal-titlebar {

  background-color: #6DBBEC;
  height:40px;
  width: 100%;
}
.sample-modal  .modal-title {

  color: #6DBBEC;
  font-size:24px;
  padding: 20px 40px;
}
.sample-modal  h2 {
  margin: 0px;
  font-size:22px;
  padding: 10px 40px;
}
.sample-modal  h3 {
  margin: 0px;
  font-size:18px;
  padding: 10px 40px;
}
.sample-modal  h5 {
  margin: 0px;
  font-size:12px;
  padding: 10px 40px;
}
.sample-modal  p {
  margin: 0px;
  font-size:12px;
  padding: 10px 40px;
  line-height:16px;
}
.sample-modal > .content {
    font-family: 'Light', Helvetica, Arial, sans-serif;  
    text-align: left;
    display: inline-block;
    background-color: white;
    box-sizing: border-box;
    color: #555;
    position: relative;
    width: 90%;
    top: 100px;
    z-index: 1000;
    padding-bottom: 30px;
    max-height:80vh;
    overflow:scroll;
 }

 .sample-modal > .content .close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 15px;
    height: 15px;
    color: white;
    font-size: 18px;
    text-decoration: none;
 }
.sample-modal .close-btn:hover {
  cursor: pointer;
}

/* Behavior on modern browsers */

.sample-modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  transition: transform 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  transform-origin: center center;
}

.sample-modal:target {
  display: block;

}

.sample-modal.active{
  display: block;

}

#openmodal:target  {
  display: block;
}
