body,
html {
    font-family: "Source Sans Pro", sans-serif !important;
}

.mobile {
    display: none !important;
}

hr,
img,
legend {
    border: 0;
}

#primary {
    padding: 0 7.5px;
}

legend,
td,
th {
    padding: 0;
}

img,
pre {
    max-width: 100%;
}

pre,
textarea {
    overflow: auto;
}

#content[tabindex="-1"]:focus,
a:active,
a:hover {
    outline: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

#primary {
    padding: 0 7.5px;
}

body {
    margin: 0;
    background: #fff;
    overflow-x: hidden;
}

#page {
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #3a63bf;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
optgroup,
strong {
    font-weight: 700;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark {
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #ccc;
    height: 1px;
    margin-bottom: 1.5em;
}

code,
kbd,
pre,
samp {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

body,
button,
code,
h1,
h2,
h3,
h4,
h5,
h6,
input,
kbd,
ol,
p,
pre,
select,
textarea,
tt,
ul,
var {
    font-family: "Source Sans Pro", sans-serif !important;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

textarea {
    width: 100%;
}

body,
button,
input,
select,
textarea {
    color: #585858;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0;
    font-weight: 600;
}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2.2em;
}

h4 {
    font-size: 2em;
}

h5 {
    font-size: 1.8em;
}

h6 {
    font-size: 1.6em;
}

p {
    margin-bottom: 1.2em;
    font-weight: 300;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

ins,
mark {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

.login_btn a::before,
.menu-item-has-children>.dropdown-arrow:after,
.nav-next>a:after,
.nav-previous>a:before,
a.post-edit-link:before {
    font-family: fontawesome;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ol,
li>ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}

a.post-edit-link:before {
    content: "\f040";
    margin-right: 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    color: #fff;
    background: #3a63bf;
    font-size: inherit;
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background: #5378cc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="number"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

a:active,
a:focus,
a:hover {
    color: #5378cc;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.login_btn {
    background: #3a63bf;
}

.login_btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.login_btn a::before {
    content: "\f023";
    margin-right: 15px;
}

.login_btn a::after {
    display: none !important;
}

.login_btn a:focus,
.login_btn a:hover {
    background: #5378cc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0 22px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
} */
.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0 22px;
    height: 70px;
    line-height: 70px;
    color: #4e4e4e;
    text-align: center;
    position: relative;
    z-index: 3;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shrink_link {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 20px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.sub-menu a::before {
    display: none;
}

ul.sub-menu a {
    text-align: left !important;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    margin-left: 0;
    background: #4e4e4e;
}

.scroll {
    overflow-y: auto;
    height: 25em;
    margin: 2em auto;
}

.main-navigation ul ul li {
    background: #4e4e4e;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
    margin-left: 0;
}

.main-navigation ul ul a {
    width: 258px;
    padding: 5px 15px;
    height: inherit;
    line-height: 1.2em;
    font-size: inherit;
    color: white;
}

a.mobile-toggle,
div#mobile-nav li {
    line-height: 40px;
}

.main-navigation li.focus>a,
.main-navigation li:hover>a {
    opacity: 1;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #676767;
    color: #fff;
    text-decoration: none;
}

.main-navigation ul li.focus>ul,
.main-navigation ul li:hover>ul {
    left: auto;
}

.main-navigation ul ul li.focus>ul,
.main-navigation ul ul li:hover>ul {
    left: 100%;
    background: #f5f5f5;
}

.main-navigation .current-menu-ancestor>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current_page_item>a {
    background: #676767;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.main-navigation.toggled ul,
.menu-toggle {
    display: block;
}

.menu-toggle {
    display: none;
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    text-align: center !important;
    width: 50%;
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: left;
    text-align: center !important;
    width: 50%;
}

div#mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

div#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-nav-wrap {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: red;
    display: none;
    overflow: scroll;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 300px;
}

#mobile_navigation,
.blog-excerpt-wrap,
.swipe,
.swipe-wrap {
    overflow: hidden;
}

a.mobile-toggle {
    color: #fff;
    text-decoration: none;
    display: block;
    background: red;
    width: 100px;
    height: 40px;
    text-align: center;
}

a.mobile-toggle:focus,
a.mobile-toggle:hover {
    cursor: pointer;
    color: #fff;
}

div#mobile-nav a {
    color: #fff;
    text-decoration: none;
}

div#mobile-nav .current-menu-ancestor>a,
div#mobile-nav .current-menu-item>a,
div#mobile-nav .current_page_ancestor>a,
div#mobile-nav .current_page_item>a,
div#mobile-nav a:active {
    color: #000;
}

div#mobile-nav a:focus,
div#mobile-nav a:hover {
    color: #000;
    cursor: pointer;
}

div#mobile-nav ul.sub-menu {
    margin-left: 15px;
    display: none;
}

div#mobile-nav button {
    margin: 0 auto;
    display: block;
}

.menu-item-has-children .dropdown-arrow {
    display: inline-block;
    width: 16px;
    height: 40px;
    line-height: 40px;
}

.menu-item-has-children>.dropdown-arrow:after {
    content: "\f078";
    display: inline-block;
    color: #fff;
}

.menu-item-has-children>.dropdown-arrow:focus,
.menu-item-has-children>.dropdown-arrow:hover {
    cursor: pointer;
}

#main_nav_wrap {
    float: right;
}

#mobile_toggle,
.mobile_login,
.mobile_logo {
    float: left;
    text-align: center;
}

#site-navigation,
.hamburglar_menu {
    display: inline-block;
    position: relative;
    vertical-align: top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hamburglar_slide {
    position: absolute;
    top: 70px;
    right: -9999px;
    height: inherit;
    background: #4e4e4e;
    width: 320px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 9999;
}

.hamburglar_slide .inner_slide {
    padding: 50px 25px 25px 25px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hamburglar_slide ul {
    padding: 20px 0 20px 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #fff;
}

.hamburglar_slide ul:last-of-type {
    border-bottom: 0;
}

.hamburglar_slide ul li a {
    color: #fff;
    padding: 5px 12px;
    display: block;
}

.hamburglar_slide ul li a:focus,
.hamburglar_slide ul li a:hover {
    background: #95989a;
}

.hamburglar_surprise {
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* .tickle_hamburglar i {
    width: 45px;
    height: 70px;
    color: #fff;
    text-align: right;
    line-height: 70px;
    font-size: 26px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
} */
.tickle_hamburglar i {
    width: 45px;
    height: 70px;
    color: #4e4e4e;
    text-align: right;
    line-height: 70px;
    font-size: 26px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#menu-item-4190 a {
    color: #fff;
}

.tickle_hamburglar:hover {
    cursor: pointer;
}

#go_away_hamburglar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #fff;
    font-size: 35px;
    background: #95989a;
    padding-right: 25px;
}

#go_away_hamburglar:hover {
    cursor: pointer;
}

.menu-hamburger-menu-container {
    margin-top: 50px;
}

.tiny_hamburglar i {
    font-size: 22px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
}
.mobile-list a:hover {
    text-decoration: none;
}

.mobile_header {
    padding: 10px 15px;
}

.mobile_header::after {
    content: "";
    display: block;
    clear: both;
}

#mobile_toggle {
    width: 25%;
    color: #fff;
}

