/*
Theme Name: mushield
Theme URI: #
Author: Boldwerks
Author URI: http://boldwerks.com
Description: Theme form mushield
Version: 1.0.0
Text Domain: mushield
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@charset "utf-8";
/* CSS Document */
/*------------------fonts-------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Raleway:300,300i,400,500,600,700,800';
/*-------------------------------------csss-----------------------------------------------*/
html, body {
    min-height: 100%;
}
body {
    padding: 0px 0 0 0;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
    font-weight: normal;
    -ms-font-feature-settings: normal;
}
a:hover {
    -webkit-transition: .7s all;
    -ms-transition: .7s all;
    -moz-transition: .7s all;
    -o-transition: .7s all;
    transition: .7s all;
}
a:hover,
a:focus {
    text-decoration: none;
}
.p0 {
    padding: 0 !important;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}
.p-t-30 {
    padding-top: 30px !important;
}
.p-t-40 {
    padding-top: 40px !important;
}
.p-t-50 {
    padding-top: 50px !important;
}
.p-t-60 {
    padding-top: 60px !important;
}
.p-t-70 {
    padding-top: 70px !important;
}
.p-t-80 {
    padding-top: 80px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.p-b-30 {
    padding-bottom: 30px !important;
}
.p-b-40 {
    padding-bottom: 40px !important;
}
.p-b-50 {
    padding-bottom: 50px !important;
}
.m0 {
    margin: 0 !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-50 {
    margin-top: 50px !important;
}
.m-t-80 {
    margin-top: 80px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-b-50 {
    margin-bottom: 50px !important;
}
.spaser-50 {
    height: 50px;
}
.spaser-60 {
    height: 60px;
}
.spaser-70 {
    height: 70px;
}
.spaser-80 {
    height: 80px;
}
.spaser-90 {
    height: 90px;
}
.spaser-100 {
    height: 100px;
}
.spaser-110 {
    height: 110px;
}
.spaser-120 {
    height: 120px;
}
.white {
    color: #fff;
}
.center{
    text-align: center;
}
h2{
    color: #62a945;
}
h1,h2,h3,h4,h5,h6{
}
.light{
    color: #abc7d6;
}
a{
    color: #428bca;
}
.white-shadow img{
    border: 5px solid #fff!important;
    box-shadow: 0px 0px 5px 5px #cbcbcb!important;
}
/*--------------------------------------------------
nav
---------------------------------------------------*/
.navbar-default {
    background: none;
    border-color: none;
    border: 0;
    border-radius: 0px;
    text-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    text-shadow: none;
    font-size: 12px;
    /*z-index: 1000 !important;
    height: 14vh;
    min-height: 90px;*/
}
#header.affix {
    position: fixed;
    top: 0;
    display: block;
    z-index: 100;
    width: 100%;
    z-index: 1000;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /*padding: 0 144px 0 200px;*/
}
.navbar-default .navbar-brand {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li:last-child {
    background: none;
}
.navbar-default .navbar-nav > li:last-child a {
    /*padding-right: 0;*/
}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #42758f;
   
    letter-spacing: 0px;
    border-radius: 0px;
    text-shadow: none;
    /*font-size: 22px;
    text-transform: uppercase;*/
    position: relative;
    display: block;
    padding: 10px 10px 10px 10px;
    font-family: Georgia, Serif;
    text-transform: uppercase;
    font-size: 14px;
    background: none;
    color: #fff;
}
.navbar-default .navbar-nav > li > a.btn-success {
    border: 1px solid #b5ce1c;
    background: #b5ce1c;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    box-shadow: none;
    padding: 11px 22px;
    position: relative;
    top: -11px;
}
.navbar-default .navbar-nav > li > a.btn-success:hover {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background: none;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.8);
    background: url(images/navhover.jpg) repeat-x bottom left;
    box-shadow: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: transparent;
    box-shadow: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: none;
    box-shadow: none;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
       border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
div#bs-navbar-collapse {
}
ul#menu-main-menu {
    
}
header {
    padding: 0em 0 0;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}
