
/*
Theme Name: X - Child Theme: Icon
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Icon in this child theme.
Version: 1.0.0
Template: x

*/

@import url( '../x/framework/css/site/stacks/icon.css' );
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
/*Custom CSS from old site*/
/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* bottom footer */
.x-content-band {
    padding: 0;
}

/*Media Queries*/
@media screen and (max-width: 480px) {
    .rum_sst_contents {
        display: none;
    }

    p.widgetbar-button {
        display: block !important;
    }
}

p.widgetbar-button {
    display: none;
}

.page-id-7 .rum_sst_contents {
    display: none;
}

.related.products.cols-4 {
    display: none;
}

/*removes smiley from footer -- why would you want to remove a smiley? :( */
#wpstats {
    display: none;
}

/*hides corner widgetbar button*/
.x-btn-widgetbar {
    display: none;
}

/*changes color of widgetbar background*/
div.x-widgetbar.in.collapse {
    border-top: solid 5px #e8e8e8;
    background-color: #f0f0f0;
}

/*changes hover state of recent posts to be transparent and not shake on hover*/
.x-recent-posts a:hover img {
    opacity: .2;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

img.widgetbar-close {
    display: block;
    margin: 0 auto;
}

.rpwe-alignleft {
    margin-right: 2%;
}

.rpwe-summary {
    font-size: 14px !important;
    text-transform: initial !important;
}

/*change size of support tab on right side*/
.rum_sst_contents {
    font-size: 18px;
}

#rum_sst_tab {
    background-color: #7db701;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rum_sst_left {
    right: 25px;
}

/*woo commerce tabs customizationz*/
.x-nav-tabs.top > .active > a, .x-nav-tabs.top > .active > a:hover {
    color: white;
    background-color: #7db701;
    font-size: 105%;
    border-bottom: 3px solid #e0e0e0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*changes spacing in footer*/
.x-colophon.bottom {
    padding: 2% 0;
}

/*stylizing of product names*/
.woocommerce li.product .entry-header h3, .woocommerce-page li.product .entry-header h3 {
    font-size: 105% !important;
    font-weight: 500;
    letter-spacing: .2px;
    color: white;
    background: #154096;
    padding: 1%;
    border-radius: 7px;
    line-height: 1.5;
}

.woocommerce li.product .entry-header h3 a, .woocommerce-page li.product .entry-header h3 a {
    color: white;
}

.woocommerce li.product .entry-header h3 a:hover, .woocommerce-page li.product .entry-header h3 a:hover {
    color: grey !important;
}

/* changes the spacing in nav bar */
.x-navbar .x-nav > li > a {
    padding: .875em 1em .825em;
}

/* blog subscription */
.widget.jetpack_subscription_widget {
    font-size: 12px !important;
}

#subscribe-email, #subscribe-text {
    margin: 0 0 .313em;
}

.h-widget {
    margin: 0 0 .2em;
}

/* Footer Margins */
.x-colophon.top {
    padding: 1% 0;
    background-color: #f9f9f7;
}

.x-column.footermenu1.one-half {
    width: 30%;
}

/* top bar edits */
#searchformtop {
    float: right;
}

#searchsubmit {
    margin-bottom: 1em;
    margin-left: .5em;
}

.x-topbar {
    height: 100px;
    background-color: #f9f9f7;
}

/*Composite Products */
.bto_item_title.product_title {
    font-size: 120% !important;
    font-weight: 300;
}

.bto_product_title.product_title {
    display: none;
}

.reset_composite_options {
    display: none;
}

.bto_item_options {
    display: none;
}

.bto_item.bto_item_wrap.amount {
    font-size: 20px !important;
}

/*disabling add to cart on product catalog*/
.woocommerce li.product .entry-header .button {
/*  display: none !important;*/
}

.button.add_to_cart_button.product_type_simple {
/*display: none !important;*/
}

.button.product_type_grouped {
/*  display: none !important;*/
}