.mobile_logo {
    width: 50%;
    padding-top: 13px;
}

.mobile_login {
    width: 25%;
    color: #fff;
}

#mobile_toggle span,
.mobile_login span {
    font-size: 12px;
}

#mobile_toggle i,
.mobile_login i {
    font-size: 32px;
    margin-bottom: -5px;
    display: block;
}

.align_right {
    float: right;
}

.align_left,
.alignleft {
    float: left;
}

#mobile_navigation {
    position: fixed;
    padding-top: 20px;
    top: 66px;
    background: #4e4e4e;
    left: 0;
    left: -200px;
    width: 0;
    width: 200px;
    z-index: 999;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#mobile_navigation ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

#mobile_navigation a {
    color: #fff;
    padding: 5px 15px;
    display: block;
}

#mobile_navigation a:focus,
#mobile_navigation a:hover {
    background: gray;
}

.active_nav {
    left: 0 !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#masthead,
.logo img {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.alignleft {
    display: inline;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both;
}

.home_container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.home_container::after {
    content: "";
    display: block;
    clear: both;
}

/* #masthead {
    background: #4e4e4e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: static;
    top: 0;
    left: 0;
    z-index: 999;
} */
#masthead {
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: static;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0px 0px 5px 1px;
    -webkit-box-shadow: 0px 0px 5px 1px;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 5px 1px;  /* Firefox 3.5 - 3.6 */
}

#masthead .container {
    padding: 0 20px;
}

/* body.admin-bar #masthead {
    top: 32px;
} */
body.admin-bar #masthead {
    z-index: 9999;
    position: relative;
}

.header_wrap::after {
    content: "";
    display: block;
    clear: both;
}

.logo {
    float: left;
    padding: 20px 0;
}

.logo img {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 148px;
}

#hero,
.shrink_logo img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shrink_logo {
    padding: 10px;
}

.shrink_logo img {
    display: block;
    width: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 980px) and (max-width: 1450px) {
    .shrink_link {
        font-size: 16px !important;
    }
    .hero_margin {
        margin-top: 50px;
    }
}

#hero {
    position: relative;
    height: 98vh;
    background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/response_bak-min.jpg) 100% 35% no-repeat;
    background-size: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hero_content {
    position: absolute;
    margin-top: 8%;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    padding: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 550px;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    border-radius: 4px;
}

/* Old .hero_content */
/* .hero_content {
    position: absolute;
    margin-top: -14%;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 550px;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    border-radius: 4px;
} */

#hero .home_container {
    height: 100%;
}

#cta .home_container {
    max-width: 1320px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.hero_content h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    margin: 0 0 25px;
    line-height: 1.2em;
}

.hero_content span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
}

.hero_content a {
    display: block;
    margin-top: 1em;
    text-decoration: underline;
    color: #fa8334;
}

.cta_wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.cta_wrap h1 {
    font-size: 42px;
    color: #4e4e4e;
    text-align: center;
    font-weight: 300;
    margin: 0;
}

.reviews_wrap {
    text-align: center;
    border-top: 1px solid #4e4e4e;
}

.reviews_wrap ul {
    padding: 50px 0;
    margin: 0;
    text-align: center;
}

.button_main,
.button_secondary {
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.reviews_wrap li {
    display: inline-block;
    list-style: none;
    position: relative;
    height: 100px;
    width: 250px;
}

#work_wrapimg,
.swipe-wrap img {
    width: 100%;
}

.reviews_wrap li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.swipe,
.swipe-wrap,
.swipe-wrap>div {
    position: relative;
}

#sponsors_wrap li img,
.swipe_content {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.button_main {
    color: #fff !important;
    background: #3a63bf;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px;
}

.button_main:focus,
.button_main:hover {
    background: #5378cc;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.button_secondary {
    background: 0 0;
    border: 1px solid #3a63bf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3a63bf;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* #map_wrap,
#products_wrap {
    padding: 4% 0;
} */

.button_secondary:focus,
.button_secondary:hover {
    background: #3a63bf;
    color: #fff !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* #celeb_review {
    padding-bottom: 50px;
} */ 

.swipe {
    visibility: hidden;
}

.swipe-wrap>div {
    float: left;
    width: 100%;
}

.swipe_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.swipe_content h3,
.swipe_content span {
    font-size: 1em;
}

.slide_img {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.slide1 {
    background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/liz-slide1.jpg) center no-repeat;
    background-size: cover;
}

.slide2 {
    background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/ford-slide2.jpg) center no-repeat;
    background-size: cover;
}

.slide3 {
    background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/jobs-slide3.jpg) center no-repeat;
    background-size: cover;
}

.slide4 {
    background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/branson-slide4.jpg) center no-repeat;
    background-size: cover;
}

.slide5 {
    background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/rockefeller-slide5.jpg) center no-repeat;
    background-size: cover;
}

#next,
#previous {
    background: 0 0;
    color: gray;
    font-size: 100px;
    position: absolute;
    z-index: 8;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    top: 50%;
}

#previous {
    left: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#next:focus,
#next:hover,
#previous:focus,
#previous:hover {
    color: #3a63bf;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#next,
.full_container {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#next {
    right: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#work_wrap {
    background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/team-hero-min.jpg)no-repeat;
    /* position: relative; */
    /* height: 350px; */
    background-size: cover;
}

#work_wrap::after {
    content: "";
    display: block;
    clear: both;
}

/* #work_wrap .work_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1320px;
    padding: 0 20px;
} */

.work-content-inner {
    max-width: 548px;
}

#work_wrap .work_content p {
    font-size: 1em;
}

.section_title {
    font-size: 32px;
    color: #676767;
}

#map_wrap a,
#map_wrap p {
    font-size: 1em;
}

#map_wrap .home_container {
    position: relative;
}