/*------------dropdown-----------*/
.dropdown-menu {
    /* background: #00bfff; */
    /* Old browsers */
    
    /* FF3.6-15 */
    /* border-radius: 0 0 15px 15px !important; */
    /* padding: 0px; */
    /* border: 0; */
    /* box-shadow: none; */
    /* margin-top: 0; */
    /* left: 0px!important; */
    /* top: 30px; */
    /* right: auto; */
    /* min-width: 180px; */
    /* text-align: left; */
}
.dropdown-menu li {
    border-bottom: none;
    display: block;
    border-bottom: 1px solid #fff;
    opacity: 1;
    box-shadow: none;
}
.dropdown-menu li a {
    /* color: #FFFFFF !important; */
    padding: 2px 10px;
    /* font-size: 12px; */
    /* border-radius: 0px; */
    /* text-transform: lowercase; */
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active {
    background: rgba(219, 219, 219, 0.3) !important;
    color: #00056d !important;
    /* box-shadow: none!important; */
}
.navbar-toggle {
    background-color: none;
    border: none !important;
    border-radius: 0px;
    background: #000;
    margin: 10px 0px 0 0;
}
.menu-t {
    position: absolute;
    right: 60px;
    text-transform: uppercase;
    color: #4dc0a6;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
    background-color: none !important;
    border: 1px solid #52ac33;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
    height: 3px;
    width: 30px;
    border-radius: 0px;
}
.navbar-collapse {
    border-top: none;
    box-shadow: none;
}
.dropdown:hover .dropdown-menu {
    /*display: block;*/
}
.dropdown-menu li:last-child {
    border: 0px!important;
}
ul#menu-main-menu > li > a:after {
    content: '';
    background: #ffffff;
    width: 100%;
    height: 5px;
    display: block;
    position: relative;
    top: 5px;
    left: 0px;
    display: none;
}
ul#menu-main-menu > li > a:hover:after, ul#menu-main-menu > li.dropdown:hover > a:after {
    background: #00a3e0;
}
.navbar-nav > li.open ul.dropdown-menu li:hover > ul {
    display: block;
    position: absolute;
    left: 100%!important;
    top: 0;
    width: auto!important;
}
.navbar-nav > li.open ul.dropdown-menu li.dropdown > a:after{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-menu > li > a {
    /* display: block; */
    padding: 3px 20px 5px 10px;
}
/****---end-nav----*/
/*-----------------------------------
banner
-------------------------------------*/
.banner .item {
    display: block;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
}
/*----------------------------------------------------
side-wp
-----------------------------------------------------*/
div.content-section {
    position: relative;
    min-height: 560px;
    /*background: url(images/side-img-01.jpg) no-repeat top center;*/
}
div.content-section p {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: .5px;
    margin: 0;
}
div.content-section .btn-success {
    border: 0;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    text-align: left;
    padding: 17px 20px 15px 30px;
    border-radius: 2px;
    background: #b5ce1d;
    letter-spacing: 1px;
}
div.content-section .btn-success i {
    font-size: 20px;
    margin-left: 30px;
}
div.content-section .btn-success.blue {
    background: #0c8ccf;
}
div.content-section .btn-success.gry {
    background: #8e807d;
}
/*-------------------------------------------------
light gry
-------------------------------------------------*/
.light-gry {
    position: relative;
    background: #e8e8e8;
    padding: 0 100px;
}
.light-gry .content {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,e8e8e8+16,e8e8e8+31,ffffff+43,ffffff+48,ffffff+53,ffffff+100 */
    
    background: rgb(232, 232, 232);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(232, 232, 232) 16%, rgb(232, 232, 232) 31%, rgb(255, 255, 255) 43%, rgb(255, 255, 255) 48%, rgb(255, 255, 255) 53%, rgb(255, 255, 255) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(232, 232, 232) 16%, rgb(232, 232, 232) 31%, rgb(255, 255, 255) 43%, rgb(255, 255, 255) 48%, rgb(255, 255, 255) 53%, rgb(255, 255, 255) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgb(232, 232, 232) 0%, rgb(232, 232, 232) 16%, rgb(232, 232, 232) 31%, rgb(255, 255, 255) 43%, rgb(255, 255, 255) 48%, rgb(255, 255, 255) 53%, rgb(255, 255, 255) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    
    padding: 0 156px;
    position: relative;
    z-index: 10;
    margin: 0 0 -58px 0;
}
/*-----vedio--*/
.light-gry .vedio {
    position: relative;
    text-align: center;
}
.light-gry .vedio iframe {
    position: relative;
    width: 100%;
    height: 800px;
}
.light-gry .vedio h2 {
    position: absolute;
    bottom: 120px;
    display: block;
    width: 100%;
    margin: 0;
    font-size: 60px;
    color: #FFFFFF;
}
.light-gry .vedio h2 span {
    border-bottom: 1px solid #FFFFFF;
    display: inline-block;
    padding-bottom: 12px;
}
/*-----form-wr-------*/
.form-wr {
    position: relative;
    padding: 64px 0 110px 0;
}
.form-wr .form-control {
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    min-height: 55px;
    border: 1px solid #a8a8b7;
}
.form-wr .btn-success {
    background: #b5ce1c;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px;
    letter-spacing: 1.5px;
    border-bottom: 2px solid #a0b715;
}
.form-wr .flower {
    position: absolute;
    top: 0;
    left: -156px;
}
/*-------------------------------------------------
footer
--------------------------------------------------*/
footer#footer {
    min-height: 145px;
    background-color: #333;
    border-top: 5px solid #4c4c4c;
    color: #999;
    padding-top: 10px;
    font-size: .8em;
    font-weight: normal;
    margin-bottom: 0;
}
footer h3 {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 4px solid #FFFFFF;
    display: inline-block;
    margin: 0 0 25px 0;
    color: #FFFFFF;
}
footer ul.list-unstyled {
    margin: 0;
    padding: 0;
}
footer ul.list-unstyled li a {
    color: #FFFFFF;
    font-size: 14px;
}
.container.footer-socket {
    /* margin-top: 20px!important;
    padding-top: 20px;
    border-top: 2px solid #eee;
    clear: both;
    display: block; */
}
.home .container.footer-socket {
    display: none;
}
footer ul.list-unstyled li a:hover {
    color: #efdfdc;
}
a.btn.footer-btn {
    color: #26d07c;
    font-size: 14px;
    background: #fff;
    margin-top: 15px;
    border-radius: 20px;
    padding: 10px 30px;
}
div#text-4 {
    float: right;
}
footer a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}
ul#menu-footer-menu li {
    float: none;
    display: inline;
}
ul#menu-footer-menu li a {
    padding: 5px 5px;
    border-right: 1px solid #7c7c7c;
}
ul#menu-footer-menu li:last-child a{
    border: 0;
}
ul#menu-footer-menu {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
}
/*Blog Styling */