/* product hover effects and colors */
/*.entry-product {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
}

.entry-product:hover, .entry-product:focus, .entry-product:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}*/
.woocommerce li.product .entry-featured, .woocommerce-page li.product .entry-featured {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: scale;
    transform: scale(1);
    box-shadow: 0 0 1px rgba(0,0,0,0);
}

.woocommerce li.product .entry-featured:hover, .woocommerce-page li.product .entry-featured:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

img.attachment-entry-full-icon.wp-post-image:hover {
    background-color: #173e72;
    opacity: .5;
}

.woocommerce li.product .entry-featured {
    border: none;
    height: 119px;
    width: 172px;
}

/* header content */
.x-navbar .x-nav > li > .sub-menu {
    margin-top: -3px !important;
}

.x-topbar {
    height: 65px !important;
}

.gfield_label {
    font-size: 18px;
    color: #99cc00;
}

/* nav bar */
.x-navbar .x-nav>li {
    padding: 11px 0 0;
}

/* Post Featured Images & Titles */
.attachment-entry-icon-fullwidth.wp-post-image {
    display: none;
}

.x-iso-container-posts.cols-2 .entry-title {
    font-size: 135%;
}

.entry-content.excerpt p {
    margin-bottom: 0;
    margin-top: 5%;
}

.x-iso-container-posts.cols-2 .entry-featured {
    display: none;
}

.x-iso-container-posts.cols-2 .p-meta {
    margin-top: 2.25%;
    float: left;
    margin-left: 11%;
}

/* Shop Page */
.woocommerce li.product .entry-featured img, .woocommerce-page li.product .entry-featured img {
    min-width: 80%;
    border-radius: 3px;
}

.woocommerce li.product .entry-header .price {
    display: none;
}

/* Blog Edits */
.x-iso-container-posts.cols-2 .entry-title {
    width: 100%;
}

.x-iso-container-posts.cols-2 .entry-header {
    float: left;
}

.x-iso-container-posts.cols-2 .entry-content {
    padding: 5% 10%;
}

.woocommerce li.product, .woocommerce-page li.product {
    width: 172px !important;
    float: left;
}

div.empty {
    font-size: 80%;
}

.woocommerce li.product, .woocommerce-page li.product {
    margin: 0 2% 2% 0 !important;
}

.x-iso-container-posts>.hentry .entry-wrap {
    border: 0 solid transparent;
    padding-bottom: 0;
}

.x-iso-container-posts.cols-2 .meta-comments {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px) !important;
}

.x-iso-container-posts.cols-2 .entry-wrap {
    padding: 0;
}

/* Image Home Page - Custom Products Edit */
.ourproducts-homepage img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-bottom: 2%;
}

.x-tab-pane {
    margin-top: -35px;
}

#tab-compatible_products h1 {
    font-size: 35px;
    color: #7db701;
}

.x-navbar .x-nav > li > a {
    border: 0;
}

.x-widgetbar {
    top: auto !important;
    bottom: 0;
}

.archive  li.product .entry-header .button {
    display: none;
}

h4.footer {
    margin-top: 1%;
    font-size: 125%;
    margin-bottom: 1%;
}

#subscribe-text {
    font-size: 125%;
    margin-bottom: 2%;
}

.masthead-inline .x-nav {
    padding-left: 7% !important;
}


.entry-featured {
    display: none;
}

.x-widgetbar {
    border-bottom: none !important;
}

.eula-agree {
    margin-left: 7% !important;
}

iframe.blog-posts {
    width: 70% !important;
}

@media screen and (max-width: 480px) {
    iframe.blog-posts {
        width: 100% !important;
    }
}

.product_meta {
    display: none;
}

/* New Theme Styles */

/* header content */
.x-navbar .x-nav > li > .sub-menu {
    margin-top: -3px !important;

}