#map_wrap .home_container::after {
    content: "";
    display: block;
    clear: both;
}

#map_wrap a {
    color: #3a63bf;
}

#map_wrap img {
    display: block;
    float: left;
    width: 75%;
}

#map_wrap .map_content {
    width: 35%;
    float: right;
}

.home_map_wrap {
    position: relative;
}

.home_map_wrap a,
.home_map_wrap p {
    font-size: 16px !important;
}

#colophon h4,
#products_wrap p {
    font-size: 1em;
}

.hide_branding {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25px;
    background: #F5F5F5;
    width: 100%;
}

#products_wrap,
#response_trainers {
    background: #f5f5f5;
}

#success_map {
    height: 478px;
    width: 60%;
}

#products_wrap .home_container {
    position: relative;
}

#products_wrap .home_container::after {
    content: "";
    display: block;
    clear: both;
}

.product_content {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 56%;
}

#sponsors_wrap {
    padding-bottom: 20px;
    text-align: center;
}

#sponsors_wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sponsors_wrap li {
    display: inline-block;
    height: 65px;
    width: 250px;
    position: relative;
}

#sponsors_wrap li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#colophon {
    background: #4e4e4e;
    padding: 2% 0;
}

#colophon .home_container::after {
    content: "";
    display: block;
    clear: both;
}

#colophon a,
#colophon h4,
#colophon p,
#colophon span {
    color: #fff;
}

.footer_wrap {
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}

.footer_wrap::after {
    content: "";
    display: block;
    clear: both;
}

.footer_left .footer_5 ul,
.footer_right .legitness ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_left::after {
    content: "";
    display: block;
    clear: both;
}

.footer_5 {
    float: left;
    width: 20%;
    position: relative;
}

.footer_left .footer_5 a {
    line-height: 2.7em;
}

.award-logo-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 16% 0;
}

.stevie {
    display: block;
    max-width: 175px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inc500 {
    display: block;
    max-width: 175px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.stevie-awards {
    padding: 10px;
    position: relative;
    top: 10px;
}

.container,
.kittehs .width-2 {
    position: relative;
}

.disclaimer_wrap {
    padding-top: 50px;
}

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

div#content {
    max-width: 1200px;
    margin: 0 auto;
}

.nav-next>a:after {
    content: "\f101";
    margin-left: 15px;
}

.nav-previous>a:before {
    content: "\f100";
    margin-right: 15px;
}

#main::after,
.inner_trainers_wrap::after,
.kittehs::after,
.letter_search_wrap ul::after,
.testimonials_wrap::after,
.trainer_story_wrap::after,
.trainers_wrap::after {
    content: "";
    clear: both;
}

.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.kittehs .width-2,
.trainers,
.width-2 {
    width: 50%;
    float: left;
}

.wp-caption,
embed,
iframe,
object {
    max-width: 100%;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.group-blog .byline,
.single .byline {
    display: inline;
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.content-wrap {
    padding-top: 100px;
}

#main::after {
    display: block;
}

/* .full_container {
    /* margin-top: 70px; 
    -webkit-transition: 0.3s;
    transition: 0.3s;
} */
.full_container {
    /* margin-top: -74px; */
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.kittehs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.kittehs::after {
    display: block;
}

.kittehs .little_kitteh {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.kittehs .big_kitteh,
.trainer_cta,
.trainer_intro {
    text-align: center;
}

.trainers_wrap::after {
    display: block;
}

.trainers {
    display: none;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.default_trainer {
    display: block;
}

.inner_trainers_wrap {
    background: #fff;
    /* padding: 15px; */
    /* min-height: 510px; */
    min-height: auto;
}

.inner_trainers_wrap::after {
    display: block;
}

.inner_trainers_wrap h2,
.inner_trainers_wrap p {
    margin: 0;
}

.inner_trainers_wrap .width-2 {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.placeholder_img {
    background: #000;
    height: 350px;
}

.trainer_story_wrap::after {
    display: block;
}

.trainer_name_search {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

#trainer_name {
    display: block;
    width: 100%;
    border-radius: 20px;
    padding: 0 45px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 45px;
}

#trainer_search_submit {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 0;
    width: 65px;
    height: 45px;
}

#trainer_search_submit:focus,
#trainer_search_submit:hover {
    background: #5378cc;
}

.letter_search_wrap {
    text-align: center;
}

.letter_search_wrap span {
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
}

.letter_search_wrap ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    vertical-align: middle;
}

.letter_search_wrap ul::after {
    display: block;
}

.letter_search_wrap li {
    display: block;
    float: left;
    text-align: center;
    padding: 3px 10px;
    border-right: 1px solid #3a63bf;
    color: #3a63bf;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.letter_search_wrap li:last-of-type {
    border-right: none;
}

.letter_search_wrap .active,
.letter_search_wrap li:focus,
.letter_search_wrap li:hover {
    background: #3a63bf;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* .logo-key {
    list-style-type: none;
}
.logo-key-li {
    display: block;
    text-decoration: none;
    float: left;
} */

.trainer_name {
    font-size: 26px;
    text-align: center;
}

.trainer_lisence {
    text-align: center;
    margin-bottom: 11px!important;
}

.page-template-testimonials-template #hero {
    background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/testimonials_back-min.png) top center no-repeat;
    background-size: cover;
}

#testimonials_main {
    background: #f5f5f5;
}

.testimonial_page_title {
    text-align: center;
}

.center {
    text-align: center;
}

.width-3 {
    float: left;
    width: 33.333%;
}

.testimonials_wrap::after {
    display: block;
}

.testimonials_wrap .width-3 {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video_content span {
    font-size: 1em;
    font-weight: 600;
}

video {
    width: 100%;
    height: auto;
}

#testimonials_secondary h2 {
    line-height: 1.2em;
    text-align: center;
}

.uk-grid.uk-slideset.uk-grid-width-1-1.uk-grid-width-large-1-4.uk-grid-width-medium-1-2.uk-grid-width-small-1-1 {
    margin: 50px 0;
}

.slidenet_nav {
    text-align: center;
}

.uk-slideset-nav.uk-dotnav.uk-flex-center {
    display: inline-block;
    padding: 0 25px;
    vertical-align: baseline;
    margin: 0;
}

.uk-slideset-nav.uk-dotnav.uk-flex-center li {
    display: inline-block;
}

.uk-slideset-nav.uk-dotnav.uk-flex-center li a {
    display: block;
    width: 22px;
    height: 22px;
    background: 0 0;
    border-radius: 100%;
    margin: 4px 5px;
    border: 1px solid #3a63bf !important;
}

