/*
Theme Name: BetterCloud
Version: 1.0
License: GNU General Public License v2 or laterw
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bettercloud
Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blue, light

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BetterCloud is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Reset
2.0  Document
3.0  Layout
4.0  Structure
5.0  Contents
6.0  Elements
7.0  Widgets
8.0  Sections
9.0  External Plugins

--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/


/* Reset already include in bootstrap */


/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/


/*------------------------------
	2.1 Typography
------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Catamaran:300,400,500,600,700|Questrial');
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
html {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
}
@media (max-width: 991px) {
    html {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 14px;
    }
}
body {
    height: 100%;
}
.site {
    position: relative;
}
body,
button,
input,
select,
textarea {
    font-family: "proxima-nova", "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
}
pre,
code,
input,
textarea {
    font: inherit;
}
::-moz-selection {
    background: #000000;
    color: #FFFFFF;
}
::selection {
    background: #000000;
    color: #FFFFFF;
}

/*------------------------------
	2.2 Links - Override Bootstrap
------------------------------*/

a,
a:active,
.single-post h2 a {
    color: #3877e0;
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:focus {
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #777777;
}
a:hover {
    outline: none;
    text-decoration: none;
}
.more {
    display: inline;
    padding: 0 6px;
}
.blue {
    color: #3877e0;
}
.blue-bg {
    background: #3877e0;
    color: #fff !important;
}
.lt-blue-bg {
    background: #cfe2f3;
}
.black {
    color: #000;
}
.white {
    color: #fff!important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.white-bg {
    background: #fff;
}
.navbar-collapse {
    max-height: none!important;
}
.navbar-toggle {
    border: none;
    margin-right: 0;
}
.dropdown-menu {
    border-color: transparent!important;
}
.navbar {
    min-height: 0!important;
    margin-bottom: 0!important;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .caret {
    letter-spacing: 1px;
}
.nav-home .navbar-nav>li>a,
.nav-home .caret {
    color: #fff;
}

/*------------------------------
	2.3 Heading
------------------------------*/

h2,
h3,
h4,
h5,
h6 {
    font-family: "proxima-nova", "Raleway", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-top: 24px;
    color: #000
}
h1 a,
h1 a:active,
h1 a:focus,
h2 a,
h2 a:active,
h2 a:focus,
h4 a,
h4 a:active,
h4 a:focus,
h5 a,
h5 a:active,
h5 a:focus,
h6 a {
    color: #000;
    text-decoration: none;
}
h1 {
    line-height: 1;
    font-size: 33px;
    font-size: 2.0625rem;
    font-weight: 600;
}
@media (min-width: 940px) {
    h1 {
        font-size: 62px;
        font-size: 3.875rem;
    }
    h1.prod {
        font-size: 72px;
        letter-spacing: 1px;
    }
}
@media (max-width:480px) {
    h1 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}
h1 span,
h2 span {
    font-weight: 300;
}
h2 {
    line-height: 1.2;
    font-size: 40px;
    font-size: 2.5rem;
}
@media (max-width: 768px) {
    h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}
h2.subtitle {
    font-weight: 300;
    color: #3877e0;
}
h3 {
    font-size: 24px;
    font-size: 1.5rem;
}
h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 12px;
}
h5 {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
}
h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.5;
    background: #FFF576;
    padding: 15px;
}
.style-title {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.fade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
    opacity: 0.5;
}

/* Custom CVP Content Views Pro style*/

.monitorlogo-top {
    margin-bottom: 5%;
}
@media screen and (max-width: 801px) {
    .monitorlogo-top {
        margin-top: 10%;
    }
}
@media screen and (max-width: 480px) {
    .monitorlogo-top {
        margin-top: 15%;
    }
}
.pt-cv-view .pt-cv-title {
    margin-bottom: 20px;
    padding-top: 20px;
}
.header-thin {
    font-weight: 200;
    letter-spacing: 2px;
}
.p14 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .25pt;
}
.pt-cv-pinterest .pt-cv-meta-fields {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: inline-block;
}
.pt-cv-meta-fields {
    font-size: 13px;
    margin-top: 0;
    display: inline-block!important;
}

/* Monitor Feature Post Customization*/

#pt-cv-view-478df77quc .pt-cv-content {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .25pt;
    padding: 10px 0px 15px 0px
}
#pt-cv-view-478df77quc .pt-cv-title a {
    font-weight: 200;
    font-size: 3rem;
}

/* Monitor Post Grid Customization*/

#pt-cv-view-af6ed5axir .pt-cv-ifield {
    border: 1pt solid #e7e7e7;
}
#pt-cv-view-af6ed5axir .pt-cv-title {
    margin-bottom: 0px;
    padding: 14px 0px 0px 0px;
    font-size: 20px;
    line-height: 24px;
}
#pt-cv-view-af6ed5axir .pt-cv-title a {
    font-weight: 300;
}
#pt-cv-view-af6ed5axir .pt-cv-content {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .25pt;
    padding: 10px 0px 20px 0px;
}

/* Monitor SideBar Customization*/

#pt-cv-view-80601ad30w .pt-cv-ifield {
    border: 1pt solid #e7e7e7;
}
#pt-cv-view-80601ad30w .pt-cv-title {
    margin-bottom: 0px;
    padding: 5px 0px 5px 0px;
    font-size: 22px;
    line-height: 24px;
}
#pt-cv-view-80601ad30w .pt-cv-title a {
    font-weight: 300;
}
#pt-cv-view-80601ad30w .pt-cv-content {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .25pt;
    padding: 0px 0px 5px 0px;
}

/* Academy Homepage Customization*/

#pt-cv-view-007e1a9kqt .pt-cv-content {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .25pt;
    padding: 10px 0px 15px 0px
}
#pt-cv-view-007e1a9kqt .pt-cv-title a {
    font-weight: 200;
    font-size: 2.75rem;
}

/* Academy SideBar Customization*/

#pt-cv-view-184f1eeznc .pt-cv-ifield {
    border: 1pt solid #e7e7e7;
}
#pt-cv-view-184f1eeznc .pt-cv-title {
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px;
    font-size: 22px;
    line-height: 24px;
}
#pt-cv-view-184f1eeznc .pt-cv-title a {
    font-weight: 300;
}
#pt-cv-view-184f1eeznc .pt-cv-content {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .25pt;
    padding: 0px 0px 5px 0px
}

/* Academy Post Grid Customization*/

#pt-cv-filter-bar-00f66c4kws-category {
    margin-bottom: 20px !important;
    background-color: #FFFFFF;
    width: 100%;
    border-top: 1pt solid #e7e7e7;
    border-bottom: 1pt solid #e7e7e7;
    padding-bottom: 10px;
    padding-top: 10px;
}
#pt-cv-view-00f66c4kws .pt-cv-ifield {
    border: 1pt solid #e7e7e7;
}
#pt-cv-view-00f66c4kws .pt-cv-title {
    margin-bottom: 5px;
    padding: 14px 0px 0px 0px;
    font-size: 20px;
    line-height: 24px;
}
#pt-cv-view-00f66c4kws .pt-cv-title a {
    font-weight: 300;
}
#pt-cv-view-00f66c4kws .pt-cv-content {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .25pt;
    padding: 0px 0px 5px 0px
}
#pt-cv-filter-bar-00f66c4kws-category li {
    margin: 8px 10px;
    font-size: 12px!important;
    line-height: 1.3!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
}
.breadcrumb.pt-cv-filter-bar>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
    display: none;
}

/* Resource Feature Customization*/