.masthead-inline .x-navbar .desktop .sub-menu {
    left: 0;
    right: auto;
}
.submenu__heading {
    text-transform: uppercase;
    color: #566471;
    display: block;
    clear: both;
    border: 0;
    padding: 0 1em;
    padding-top: 0.3em;
    line-height: 1.7;
    white-space: nowrap;
}

.submenu__heading:after {
    content: "\f103";
    margin-left: 0.35em;
    letter-spacing: 0;
    font-family: "fontawesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.x-navbar .desktop .sub-menu .submenu {
    list-style: none;
    margin: 0;
    margin-top: -6px;
}

.x-topbar {
    height: 65px !important;
}

.gfield_label {
    font-size: 18px;
    color: #99cc00;
}


/* Post Featured Images & Titles */
.attachment-entry-icon-fullwidth.wp-post-image {
    display: none;
}

.x-iso-container-posts.cols-2 .entry-title {
    font-size: 135%;
}

.entry-content.excerpt p {
    margin-bottom: 0;
    margin-top: 5%;
}

.x-iso-container-posts.cols-2 .entry-featured {
    display: none;
}

.x-iso-container-posts.cols-2 .p-meta {
    margin-top: 2.25%;
    float: left;
    margin-left: 11%;
}

/* Shop Page */
.woocommerce li.product .entry-featured img, .woocommerce-page li.product .entry-featured img {
    min-width: 80%;
    border-radius: 3px;
}

.woocommerce li.product .entry-header .price {
    display: none;
}

/* Blog Edits */
.x-iso-container-posts.cols-2 .entry-title {
    width: 100%;
}

.x-iso-container-posts.cols-2 .entry-header {
    float: left;
}

.x-iso-container-posts.cols-2 .entry-content {
    padding: 5% 10%;
}

.woocommerce li.product, .woocommerce-page li.product {
    width: 172px !important;
    float: left;
}

div.empty {
    font-size: 80%;
}

.woocommerce li.product, .woocommerce-page li.product {
    margin: 0 2% 2% 0 !important;
}

.x-iso-container-posts>.hentry .entry-wrap {
    border: 0 solid transparent;
    padding-bottom: 0;
}

.x-iso-container-posts.cols-2 .meta-comments {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px) !important;
}

.x-iso-container-posts.cols-2 .entry-wrap {
    padding: 0;
}

/* Image Home Page - Custom Products Edit */
.ourproducts-homepage img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-bottom: 2%;
}

.x-tab-pane {
    margin-top: -35px;
}

#tab-compatible_products h1 {
    font-size: 35px;
    color: #7db701;
}

.x-navbar .x-nav > li > a {
    border: none;
}

.x-widgetbar {
    top: auto !important;
    bottom: 0;
}

.archive  li.product .entry-header .button {
    display: none;
}

h4.footer {
    margin-top: 1%;
    font-size: 125%;
    margin-bottom: 1%;
}

#subscribe-text {
    font-size: 125%;
    margin-bottom: 2%;
}

.masthead-inline .x-nav {
    padding-left: 7% !important;
}

.entry-featured {
    display: none;
}

.woocommerce .quantity, .woocommerce-page .quantity {
    display: inline-block;
}

.woocommerce .quantity, .woocommerce-page .quantity input {
    height: 40px;
    border-color:  #d5d5d5;
    width: 40px;
    margin-right: 20px;
    text-align: center;
}

/* Hiding spinners, number input*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {-moz-appearance: textfield;}


.x-widgetbar {
    border-bottom: none !important;
}

.eula-agree {
    margin-left: 7% !important;
}

iframe.blog-posts {
    width: 70% !important;
}

@media screen and (max-width: 480px) {
    iframe.blog-posts {
        width: 100% !important;
    }
}

.product_meta {
    display: none;
}

/* Dropdown menu modification */
.masthead-inline .x-navbar .sub-menu .sub-menu {
    left: 100%;
}

.desktop .sub-menu {
    min-width: 300px;
}