.big_list::after,
.icons_wrap::after,
.preserve_icons_wrap::after {
    display: table;
    content: "";
    clear: both;
}

.uk-slideset-nav.uk-dotnav.uk-flex-center .uk-active a,
.uk-slideset-nav.uk-dotnav.uk-flex-center li a:focus,
.uk-slideset-nav.uk-dotnav.uk-flex-center li a:hover {
    background: #3a63bf;
}

.uk-slidenav.uk-slidenav-next,
.uk-slidenav.uk-slidenav-previous {
    font-size: 45px;
    vertical-align: baseline;
}

.page-template-generate-income-template #hero {
    background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/generate_back-min.png) top center no-repeat;
    background-size: cover;
}

.page-template-generate-income-template .hero_content {
    left: 0;
}

.big_list {
    max-width: 1200px;
    margin: 0 auto;
}

.big_list p {
    margin: 0;
}

.page-template-generate-income-template #mid_content {
    background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/generate-fixed-min.png) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
    position: relative;
}

.mid_content_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1600px;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#bottom_sub_content {
    background: #3e3e3e;
    color: #fff;
    text-align: center;
}

.icons_wrap {
    padding: 50px 0;
}

#priority_page_nav {
    text-align: center;
}

.page-template-preserve-wealth-template #hero {
    background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/preserve_back-min.png) top center no-repeat;
    background-size: cover;
}

.page-template-preserve-wealth-template .hero_content {
    left: 0;
}

.page-template-preserve-wealth-template #mid_content {
    background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/Preserve-Fixed-min.png) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 300px;
    position: relative;
}

#preserve_main_content {
    text-align: center;
}

#preserve_bottom_content {
    text-align: center;
}

.page-template-secure-retirement-template #mid_content {
    background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/secure-fixed-min.png) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
    position: relative;
    color: #fff;
}

.icons_wrap img {
    height: 100px;
}

.width-4 {
    float: left;
    width: 25%;
}

#elephant {
    text-align: center;
    background: #f9f9f9;
}

.blog-roll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.blog-excerpt-wrap {
    padding: 20px;
    width: 100%;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
}

.blog-excerpt-wrap img {
    display: block;
    height: 325px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.inner_blog_wrap {
    position: relative;
}

p.blog_date_wrap {
    font-size: 22px;
    color: #fff;
    margin: 0;
    border-bottom: 1px solid #fff;
}

.blog-excerpt {
    background: #95989a;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.blog-excerpt:focus,
.blog-excerpt:hover {
    background: #676767;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-excerpt h2 {
    font-size: 22px;
    margin: 0;
    color: #fff;
}

.navigation.posts-navigation {
    display: block;
    width: 100%;
}

.nav-next>a::after,
.nav-previous>a::before {
    display: none;
}

.nav-previous {
    text-align: right;
    padding-right: 15px;
}

.posts-navigation .nav-next {
    text-align: left;
    padding-left: 15px;
    border-left: 1px solid #3a63bf;
}

#precious_gray,
#products_bottom_content,
#products_main,
#products_top_content,
.navigation {
    text-align: center;
}

.navigation::before {
    content: "";
    display: block;
    clear: both;
}

.navigation ul {
    padding: 0;
    list-style: none;
}

.navigation li {
    display: inline-block;
}

.navigation a {
    display: block;
    background: #3a63bf;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.wpjb-glyphs.wpjb-icon-link,
.wpjb-grid-col.wpjb-col-logo,
.wpjb-top-header-image {
    display: none;
}

.navigation a:focus,
.navigation a:hover {
    background: #5378cc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

body .wpjb .wpjb-line-with-icon-left .wpjb-line-major,
body .wpjb .wpjb-line-with-icon-left .wpjb-sub {
    padding-left: 8% !important;
}

#main .wpjb-button {
    font-size: inherit;
    color: #fff !important;
    background: #3a63bf;
    font-family: inherit;
    font-weight: inherit;
    padding: 10px 30px;
}

#main .wpjb-button:focus,
#main .wpjb-button:hover {
    background: #5378cc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#main .wpjb-col-title .wpjb-sub.wpjb-sub-small {
    display: none !important;
}

#products_bottom_content ul::after,
.products_wrap::after {
    content: "";
    display: table;
    clear: both;
}

#main .wpjb-page-index .wpjb-bulb,
#main .wpjb-page-search .wpjb-bulb {
    line-height: inherit;
    margin-top: 10px;
}

#products_main {
    background: #676767;
    color: #fff;
}

.products_wrap .width-3 {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.products_wrap h6 {
    font-size: 1em;
    margin: 15px 0;
}

.products_wrap img {
    height: 62px;
}

#products_bottom_content ul {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
}

#products_bottom_content ul li {
    float: left;
    width: 25%;
}

#precious_gray {
    background: #dad7d7;
}

#main .gform_wrapper .gfield_required {
    color: #e31f1f;
}

.mobile_show {
    display: none;
}

/* #sub-hero-wrap {
    /* padding: 20% 0; 
    position: relative;
    background-size: cover;
    background-position: center;
    height: 500px;
} */
#sub-hero-wrap {
    /* padding: 20% 0; */
    position: relative;
    background-size: cover;
    background-position: top;
    height: 395px;
}

.education-page {
    background: url("https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/education-hero-2.jpg") no-repeat;
}

.tools-page {
    background: url("https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/tools-hero-min.jpg") no-repeat;
}

.trainers-page {
    background: url("https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/training-min.png") no-repeat;
}

.ambassadors-test-page {
    background: url("https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/tuition-reimbursement-hero.jpg") no-repeat;
}

.online-lenders-page {
    background: url("https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/online-lenders/le-bg1.png") no-repeat;
}

.about-page {
    /* background: url("https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/about-us-hero-min.png") no-repeat; */
    background: url("https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/bldg-exterior-3.jpg") no-repeat;
    filter: sepia(25%);
}

.education-whitepaper {
    background: url("https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/education-whitepaper-min.png") no-repeat;
}

.hero-content-right {
    left: inherit !important;
    right: 20px;
}

.page-id-6992 #page {
    overflow: visible!important;
}

.main-third {
    float: left;
    width: 60%;
    padding: 25px;
}

.cs-sidebar {
    float: left;
    width: 40%;
    padding-left: 25px;
    border-left: 1px solid #000;
}

.container::after {
    content: "";
    display: block;
    clear: both;
}

.sub-hero-content h2 {
    font-size: 42px;
    font-weight: 400;
}