#pt-cv-view-5752d8amgh .pt-cv-content {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .25pt;
    padding: 10px 0px 15px 0px
}
#pt-cv-view-5752d8amgh .pt-cv-title a {
    font-weight: 200;
    font-size: 3rem;
}
@media screen and (max-width: 768px) {
    #pt-cv-view-5752d8amgh .pt-cv-title a {
        font-weight: 200;
        font-size: 2rem;
    }
}
@media screen and (max-width: 994px) {
    #pt-cv-view-5752d8amgh .pt-cv-2-col .pt-cv-colwrap {
        display: block;
    }
}
#pt-cv-view-5752d8amgh .pt-cv-meta-fields {
    text-align: left!important;
    font-weight: 600;
}
#pt-cv-view-5752d8amgh .pt-cv-view .pt-cv-title {
    margin-bottom: 20px;
    padding-top: 5px!important;
}

/* Resource Grid Customization*/

#pt-cv-view-5c44fb2jys {
    text-align: left;
    padding-top: 20px;
    border-top: 1pt solid #3877e0;
}
#pt-cv-filter-bar-5c44fb2jys-category {
    margin-bottom: 20px !important;
    background-color: #FFFFFF;
    width: 100%;
    border-top: 1pt solid #e7e7e7;
    border-bottom: 1pt solid #e7e7e7;
    padding-bottom: 10px;
    padding-top: 10px;
}
#pt-cv-view-5c44fb2jys .pt-cv-ifield {
    border: 1pt solid #e7e7e7;
}
#pt-cv-view-5c44fb2jys .pt-cv-title {
    margin-bottom: 5px;
    padding: 5px 0px 10px 0px;
    font-size: 22px;
    line-height: 24px;
}
#pt-cv-view-5c44fb2jys .pt-cv-title a {
    font-weight: 300;
}
#pt-cv-view-5c44fb2jys .pt-cv-content {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .25pt;
    padding: 0px 0px 5px 0px
}
#pt-cv-view-5c44fb2jys .pt-cv-meta-fields {
    padding-left: 0!important;
    margin-top: 5px;
}
.cvp-live-filter {
    margin-bottom: 10px;
    display: inline-block;
}
.cvp-live-filter .cvp-label {
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase!important;
    font-size: 12px!important;
    letter-spacing: 2px!important;
    vertical-align: top;
}
.pt-cv-wrapper button,
.pt-cv-wrapper select {
    text-transform: none;
    font-size: 10pt;
}
.cvp-live-filter.cvp-search-box {
    display: inline-block!important;
}
.cvp-live-button {
    display: inline-block!important;
    margin-left: 20px!important;
}
.pt-cv-wrapper .btn-sm {
    text-transform: uppercase!important;
}
.pt-cv-wrapper .btn-success {
    color: #fff!important;
    background-color: #3877e0!important;
    border-color: #3877e0!important;
}
select {
    vertical-align: middle;
    border: 1px solid #3877e0;
}

/*------------------------------
	2.4 Base
------------------------------*/

ul,
ol,
dl,
p,
details,
address,
.vcard,
figure,
pre,
fieldset,
table,
dt,
dd,
hr {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    margin-top: 0;
}

/*------------------------------
	2.5 Content
------------------------------*/

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
b,
strong,
.strong {
    color: #000;
    font-weight: bold;
}
blockquote {
    background: #FFFFFF;
}
@media screen and (max-width: 940px) {
    blockquote {
        margin: 1.5em 10px;
        padding: 2.75em;
    }
}

/*for mobile screen*/

@media screen and (min-width: 940px) {
    blockquote {
        border-top: 1.5px solid #3877e0;
        border-bottom: 1.5px solid #3877e0;
        margin: 1.5em 0px;
        padding: 1.25em 0px;
        font-size: 24px;
        line-height: 1.2;
    }
}
@media screen and (max-width:480px) {
    blockquote {
        padding: 1rem;
    }
}
blockquote:before {
    color: #000;
    font-size: 6em;
    line-height: 0.1em;
    margin-right: 0.24em;
    vertical-align: -0.4em;
}
blockquote:after {
    visibility: hidden;
}
blockquote p {
    display: inline;
}
.quote-blue {
    font-size: 28px;
    color: #3877e0;
    font-weight: 300;
}
.entry-related {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
#related-posts h3 {
    font-size: 1.25rem;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
figure {
    margin: 0;
}
address {
    margin: 20px 0;
}
hr {
    border: 0;
    border-top: 1px solid #e9e9e9;
    height: 1px;
    margin-bottom: 20px;
}
tt,
kbd,
pre,
code,
samp,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    background-color: #e9e9e9;
    padding: 5px 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
pre {
    overflow: auto;
    white-space: pre-wrap;
    max-width: 100%;
    line-height: 1.7;
    margin: 20px 0;
    padding: 20px;
}
details summary {
    font-weight: bold;
    margin-bottom: 20px;
}
details:focus {
    outline: none;
}
abbr,
acronym,
dfn {
    cursor: help;
    font-size: .95em;
    text-transform: uppercase;
    border-bottom: 1px dotted #e9e9e9;
    letter-spacing: 1px;
}
mark {
    background-color: #fff9c0;
    text-decoration: none;
}
small .small {
    font-size: 82%;
}
big {
    font-size: 125%;
}
ul,
ol {
    padding-left: 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul li,
ol li {
    margin: 8px 16px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 20px 20px;
}

/*------------------------------
	2.6 Table
------------------------------*/

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-spacing: 0;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    border: 1px solid #e9e9e9;
    line-height: 1.42857;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}
table > thead > tr > th,
table > thead > tr > td {
    border-bottom-width: 2px;
}
table th {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*------------------------------
	2.7 Form
------------------------------*/

fieldset {
    padding: 20px;
    border: 1px solid #e9e9e9;
}

/* Overriding Marketo settings */

input[type="reset"],
input[type="submit"],
input[type="submit"],
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    cursor: pointer;
    background-color: #3877e0!important;
    background-image: none!important;
    border: none!important;
    display: inline-block;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 12px 24px!important;
    ;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    margin: 3px 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"]:hover,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    opacity: 0.8;
}
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
    cursor: pointer;
}
textarea {
    background: none;
    resize: vertical;
}
select {
    max-width: 100%;
    overflow: auto;
    vertical-align: top;
    outline: none;
    border: 1px solid #e9e9e9;
    padding: 10px;
}
textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="email"] {
    padding: 6px 10px;
    max-width: 100%;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input[type="email"]:focus {
    background: #fff;
    border-bottom: 1px solid #fff;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0 10px;
}
.btn:hover {
    opacity: .75;
}
.clear-btn {
    border: 2px solid #3877e0;
    box-shadow: none!important;
    color: #3877e0;
}

/*------------------------------
	2.8 Accessibility
------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f8f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clip: auto !important;
    color: #3877e0;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 17px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/*------------------------------
	2.8 Accessibility
------------------------------*/


/*------------------------------
	2.9 Alignments
------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.centered {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

/*------------------------------
	2.9A
------------------------------*/

.circle {
    border-radius: 50%;
}
.shadow {
    -webkit-box-shadow: 0px 0px 20px 2px rgba(84, 84, 84, .3);
    -moz-box-shadow: 0px 0px 20px 2px rgba(84, 84, 84, .3);
    box-shadow: 0px 0px 20px 2px rgba(84, 84, 84, .3);
}

/*------------------------------
	3.0 Clearings
------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    clear: both;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*------------------------------
	3.1 Infinite Scroll
------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*------------------------------
	3.1 Helper.
------------------------------*/

.hide {
    display: none;
}
.clearleft {
    clear: left;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/

#primary,
#secondary {
    padding-bottom: 24px;
    padding-top: 24px;
}
#secondary-left {
    width: 100%;
}
#secondary-right {
    margin-top: 0;
    width: 100%;
}
.div24 {
    display: block;
    margin: 12px 0;
    clear: both;
}
.div48 {
    display: block;
    margin: 24px 0;
    clear: both;
}
.div60 {
    display: block;
    margin: 30px 0;
    clear: both;
}

/* Margin and padding override for those weird moments */