.x-nav li a {
    cursor: pointer;
    display: block;
}

.x-navbar .desktop .x-nav .sub-menu li>a>span:after {
    content: "\f101";
}

.x-navbar .sub-menu a {
    position: relative;
}

.x-navbar .sub-menu a:before {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #E5E5E3;
    position: absolute;
    bottom: 0;
    left: 5%;
}

.x-navbar .desktop .x-nav > li > a {
    height: 80px !important;
}

.x-navbar .desktop .x-nav ul li.menu-item-has-children:hover>.sub-menu {
  display: block !important;
}

.x-btn-navbar.collapsed {
    color: #566471;
}

.x-btn-navbar {
    border: 1px solid rgba(0,0,0,0.075);
    text-shadow: none;
    padding: 0.458em 0.625em;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    color: #353e46;
    background-color: #fafafa;
    margin-top: 30px !important;
    -webkit-transition: box-shadow 0.3s ease,color 0.3s ease,background-color 0.3s ease;
    transition: box-shadow 0.3s ease,color 0.3s ease,background-color 0.3s ease;
}

.x-btn-navbar.collapsed:hover {
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    color: #353E46;
}

.masthead-inline .x-navbar .sub-menu {
    left: 0;
    right: auto;
}

/*.x-navbar {
    border-bottom: 1px solid rgba(0,0,0,0.075);
}
*/
/* Layout modification */
.l-content:after {
    content: "";
    display: table;
    clear: both;
}

.l-content-left {
    width: 75%;
    float: left;
}
.l-content-right {
    width: 20%;
    float: right;
}

/*Tabs modification on product page*/
.x-nav-tabs {
    margin-bottom: 0;
    /*border: 1px solid #dfdfdf;
    border: 1px solid rgba(0, 0, 0, 0.075);*/
    border: 0;
    border-bottom: 0;
    *zoom: 1
}

.x-nav-tabs>li>a {
    padding: 0.75em 0.75em 0.95em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    /*color: #d2d2d2;*/
    color: #fff;
    /*background-color: #fafafa*/
    background-color: #ADADAD;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.x-nav-tabs>li>a:hover {
    background: #6F8C22;
    color: #FFF;
}


.x-navbar .desktop .x-nav > li > a {
    padding-top: 19px !important;
}

.x-navbar-inner {
    min-height: 78px !important;
}

.x-navbar .x-brand {
    margin-top: 11px !important;
}
@media (max-width: 1304px) {
    .x-navbar .desktop .x-nav>li>a>span {
        padding: 0.875em 0.5em 0.825em 0.5em;
    }
}

@media (max-width: 1114px) {
    .x-navbar .desktop .x-nav>li>a>span {
        padding: 0.875em 0 0.825em 0;
    }
}

.x-nav-tabs.top > .active > a, .x-nav-tabs.top > .active > a:hover {
    border-top: 0;
    border-bottom: 1px solid #7DB701;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 100%;
}

.x-nav-tabs>.active>a,
.x-nav-tabs>.active>a:hover {
    color: #fff;
    background-color: #7DB701;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 100%;
}

.x-tab-content .x-tab-pane {
    padding: 4%;
    padding-top: 8%;
    background-color: #fff;
}

.x-tab-content .x-tab-pane h1{
    margin-top: 0;
    font-size: 200%;
}




@media (max-width: 767px) {
    .x-topbar .p-info {
        display: none;
    }
}
@media (max-width: 767px) {
    .x-img {
            margin-bottom: 0 !important;
        }
}

/*Blog posts styles */
.recent-blog-posts .h-recent-posts:before {
    content: "\f0f6";
    position: relative;
    margin-right: 0.325em;
    font-size: 2.1875em;
    line-height: 1;
    vertical-align: middle;
    opacity: 1;
    font-family: "fontawesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    float: left;
    width: 31px;
    height: 35px;
}