#top-sub-content {
    text-align: center;
}

#top-sub-content h2 {
    font-size: 36px;
}

.content-area {
    padding: 50px 0;
}

.sub-hero-content {
    position: absolute;
    margin-top: 12%;
    left: 20px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 550px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
}
/* Old .sub-hero-content */
/* .sub-hero-content {
    position: absolute;
    top: 50%;
    left: 20px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 550px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
} */

.sub-hero-content span {
    font-weight: 400;
}

#sub-hero-wrap .container {
    padding: 0 20px;
}

.entry-title {
    font-size: 36px;
}

#sub-page-fixed {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}
.section {
    padding-top: 25px;
    padding-bottom: 25px;
}
.grey-section {
    background-color: #e9e9e9;
}

.sub-fixed-education,
.sub-fixed-trainers {
    background: url("https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/v2/fixed_training-min.png") no-repeat;
}

.sub-fixed-about {
    background: url("https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/about-us-fixed-min.png") no-repeat;
    padding: 10% 0 !important;
}

#bottom-sub-content {
    text-align: center;
}

h3.sub-page-title {
    font-size: 24px;
}

#deal-desk-tools {
    text-align: center;
}

#essentials-succeeding {
    text-align: center;
}

.four-ess-wrap::after {
    content: "";
    display: block;
    clear: both;
}

.width_2 {
    float: left;
    width: 50%;
    padding: 25px;
}

.width_3 h5 {
    margin-bottom: 20px;
}

.width_3 {
    float: left;
    width: 33.333%;
    padding: 25px;
}

.width_4 {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 25px;
}

.width_5 {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 25px;
}

span.number-big {
    font-size: 96px;
    color: #678cb2;
    font-weight: 600;
}

.width_4 h5 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.trainers-mini-features::after {
    content: "";
    display: block;
    clear: both;
}

.trainers-mini-features .width_3 {
    float: left;
    width: 33.333%;
    padding: 25px;
}

.trainers-mini-features img {
    display: inline-block;
    width: 30%;
}

section#tools-img-wrap {
    background: #a2a2a2;
}

ul.tools-img-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tools-img-list li {
    display: inline-block;
    position: relative;
    padding: 15% 0;
}

.tools-img-list li:first-of-type {
    width: 30%;
}

.tools-img-list li:last-of-type {
    width: 69%;
}

.tools-img-list img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
}

.starmonials {
    text-align: center;
    margin: 15px 0px;
}

.experience-intro-wrap {
    padding: 35px 0;
}

.exps-stars-wrap {
    padding: 35px;
    background: #f8f8f8;
    margin-bottom: 15px;
}

.exps-stars-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.exps-number-stats .width-2:first-of-type {
    border-right: 1px solid #dddddd;
}

.exps-number-stats::after {
    content: "";
    display: block;
    clear: both;
}

ul.rating-stars {
    padding: 0;
    list-style: none;
    overflow: hidden;
    max-width: 170px;
    margin: 10px auto;
}

ul.rating-stars li {
    float: left;
    max-width: 34px;
    width: 100%;
    height: 34px;
}

i.star-icon {
    background: url("https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/v2/service-star.png") no-repeat;
    width: 100%;
    height: 31px;
    display: block;
}

h3.review-title {
    font-size: inherit;
    font-weight: bold;
}

p.review-text {
    clear: left;
}

ul#star0 li:last-child i {
    width: 86%;
}

ul#star1 li:last-child i {
    width: 90%;
}

ul#star2 li:last-child i {
    width: 84%;
}

ul#star3 li:last-child i {
    width: 85%;
}

ul#star4 li:last-child i {
    width: 84%;
}

ul#star5 li:last-child i {
    width: 95%;
}

ul#star6 li:last-child i {
    width: 92%;
}

ul#star7 li:last-child i {
    width: 80%;
}

ul#star8 li:last-child i {
    width: 100%;
}

ul#star9 li:last-child i {
    width: 95%;
}

ul#star10 li:last-child i {
    width: 97%;
}

ul#star11 li:last-child i {
    width: 80%;
}

ul#star12 li:last-child i {
    width: 81%;
}

ul#star13 li:last-child i {
    width: 82%;
}

ul#star14 li:last-child i {
    width: 88%;
}
ul#star15 li:last-child i {
    width: 81%;
}

h3.star-box-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    border-bottom: 1px solid #000000;
}

.text-red {
    color: red;
}

.survey-results-title {
    background: #3aacde;
    text-align: center;
    color: #fff;
    padding: 20px;
    min-height: 250px;
}

.survey-results-title h3 {
    color: #fff;
}

.holding-hand-icon {
    width: 70px;
    height: 70px;
    float: left;
    background: url("../images/holding-hands-icon.png") no-repeat;
    background-position: center;
    margin-right: 20px;
}

.group-icon {
    width: 70px;
    height: 70px;
    float: left;
    background: url("../images/group-icon.png") no-repeat;
    background-position: center;
    margin-right: 20px;
}

.hourglass-ico {
    width: 70px;
    height: 70px;
    float: left;
    background: url("../images/hourglass-icon.png") no-repeat;
    background-position: center;
    margin-right: 20px;
}

.notepad-ico {
    width: 70px;
    height: 70px;
    float: left;
    background: url("../images/notepad-icon.png") no-repeat;
    background-position: center;
    margin-right: 20px;
}

.result-wrap h4 {
    line-height: 70px;
    font-weight: bold;
    clear: none;
    margin: 0;
}

.result-wrap {
    padding: 25px;
}

span.survey-results {
    font-size: 36px;
    font-family: "Open Sans", sans-serif;
}

.width-3 {
    float: left;
    width: 33.333%;
}

.width-2 {
    float: left;
    width: 50%;
}

.clear-it {
    clear: both;
}

.r2r_speakers .lightbox-deploy p {
    background: #ef9e00;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    max-width: 135px;
    font-weight: 500;
}

.alignleft {
    display: inline;
    margin-right: 1.5em;
}

.experience-intro-wrap::after {
    content: "";
    display: block;
    clear: both;
}

.width-75 {
    float: left;
    width: 65%;
    border-right: 1px solid #ccc;
    padding-right: 35px;
}

.width-25 {
    float: left;
    width: 35%;
}

.width-25:after {
    content: "";
    display: block;
    clear: both;
}

.phone-success {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-gap: 30px;
}

.box li {
    list-style: none;
}

.experience-intro-wrap h1 {
    margin-bottom: 0;
}