.no-margin {
    margin: 0!important;
}
.no-padding {
    padding: 0!important;
}
@media screen and (min-width: 940px) {
    .div100 {
        display: block;
        margin: 50px 0;
    }
    .div500 {
        display: block;
        margin: 250px 0;
    }
}
.content-area {
    width: 100%;
    float: none;
}
@media screen and (min-width: 940px) {
    .content-area {
        float: left;
    }
}
.sidebar {
    width: 100%;
    float: none;
}
@media screen and (min-width: 940px) {
    .sidebar {
        width: 25.22523%;
        float: left;
    }
}
.no-sidebar .content-area {
    width: 100%;
}
@media screen and (min-width: 940px) {
    .left-sidebar .content-area {
        float: right;
        padding-left: 39px;
        border-left: 1px solid #e9e9e9;
        margin-right: 1px;
        width: 74.77477%;
    }
    .left-sidebar .sidebar {
        padding-right: 39px;
        border-right: 1px solid #e9e9e9;
        margin-right: -1px;
    }
    .right-sidebar .content-area {
        padding-right: 39px;
        /* border-right: 1px solid #e9e9e9; */
        width: 74.77477%;
    }
    .right-sidebar .sidebar {
        padding-left: 39px;
        border-left: 1px solid #e9e9e9;
        margin-left: -1px;
    }
}

/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/


/* Header
------------------------------*/

.site-header {
    background: rgba(255, 255, 255, 1);
    /*line-height: 38px;*/
    width: 100%;
    z-index: 50;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-effects {
    background: #FFFFFF;
}
.sticky-header .site-header {
    position: fixed;
    z-index: 9999;
    border-bottom: .25pt solid #e7e7e7;
}
.nav-full {
    background-color: rgba(255, 255, 255, 1);
}
.site-branding {
    float: left;
    min-height: 40px;
    width: 125px;
    margin-top: 13px;
    margin-left: 20px;
    margin-bottom: 10px;
}

/* Mobile and Tablet Screens */

@media screen and (max-width: 768px) {
    .site-image-logo img {
        padding: 9px 9px 9px 9px;
        width: 124px;
    }
    .site-title {
        font-size: 20px;
        padding: 14px 6px 6px 0;
        left: 166px;
    }
}
@media screen and (min-width: 768px) {
    .site-image-logo img {
        padding: 6px;
        width: 138px;
    }
    .site-title {
        font-size: 24px;
        padding: 12px 6px 6px;
        left: 180px;
    }
}
.site-title {
    background: none;
    color: #000;
    font-weight: bolder;
    margin: 0;
    letter-spacing: 1.5px;
    line-height: 1;
    font-family: "proxima-nova", "Raleway", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: initial;
    vertical-align: middle;
    position: absolute;
}
.site-image-logo img {
    left: 49px;
    /*position: absolute;*/
    top: 0;
}
.site-branding .site-title:hover,
.site-branding .site-text-logo:hover {
    text-decoration: none;
}
.header-social {
    margin-left: 0px;
    float: right;
}
@media screen and (min-width: 940px) {
    .header-social {
        margin-left: 10px;
    }
}
@media screen and (max-width: 576px) {
    .header-social {
        display: none;
    }
}
.header-social a {
    display: block;
    height: 100%;
    float: left;
    margin-left: 0px;
    margin-top: -2px;
    color: #3877e0;
}
@media screen and (min-width: 940px) {
    .header-social a {
        margin-left: 3px;
    }
}
.header-social a:hover {
    color: #000000;
    transition: all 0.2s linear 0s;
}
.header-social .fa-stack-1x,
.header-social .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.header-social .fa-stack-1x {
    line-height: inherit;
}
.header-social .fa-stack-2x {
    font-size: 2em;
}
.header-social .fa-inverse {
    color: #FFFFFF;
}
.header-btn {
    float: right;
}

/* Custom Nav */

.navbar-left {
    display: inline-block;
    margin-top: 10px;
}
.navbar-left>li {
    float: left;
    color: red;
}
.cta-top {
    float: right;
    position: absolute;
    right: 20px;
    top: 20px;
}
.cta-top .btn {
    background: #3877e0;
    line-height: 48px;
    border-radius: 27px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 0 30px;
}
.search-box {
    position: absolute;
    top: 30px;
    right: 170px;
}
.search-box input#Email {
    border: 0;
}
.search-box .searchform #s {
    background: none;
    border-bottom: none;
    color: #000;
    cursor: pointer;
    height: 24px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    text-indent: 24px;
    transition: width .5s;
    width: 24px;
    z-index: 9999;
}
.search-box .searchform:before {
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    right: 7px;
    z-index: -1;
    cursor: pointer;
}
.search-box .searchform #s:focus {
    background: #fff;
    border-bottom: 1px solid #000;
    cursor: pointer;
    text-indent: 0;
    width: 195px;
}
.search-box input[type="text"] {
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    padding: 0!important;
    outline: none;
}
.search-box input[type="submit"],
.widget_search input[type="submit"] {
    background: none;
    border-radius: 0!important;
    box-shadow: none!important;
    color: transparent;
    width: 20px;
    height: 30px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}

/* Canvas Menu */

@media screen and (min-width: 940px) {
    .main-navigation .bettercloud-menu {
        width: 30%;
    }
}
@media screen and (max-width: 940px) {}

/* Mobile */

@media screen and (max-width: 768px) {
    .search-box,
    .cta-top,
    .navbar-left {
        display: none;
    }
    .main-navigation-left li.sidebar-search,
    #sidebar-mobile,
    #crestashareiconincontent {
        display: block;
    }
}

/* Desktop */

@media screen and (min-width: 768px) {
    .search-box,
    .cta-top {
        display: block;
    }
    .main-navigation-left li.sidebar-search,
    #sidebar-mobile,
    #crestashareiconincontent {
        display: none;
    }
}
.main-navigation-left .bettercloud-menu-left {
    width: 100%;
    position: fixed;
}
.main-navigation-left li.sidebar-search {
    position: absolute;
    background: #3877e0;
    width: 100%;
    left: 0;
    top: 0;
}
li.sidebar-search form.search-form {
    padding: 0 12px;
}
li.sidebar-search input.search-field {
    width: 240px;
}
.main-navigation .bettercloud-menu,
.main-navigation-left .bettercloud-menu-left {
    display: none;
    height: 100%;
    z-index: 9999;
}
.bettercloud-menu-left,
.bettercloud-menu-left *,
.bettercloud-menu,
.bettercloud-menu * {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bettercloud-menu {
    margin: 65px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #f5f7f9;
    z-index: 999;
    -webkit-box-shadow: inset 4px 0 6px rgba(84, 84, 84, .1);
    -moz-box-shadow: inset 4px 0 6px rgba(84, 84, 84, .1);
    box-shadow: inset 4px 0 6px rgba(84, 84, 84, .1);
}
.bettercloud-menu-left {
    position: absolute;
    right: 0px;
    top: 70px;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: inset -4px 0 6px rgba(84, 84, 84, .1);
    -moz-box-shadow: inset -4px 0 6px rgba(84, 84, 84, .1);
    box-shadow: inset -4px 0 6px rgba(84, 84, 84, .1);
}
.bettercloud-menu ul ul {
    top: 0;
    left: 100%;
}
.bettercloud-menu-left ul ul {
    top: 0;
    left: 100%;
}
.bettercloud-menu li:hover > ul,
.bettercloud-menu li.sfHover > ul,
.bettercloud-menu-left li:hover > ul,
.bettercloud-menu-left li.sfHover > ul {
    display: block;
}
.bettercloud-menu li,
.bettercloud-menu-left li {
    padding: 12px 0;
    position: relative;
    -webkit-transition: background .2s;
    transition: background .2s;
}
#secondary-left {
    border: none!important;
    padding-left: 15px;
}
.bettercloud-menu-left li {
    white-space: nowrap;
    *white-space: normal;
}
.bettercloud-menu-left li:hover,
.bettercloud-menu-left li.sfHover,
.bettercloud-menu li:hover,
.bettercloud-menu li.sfHover {
    -webkit-transition: none;
    transition: none;
}
.bettercloud-menu a .bettercloud-menu-left a {
    font-weight: 500;
    line-height: 1;
    padding: 24px 0;
    text-transform: uppercase;
    text-decoration: none;
    zoom: 1;
    letter-spacing: 1.5px;
    display: inline-block;
}
.bettercloud-menu a:hover,
.bettercloud-menu-left a:hover {
    color: #3877e0;
}
.bettercloud-menu ul li a:hover,
.bettercloud-menu-left ul li a:hover {
    color: #3877e0;
}
.bettercloud-menu li.bettercloud-current-item > a,
.bettercloud-menu-left li.bettercloud-current-item > a {
    color: #3877e0;
}
.bettercloud-menu ul li.current-menu-item > a,
.bettercloud-menu-left ul li.current-menu-item > a {
    color: #3877e0;
}
.bettercloud-menu > li:last-child > a,
.bettercloud-menu-left > li:last-child > a {
    padding-right: 0px;
}
.bettercloud-menu > li a.menu-actived .bettercloud-menu-left > li a.menu-actived {
    color: #3877e0;
}
.main-navigation,
.main-navigation-left {
    position: static;
}
#nav-toggle {
    display: block;
}
#nav-toggle:before {
    color: #3877e0;
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    position: absolute;
    top: 8px;
    left: 9px;
    width: 40px;
    height: 40px;
}
#nav-toggle.nav-is-visible:before {
    content: "X"!important;
    font-family: "proxima-nova", "Raleway", Helvetica, Arial, sans-serif!important;
    padding-top: 2px;
    padding-left: 2px;
}
#nav-toggle {
    background: transparent;
    height: 40px;
    padding: 1px;
    position: absolute;
    right: 10px;
    width: 40px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    margin-top: 5px
}
@media screen and (min-width:768px) {
    #nav-toggle {
        display: none;
    }
}
li.rtnav {
    display: block;
}
.close-it {
    background: #000;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    padding: 0 12px;
    position: absolute;
    right: -28px;
    top: 0;
    z-index: 999;
}