.recent-blog-posts .x-recent-posts h3.h-recent-posts {
    color: #FFF;
    font-size: 16px;
    height: 38px;
    white-space: normal !important;
    line-height: 19px;
    letter-spacing: 0;
}


.recent-blog-posts .x-recent-post3:hover {
    border-color: #3860C3;
}


.recent-blog-posts .x-recent-posts a.x-recent-post4:last-child {
    margin: 0;
}

.recent-blog-posts .x-recent-posts a.no-image {
    border: 1px solid #4065B3;
    height: 195px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.recent-blog-posts .x-recent-posts a:hover {
    color: #fff !important;
    border-color: #7db701;
}

.x-recent-posts a.no-image .h-recent-posts {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.recent-blog-posts .x-recent-posts a.no-image:hover .h-recent-posts {
    opacity: 1 !important;
    color: #7db701;
}
.recent-blog-posts .x-recent-posts .no-image {
    background: #06409E;
    color: #fff;
}

.recent-blog-posts .x-recent-posts-excerpt {
  margin-top: 15px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
  color: #FFFEFE;
}

.recent-blog-posts .x-recent-posts .x-recent-posts-date {
    font-size: 12px !important;
    margin-bottom: 12px !important;
    line-height: 18px !important;
    display: block;
    color: #DDD !important;
    text-transform: uppercase;
}

.l-content .entry-content.excerpt p {
    margin-top: 0;
    line-height: 1.35;
}

.l-content .entry-content {
    margin-top: 2.4%;
}

.l-content .entry-wrap {
    padding: 17px 0;
}

.l-content .entry-title {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 150%;
    position: static;
    color: #566471;
}

.l-content .entry-content {
    padding-left: 0;
}

.l-content .post .entry-header {
    position: relative;
    padding-left: 60px;
}

.l-content .post .entry-header:before {
    position: relative;
    padding-left: 60px;
}

.l-content .entry-header-date {
    margin-bottom: 0;
    color: #999;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.format-standard .entry-title:before {
    font-size: 200%;
    position: absolute;
    left: 0;
    top: 8px;
    color: #314783;
    opacity: 1.0;
}

.x-full-width-active .x-sidebar.nano {
    border-top: 0px;
    margin-top: 0;
    padding-top: 50px;
    border-left: 1px solid #ECECEC;
    padding-left: 20px;
}

.x-full-width-active .x-sidebar.nano a {
    display: block;
}

.entry-header, .entry-content {
    color: #787878;
    font-size: 18px;
}


@media (max-width: 979px) {
    .l-content-left {
        width: 100%;
        float: none;
    }
    .l-content-right {
        width: 100%;
        float: none;
    }

    .x-full-width-active .x-sidebar.nano {
        padding-top: 30px;
        border-left: none;
        padding-left: 0px;
        padding-bottom: 30px;
    }

    .x-full-width-active .x-sidebar.nano a {
        display: inline-block;
    }
}

/* New styles after theme update*/
.x-navbar .desktop .x-nav>li>a>span {
    border: none;
}

@media (min-width: 768px) {
    .vc-custom-row .x-column.x-1-3 {
        margin: .5% .5% .5% 0;
        width: 32.96%;
     }

    .vc-custom-row .x-column.x-1-3:last-child {
        margin-right: 0;
    }

    .vc-custom-row .x-column.x-1-2 {
      width: 49.7%;
      margin: .5% .5% 0 0;
    }

    .vc-custom-row .x-column.x-1-2:last-child {
        margin-right: 0;
    }

    .recent-blog-posts .x-recent-posts a.x-recent-post3 {
        width: 32.8% !important;
        margin: 0 0.4686036% 0 0;
    }

}

@media (max-width: 767px) {
    .recent-blog-posts .x-recent-posts a.x-recent-post3 {
      width: 100% !important;
      float: none;
      margin-right: 0;
      margin-bottom: 4%;
    }
}

h4.footer {
  margin-top: 1%;
  font-size: 125%;
  margin-bottom: 1%;
}

.x-btn.x-btn-square {
    border-radius: 4px;
}

.single_add_to_cart_button {
    border-radius: 4px;
}

.button.add_to_cart_button.product_type_simple:before, .button.product_type_simple:before{
    display: none;
}

.single_add_to_cart_button:before {
    display: none;
}


.x-topbar {
  height: 65px !important;
  background-color: #f9f9f7;
}

.form-search, .widget_product_search form {
    margin-top: 20px;
}

#x-content-band-6, #x-content-band-7 {
    padding: 0;
}

.recent-blog-posts {
    background: #06409E;
}

/* Search input styles */

.form-search .search-query, .form-search input[type="search"], .widget_product_search form .search-query, .widget_product_search form input[type="search"] {
    color: #999999;
}
/* Products page buttons*/

.woocommerce li.product .entry-header h3, .woocommerce-page li.product .entry-header h3 {
    padding: 0px !important;
    line-height: 29px !important;
    height: 29px;
}

/* Cart Page Fixes */
.woocommerce-cart .hentry .entry-content {
    padding: 0 10%;
}

.woocommerce-cart .entry-header-date {
    display: none;
}


/* Checkout page Fixes */
.woocommerce-checkout .entry-header{
    display: none;
}




.checkout-button {
    display: none;
}

.update.action-group {
    display: block;
}

/* Slider styles */
.slider-caption.first {
    font-size: 40px !important;
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #0E4579 !important;
    white-space: normal;
    line-height: 50px !important;
    font-weight: normal !important;
}

.slider-caption.first strong {
    font-weight: 700 !important;
    color: #034075 !important;
    font-size: 40px !important;
    line-height: 50px !important;
}

@media (max-width: 1170px) {
    .slider-caption.first {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .slider-caption.first strong {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 992px) {
    .slider-caption.first {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .slider-caption.first strong {
        font-size: 35px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 768px) {
    .slider-caption.first {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .slider-caption.first strong {
        font-size: 25px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 600px) {
    .slider-caption.first {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .slider-caption.first strong {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}


@media (max-width: 480px) {
    .slider-caption.first {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .slider-caption.first strong {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}


.slider-caption.second {
    font-size: 55px !important;
    line-height: 55px !important;
    font-weight: normal !important;
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #0E4579 !important;
    white-space: normal;
}

.slider-caption.second strong {
    font-weight: 700 !important;
    color: #034075 !important;
    font-size: 70px !important;
    line-height: 50px !important;
}

@media (max-width: 1170px) {
    .slider-caption.second {
        font-size: 55px !important;
        line-height: 55px !important;
    }
    .slider-caption.second strong {
        font-size: 70px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 992px) {
    .slider-caption.second {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .slider-caption.second strong {
        font-size: 50px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 768px) {
    .slider-caption.second {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .slider-caption.second strong {
        font-size: 35px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 600px) {
    .slider-caption.second {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .slider-caption.second strong {
        font-size: 35px !important;
        line-height: 30px !important;
    }
}


@media (max-width: 480px) {
    .slider-caption.second {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .slider-caption.second strong {
        font-size: 24px !important;
        line-height: 25px !important;
    }
}

.slider-caption.third {
    font-size: 25px !important;
    line-height: 35px !important;
    font-weight: normal !important;
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #0E4579 !important;
    white-space: normal;
}

.slider-caption.third strong {
    font-weight: 700 !important;
    color: #034075 !important;
    font-size: 40px !important;
    line-height: 40px !important;
}

.slider-caption.third span {
    display: inline-block;
    border-bottom: 8px solid #7BB801;
}

@media (max-width: 1170px) {
    .slider-caption.third {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .slider-caption.third strong {
        font-size: 40px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 992px) {
    .slider-caption.third {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .slider-caption.third strong {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .slider-caption.third span{
        font-size: 20px !important;
        line-height: 25px !important;
    }
}

@media (max-width: 768px) {
    .slider-caption.third {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .slider-caption.third strong {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .slider-caption.third span {
        font-size: 20px !important;
        line-height: 25px !important;
    }
}

@media (max-width: 600px) {
    .slider-caption.third {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .slider-caption.third strong {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .slider-caption.third span {
        font-size: 20px !important;
        line-height: 25px !important;
    }
}


@media (max-width: 480px) {
    .slider-caption.third {
        font-size: 14px !important;
        line-height: 14px !important;
    }
    .slider-caption.third strong {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .slider-caption.third span {
        border-width: 8px;
        font-size: 14px !important;
    }
}

.slider-caption.fourth {
    font-size: 50px !important;
    line-height: 50px !important;
    font-weight: normal !important;
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff !important;
    white-space: normal;
}

.slider-caption.fourth strong {
    font-weight: 700 !important;
    color: #fff !important;
    font-size: 60px !important;
    line-height: 50px !important;
}

@media (max-width: 1170px) {
    .slider-caption.fourth {
        font-size: 50px !important;
        line-height: 50px !important;
    }
    .slider-caption.fourth strong {
        font-size: 60px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 992px) {
    .slider-caption.fourth {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .slider-caption.fourth strong {
        font-size: 50px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 768px) {
    .slider-caption.fourth {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .slider-caption.fourth strong {
        font-size: 35px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 600px) {
    .slider-caption.fourth {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .slider-caption.fourth strong {
        font-size: 35px !important;
        line-height: 30px !important;
    }
}


@media (max-width: 480px) {
    .slider-caption.fourth {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .slider-caption.fourth strong {
        font-size: 24px !important;
        line-height: 25px !important;
    }
}

.rev_slider_wrapper .x-btn.learnmore {
    font-size: 18px !important;
    padding: 0.429em 1.143em 0.643em !important;
    color: #fff;
}

.rev_slider_wrapper .x-btn.learnmore i {
    font-size: 18px !important;
}

@media (max-width: 600px) {
    .rev_slider_wrapper .x-btn.learnmore {
        font-size: 12px !important;
        padding: 0.429em 1.143em 0.643em !important;
        }
    .rev_slider_wrapper .x-btn.learnmore i {
        font-size: 12px !important;
    }
}

.thumb-col {
    position: relative;
}

h3.main-thumb-heading {
      position: absolute;
      z-index: 10;
      text-align: center;
      left: 0;
      top: 10px;
      right: 0;
      margin: 0;
      text-transform: uppercase;
      font-size: 26px;
      color: #09407A;
}

h4.main-thumb-product {
      font-size: 26px;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 10;
      bottom: 0px;
      text-align: center;
      color: #2F2F2F;
      font-weight: normal;
}

h4.main-thumb-product_white {
    text-transform: uppercase;
    color: #fff;
}

h3.secondary-thumb-heading {
    font-size: 24px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    top: 0px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
}

h3.secondary-thumb-heading_white {
    color: #fff;
}

h3.secondary-thumb-heading_blue {
    color: #09407A;
}

@media (max-width: 1170px) {
    h3.main-thumb-heading {
        font-size: 22px;
        top: 10px;
    }

    h4.main-thumb-product {
        font-size: 20px;
        bottom: 0px;
    }
    h3.secondary-thumb-heading {
        font-size: 20px;
        top: 0px;
    }
}

@media (max-width: 992px) {
     h3.main-thumb-heading {
        font-size: 16px;
        top: 10px;
    }

    h4.main-thumb-product {
        font-size: 14px;
        bottom: 0px;
    }
    h3.secondary-thumb-heading {
        font-size: 16px;
        top: 0px;
    }
}

@media (max-width: 768px) {
     h3.main-thumb-heading {
        font-size: 22px;
        top: 10px;
    }

    h4.main-thumb-product {
        font-size: 20px;
        bottom: 0px;
    }
    h3.secondary-thumb-heading {
        font-size: 35px;
        top: 0px;
    }
}

@media (max-width: 600px) {
     h3.main-thumb-heading {
        font-size: 22px;
        top: 10px;
    }

    h4.main-thumb-product {
        font-size: 20px;
        bottom: 0px;
    }
    h3.secondary-thumb-heading {
        font-size: 20px;
        top: 0px;
    }
}


@media (max-width: 480px) {
    h3.main-thumb-heading {
        font-size: 16px;
        top: 10px;
    }

    h4.main-thumb-product {
        font-size: 14px;
        bottom: 0px;
    }
    h3.secondary-thumb-heading {
        font-size: 20px;
        top: 0px;
    }
}




/* ========= wiki styles ================= */

.wiki__header {
  background-color: #06409e;
  padding-top: 23px;
  padding-bottom: 40px;
  color: white;
  text-align: center;
}

.wiki__heading {
  margin-top:1%;
  letter-spacing: 2px;
  color: #FFF;
}

.wiki__subheading {
  font-size: 110%;
  color: #FFF;
}

.wiki-search {
  width: 50%;
  margin: 0 auto;
}


@media (max-width: 768px) {
  .wiki-search {
    width: 90%;
  }
}

.wiki-nav {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wiki-nav__row {
  margin-top: 80px;
}

.wiki-nav__row:first-child {
  margin-top: 0;
}

.wiki-nav__item {
  text-align: center;
}

.wiki-nav__icon {
  max-width: 96px;
  margin-bottom: 5%;
  display: inline-block;
}

.wiki-nav__heading {
  margin: 0;
}

@media (max-width: 768px) {
 .wiki-nav .x-container .x-column {
   padding: 30px 0;
 }
 .wiki-nav__row {
   margin-top: 30px;
 }
}


/* Wiki Post styles */

.wiki-post-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wiki-post__header {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.075);
}

.wiki-post__heading {
  margin-top: 0;
  margin-bottom: 0;
}

.wiki-post__content {
  padding-top: 30px;
}

.wiki-post__title {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 150%;
  position: static;
  color: #566471;
  line-height: 1;
}

.wiki-post__text {
  margin-top: 1.313em;
}

.wiki-post__title:before {
  content: "\f0f6";
  color: #314783;
  position: relative;
  margin-right: 0.35em;
  font-size: 200%;
  line-height: 1;
  vertical-align: bottom;
  opacity: 1;
  font-family: "fontawesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.wiki-contents {
  background: #eaf1f4;
  padding: 30px 20px;
}

.wiki-contents h4 {
  margin-top: 0;
  font-size: 1em;
}

.wiki-contents li a{
  color: #555;
}

.wiki-contents ul {
  list-style-type: circle;
}

.wiki-contents li a:hover {
  opacity: .8;
}

.wiki-related {
  margin-top: 70px;
}

.wiki-related h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .6em;
  border-bottom: 1px solid rgba(0,0,0,0.075);
}

.wiki-related ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wiki-related ul li {
  border-bottom: 1px solid rgba(0,0,0,0.075);
  padding: 1em 0;
}

.wiki-related ul li a {
  display: block;
  color: #566471;
  line-height: 1;
}

.wiki-related ul li a:before {
  content: "\f0f6";
  color: #566471;
  display: inline-block;
  vertical-align: bottom;
  opacity: 1;
  margin-right: 1em;
  font-family: "fontawesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
  .wiki-post-container__right {
    display: none;
  }
}

.wiki-contents li.level_0{}
.wiki-contents li.level_1{margin-left:20px;}
.wiki-contents li.level_2{margin-left:40px;}
.wiki-contents li.level_3{margin-left:60px;}

.wiki .wiki_thumbnail{
	/*text-align:center;*/
	padding:8px;
}

.masthead-inline .x-nav {
padding-left: 4% !important;
}