.phone-success span {
    font-size: 64px;
}

.phone-success p {
    margin: 0;
}

span.bold-orange {
    font-weight: 600;
    color: #17b917;
}

.phone-award {
    width: 75px;
    height: 100px;
    margin: 0px auto 20px auto;
}

.phone-trophy {
    background: url("https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/v2/phone-trophy.png") no-repeat;
    background-size: contain;
}

h3.star-box-title span {
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    display: inline-block;
    margin-right: 25px;
    margin-top: 8px;
}

.starmonials.width-3 p {
    margin: 0;
}

p.review-text {
    clear: left;
}

.survey-icon {
    display: block;
    width: 15%;
    float: left;
    margin: 0;
}

.survey-content-wrap {
    display: block;
    width: 85%;
    float: left;
}

.starmonials p {
    margin: 0;
}

#mnt-mode {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: red;
    text-align: center;
    color: #fff;
    padding-right: 15%;
}

.mobile-hero {
    display: none;
}

#agree-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
}

.agree-content {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 9999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#agree {
    background: #fa8334;
    padding: 15px;
    color: #fff;
    text-align: center;
    margin-top: 35px;
    cursor: pointer;
}

#agree p {
    margin: 0;
}

#agree:hover,
#agree:focus {
    opacity: 0.8s;
}

@media (max-width: 1080px) {
    .main-navigation a {
        font-size: 14px !important;
    }
    #mobile_navigation li.menu-item {
        padding: 8px 0;
    }
    #work_wrap .work_content {
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        max-width: 1320px;
        padding: 0 20px;
    }
    .work-content-inner {
        max-width: 100%;
    }
}

@media (min-width: 2000px) {
    #work_wrap {
        background: #E3DACF;
        height: auto;
    }
    .work-content-inner {
        max-width: 100%;
    }
    #map_wrap {
        background: #fff!important;
        height: auto!important;
    }
    .map_content {
        width: 100%!important;
    }
}

@media (max-width: 1355px) {
    #work_wrap {
        background: #E3DACF;
        height: auto;
    }
    .work-content-inner {
        max-width: 100%;
    }
    #map_wrap {
        background: #fff;
        height: auto;
    }
    .map_content {
        max-width: 100%;
    }
}


@media (max-width: 1279px) {
    /* #products_wrap,
    .footer_2 {
        text-align: center;
    } */
    #products_wrap img {
        float: none;
        margin: 0;
    }
    #success_map {
        height: 600px;
        width: 100%;
    }
    .footer_left {
        float: none;
        width: 100%;
        border: none;
    }
    .footer_right {
        float: none;
        width: 100%;
    }
    .trainers_wrap .width-2 {
        width: 100%;
    }
}

@media (min-width: 980px) and (max-width: 1279px) {
    body {
        font-size: 16px;
    }
    #hero {
        margin-top: 75px;
    }
    .hero_content {
        width: 75%;
    }
    .main-navigation a {
        padding: 0 15px;
        height: 75px;
        line-height: 75px;
        font-size: 16px;
    }
    .tickle_hamburglar i {
        width: 75px;
        height: 75px;
        color: #4e4e4e;
        text-align: center;
        line-height: 75px;
        font-size: 30px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    #work_wrap .work_content p,
    .button_main,
    .swipe_content h3,
    .swipe_content span {
        font-size: 22px;
    }
    /* .logo {
        float: left;
        padding: 10px;
        max-width: 25%;
    } */
    #work_wrap .work_content p {
        margin-top: 10px;
    }
    .section_title {
        margin-bottom: 10px;
        margin-top: 16px;
    }
    #map_wrap img {
        float: none;
        width: 100%;
    }
    .product_content {
        position: static;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
    }
    .footer_right .legitness span {
        position: static;
        font-size: 22px;
        display: block;
        clear: both;
    }
    .footer_left .footer_3 {
        width: 50%;
        height: initial;
    }
    .footer_3:last-of-type {
        width: 100%;
        height: initial;
    }
    .footer_3:last-of-type img {
        float: left;
    }
    #success_map {
        height: 600px;
    }
    .home_map_wrap {
        width: 600px;
    }
}

@media (max-width: 1024px) {
    .home_map_wrap {
        width: 600px;
    }
    #sub-hero-wrap {
        height: 250px;
    }
}

@media (max-width: 979px) {
    .hero_content h2,
    .hero_content span {
        color: #4e4e4e;
        text-align: center;
    }
    #map_wrap .map_content,
    .product_content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
    }
    /* #products_wrap,
    .hero_content h2,
    .hero_content span {
        text-align: center;
    } */
    body {
        font-size: 18px;
    }
    #work_wrap .container {
        padding: 0px;
    }
    #map_wrap .container {
        padding: 0px;
    }
    .container {
        padding: 50px 20px;
    }
    .content-wrap {
        padding-top: 0;
    }
    #masthead {
        position: static;
        margin-top: 0 !important;
    }
    .hamburglar_slide {
        top: 75px !important;
    }
    .mobile_header {
        padding: 10px 25px;
    }
    #hero {
        height: inherit;
        background: 0 0 !important;
        margin-top: 0;
        overflow: hidden;
        position: relative;
    }
    .hero_content {
        /* position: static;
        width: 100%; */
        padding: 25px;
        /* -webkit-box-sizing: border-box; */
        box-sizing: border-box;
        /* background: 0 0; */
        background: #000000;
        color: #ffffff;
        text-align: center;
        /* max-width: inherit; */
    }
    #hero .home_container {
        padding: 0;
    }
    .hero_content h2 {
        font-size: 36px;
        color: #ffffff;
    }
    .hero_content span {
        display: block;
        font-size: 18px;
        color: #ffffff;
    }
    .cta_wrap {
        padding: 0 0 0px;
    }
    .cta_wrap h1 {
        font-size: 26px;
        font-size: 32px;
    }
    #work_wrap .work_content p {
        font-size: 18px;
        margin-top: 10px;
    }
    #site-navigation {
        display: none;
    }
    .logo {
        max-width: 200px;
    }
    .tickle_hamburglar i {
        width: 75px;
        height: 75px;
        color: #4e4e4e;
        text-align: center;
        line-height: 75px;
        font-size: 30px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    #map_wrap a,
    #map_wrap p,
    .button_main,
    .swipe_content h3,
    .swipe_content span {
        font-size: 18px;
    }
    .section_title {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    h1.entry-title {
        margin-top: 50px;
        font-size: 36px;
    }
    #map_wrap .home_container {
        position: relative;
    }
    #map_wrap img {
        float: none;
        width: 100%;
    }
    #map_wrap .map_content {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .map_content .section_title {
        margin-bottom: 0;
        margin-top: -6px;
    }
    #map_wrap a,
    #map_wrap p {
        margin-top: 12px;
    }
    #products_wrap img {
        float: none;
    }
    .product_content {
        position: static;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .footer_right .legitness span {
        position: static;
        font-size: 22px;
        display: block;
        clear: both;
    }
    .footer_left .footer_3 {
        width: 50%;
        height: initial;
    }
    .footer_3:last-of-type {
        width: 100%;
        height: initial;
    }
    .footer_3:last-of-type img {
        float: left;
    }
    #work_wrap .work_content {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        max-width: 100%;
    }
    .slide_nav {
        display: none;
    }
    .swipe_content {
        width: 100%;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .slide1,
    .slide2,
    .slide3,
    .slide4,
    .slide5 {
        background-position: 32%;
    }
    .letter_search_wrap li {
        margin-bottom: 15px;
    }
    .full_container {
        margin-top: 0 !important;
    }
    .testimonials_wrap .width-3 {
        width: 100%;
    }
    .mobile_show {
        display: block;
    }
    .mobile-hero {
        display: block;
    }
    .image-wrap h3 {
        font-size: 32px;
    }
    .blog-excerpt-wrap {
        padding: 20px;
        width: 100%;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    #map_wrap {
        background: white;
    }
}

