<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Lato-Bold;
    src: url(fonts/Lato-Bold.eot);
    src: url(fonts/Lato-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Lato-Bold.woff) format("woff"), url(fonts/Lato-Bold.ttf) format("truetype"), url(fonts/Lato-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Lato-Regular;
    src: url(fonts/Lato-Regular.eot);
    src: url(fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/Lato-Regular.woff) format("woff"), url(fonts/Lato-Regular.ttf) format("truetype"), url(fonts/Lato-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Lato-Black;
    src: url(fonts/Lato-Black.eot);
    src: url(fonts/Lato-Black.eot?#iefix) format("embedded-opentype"), url(fonts/Lato-Black.woff) format("woff"), url(fonts/Lato-Black.ttf) format("truetype"), url(fonts/Lato-Black.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Lato-Hairline;
    src: url(fonts/Lato-Hairline.eot);
    src: url(fonts/Lato-Hairline.eot?#iefix) format("embedded-opentype"), url(fonts/Lato-Hairline.woff) format("woff"), url(fonts/Lato-Hairline.ttf) format("truetype"), url(fonts/Lato-Hairline.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
h1 {
    color: #333;
    font-family: Lato-Bold, Arial, sans-serif;
    font-size: 32px;
    line-height: 1.6em;
}
h2 {
    color: #333;
    font-family: Lato-Bold, Arial, sans-serif;
    font-size: 18px;
}
.container {
    max-width: 800px;
}
hr {
    height: 1px;
    background-color: rgba(255,255,255,.3);
    width: 100%;
    border: none;
}
.col {
    float: left;
    width: 50%;
    margin-right: 64px;
}
.col2 {
    float: left;
    width: 50%;
}
.col3 {
    float: left;
    width: 216px;
}
.col30 {
    width: 30%;
    float: left;
}
.padding-bigLeft {
    padding-left: 70px;
}
.wrapper10 {
    padding: 0 10px;
}
.fit {
    margin-right: 0 !important;
}
.small-txt {
    font-size: 9px;
    margin-top: 10px;
    text-align: center;
    color: #9b9b9b;
}
.fit-right {
    padding-right: 0 !important;
}
.navbar-inverse {
    background-color: #f6f6f6;
    border: 0;
    border-top: transparent;
    border-radius: 0;
    padding: 10px 0;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
    font-size: 12px;
    color: #9b9b9b;
    font-family: Lato-Bold;
    padding: 10px 15px;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:focus,
.navbar-inverse .navbar-nav &gt; li &gt; a:hover {
    color: #9b9b9b;
    background-color: transparent;
}
.navbar-nav {
}
.hiring-link {
    display: inline-block;
    padding: 28px 5px;
    text-decoration: underline;
    font-family: Lato-Regular, sans-serif;
    font-weight: 700;
    font-size: 14px;
    float: left;
}
.navbar-inverse .navbar-toggle {
    background-color: #dedede;
    border-color: transparent;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #dedede;
}
.boomerang-content {
    position: relative;
    margin-top: -25px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}
.boomerang-content li {
    line-height: 3em;
}
.boomerang-content .team-features-table td {
    vertical-align: text-top;
}
.boomerang-left-column {
    float: left;
    width: 400px;
    position: fixed;
    background-color: #fff;
}
.boomerang-faq-list li {
    list-style-type: none;
}
.boomerang-right-column {
    margin-left: 400px;
    background-color: #fff;
    padding-bottom: 20px;
    padding-right: 100px;
}
.button,
button {
    cursor: pointer;
    display: inline-block;
    font-size: 120%;
    font-weight: 700;
    margin: 0 5px 3px 0;
    outline: 0;
    padding: 9px 20px;
    width: auto;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    background: url(../img/grad-grey.gif) repeat-x center top #c3c3c3;
    color: #444;
    border: 1px solid #c3c3c3;
    text-shadow: 0 -1px 0 #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
body.ie7 .button,
body.ie7 button,
body.ie8 .button,
body.ie8 button {
    zoom: 1;
    display: inline;
}
.button:hover,
button:hover {
    background: url(../img/grad-grey-hover.gif) repeat-x center top #c3c3c3;
    text-decoration: none;
    outline: 0;
}
.button:active,
button:active {
    position: relative;
    top: 1px;
    outline: 0;
    background: url(../img/grad-grey-rev.gif) repeat-x center top #c3c3c3;
}
.button.red,
button.red {
    background: url(../img/grad-red.gif) repeat-x center top #8f1e14;
    border: 1px solid #6f1811;
    color: #fff;
    text-shadow: 0 -1px 0 #6f1811;
}
.button.red:hover,
button.red:hover {
    background: url(../img/grad-red-hover.gif) repeat-x center top #166890;
}
.button.red:active,
button.red:active {
    background: url(../img/grad-red-rev.gif) repeat-x center top #166890;
}
.button.green,
button.green {
    background: url(../img/grad-green.gif) repeat-x center top #518f14;
    border: 1px solid #406f11;
    color: #fff;
    text-shadow: 0 -1px 0 #406f11;
}
.button.green:hover,
button.green:hover {
    background: url(../img/grad-green-hover.gif) repeat-x center top #166890;
}
.button.green:active,
button.green:active {
    background: url(../img/grad-green-rev.gif) repeat-x center top #166890;
}
.button.blue,
button.blue {
    background: url(../img/grad-blue.gif) repeat-x center top #166890;
    border: 1px solid #11506f;
    color: #fff;
    text-shadow: 0 -1px 0 #11506f;
}
.business-cred-container {
    margin-bottom: 30px;
    margin-top: -20px;
    color: #000;
}
.business-cred-container h2 {
    margin-bottom: 15px;
}
.footer {
    color: #bdbdbd;
    font-size: 12px;
    font-family: Lato-Regular;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
}
.footer .center-footer {
    text-align: center;
}
.footer a {
    color: #bdbdbd;
    text-decoration: underline;
}
.privacy-container {
    text-align: center;
}
body {
    color: #333;
    font-size: 14px;
    font-family: Lato-regular, Arial, sans-serif;
    background-color: #f7f7f7;
}
.top-content {
    margin-top: -25px;
    position: relative;
    padding-top: 90px;
    background-color: #fff;
}
.top-feattxt {
    color: #fff;
}
.top-content h1 {
    font-family: Lato-Bold;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 60px;
    color: #4a4a4a;
    text-align: center;
}
.gmail-txt {
    font-family: Lato-Regular;
    font-size: 19px;
    line-height: 40px;
    margin-bottom: 25px;
    color: #4a4a4a;
    padding-right: 20px;
}
.main-content {
    padding: 30px 0;
    font-size: 13px;
    color: #262626;
    font-family: Lato-Regular;
}
.main-content .col30 {
    margin-right: 40px;
    position: relative;
}
.main-content .container {
    padding: 0;
}
.main-content h2 a {
    font-size: 18px !important;
    color: #4a4a4a;
    font-family: Lato-Bold !important;
}
.cover-bg {
    background-color: #fff;
    padding-bottom: 55px;
}
.section-box {
    min-height: 250px;
    margin-bottom: 5px;
}
.hoverhide {
    display: none;
    position: absolute;
    top: -220px;
    transition: opacity 0.3s ease 0s;
}
.feat-video:hover .hoverhide {
    display: block;
    transition: opacity 0.3s ease 0s;
}
.active2 .hoverhide {
    display: block;
}
ul.boomerang-guide {
    padding-left: 0;
    margin-top: 220px;
    position: relative;
}
.boomerang-guide li {
    list-style-type: none;
    display: block;
}
.right-menu {
  background: url(../images/play-btn.png) no-repeat scroll 10px 13px transparent;
  line-height: 25px;
  list-style-type: none;
  font-size: 16px;
  display: block;
  color: #005DA0;
 border: 1px solid #E2E4E6;
  margin-bottom: 10px;
  padding: 12px;
    padding-left: 9px;
  padding-left: 44px;
  border-radius: 4px;
}
.right-menu:hover {
    color: #005DA0;
    text-decoration: none;
    border: 1px solid #005DA0;
}
.active2 .right-menu,
.right-menu:hover {
    opacity: 1;
}
.active2 .right-menu {
    color: #005DA0;
    text-decoration: none;
    border: 1px solid #005DA0;
}
.gmail-btn {
    background-color: red;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#f32e06), color-stop(#cd2207));
    background-image: -webkit-linear-gradient(top, #f32e06, #cd2207);
    background-image: -moz-linear-gradient(top, #f32e06, #cd2207);
    background-image: -ms-linear-gradient(top, #f32e06, #cd2207);
    background-image: -o-linear-gradient(top, #f32e06, #cd2207);
    background-image: linear-gradient(top, #f32e06, #cd2207);
    border: 1px solid #cf2307;
    color: #fff;
    font-family: Lato-Bold;
    font-size: 30px;
    padding: 16px 0;
    width: auto;
    text-align: center;
    display: block;
    border-radius: 5px;
    box-shadow: -2px 2px 6px #b8b8b8;
    margin: 0 auto;
}
.gmail-btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#dd2a05), color-stop(#b71b02));
    background-image: -webkit-linear-gradient(top, #dd2a05, #b71b02);
    background-image: -moz-linear-gradient(top, #dd2a05, #b71b02);
    background-image: -ms-linear-gradient(top, #dd2a05, #b71b02);
    background-image: -o-linear-gradient(top, #dd2a05, #b71b02);
    background-image: linear-gradient(top, #dd2a05, #b71b02);
    border: 1px solid #cf2307;
    color: #fff;
    text-decoration: none;
}
.gmail-btn.active {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#b71b02), color-stop(#dd2a05));
    background-image: -webkit-linear-gradient(top, #b71b02, #dd2a05);
    background-image: -moz-linear-gradient(top, #b71b02, #dd2a05);
    background-image: -ms-linear-gradient(top, #b71b02, #dd2a05);
    background-image: -o-linear-gradient(top, #b71b02, #dd2a05);
    background-image: linear-gradient(top, #b71b02, #dd2a05);
    border: 1px solid #cf2307;
    color: #fff;
    text-decoration: none;
}
.top-btn.gmail-btn {
    box-shadow: none;
}
.testimonials {
    padding: 20px 0 75px;
    color: #fff;
    margin-top: 28px;
}
.testimonials .container {
    padding: 0;
}
.feat-website {
    padding: 55px 0 30px;
}
.web-logo {
    padding-left: 0;
}
.web-logo li {
    display: inline-block;
    float: left;
    list-style-type: none;
}
.web-logo a {
    padding: 0 12px;
}
.web-logo img {
    opacity: 0.5;
}
.web-logo img:hover {
    opacity: 1;
}
.fit-left {
    padding-left: 0 !important;
}
.deliver-message {
    padding: 33px 0;
    text-align: center;
}
.border-right {
    border-right: 1px solid #d4d4d4;
}
.deliver-message h4 {
    color: #000;
    font-family: Lato-Bold;
    font-size: 36px;
}
.deliver-message p {
    color: #4a4a4a;
    font-family: Lato-Regular;
    font-size: 24px;
}
.conquer-box h5 {
    font-family: Lato-Bold;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
.conquer-box h6 {
    font-family: Lato-Bold;
    font-size: 18px;
    padding-bottom: 10px;
}
.col-xs-6.inbox {
    width: 52%;
}
.col-xs-6.help {
    width: 48%;
}
.help {
    padding-left: 50px;
}
.help ul {
    padding-left: 30px;
}
div.main_content_slider_wrapper {
    max-width: 980px !important;
}
div.circle_slider,
div.content_slider_wrapper {
    width: 100% !important;
    height: 100px !important;
}
div.circle_slider_thumb {
    border: transparent !important;
    height: 65px !important;
    width: 65px !important;
    top: 7.5px !important;
}
div.circle_slider_thumb img {
    height: 65px !important;
    width: 65px !important;
}
div.circle_slider_text_wrapper {
    width: 415px !important;
    left: 95px !important;
    top: -100px !important;
}
.content_slider_wrapper .circle_slider_nav_left.circle_slider_no_border img,
.content_slider_wrapper .circle_slider_nav_right.circle_slider_no_border img {
    text-indent: -9999px;
}
.content_slider_text_block_wrap {
    text-align: left !important;
}
.content_slider_text_block_wrap p {
    color: #666;
    font-size: 15px;
    margin-bottom: 0;
    text-align: left;
}
.testimony-name {

}
.top-footer-link {
    padding-top: 45px;
    padding-bottom: 15px;
}
.top-footer-link h4 {
    color: #9b9b9b;
    font-size: 14px;
    font-family: Lato-Regular;
}
.top-footer-link ul {
    padding-left: 0;
}
.top-footer-link li {
    list-style-type: none;
}
.top-footer-link a {
    font-size: 12px;
    font-family: Lato-Regular;
    color: #4a4a4a;
    line-height: 24px;
}
.social-icon a {
    background: url(../images/social-icon.png) no-repeat scroll -1px 0 transparent;
    display: block;
    height: 25px;
    margin: 5px 0;
    padding-left: 32px;
    line-height: 25px;
}
.linkedin {
    background-position: 3px -54px !important;
}
.fb {
    background-position: 7px -115px !important;
}
.contact-us {
    background: url(../img/envelope.png) no-repeat !important;
}
.col-xs-6.col-sm-3.fit-right {
    padding-left: 75px;
}
@media (max-width: 980px) {
    .col-md-4,
    .col-md-8 {
        float: left;
    }
    .main-content .col30 {
        margin-right: 25px;
    }
}
@media (max-width: 900px) {
    .web-logo a {
        padding: 0 9px;
    }
}
@media (max-width: 800px) {
    .col-md-4,
    .col-md-8 {
        float: left;
    }
    .main-content .col30 {
        margin-right: 25px;
    }
}
@media (max-width: 768px) {
    .col-md-4,
    .col-md-8 {
        float: left;
    }
    .message-form img {
        max-width: 100%;
        margin-left: -3px;
    }
    .main-content .col30 {
        margin-right: 25px;
    }
}
@media (max-width: 600px) {
    .col {
        width: 46%;
        padding: 0 10px;
    }
    .col-md-8,
    .col-xs-6.help,
    .col-xs-6.inbox,
    .col30 {
        width: 100%;
    }
    .section-box {
        min-height: 0;
    }
    .gmail-btn {
        font-size: 22px;
    }
}
@media (max-width: 640px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }
    .col-md-8 {
        float: left;
        width: 52%;
    }
    .col-md-4 {
        float: left;
        width: 40%;
    }
    .feat-video.col-md-4 {
        width: 48%;
    }
    .col-xs-6.col-sm-3.fit-right,
    .padding-bigLeft {
        padding-left: 15px;
    }
    .col,
    .col2 {
        padding: 0 10px;
    }
    .main-content .col30 {
        margin-right: 5px;
    }
}
@media (max-width: 480px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }
    .col-md-8 {
        width: 100%;
    }
    .col,
    .col2 {
        width: 100%;
        padding: 0 10px;
    }
    .col-xs-6.help,
    .col-xs-6.inbox,
    .col30 {
        width: 100%;
    }
    .section-box {
        min-height: 0;
    }
}
@media (max-width: 360px) {
    .col-md-8 {
        width: 100%;
    }
    .add-btn .gmail-btn {
        width: auto;
    }
    div.circle_slider_text_wrapper {
        left: 10px !important;
        top: -80px !important;
        width: 310px !important;
    }
    div.circle_slider,
    div.content_slider_wrapper {
        height: 160px !important;
    }
    .deliver-message h4 {
        font-size: 30px;
    }
}
@media (max-width: 320px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }
    .navbar-brand img {
        width: 100%;
    }
    .col {
        width: 100%;
        padding: 0 10px;
    }
    .col-md-8,
    .col-xs-6.help,
    .col-xs-6.inbox,
    .col30 {
        width: 100%;
    }
    .section-box {
        min-height: 0;
    }
    .gmail-btn {
        font-size: 16px;
        width: auto;
    }
    .deliver-message h4 {
        font-size: 22px;
    }
    .deliver-message p {
        font-size: 18px;
    }
    .col-xs-6.col-sm-3.fit-right,
    .padding-bigLeft {
        padding-left: 15px;
    }
    div.circle_slider_text_wrapper {
        left: 10px !important;
        top: -80px !important;
        width: 295px !important;
    }
    div.circle_slider,
    div.content_slider_wrapper {
        height: 160px !important;
    }
}
.inline-install:hover {
    cursor: pointer;
}
div.main_content_slider_wrapper {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1000px;
}
.content_slider_wrapper * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.content_slider_wrapper {
    font-family: PTSansRegular;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #484848;
    margin: 0;
    padding: 0;
    border: none;
    clear: both;
    display: block;
    position: relative;
}
.content_slider_wrapper h4 {
    font-size: 20px;
    font-family: BebasNeueRegular;
    color: #2a2a2a;
    margin: 0;
    padding: 0;
    font-weight: 100;
    border: none;
}
.content_slider_wrapper_vertical {
    font-family: PTSansRegular;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #484848;
    margin: 0;
    padding: 0;
    border: none;
    clear: both;
    display: block;
}
.content_slider_wrapper_vertical h4 {
    font-size: 20px;
    font-family: BebasNeueRegular;
    color: #2a2a2a;
    margin: 0;
    padding: 0;
    font-weight: 100;
    border: none;
}
.content_slider_wrapper .circle_slider {
    position: relative;
    width: 970px;
    height: 260px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
}
.content_slider_wrapper_vertical .circle_slider {
    position: relative;
    width: 279px;
    height: 970px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    float: left;
}
.circle_slider_thumb {
    border: 5px solid #282828;
    border-radius: 84px;
    position: absolute;
    top: 97px;
    width: 84px;
    height: 84px;
    float: left;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.circle_slider_thumb img {
    max-width: 100% !important;
    width: 84px;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    border-radius: 84px;
}
.circle_slider_big {
    overflow: hidden;
    border: 8px solid #282828;
    border-radius: 231px;
    position: absolute;
    top: 24px;
    width: 231px;
    height: 231px;
    float: left;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    margin: 0;
    padding: 0;
}
.circle_slider_big img {
    width: 231px;
    margin: 0;
    padding: 0;
    border: none;
}
.content_slider_wrapper .circle_slider_nav_left {
    position: absolute;
    top: 334px;
    left: 95px;
    height: 57px;
    width: 28px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    cursor: pointer;
}
.content_slider_wrapper .circle_slider_no_border2_left {
    width: 24px;
}
.content_slider_wrapper .circle_slider_nav_left img {
    padding: 19px 30px 19px 3px;
    border-radius: 50px 0 0 50px;
    left: 0;
    position: absolute;
    display: inline-block;
    background: #000;
    box-shadow: none !important;
}
.content_slider_wrapper .circle_slider_nav_right {
    position: absolute;
    top: 597px;
    left: 95px;
    height: 57px;
    width: 28px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    cursor: pointer;
}
.content_slider_wrapper .circle_slider_nav_right img {
    padding: 19px 3px 19px 30px;
    margin-left: -26px;
    border-radius: 0 50px 50px 0;
    left: 0;
    position: absolute;
    display: inline-block;
    background: #000;
    box-shadow: none !important;
}
.content_slider_wrapper .circle_slider_nav_left.circle_slider_no_border img {
    padding: 0;
    margin-left: 4px;
    border-radius: 0;
    background: 0 0 !important;
    box-shadow: none !important;
}
.content_slider_wrapper .circle_slider_nav_right.circle_slider_no_border img {
    padding: 0;
    margin-left: 0;
    left: 4px;
    border-radius: 0;
    background: 0 0 !important;
    box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_left {
    position: absolute;
    top: 335px;
    left: 92px;
    width: 57px;
    height: 28px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    cursor: pointer;
}
.content_slider_wrapper_vertical .circle_slider_no_border2_left {
    height: 24px;
}
.content_slider_wrapper_vertical .circle_slider_nav_right {
    position: absolute;
    top: 598px;
    left: 92px;
    width: 57px;
    height: 28px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none !important;
}
.content_slider_wrapper .cst1 {
    left: 0;
    top: 73px;
}
.content_slider_wrapper .cst2 {
    left: 109px;
    top: 73px;
}
.content_slider_wrapper .cst3 {
    left: 218px;
    top: 73px;
}
.content_slider_wrapper .csc {
    left: 357px;
    top: 0;
}
.content_slider_wrapper .cst4 {
    left: 649px;
    top: 73px;
}
.content_slider_wrapper .cst5 {
    left: 758px;
    top: 73px;
}
.content_slider_wrapper .cst6 {
    left: 867px;
    top: 73px;
}
.content_slider_wrapper_vertical .cst1 {
    left: 73px;
    top: 0;
}
.content_slider_wrapper_vertical .cst2 {
    left: 73px;
    top: 109px;
}
.content_slider_wrapper_vertical .cst3 {
    left: 73px;
    top: 218px;
}
.content_slider_wrapper_vertical .csc {
    left: 0;
    top: 357px;
}
.content_slider_wrapper_vertical .cst4 {
    left: 73px;
    top: 649px;
}
.content_slider_wrapper_vertical .cst5 {
    left: 73px;
    top: 758px;
}
.content_slider_wrapper_vertical .cst6 {
    left: 73px;
    top: 867px;
}
.content_slider_wrapper .circle_slider_text_wrapper {
    width: 100%;
    left: 0;
    top: 10px;
    position: relative;
    display: inline-block;
}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text {
    width: 460px;
    padding: 0 20px 20px 0;
    border-right: 1px solid #7e7e7e;
    float: left;
    margin: 0;
    border-left: none;
    border-bottom: none;
    border-top: none;
}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text.right {
    border-left: 1px solid #7e7e7e;
    border-right: none;
    width: 459px;
    padding: 0 0 20px 20px;
    margin: 0 0 0 -1px;
    border-bottom: none;
    border-top: none;
}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text span {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text h4 {
    float: right;
}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text.right span {
    text-align: left;
}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text.right h4 {
    float: left;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper {
    left: 0;
    position: relative;
    float: left;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text {
    width: 200px;
    padding: 0 20px 20px 0;
    border-right: 1px solid #7e7e7e;
    float: left;
    margin: 0;
    border-left: none;
    border-bottom: none;
    border-top: none;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text.right {
    border-left: 1px solid #7e7e7e;
    border-right: none;
    width: 200px;
    padding: 0 0 20px 20px;
    margin: 0 0 0 -1px;
    border-bottom: none;
    border-top: none;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text span {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text h4 {
    float: right;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text.right span {
    text-align: left;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text.right h4 {
    float: left;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 {
    left: 30px;
    position: relative;
    float: left;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text {
    padding: 0 0 20px;
    margin: 0;
    border-bottom: 1px solid #7e7e7e;
    border-left: none;
    border-right: none;
    border-top: none;
    display: block;
    clear: both;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text.right {
    padding: 20px 0 0;
    margin: -1px 0 0;
    border-top: 1px solid #7e7e7e;
    border-right: none;
    border-bottom: none;
    border-left: none;
    display: block;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text span {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.content_slider_wrapper_vertical .circle_slider_nav_left img {
    padding: 1px 19px 30px;
    border-radius: 50px 50px 0 0;
    left: 0;
    position: absolute;
    display: inline-block;
    background: #000;
    box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_right img {
    padding: 30px 19px 1px;
    margin-top: -26px;
    border-radius: 0 0 50px 50px;
    left: 0;
    position: absolute;
    display: inline-block;
    background: #000;
    box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_left.circle_slider_no_border img {
    padding: 0;
    margin-left: 0;
    border-radius: 0;
    background: 0 0 !important;
    box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_right.circle_slider_no_border img {
    left: 0;
    top: 34px;
    padding: 0;
    margin-left: 0;
    border-radius: 0;
    background: 0 0 !important;
    box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text h4 {
    text-align: center !important;
    float: none !important;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text.right h4,
.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text.right span {
    text-align: center !important;
}
.image_more_info {
    border-radius: 40px;
    box-shadow: 5px 5px 5px #888;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.image_more_info a {
    position: relative;
}
.image_more_info img {
    background: none repeat scroll 0 0 #1ab99b;
    border-radius: 40px;
    display: block;
    padding: 0;
    width: 0;
    overflow: hidden;
    border: 0;
    box-shadow: none !important;
}
.circle_item_border {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    border: 5px solid #000;
    border-radius: 40px;
    z-index: 5;
}
.content_slider_text_block_wrap {
    width: 100%;
    text-align: center;
    font-family: Dosis;
    line-height: 18px;
    font-size: 16px;
    color: #444;
    margin: 0;
}
.content_slider_text_block_wrap .bold {
    font-family: Dosis;
    font-weight: 600;
}
.content_slider_text_block_wrap .separator {
    width: 100%;
    height: 1px;
    background: #444;
    margin-top: 5px;
}
.content_slider_text_block_wrap a.large_link {
    font-size: 18px;
}
.content_slider_text_block_wrap a {
    color: #1ab99b;
    line-height: 18px;
    font-size: 16px;
    text-decoration: none;
}
.content_slider_text_block_wrap h3 {
    font-size: 30px !important;
    font-family: Dosis, sans-serif !important;
    line-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    font-weight: 600 !important;
}
.content_slider_text_block_wrap a.button_regular {
    color: #fff;
    display: inline-block;
    background: #1ab99b;
    padding: 13px 26px 15px 25px;
    font-size: 15px;
    line-height: 16px;
    height: 16px;
    font-weight: 600;
    border-radius: 3px;
}
.content_slider_text_block_wrap a.button_socials {
    width: 39px;
    height: 39px;
    padding: 5px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 3px;
}
.content_slider_text_block_wrap a.button_socials_flat {
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-block;
    margin: 0 5px 0 6px;
}
.content_slider_text_block_wrap .fb {
    background: url(../images/socials/facebook.png) no-repeat center center #3b5a9a;
}
.content_slider_text_block_wrap .tw {
    background: url(../images/socials/twitter.png) no-repeat center center #23aae1;
}
.content_slider_text_block_wrap .pin {
    background: url(../images/socials/pinterest.png) no-repeat center center #cc2129;
}
.content_slider_text_block_wrap .gplus {
    background: url(../images/socials/gplus.png) no-repeat center center #cb383b;
}
.content_slider_text_block_wrap .yt {
    background: url(../images/socials/youtube.png) no-repeat center center #bb000e;
}
.content_slider_text_block_wrap .linkedin {
    background: url(../images/socials/linkedin.png) no-repeat center center #1f75a7;
}
.content_slider_text_block_wrap .envato {
    background: url(../images/socials/envato.png) no-repeat center center #78af4a;
}
.content_slider_text_block_wrap .deviant {
    background: url(../images/socials/deviant.png) no-repeat center center #458652;
}
.content_slider_text_block_wrap .fb1 {
    background: url(../images/social-1/facebook.png) no-repeat center center;
}
.content_slider_text_block_wrap .tw1 {
    background: url(../images/social-1/twitter.png) no-repeat center center;
}
.content_slider_text_block_wrap .pin1 {
    background: url(../images/social-1/pinterest.png) no-repeat center center;
}
.content_slider_text_block_wrap .gplus1 {
    background: url(../images/social-1/gplus.png) no-repeat center center;
}
.content_slider_text_block_wrap .yt1 {
    background: url(../images/social-1/youtube.png) no-repeat center center;
}
.content_slider_text_block_wrap .linkedin1 {
    background: url(../images/social-1/linkedin.png) no-repeat center center;
}
.content_slider_text_block_wrap .envato1 {
    background: url(../images/social-1/envato.png) no-repeat center center;
}
.content_slider_text_block_wrap .deviant1 {
    background: url(../images/social-1/deviant.png) no-repeat center center;
}
.content_slider_text_block_wrap .fb2 {
    background: url(../images/social-2/facebook.png) no-repeat center center;
}
.content_slider_text_block_wrap .tw2 {
    background: url(../images/social-2/twitter.png) no-repeat center center;
}
.content_slider_text_block_wrap .pin2 {
    background: url(../images/social-2/pinterest.png) no-repeat center center;
}
.content_slider_text_block_wrap .gplus2 {
    background: url(../images/social-2/gplus.png) no-repeat center center;
}
.content_slider_text_block_wrap .yt2 {
    background: url(../images/social-2/youtube.png) no-repeat center center;
}
.content_slider_text_block_wrap .linkedin2 {
    background: url(../images/social-2/linkedin.png) no-repeat center center;
}
.content_slider_text_block_wrap .envato2 {
    background: url(../images/social-2/envato.png) no-repeat center center;
}
.content_slider_text_block_wrap .deviant2 {
    background: url(../images/social-2/deviant.png) no-repeat center center;
}
.content_slider_text_block_wrap .fb3 {
    background: url(../images/social-3/facebook.png) no-repeat center center;
}
.content_slider_text_block_wrap .tw3 {
    background: url(../images/social-3/twitter.png) no-repeat center center;
}
.content_slider_text_block_wrap .pin3 {
    background: url(../images/social-3/pinterest.png) no-repeat center center;
}
.content_slider_text_block_wrap .gplus3 {
    background: url(../images/social-3/gplus.png) no-repeat center center;
}
.content_slider_text_block_wrap .yt3 {
    background: url(../images/social-3/youtube.png) no-repeat center center;
}
.content_slider_text_block_wrap .linkedin3 {
    background: url(../images/social-3/linkedin.png) no-repeat center center;
}
.content_slider_text_block_wrap .envato3 {
    background: url(../images/social-3/envato.png) no-repeat center center;
}
.content_slider_text_block_wrap .deviant3 {
    background: url(../images/social-3/deviant.png) no-repeat center center;
}
.content_slider_text_block_wrap .fb4 {
    background: url(../images/social-4/facebook.png) no-repeat center center;
}
.content_slider_text_block_wrap .tw4 {
    background: url(../images/social-4/twitter.png) no-repeat center center;
}
.content_slider_text_block_wrap .pin4 {
    background: url(../images/social-4/pinterest.png) no-repeat center center;
}
.content_slider_text_block_wrap .gplus4 {
    background: url(../images/social-4/gplus.png) no-repeat center center;
}
.content_slider_text_block_wrap .yt4 {
    background: url(../images/social-4/youtube.png) no-repeat center center;
}
.content_slider_text_block_wrap .linkedin4 {
    background: url(../images/social-4/linkedin.png) no-repeat center center;
}
.content_slider_text_block_wrap .envato4 {
    background: url(../images/social-4/envato.png) no-repeat center center;
}
.content_slider_text_block_wrap .deviant4 {
    background: url(../images/social-4/deviant.png) no-repeat center center;
}
.content_slider_text_block_wrap .col-1-4_block {
    width: 182px;
    margin: 10px 20px;
    display: inline-block;
    vertical-align: top !important;
}
.content_slider_text_block_wrap h4 {
    display: inline-block;
    margin: 10px 0 20px;
    font-family: Dosis, sans-serif;
    font-weight: 400;
    font-size: 16px !important;
}
.content_slider_text_block_wrap .col-1-3_block {
    width: 240px;
    margin: 10px 20px;
    display: inline-block;
    vertical-align: top !important;
}
.content_slider_text_block_wrap .col-1-3_block img {
    box-shadow: none !important;
}
.content_slider_text_block_wrap .content_img_wrap {
    position: relative;
}
.content_slider_text_block_wrap .content_img_wrap img {
    display: block;
    box-shadow: none !important;
}
.content_slider_text_block_wrap .content_img_wrap .hover_link img {
    width: 100%;
    height: 100%;
}
.content_slider_text_block_wrap .content_img_wrap .hover_link {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.content_slider_wrapper div.all_around_text_down,
.content_slider_wrapper div.all_around_text_up {
    position: absolute;
    margin: 0;
    padding: 0;
}
.content_slider_wrapper span.all_around_text_span_up {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.content_slider_wrapper span.all_around_text_span_down {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
}
.content_slider_wrapper_vertical div.all_around_text_down,
.content_slider_wrapper_vertical div.all_around_text_up {
    position: absolute;
    margin: 0;
    padding: 0;
}
.content_slider_wrapper_vertical span.all_around_text_span_down,
.content_slider_wrapper_vertical span.all_around_text_span_up {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
}
.respondable-content {
    text-align: center;
    padding-top: 30px;
    display: block;
    background-color: #2b2e32;
    font-size: 13px;
    font-family: Lato-Regular;
    color: #fff;
}
.respondable-right-column {
    width: 65%;
    background: url(https://s3.amazonaws.com/BoomerangWebsite/img/respondable-by-boomerang.gif) right 15px no-repeat;
    height: 470px;
    background-size: contain;
    float: right;
    display: block;
    cursor: pointer;
}
.respondable-left-column {
    width: 31%;
    height: 100%;
    padding: 10px;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}
.respondable-content h2 {
    font-size: 18px;
    font-family: Lato-Bold !important;
    line-height: 22px;
    letter-spacing: 0.03em;
    padding-top: 15px;
    color: #fff;
    margin-top: 0;
    text-align: left;
}
.respondable-content ul {
    padding-left: 20px;
    -webkit-padding-start: 20px;
}
@media (max-width: 768px) {
    .respondable-left-column {
        width: 100%;
    }
    .respondable-right-column {
        width: 100%;
        background-position: center;
    }
}
.respondable-btn {
    margin-top: 10px;
    height: 44px;
    min-width: 210px;
    width: 90%;
    font-size: 16px;
    padding: 7px;
}
.respondable-cta {
    padding-top: 90px;
    font-family: Lato-Bold;
}
</pre></body></html>