/* Content
------------------------------*/

.site-content.no-border {
    border-top: none;
}
.page-header {
    background: #f5f7f9;
    padding: 24px 0px;
}
.page-header-none {
    background: none;
    padding: 24px 0px;
}

/* .page-header {
	border-bottom: 1px solid #e9e9e9;
} */

.page-header .entry-title,
.page-header .page-title {
    margin-bottom: 0px;
    font-weight: 500;
}
.page-header p {
    margin: 6px 0px 0px 0px;
}
#static-logo {
    position: fixed;
    z-index: 999;
}
#content,
.site-content {
    background: #f8f8f9;
}
.site-content-academy {
    background: #f1fafe;
}
#content-inside {
    background: #fff;
}

/* Homepage Layout
------------------------------*/

.mag-sect-1 {
    position: relative;
    z-index: 49;
}
p.headline-ex {
    background: #fff;
    display: inline-block;
    font-size: 1.625rem;
    line-height: 1.5;
}
@media screen and (min-width: 1024px) {
    p.headline-ex {
        padding: 24px;
    }
    .sm-subheader {
        font-size: 60%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sm-subheader {
        font-size: 30%;
    }
}
@media screen and (max-width: 768px) {
    .sm-subheader {
        display: none;
    }
}

/* Product Page Layout
------------------------------*/

@media screen and (min-width: 720px) {
    .prod-img {
        opacity: .4;
        position: absolute;
        top: 60px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        z-index: -1;
    }
}

/* Author Page Layout
------------------------------*/

.auth_quote {
    font-size: 1.825rem;
    line-height: 1.25;
    color: #bbb;
    font-weight: lighter;
    letter-spacing: 1px;
}
@media (min-width: 992px) {
    .auth-desc {
        padding-left: 36px;
    }
}

/* Theme Customizations for Desktop Screens
------------------------------*/

@media (min-width: 992px) {
    .mag-sect-1 h2 {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.85);
        display: inline;
        font-size: 70px;
        line-height: 1.25;
        padding: 0 6px;
    }
    .post-single-img {
        min-height: 725px;
    }
    #mag-sect .col-lg-4,
    #mag-sect .col-md-6 {
        padding: 24px;
    }
    .push-left {
        margin-left: -70px;
    }
    .push-right {
        margin-right: -70px;
    }
}
@media (min-width:1200px) {
    #content-inside-post {
        background: #fff;
        padding: 36px 36px;
        margin-top: -275px;
        position: relative;
        width: 900px;
        z-index: 99;
        margin-bottom: 75px;
    }
}
@media (min-width:1200px) {
    #content-inside-lesson {
        background: #fff;
        padding: 26px 36px;
        position: relative;
        width: 900px;
        z-index: 99;
    }
}

/* Theme Customizations for Smaller Screens
------------------------------*/

@media (max-width: 992px) {
    .mag-sect-1 h2 {
        background-color: rgba(255, 255, 255, 0.85);
        display: inline;
        font-size: 36px;
        line-height: 1.25;
        padding: 0 6px;
    }
}
@media (max-width:1200px) {
    #content-inside-post {
        background: #fff;
        padding: 26px 36px;
        margin-top: -175px;
        position: relative;
        width: 700px;
        z-index: 99;
    }
}
@media (max-width:775px) {
    #content-inside-post {
        background: #fff;
        padding: 26px 36px;
        margin-top: -25px;
        position: relative;
        width: 500px;
        z-index: 99;
    }
}
@media (max-width:775px) {
    #content-inside-post {
        background: #fff;
        padding: 26px 36px;
        margin-top: -25px;
        position: relative;
        width: 350px;
        z-index: 99;
    }
}
@media (max-width:1200px) {
    #content-inside-lesson {
        background: #fff;
        padding: 26px 36px;
        margin-top: -175px;
        position: relative;
        width: 700px;
        z-index: 99;
    }
}
@media (max-width:775px) {
    #content-inside-lesson {
        background: #fff;
        padding: 26px 36px;
        margin-top: -25px;
        position: relative;
        width: 500px;
        z-index: 99;
    }
}
@media (max-width:775px) {
    #content-inside-lesson {
        background: #fff;
        padding: 26px 36px;
        margin-top: -25px;
        position: relative;
        width: 350px;
        z-index: 99;
    }
}

/* Footer
------------------------------*/