@media (min-width: 980px) {
    .header_wrap {
        display: block;
    }
    .mobile_header {
        display: none;
    }
}

@media (max-width: 768px) {
    .big_list .width-2,
    .trainers {
        width: 100%;
    }
    .trainers {
        float: none;
    }
    .footer_5 {
        float: none;
        width: 100%!important;
        text-align: center;
    }
    .mobile {
        display: block !important;
    }
    #sub-hero-wrap {
        padding: 20% 0;
        position: relative;
        background-size: cover;
        background-position: center;
        height: 280px;
    }
    /* section#sub-hero-wrap {
        background: none !important;
        padding: 0;
    } */
    #sub-hero-wrap .container {
        padding: 0;
    }
    .sub-hero-content {
        position: relative;
        margin-top: -6%;
        right: 0;
        /* transform: translateY(-25%); */
        border-radius: 4px;
        left: 20px;
        background: rgba(0, 0, 0, 0.85);
        color: #fff;
        padding: 35px;
        box-sizing: border-box;
        max-width: 550px;
        width: 100%;
    }
    /* old .sub-hero-content */
    /* .sub-hero-content {
        position: static;
        background: #000000;
        -webkit-transform: translate(0);
        transform: translate(0);
        max-width: inherit;
    } */
    .sub-hero-content h2 {
        font-size: 28px;
    }
    .four-ess-wrap .width_4 {
        float: none;
        width: 100%;
    }
    .two-ess-wrap .width_2 {
        float: none;
        width: 100%;
    }
    .tools-img-list img {
        position: static;
        -webkit-transform: translate(0);
        transform: translate(0);
        width: initial;
    }
    .tools-img-list li:first-of-type {
        width: 100%;
    }
    .tools-img-list li:last-of-type {
        width: 100%;
    }
    .trainers-mini-features .width_3 {
        width: 100%;
    }
    .width_3 {
        width: 100%;
    }
    .width-75 {
        float: left;
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
    .width-25 {
        float: none;
        width: 100%;
    }
    .starmonials {
        width: 100%;
    }
    .main-third,
    .cs-sidebar {
        float: none;
        width: 100%;
        padding: 0;
        border: none;
    }
    .image-set {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .image-wrap {
        margin: 0 auto;
        width: 80% !important;
    }
    .vs-tag {
        width: 100% !important;
    }
    .image-wrap img {
        width: 100%;
    }
    .image-set h3 {
        font-size: 24px;
    }
    .blog-roll {
        display: block;
    }
    .blog-excerpt-wrap {
        padding: 20px 0;
        max-width: 480px;
        margin: 0px auto;
        -ms-flex-item-align: unset;
        align-self: unset;
    }
    #map_wrap .map_content {
        padding: 0 20px;
    }
    .slide1, .slide3 {
        background-position: 57%;
    }
    .slide4 {
        background-position: 45%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #mobile_toggle,
    .mobile_login {
        padding-top: 9px;
    }
    .main-navigation a {
        font-size: 17px;
    }
    /* .hero_content {
        bottom: 0;
        width: 100%;
        max-width: inherit;
    } */
    .reviews_wrap li {
        width: 200px;
    }
    #success_map {
        height: 600px;
    }
    .four-ess-wrap h5 {
        font-size: 1.3em;
    }
    .home_map_wrap {
        width: 730px;
    }
    #map_wrap .map_content {
        padding: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #mobile_toggle,
    .mobile_login {
        padding-top: 9px;
    }
    .full_container h2 {
        font-size: 31px;
    }
    .full_container .hero_content span {
        font-size: 22px;
        line-height: 1.4em;
    }
    #map_wrap {
        padding: 4% 0 50px;
    }
    #products_wrap .home_container {
        padding-bottom: 40px;
    }
    .footer_left,
    .footer_right {
        width: 100%;
    }
    .footer_3:last-of-type img {
        float: none;
    }
    .footer_left {
        padding: 0 0 25px;
        border-bottom: 1px solid #fff;
        margin-bottom: 25px;
    }
    .reviews_wrap li {
        width: 200px;
    }
    #success_map {
        height: 400px;
    }
    .products_wrap .width-3 {
        width: 50%;
    }
    #products_bottom_content ul li {
        float: left;
        width: 50%;
        margin-bottom: 25px;
    }
}

@media (max-width: 550px) {
    .footer_right .legitness li,
    .width-4 {
        width: 100%;
    }
    #mobile_toggle,
    .mobile_login {
        padding-top: 9px;
    }
    /* #map_wrap {
        padding: 4% 0 50px;
    } */
    /* #products_wrap .home_container {
        padding-bottom: 40px;
    } */
    .footer_left .footer_2 {
        float: left;
        width: 100%;
        position: relative;
    }
    .width-4 {
        float: left;
    }
}