.hfeed .container-fluid{
  margin-top: 40px;
}

h1.page-heading.center {
    padding-bottom: 50px;
}
h3.post-title {
    font-size: 28px;
    margin-top: 0px;
    line-height: 1.4;
}
div.blog-container {
    padding-bottom: 30px;
}
div.blog-archive > article {
    margin-bottom: 30px;
}
.category-meta i.fa.fa-folder-o {
    float: left;
    padding-right: 5px;
    position: relative;
    top: 2px;
}
.category-meta ul {
    list-style: none;
    padding: 0;
}
.entry-footer {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    margin: 15px 0;
}
.entry-footer i {
    padding-right: 5px;
}
.entry-footer span {
    padding-right: 10px;
}
.container.blog-container article {
    margin-bottom: 30px;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dadada;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 20px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
    color: #848484;
    line-height: 1.5;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    color: #444;
}
.col-xs-12.col-sm-4.col-lg-4.sidebar.blog {
   
}
.row.entry-row {
    margin-bottom: 15px;
}
.form-control.search-query {
    height: 42px;
    padding: 5px 10px;
}
button#searchsubmit {
    padding: 9px 15px;
    font-size: 15px;
}
section#categories-2 li:before {
    content: '\f115';
    font-family: fontawesome;
    margin-right: 5px;
    list-style: none;
}
.widget ul {
    /* list-style: none; */
    /* padding: 0; */
}
section#archives-2 ul li:before {
    content: "\f073";
    font-family: fontawesome;
    margin-right: 10px;
    list-style: none;
}
.widget ul li {
    /* margin-bottom: 0; */
    /* padding-bottom: 0; */
}
h2.widget-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 10px;
}
h2.widget-title span{
    /* border-bottom: 2px solid #6F6D6D; */
}
/*--------------------------------------------------------------
# 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;
}
/*--------------------------------------------------------------
# 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;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/* Pagination */
span.current {
    background: #2592D1;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 15px;
}
a.page.larger,a.page.smaller {
    padding: 10px 15px;
    border: none;
    background: #4BABE2;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}
a.page.larger:hover {
    background: #2592D1;
}
.wp-pagenavi {
    padding-top: 25px;
}
a.nextpostslink,a.previouspostslink {
    border: none;
    background: #26d07c;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}
.wp-pagenavi {
    text-align: center;
}
span.pages {
    background: #4BABE2;
    color: #fff;
    border: none;
    padding: 10px 20px;
}
.archive-blog-image {
	margin-bottom: 20px;
}
.post-full img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
        border-radius: 11px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: transparent;
}
.sep-15 {
    padding-top: 15px;
}
.sep-20 {
    padding-top: 20px;
}
.sep-30 {
    padding-top: 30px;
}
button#searchsubmit {
    background: transparent;
    border: none;
    color: #427690;
}
span.input-group-btn {
    background: transparent;
}
input#s {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 16px;
}
form#searchform {
    border: 3px solid #c9dbbb;
    border-radius: 0;
    background: #fff;
}
span.glyphicon.glyphicon-search {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
span.tags-list a:after {
    content: ',';
    padding-right: 3px;
}
span.tags-list a:last-child:after {
    content: '';
}
.comment-author.vcard {
    display: inline-block;
    padding-right: 5px;
}
.comment-metadata {
    display: inline-block;
}
div.reply {
    margin-bottom: 10px;
}
.no-padding{
    padding: 0;
}
form.wpcf7-form label {
    
}
div.tp-caption b {
    display: block;
    padding-bottom: 10px!important;
    line-height: 1.3!important;
}
.uc{
    text-transform: uppercase;
}
.vc_btn3-container.btn.btn-gradient.vc_btn3-inline {
    padding: 0;
    text-align: center;
    width: 100%;
        box-shadow: none;
}
.vc_btn3-container.btn.btn-gradient.vc_btn3-inline button {
    margin: auto;
}
a.vc_single_image-wrapper.vc_box_border.vc_box_border_black {
    padding: 2px!important;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    color: #00056d;
}
h3.vc_custom_heading.pdf-link:before{
    content: '';
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    width: 10%;
    background: url('images/pdf-icon.png') no-repeat;
    background-size: contain;
}
h3.vc_custom_heading.pdf-link a {
    position: relative;
    text-align: left;
    display: inline-block;
    float: left;
    width: 90%;
    font-size: 16px;
    padding: 0 10px;
}
h3.vc_custom_heading.pdf-link {
    text-align: center!important;
}
/* New Templates */
.page-tops-header {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 8px;
}
.page-tops-header img {
    display: block;
    width: 100%;
    height: auto;
}
.page-header-inner {
    background: rgba(0, 0, 0, 0.65);
    padding: 15px;
    width: 65%;
    border: 2px solid #cb0101;
    margin-left: auto;
    margin-right: auto;
}
.page-header-content {
    color: #fff;
    font-size: 48px;
    padding: 0px 15px;
    letter-spacing: 0.01em;
    width: 70%;
    float: left;
    border-right: 1px solid #cb0101;
}

.page-id-1539 .page-header-content, 
.page-id-1628 .page-header-content, 
.page-id-1687 .page-header-content,
.page-id-1746 .page-header-content,
.page-id-1891 .page-header-content,
.page-id-1933 .page-header-content,
.page-id-2086 .page-header-content {
    width: 100%;
    float: none;
    border-right: none;
    text-align: center;
}
.page-id-2086 .page-header-ctas,
.page-id-1539 .page-header-ctas, 
.page-id-1628 .page-header-ctas,
.page-id-1687 .page-header-ctas,
.page-id-1746 .page-header-ctas,
.page-id-1891 .page-header-ctas,
.page-id-1933 .page-header-ctas {
	display: none;
}
.page-id-1539 .page-tops-header, 
.page-id-1628 .page-tops-header,
.page-id-1687 .page-tops-header,
.page-id-1746 .page-tops-header,
.page-id-1891 .page-tops-header,
.page-id-1933 .page-tops-header,
.page-id-2086 .page-tops-header{
	margin-bottom: 0px;
}


.page-header-content p{
	font-family: 'News Cycle', 'Lato', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
}

.page-header-ctas {
    width: 28%;
    float: right;
    text-align: left;
}
.page-header-ctas a {
    display: inline-block;
    color: #fff;
    background: #cc0001;
    text-transform: uppercase;
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
}
.page-main-content {
    background: #f1f1f1;
    padding: 10px 20px 58px 20px;
    border: 1px solid #2e4d9d;
}
.page-main-content p {
    line-height: 1.8 !important;
    font-size: 15px;
    margin-bottom: 15px;
}
.download-link {
    margin-top: 10px;
    margin-bottom: 20px;
}
.download-link a {
    display: inline-block;
    line-height: 28px;
    font-weight: bold;
    color: #cc0000;
}
.download-link a span {
    display: inline-block;
    width: 30px;
    height: 28px;
    background: url('images/pdf-icon.jpg') no-repeat;
    background-size: cover;
    float: left;
    margin-right: 5px;
}
.vc_col-sm-8 .page-main-content h3, .vc_col-sm-12 .page-main-content h3, .vc_col-sm-9 h1, .vc_col-sm-8 h1, .vc_col-sm-6 h1 {
    font-size: 28px;
    color: #1c3f93;
    line-height: 40px;
    margin-top: 15px;
    letter-spacing: 1px !important;
    border-bottom: 2px solid;
    padding-bottom: 20px;
}
.sidebar-box,
.page-bordered-box {
    border: 1px solid #2e4d9d;
}
.sidebar-box img {
    display: block;
}
.orders-and-pricing {
    padding: 100px 0;
}
.orders-and-pricing-inner {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(25, 57, 134, 0.65);
    color: #fff;
    text-align: center;
    padding: 25px;
}
.orders-and-pricing-inner h3 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 42px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
}
.orders-and-pricing-link a {
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
    letter-spacing: 1px;
}
.orders-and-pricing-link a:hover {
    color: #fa0300;
}
.orders-and-pricing-link a:before {
    content: '[';
    color: #fa0300;
    font-weight: normal;
}
.orders-and-pricing-link a:after {
    content: ']';
    color: #fa0300;
    font-weight: normal;
}
.expandable-content {
    padding-top: 60px;
    padding-bottom: 20px;
    cursor: pointer;
    background-color: #333333!important;
}
.expandable-header {
    text-align: center;
    color: #fff;
}
.expandable-header h1 {
    color: #fff;
    font-size: 45px;
    margin: 0;
    font-weight: 300;
}
.expandable-toggle {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 25px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}
.expandable-toggle:hover {
    color: #fa0300;
}
.expandable-toggle span:before {
    content: '[';
    color: #fa0300;
    font-weight: normal;
}
.expandable-toggle:after {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.expandable-content-open .expandable-toggle:after {
    border-top-color: transparent;
    border-bottom-color: #fff;
    bottom: 12px;
}
.expandable-toggle span:after {
    content: ']';
    color: #fa0300;
    font-weight: normal;
}
.expandable-toggle .e-toggle-opened {
    display: none;
}
.expandable-content-open .expandable-toggle span {
    display: none;
}
.expandable-content-open .expandable-toggle .e-toggle-opened {
    display: inline-block;
}
.expandable-content .expandable-content-inner {
    display: none;
    color: #fff;
    padding: 20px;
}
.main-rows .vc_col-sm-4 .vc_column-inner {
    padding-left: 0;
}
.main-rows .vc_col-sm-8 .vc_column-inner {
    padding-right: 5px;
}
.page-main-content.main-content-split.vc_row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px 10px;
}
.main-content-split .vc_col-sm-6:first-child {
    border-right: 1px solid #cd0d0c;
    padding-bottom: 25px;
}
.main-content-split .wpb_single_image {
    border-style: solid;
    border-color: #cd0d0c !important;
}
.wpb_text_column.wpb_content_element.page-main-content {
    /* margin-bottom: 0 !important;*/
}
.main-rows .vc_col-sm-4 {
    margin-bottom: 0;
}
.expandable-row-content {
    display: none;
}
.scroll-downward {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #1c3f93;
    font-size: 25px;
    cursor: pointer;
    width: 35px;
    text-align: center;
    display: none;
}
blockquote {
	border-left:3px solid #1c3f95;
	padding-left: 20px;
	display: block;
	font-style: italic;
}
.entry-footer a[rel~="tag"] {
}
.entry-footer a[rel~="tag"]:after {
	content:' | ';
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	color: #fff!important;
}

a.btnbluelarge {
	font-weight: 300;
	line-height: 30px;
	text-transform: uppercase;
	background: #1c3e95;
	color: #fff;
	font-size: 15px;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 4px;
	margin-top: 0px;
	box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
	text-align: center;
}
.vc_custom_1555694624505 .gform_wrapper .left_label input.medium, .vc_custom_1555694624505 .gform_wrapper .left_label select.medium, .vc_custom_1555694624505 .gform_wrapper .right_label input.medium, .vc_custom_1555694624505 .gform_wrapper .right_label select.medium, .vc_custom_155569462 .gform_wrapper .left_label textarea.small {
	width: 90%!important;	
}
#field_2_9 .gfield_label {
	display: none!important;
	width: 0px!important;
}
#input_2_9,
.left_label
 {
	margin-left: 0px!important;
}
.entry-content ul {
	padding-left: 20px!important;
}