.site-footer {
    background: #383838;
    color: grey;
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    z-index: 999;
}
.site-footer a {
    color: #3877e0;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
    font-family: 'Catamaran';
}
.site-footer li.menu-item {
    margin-bottom: 20px;
}
.site-footer li a {
    color: #383838;
}
.site-footer a:hover {
    color: #3877e0;
}
.site-footer .footer-connect {
    padding: 90px 0px;
    padding: 80px 0px;
    padding: 5rem 0rem;
    text-align: left;
    background: white;
}
@media (max-width: 767px) {
    .site-footer .footer-connect .footer-subscribe {
        margin-bottom: 40px;
    }
}
.site-footer .footer-connect .follow-heading {
    color: #FFFFFF;
    margin-bottom: 20px;
    letter-spacing: 0.8px;
}
.site-footer .footer-connect .subs_input {
    background: #333333;
    color: #cccccc;
    border-bottom: none;
    box-shadow: none;
    padding: 12px 15px 13px;
    border-radius: 2px;
    width: 60%;
    font-size: 13px;
}
.site-footer .footer-connect .subs_input:focus {
    border: none;
}
@media screen and (max-width: 1140px) {
    .site-footer .footer-connect .subs_input {
        width: 100%;
        margin-bottom: 4px;
    }
}
@media screen and (max-width: 940px) {
    .site-footer .footer-connect .subs_input {
        width: 70%;
        margin-bottom: 4px;
    }
}
@media screen and (max-width: 720px) {
    .site-footer .footer-connect .subs_input {
        width: 100%;
        margin-bottom: 4px;
    }
}
.site-footer .footer-connect .subs-button {
    margin: 0px;
    position: relative;
    top: 0px;
    padding: 16px 23px 16px;
}
@media screen and (max-width: 1140px) {
    .site-footer .footer-connect .subs-button {
        width: 100%;
    }
}
@media screen and (max-width: 940px) {
    .site-footer .footer-connect .subs-button {
        width: 70%;
    }
}
@media screen and (max-width: 720px) {
    .site-footer .footer-connect .subs-button {
        width: 100%;
    }
}
.site-footer .footer-connect input[type="text"]:focus {
    border: none !important;
}
.site-footer .footer-social {
    text-align: left;
}
.site-footer .footer-social a {
    font-size: 20px;
    margin: 0px 13px;
    color: #383838!important;
}
.site-footer .footer-social a:hover {
    color: #3877e0;
}
.site-footer .site-info {
    position: relative;
    text-align: left;
    padding: 35px 0px;
    background: white;
    font-weight: 500;
    color: #383838;
    z-index: 999;
}
.site-footer .site-info a {
    color: #3877e0;
}
.site-footer .site-info a:hover {
    text-decoration: underline;
}
.site-footer .btt a {
    display: none;
    border-radius: 0px 20px 0 0;
    color: #999999;
    background: #222222;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    position: absolute;
    right: 60px;
    top: -25px;
    transition: all 0.2s linear 0s;
    width: 50px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.site-footer .btt a:hover {
    color: #3877e0;
}
.site-footer .btt a i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
@media screen and (max-width: 940px) {
    .site-footer .btt a {
        right: 0;
        left: 0;
    }
}
li.menu-item {
    line-height: 1.25;
    list-style: none;
    padding: 0;
    margin: 0 0 6%;
}
.site-footer h3,
.site-footer h4 {
    color: #383838;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: .6px;
    line-height: 1.6;
}
ul#menu-solutions {
    padding-left: 0px;
}

/*--------------------------------------------------------------
5.0 Contents
--------------------------------------------------------------*/


/* Page: 404
------------------------------*/

.error-404 .search-form,
.error-404 .widget {
    margin-bottom: 40px;
}
.error-404 .widgettitle,
.error-404 .widget-title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 13px;
    font-weight: 700;
}
.error-404 ul {
    padding-left: 0;
}
.error-404 ul li {
    list-style: none;
}
.search-field-gen {
    border: 1px solid #e9e9e9!important;
}

/* Page: Search
------------------------------*/

.search-results .hentry {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: inline-flex;
}
.search-results .entry-summary p {
    margin-bottom: 0;
}
.search-results .entry-header .entry-title {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
}
.search-results .entry-header .entry-title a:hover {
    text-decoration: none;
}

/* Entry Header
------------------------------*/

.entry-header .entry-title {
    font-weight: 500;
    text-transform: none;
    letter-spacing: -0.6px;
    font-size: 25px;
    line-height: 1.3;
}

/* Academy Single Lesson Entry
------------------------------*/

.lesson-header,
.lesson-header a {
    color: #fff;
}
.next-post a:hover,
.lesson-header a:hover,
.lesson-header a:active,
.lesson-header a:focus {
    color: #000
}
.entry-header .lesson-title {
    padding-top: 5%;
}
.entry-header .lesson-title a,
.next-post a {
    color: #fff;
}
.next-post {
    bottom: 0;
    display: block;
    letter-spacing: .5px;
    line-height: 1.5;
    margin-top: 80%;
}
.next-icon {
    font-size: 84px!important;
    position: absolute;
    margin-left: -54px;
}

/*body.single-lesson h3,
body.single h3 {
    font-weight: 600;
    font-weight: bold;
}*/

.single-header {
    position: relative;
}
#post-sidebar {}
@media screen and (max-width: 940px) {
    .next-post {
        display: none;
    }
}
@media screen and (min-width: 940px) {
    .entry-header .entry-title,
    .vid-title {
        font-size: 60px;
        line-height: 1.18;
    }
    .single-header {
        min-height: 360px;
    }
}
.single .entry-header .entry-title {
    margin-bottom: 10px;
}

/* Entry Content
------------------------------*/

.entry-content {
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: .25px;
}
.entry-content blockquote p {
    margin: 0px;
    font-size: 28px;
    color: #3877e0;
    font-weight: 200;
}
@media screen and (max-width:480px) {
    .entry-content blockquote p {
        font-size: 18px;
    }
}
.entry-content h2 {
    font-weight: 300;
    font-size: 1.875rem;
    margin-bottom: 14px;
    margin-top: 40px;
}
.entry-content h3 {
    font-weight: 600;
}

/* Entry Stuff
------------------------------*/

.entry-meta,
.divider {
    margin-bottom: 12px;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 600;
    padding-top: 24px;
    padding-bottom: 10px;
    border-top: 1px solid #dbdbdb;
}
.divider {
    clear: both;
    margin-bottom: 12px;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #dbdbdb;
}
.entry-contributor {
    padding: 0 0 2% 0;
    margin: 0 0 30px 0;
    border-bottom: 1pt solid #e7e7e7;
}
.entry-contributor p {
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 20pt;
}
.entry-contributor-photo {
    border: 1pt solid #e7e7e7;
    border-radius: 50%;
    margin-right: 15px;
    width: 75px;
}
.entry-footer {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #e9e9e9;
}
.entry-footer .cat-links,
.entry-footer .tags-links {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

/*Nav Links*/

.nav-links {
    padding: 30px 0px;
    border-left: none;
    border-right: none;
    margin-bottom: 50px;
}
.nav-links .nav-previous {
    float: left;
}
.nav-links .nav-next {
    float: right;
}
.nav-links a {
    background: #cccccc;
    color: #FFFFFF;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 2px;
}
.nav-links a:hover {
    background: #3877e0;
    text-decoration: none;
}
.navlink-black {
    color: #383838!important;
    font-size: .9375rem!important;
    letter-spacing: .5px;
    font-weight: 500;
    font-family: 'Catamaran';
    line-height: 30px!important;
}
a.navlink-black:hover {
    color: #3877e0;
}
.navlink-blacksmall {
    color: #000!important;
    font-size: 12px;
    padding: 0!important;
    margin-left: 0;
    margin-right: 0;
    font-weight: 100;
}
a.navlink-blue {
    color: #3877e0!important;
    font-size: 10pt;
    font-weight: 550;
    line-height: 30px!important;
    letter-spacing: .5px;
}
a.navlink-blue:hover {
    color: #ff685d!important;
}
a.navlink-coral {
    color: #ff685d!important;
    font-size: 10pt;
    font-weight: 600;
    line-height: 30px!important;
}
a.navlink-coral:hover {
    color: #3877e0!important;
}
.bypostauthor {
    margin: 0;
}

/* Sticky Post
------------------------------*/

.sticky .entry-title {
    padding-left: 20px;
    position: relative;
}
.sticky .entry-title:after {
    content: "\f276";
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 22px;
    color: #aaaaaa;
}

/* WordPress caption style
------------------------------*/

.wp-caption {
    max-width: 100%;
    font-style: italic;
    line-height: 1.35;
    margin-bottom: 15px;
    margin-top: 5px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    max-width: 100%;
}
.wp-caption .wp-caption-text {
    margin: 10px 0;
}
.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
    font-style: italic;
    line-height: 1.35;
    font-size: 13px;
}

/* WordPress Gallery
------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}

/* Comments
------------------------------*/