@media (max-width: 425px) {
    #work_wrap {
        height: auto;
    }
    .slide1, .slide3 {
        background-position: 67%;
    }
    .slide4 {
        background-position: 53%;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .hero_content h2,
    .section_title {
        font-size: 26px;
    }
    .footer_left,
    .footer_left .footer_3,
    .footer_right {
        width: 100%;
        padding: 0;
    }
    #success_map {
        height: 400px;
    }
    .products_wrap .width-3 {
        width: 100%;
    }
    #products_bottom_content ul li {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .amb_main_content .container {
        padding: 0 20px;
    }
    .amb_dotted_title {
        text-align: center;
        margin: 0;
        padding: 25px 0;
    }
    .amb_dotted_title li {
        display: inline-block;
        padding: 0 15px;
        font-weight: 600;
        font-size: 1.5em;
    }
    .amb_dotted_title li::before {
        content: "\f111";
        font-family: FontAwesome;
        display: inline-block;
        margin-right: 15px;
        font-size: 15px;
        vertical-align: middle;
    }
    .amb_dotted_title li:first-of-type::before {
        display: none;
    }
    .amb_main_content_wrap h1 {
        text-align: center;
        color: #286ba6;
        font-weight: 300;
    }
    .amb_faq_wrap h3,
    .amb_faq_wrap h4 {
        font-style: italic;
        color: #286ba6;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .amb_form_wrap .gform_wrapper ul.gfield_checkbox li,
    .amb_form_wrap .gform_wrapper ul.gfield_radio li {
        padding: 0 !important;
        display: inline-block;
        margin-right: 12px;
    }
    .amb_faq_wrap h4 {
        font-size: 1.5em;
    }
    .amb_faq_wrap {
        padding: 35px 0;
    }
    .amb_faq_wrap::after {
        content: "";
        display: block;
        clear: both;
    }
    .amb_faq_wrap .width_2 {
        float: left;
        width: 50%;
        padding-right: 25px;
    }
    .youtube,
    .youtube .play-button,
    .youtube img {
        cursor: pointer;
    }
    .youtube {
        background-color: #000;
        margin-bottom: 30px;
        position: relative;
        padding-top: 56.25%;
        overflow: hidden;
    }
    .youtube img {
        width: 100%;
        top: -16.84%;
        left: 0;
        opacity: 0.7;
    }
    .youtube .play-button {
        width: 90px;
        height: 60px;
        background-color: #333;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
        z-index: 1;
        opacity: 0.8;
        border-radius: 6px;
    }
    .youtube .play-button:before {
        content: "";
        border-style: solid;
        border-width: 15px 0 15px 26px;
        border-color: transparent transparent transparent #fff;
    }
    .youtube .play-button,
    .youtube .play-button:before,
    .youtube iframe,
    .youtube img {
        position: absolute;
    }
    .youtube .play-button,
    .youtube .play-button:before {
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
    .youtube iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    .hiring-wrap::after,
    .training-bios::after {
        content: "";
        display: block;
        clear: both;
    }
    .trainer_leaders {
        background: #f5f5f5;
        padding: 15px;
        text-align: center;
    }
    .hiring-container {
        background: #f5f5f5;
        padding-bottom: 25px;
    }
    .stock-trainer-title {
        clear: both;
        display: block;
        background: #3a63bf;
        color: #fff;
        font-size: 2em;
        padding: 0 15px;
        line-height: 1.5em;
    }
    .hiring_disc {
        text-align: center;
        margin: 0;
    }
    .hiring-wrap {
        padding: 25px;
    }
    .hiring-wrap ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .hiring-wrap li {
        background: #fff;
        padding: 12px 15px;
        border-bottom: 1px solid #ddd;
    }
    .hiring-wrap li:first-of-type {
        border-top: 1px solid #ddd;
    }
    .hiring-wrap i {
        color: #3a63bf;
    }
    .hiring-title {
        margin: 0;
    }
    #ss-hero-wrap {
        position: relative;
    }
    #ss-hero-wrap img {
        width: 100%;
    }
    .ss-hero-text {
        position: absolute;
        bottom: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        padding: 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column-3 {
        float: left;
        width: 33.333%;
        padding: 20px;
    }
    .ss_infographic img {
        width: 100%;
    }
    .ss_main {
        margin: 0 -20px;
    }
    .ss_main::after {
        content: "";
        display: block;
        clear: both;
    }
    .green-title {
        color: #55865b;
        margin: 0;
    }
    .mini-border {
        display: block;
        max-width: 200px;
        width: 100%;
        height: 1px;
        background: #000;
        margin: 30px auto;
    }
}

@media (max-width: 767px) {
    .ss_main {
        margin: 0;
    }
    .ss-hero-text {
        position: static;
        background: #000;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .column-3 {
        width: 100%;
    }
}

@media (max-width: 370px) {
    .swipe-wrap {
        background: #b9bab8;
    }
    .slide1 {
        background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/Liz-II-MOBILE-min.png) center no-repeat;
    }
    .slide2 {
        background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/Ford-MOBILE-min.png) center no-repeat;
    }
    .slide3 {
        background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/jobs-MOBILE-min.png) center no-repeat;
    }
    .slide4 {
        background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/Branson-MOBILE-min.png) center no-repeat;
    }
    .slide5 {
        background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/Rockefeller-MOBILE-min.png) center no-repeat;
    }
    .successful-link {
        font-size: 16px !important;
        text-decoration: underline;
    }
    #success-link {
        text-align: center;
        background: url(https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/v2/success_fixed_dark_img-min.jpg) center no-repeat;
        background-size: cover;
        padding: 12% 0;
        margin: 25px 0;
        background-attachment: fixed;
    }
    .white_btn {
        padding: 10px 30px;
        display: inline-block;
        font-size: 18px;
        text-align: center;
        background: 0 0;
        border: 1px solid #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        border-radius: 3px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .white_btn:focus,
    .white_btn:hover {
        background: #fff;
        color: #3a63bf !important;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    #success-link .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .experience-audit-top,
    .experience-audit-mid,
    .experience-audit-bottom {
        padding: 50px 0;
    }
    .experience-audit-mid {
        background: #eeeeee;
    }
    .exp-aud-desk {
        display: block;
    }
    .exp-aud-mobi {
        display: none;
    }
}

#exp-mobi-gret {
    display: none;
}

#exp-aud-stats {
    display: none;
}

@media (max-width: 767px) {
    .exp-aud-desk {
        display: none;
    }
    .exp-aud-mobi {
        display: block;
    }
}

.home-page {
    background: url('https://d3007r5yy4x6uw.cloudfront.net/web-dev/response/images/main_hero-min.jpg') no-repeat;
}
#home-products-img {
    width: 550px;
    float: right;
}

@media (max-width:1279px) {
    #home-products-img {
        margin-left: 0;
    }
}