#comments {
    padding-top: 30px;
    border-top: 1px solid #e9e9e9;
}
#comments .comments-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
#comments .comment-list {
    list-style: none;
    padding-left: 0px;
}
#comments .comment-list .pingback {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin: 0;
}
#comments .comment-list .pingback p {
    margin: 0px;
}
#comments .comment-list .pingback:last-child {
    margin-bottom: 40px;
}
#comments .comment-content.entry-content {
    margin-bottom: 0px;
}
#comments .comment {
    list-style: none;
    margin: 30px 0;
}
#comments .comment .avatar {
    width: 60px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#comments .comment .comment-wrapper {
    margin-left: 90px;
    padding: 25px 30px 15px 30px;
    background: #f8f9f9;
    position: relative;
}
#comments .comment .comment-wrapper:before {
    border-color: transparent #f6f7f9 transparent transparent;
    border-style: solid;
    border-width: 0 10px 10px 0;
    content: "";
    height: 0;
    left: -9px;
    position: absolute;
    top: 0;
    width: 0;
}
#comments .comment .comment-wrapper .comment-meta .comment-time,
#comments .comment .comment-wrapper .comment-meta .comment-reply-link,
#comments .comment .comment-wrapper .comment-meta .comment-edit-link {
    color: #aaaaaa;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 11px;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:hover,
#comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover,
#comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
    color: #3877e0;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:after,
#comments .comment .comment-wrapper .comment-meta .comment-reply-link:after,
#comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
    content: "/";
    padding: 0px 5px;
}
#comments .comment .comment-wrapper .comment-meta a:last-child:after {
    content: "";
}
#comments .comment .comment-wrapper .comment-meta cite .fn {
    font-weight: bold;
    font-style: normal;
    margin-right: 5px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
}
#comments .comment .comment-wrapper .comment-meta cite span {
    padding: 3px 10px;
    background: #e9e9e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
}
#comments .comment .comment-wrapper a {
    text-decoration: none;
}
#comments .comment .children {
    padding-left: 30px;
}
#comments .comment .children .children {
    padding-left: 30px;
}
#comments .comment .children .children .children {
    padding-left: 0px;
}
@media screen and (min-width: 940px) {
    #comments .comment .children {
        padding-left: 90px;
    }
    #comments .comment .children .children {
        padding-left: 90px;
    }
    #comments .comment .children .children .children {
        padding-left: 90px;
    }
}
#comments .form-allowed-tags {
    display: none;
}
#comments a {
    text-decoration: none;
}
#comments a:hover {
    text-decoration: underline;
}
.right-sidebar .comment-respond textarea,
.left-sidebar .comment-respond textarea {
    width: 100%;
}

/* Comment Form
------------------------------*/

#respond {
    padding-top: 20px;
}
#respond .comment-form label {
    display: block;
    margin-bottom: 4px;
}
#respond .form-allowed-tags {
    font-size: 12px;
}
#respond .form-allowed-tags code {
    background: none;
}
#respond .comment-reply-title {
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#respond .comment-notes {
    display: none;
}
#respond label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.full-screen .comments-area {
    max-width: 1110px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/


/* Button
------------------------------*/

.btn {
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
}
.btn:active,
.btn:focus {
    outline: none;
}
.btn-lg {
    font-size: 17px;
    font-size: 1.0625rem;
}
.btn-theme-primary {
    background: #3877e0;
    shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #FFFFFF;
}
.btn-theme-primary:hover {
    color: #FFFFFF;
}
.btn-theme-primary-outline {
    background-color: transparent;
    background-image: none;
    border-color: #3877e0;
    color: #3877e0;
}
.btn-theme-primary-outline:hover {
    color: #FFF;
    background-color: #3877e0;
    border-color: #3877e0;
}
.btn-secondary-outline {
    border-color: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
}
.btn-theme-pink {
    background-color: #FF007F;
    color: #FFF;
}
.btn-theme-pink:hover {
    background-color: #ff5eae;
    color: #FFF;
}
.btn-theme-coral {
    background-color: #ff685d;
    background-image: none;
    border-color: transparent;
    color: #FFF;
    font-size: 11pt;
    padding: 10px 30px;
    letter-spacing: 2px;
    font-weight: 600;
}
.btn-theme-coral:hover {
    color: #FFF;
    background-color: #a6322a;
    border-color: transparent;
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/

.sidebar .widget {}
.sidebar .widget .widget-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 12px 0;
    font-weight: 700;
}
.sidebar .widget ul {
    list-style: none;
    padding: 0px;
}
.sidebar .widget ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.sidebar .widget a {
    color: #000;
    font-size: 16px;
}
.sidebar .widget a:hover {
    color: #777777;
}

/* Search
------------------------------*/

.sidebar .widget .search-form .search-field {
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
}
.sidebar .widget .search-form .search-submit {
    display: none;
    /* padding: 12px 23px 12px;
	width: 93%; */
}
.widget .search-form .search-submit {
    display: none;
    /* top: 48px;
    right: 14px;
    z-index: 5; */
}

/* Recent Comment
------------------------------*/

.widget_recent_comments ul {
    margin-top: 25px;
}
.widget_recent_comments ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.widget_recent_comments ul a {
    font-style: italic;
}
.widget_recent_comments .comment-author-link a {
    font-weight: bold;
    font-style: normal;
}
.widget_recent_comments .avatar {
    width: 100%;
    height: 100%;
}

/* Recent Categories, Archive, Meta
------------------------------*/

.widget-area .widget_categories li,
.widget-area .widget_archive li,
.widget-area .widget_meta li {
    float: left;
    margin-bottom: 0;
    width: 50%;
}
@media screen and (min-width: 720px) {
    .widget-area .widget_categories li,
    .widget-area .widget_archive li,
    .widget-area .widget_meta li {
        width: 50%;
    }
}
@media screen and (min-width: 940px) {
    .widget-area .widget_categories li,
    .widget-area .widget_archive li,
    .widget-area .widget_meta li {
        width: 100%;
        float: none;
    }
}
@media screen and (min-width: 1140px) {
    .widget-area .widget_categories li,
    .widget-area .widget_archive li,
    .widget-area .widget_meta li {
        width: 50%;
        float: left;
    }
}
.widget_recent_entries ul li {
    margin: 0px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #f5f7f9;
}

/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/


/* Section Stuffs
------------------------------*/

.section-padding {
    padding: 24px 0;
    padding: 1.7rem 0rem;
}
.section-padding-lg {
    padding: 60px 0;
    padding: 3.75rem 0rem;
}
.section-padding-larger {
    padding: 140px 0;
    padding: 8.75rem 0rem;
}
.section-meta,
.high-bg {
    background: #f3ffe5;
}
.sm-form {
    background: #f5f7f9;
    margin-bottom: 36px;
    padding: 24px;
}
.low-bg {
    background: #f5f7f9;
}
.dark-bg {
    background: #15232d;
}
.onepage-section {
    position: relative;
    overflow: hidden;
}
.onepage-section:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: " ";
    z-index: 1;
}
.onepage-section .container {
    position: relative;
    z-index: 5;
}
.section-inverse {
    background: #000;
}
.section-inverse .section-title-area .section-title {
    color: rgba(255, 255, 255, 0.99);
}
.section-inverse .section-title-area .section-subtitle {
    color: rgba(255, 255, 255, 0.7);
}
.section-inverse .section-title-area .section-subtitle::after {
    background: rgba(255, 255, 255, 0.8);
}
.section-inverse {
    color: rgba(255, 255, 255, 0.5);
}
.section-inverse h1,
.section-inverse h2,
.section-inverse h3,
.section-inverse h4,
.section-inverse h5,
.section-inverse h6 {
    color: rgba(255, 255, 255, 0.9);
}
.section-inverse p {
    color: rgba(255, 255, 255, 0.5);
}
.section-title-area {
    padding: 12px 0;
    text-align: center;
}
.section-title-area .section-title,
.meta-title {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
@media screen and (min-width: 940px) {
    .section-title-area .section-title {
        font-size: 40px;
        letter-spacing: 3.5px;
    }
}
.section-title-area .section-subtitle {
    color: #3877e0;
    font-size: 12px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
@media screen and (min-width: 940px) {
    .section-title-area .section-subtitle {
        font-size: 14px;
    }
    .hero-slideshow-normal {}
}

/* Section: Hero
------------------------------*/

#main .video-section section.hero-slideshow-wrapper {
    background: transparent;
}
.hero-slideshow-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hero-slideshow-wrapper:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    /*background-color: #3877e0;*/
    display: block;
    content: "";
}
.hero-slideshow-normal .container {
    padding: 10% .9375rem 3%;
    position: relative;
    z-index: 80;
}
.hero-slideshow-new .container {
    padding: 8% 5rem 3%;
    position: relative;
    z-index: 80;
}
.hero-slideshow-fullscreen .container {
    z-index: 80;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
}

/* Hero Text Style1. */

.hero-content-style1 {
    text-align: center;
}
.hero-content-style1 h2 {
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-weight: 800;
    text-transform: uppercase;
}
@media screen and (min-width: 720px) {
    .hero-content-style1 h2 {
        font-size: 60px;
        letter-spacing: 3px;
    }
}
@media screen and (min-width: 940px) {
    .hero-content-style1 h2 {
        font-size: 72px;
        letter-spacing: 4px;
    }
}
.hero-content-style1 h2 strong {
    font-weight: 900;
}
.hero-content-style1 p {
    font-size: 14px;
    letter-spacing: 0.4px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-weight: 100;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}
@media screen and (min-width: 940px) {
    .hero-content-style1 p {
        font-size: 18px;
    }
}
@media screen and (min-width: 1140px) {
    .hero-content-style1 p {
        font-size: 22px;
    }
}
.hero-content-style1 p strong {
    letter-spacing: -0.6px;
}
.hero-content-style1 .btn {
    margin: 0px 10px;
}
@media (max-width: 767px) {
    .hero-content-style1 .btn {
        display: inline-block;
        margin: 5px;
    }
}
.hero-content-style1 a:active,
.hero-content-style1 a:focus,
.hero-content-style1 .btn:active,
.hero-content-style1 .btn:focus {
    outline: none;
}
.hero-content-style1 .btn-secondary-outline {
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
}
.hero-content-style1 .btn-secondary-outline:hover {
    background: #FFF;
    color: #333;
}

/* Text Rotator */

.morphext > .animated {
    display: inline-block;
}

/* Section: About Us
------------------------------*/

.section-about .about-image {
    text-align: center;
}
.section-about .about-image img {
    margin-bottom: 30px;
}

/* Section: Services
------------------------------*/

.section-services .service-item {
    background: #FFFFFF;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    transition: all 100ms ease-out 0s;
}
@media screen and (max-width: 720px) {
    .section-services .service-item {
        padding: 20px;
    }
}
.section-services .service-item:after {
    content: "";
    display: table;
    clear: both;
    clear: both;
}
.section-services .service-item:hover {
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}
.section-services .service-item .service-image {
    float: left;
    margin-right: 30px;
}
.section-services .service-item .service-image img {
    max-width: 75px;
    border-radius: 1000px;
}
.section-services .service-item .service-image i {
    color: #3877e0;
}
@media screen and (max-width: 720px) {
    .section-services .service-item .service-image {
        float: none;
        margin-bottom: 30px;
        margin-top: 10px;
        margin-right: 0px;
        text-align: center;
    }
}
.section-services .service-item .service-thumbnail {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
}
.section-services .service-item .service-content {
    overflow: hidden;
}
.section-services .service-item .service-content p {
    margin: 0px;
    font-size: 14px;
    color: #777777;
}
@media screen and (max-width: 720px) {
    .section-services .service-item .service-content {
        text-align: center;
        overflow: auto;
    }
}
.section-services .service-item .service-title {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    color: #333333;
}
.section-services .service-item .service-link:before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
}

/* Section: Counter
------------------------------*/

.counter_item {
    text-align: center;
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
}
.counter_item .counter__number {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 800;
    color: #3877e0;
    line-height: 1;
    font-family: serif, sans-serif;
    text-transform: uppercase;
}
.counter_item .counter_title {
    font-size: 18px;
    font-size: 1.125rem;
}

/* Section: Parallax
------------------------------*/

.section-has-parallax {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.parallax_bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.parallax_bg.is-mobile {
    background-position: 50% 50% !important;
}
.parallax_bg_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 0.4;
}
.parallax-content {
    z-index: 10;
    position: relative;
    padding: 100px 0px;
    text-align: center;
}
.parallax-content h1,
.parallax-content h2,
.parallax-content h3,
.parallax-content h4,
.parallax-content h5,
.parallax-content h6 {
    color: #FFFFFF;
    line-height: 1.5;
}
.parallax-content p,
.parallax-content a {
    color: #FFFFFF;
}
.parallax-hero .hero-slideshow-wrapper:after {
    display: none !important;
}
.parallax-hero .parallax-mirror:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.3!important;
    background-color: #3877e0!important;
    display: block;
    content: "";
}

/* Section: Team
------------------------------*/

.section-team .team-member {
    padding: 0px 0.5px;
}
.section-team .row {
    margin-left: -0.5px;
    margin-right: -0.5px;
}
.team-members.row {
    margin-left: 0px;
    margin-left: 0rem;
    margin-right: 0px;
    margin-right: 0rem;
}
.team-member {
    margin-bottom: 20px;
}
.team-member .member-thumb {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.team-member .member-thumb:hover .member-profile {
    bottom: 8px;
    transition: all 0.1s linear;
}
.team-member .member-thumb:hover img {
    opacity: 0.7;
    transition: all 0.1s linear;
}
.team-member .member-thumb .member-profile {
    position: absolute;
    text-align: center;
    bottom: -35px;
    left: auto;
    right: auto;
    width: 100%;
}
.team-member .member-thumb .member-profile a {
    color: #000000;
}
.team-member .member-thumb .member-profile a .fa-inverse {
    color: #ffffff;
}
.team-member .member-thumb .member-profile a:hover {
    color: #3877e0;
}
.team-member .member-info {
    margin-top: 0px;
    position: relative;
    z-index: 30;
    text-align: center;
}
.team-member .member-name {
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
}
.team-member .member-name:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -15%;
    bottom: -11px;
    width: 30%;
    height: 1px;
    background: #cccccc;
}
.team-member .member-position {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.3px;
}

/* Section: News
------------------------------*/

.all-news {
    text-align: center;
    margin-top: 40px;
    display: block;
}
.section-news .list-article,
.archive .list-article,
.blog .list-article {
    padding: 12px 0 36px;
}

/* .section-news .list-article:last-of-type, .archive .list-article:last-of-type, .blog .list-article:last-of-type {
	border-bottom: 1px solid #e9e9e9;
} */

.section-news .list-article-thumb,
.archive .list-article-thumb,
.blog .list-article-thumb {
    float: left;
    margin-right: 24px;
}
.section-news .list-article-thumb,
.archive .list-article-thumb,
.blog .list-article-thumb,
.home-thumb-img,
.fa {
    opacity: 1;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.section-news .list-article-thumb a img:hover,
.archive .list-article-thumb a img:hover,
.blog .list-article-thumb a img:hover,
.home-thumb-img:hover,
fa:hover {
    opacity: 0.8;
}
@media screen and (max-width: 940px) {
    .section-news .list-article-thumb,
    .archive .list-article-thumb,
    .blog .list-article-thumb {
        display: none;
    }
}
@media screen and (max-width: 720px) {
    .section-news .list-article-thumb,
    .archive .list-article-thumb,
    .blog .list-article-thumb {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 30px;
        display: block;
    }
    .section-news .list-article-thumb img,
    .archive .list-article-thumb img,
    .blog .list-article-thumb img {
        width: 100%;
    }
}
.section-news .list-article-content,
.archive .list-article-content,
.blog .list-article-content {
    float: none;
    overflow: hidden;
}
.section-news .list-article-meta,
.archive .list-article-meta,
.blog .list-article-meta {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}
.section-news .entry-title,
.archive .entry-title,
.blog .entry-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
.section-news .entry-title {
    margin: 18px 0;
}
.section-news .entry-title a:hover,
.archive .entry-title a:hover,
.blog .entry-title a:hover {
    text-decoration: none;
}
.section-news .entry-excerpt p,
.archive .entry-excerpt p,
.blog .entry-excerpt p {
    margin-bottom: 0px;
}
.archive .site-main .list-article:first-child,
.blog .site-main .list-article:first-of-type {
    border-top: none;
    padding-top: 0px;
}
.page-template-template-blog .section-news .list-article {
    padding: 30px 0px;
}
.page-template-template-blog .section-news .list-article:first-of-type {
    border-top: none;
    padding-top: 0px;
}
.page-template-template-blog .section-news .list-article:last-of-type {
    border-bottom: none;
}
.section-news.section-inverse .list-article {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse .list-article:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse h1 a,
.section-news.section-inverse h2 a,
.section-news.section-inverse h3 a,
.section-news.section-inverse h4 a,
.section-news.section-inverse h5 a {
    color: rgba(255, 255, 255, 0.8);
}
.section-news.section-inverse h1 a:hover,
.section-news.section-inverse h2 a:hover,
.section-news.section-inverse h3 a:hover,
.section-news.section-inverse h4 a:hover,
.section-news.section-inverse h5 a:hover {
    color: #FFF;
}

/* Section: Contact
------------------------------*/

.section-contact input,
.section-contact textarea {
    width: 100%;
}
.section-contact .address-contact {
    margin-top: 5px;
    margin-bottom: 15px;
}
.section-contact .address-contact span {
    float: left;
    color: #aaaaaa;
}
.section-contact .address-contact .address-content {
    display: block;
    padding-left: 45px;
    font-style: italic;
}
.section-contact .address-contact .fa-inverse {
    font-size: 12px;
}
.section-contact textarea {
    max-height: 190px;
}
.wpcf7-form {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
}
.wpcf7-form br {
    margin-bottom: 5px;
}
div.wpcf7-validation-errors {
    margin: 20px 0px;
    padding: 15px;
}
div.wpcf7-response-output {
    margin: 20px 0px;
}

/* Section: Videolightbox
------------------------------*/

.section-videolightbox {
    text-align: center;
}
.section-videolightbox .videolightbox__icon {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}
.section-videolightbox .videolightbox__heading {
    text-transform: uppercase;
    font-size: 38px;
    font-size: 4.375rem;
    letter-spacing: 0px;
    font-weight: 500;
}
.section-videolightbox .videolightbox__heading strong {
    font-weight: 800;
}
.section-videolightbox .video_icon {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 100px;
    height: 50px;
    line-height: 1;
    padding: 10px;
    width: 50px;
    display: inline-block;
}
.section-videolightbox .video_icon i {
    color: #fff;
    font-size: 20px;
    margin-left: 6px;
    margin-top: 1px;
    line-height: 1;
}
.section-videolightbox .video_icon:hover {
    background: #FFFFFF;
}
.section-videolightbox .video_icon:hover i {
    color: #000;
}
.parallax-videolightbox .parallax-mirror::before {
    background-color: #000000;
    opacity: 0.4;
}

/* Section: Parallax
------------------------------*/

.parallax-window section {
    z-index: 10;
    position: relative;
    background: transparent !important;
}
.parallax-window .parallax-mirror::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
}

/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/


/* Reading Progress Bar */

#wtr-progress {
    box-shadow: none!important;
}

/* Fixed Navbar */

#nav_stick {
    display: block;
}
@media screen and (min-width: 720px) {
    .navbar-fixed {
        top: 0;
        z-index: 100;
        position: fixed;
        width: 100%;
    }
}

/* Cresta Share Counter */

#crestashareiconincontent {
    bottom: 0;
    position: fixed;
    background: #fff;
    z-index: 99999;
    width: 100%;
}
#crestashareiconincontent .sbutton {
    margin: 5px 3px!important;
}
#total-shares {
    background: #fff;
    padding: 2px;
}

/* Ajax Load More Posts */

.alm-btn-wrap {
    text-align: center;
}

/* Marketo Things */


/* Preferences Right Nav */

#mktoForm_1152 {
    width: 312px!important;
    background: #fff;
    padding: 0 24px 24px;
}
#mktoForm_1152 input#Email {
    margin: 0;
    position: relative!important;
}

/* All forms */

.mktoForm {
    font-family: "proxima-nova", "Raleway", Helvetica, Arial, sans-serif!important;
}
#trends {
    background: #FFF576;
    margin: 15px 0;
    padding: 20px 0 0 20px;
}
input#emailfield {
    border: 1px solid #e8e8e8;
    color: #777;
    padding: 6px 24px;
}
.mktoForm input#Email {
    padding: 10px;
}
.mktoButtonRow {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Marketo RTP Slideout Lightboxes */

@media screen and (max-width: 720px) {
    .insightera-widget {
        display: none!important;
    }
}
.insightera-widget {
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 10px -6px #000;
    font-family: "proxima nova", "Raleway", Helvetica, Arial, sans-serif;
    max-width: 400px;
    z-index: 9999999999;
}
.insightera-widget-content {
    padding: 24px;
    height: 185px;
}
.insightera-widget-content p {
    font-size: 12px;
    letter-spacing: 1;
}
.insightera-widget-right,
.insightera-widget-tab {
    height: 185px!important;
    border-radius: 0;
}
@media screen and (max-width: 480px) {
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.insightera.ui-draggable.insightera-dialog.insightera-dialog-modern-trim.notTransparent {
        width: 90%!important;
    }
}

/* Fix for Marketo loading slideout CSS first */

#mktoForm_1152 .mktoButtonRow {
    position: relative!important;
    display: block!important;
    left: 0!important;
    bottom: 0!important;
}
#mktoForm_1164 .mktoFieldDescriptor.mktoFormCol {
    width: 250px!important;
}

/* span.mktoButtonWrap.mktoSimple {
    margin-left: 12%!important;
} */


/* Wistia */

.wistia_embed {
    padding: 0!important;
    position: relative;
    width: 100%;
}

/* Discuz */

#wpcomm .wc-field-comment .wc-field-textarea textarea {
    outline: none;
}

/* Magnific Popup CSS */

.mfp-bg {
    height: 500px!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1042;
    overflow: hidden;
}
.mfp-wrap {
    top: 0!important;
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 1024px) {
    .mfp-wrap {
        min-width: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .mfp-wrap {
        left: 20%;
        min-width: 830px;
    }
    .mfp-bg {
        background: #000;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }
}
.mfp-container {
    background: #000;
    text-align: center;
    position: relative;
    width: 100%;
    left: 0;
    top: 40px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 200%;
    font-family: "proxima-nova", Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: 2786 alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    text-align: right;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 0;
    padding-bottom: 0;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
}

/* .mfp-iframe-holder .mfp-close {
	top: -40px;
} */

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* Video Thumbnails */

span.video-time {
    font-size: 10pt;
    color: #FFF;
    background-color: rgba(0, 171, 228, .7);
    padding: 1px 5px 1px 5px;
    font-weight: 300;
    letter-spacing: 1pt;
    vertical-align: middle;
    margin-left: 5px;
}
.rightbot-time {
    position: absolute;
    right: 8px;
    bottom: 5px;
}
.righttop-time {
    position: absolute;
    right: 8px;
    top: 10px;
}
.innovator-name-thumbnail {
    margin-top: -42px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20pt;
    position: absolute;
    background-color: #00abe4;
    padding: 1px 5px 1px 4px;
}

/* Subscription Pop-up CSS */


/* Outer */

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(34, 114, 255, 0.75);
    z-index: 9999;
}

/* Inner */

.popup-inner {
    max-width: 500px;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
    background: #fff;
}

/* Close Button */

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}
.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
}