/*
Theme Name: Adelman Travel
Theme URI: https://www.adelmantravel.com/
Author: Abraham Ventura - Blueprint Digital
Author URI: https://blueprintdidgtal.com/
Description: This site was developed by Blueprint Digital for Adelman Travel Group.
Version: 1.0
Text Domain: blueprintdidgtal
Template: wp-bootstrap-starter
Tags: business travel agent, travel agent business,corporate travel booking,business travel agencies,travel business
*/




@import url(//fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900);




/* html, body {
  height:100%;
} */

body {
    -webkit-font-smoothing: antialiased;
}

.header_div {
    padding: 0 20px 0 50px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

h2 { 
    color: #3E92CC; 
    font-size: 48px; 
    font-weight: 700; 
    font-family: 'Open Sans', 'Roboto', sans-serif;
}


p {
    font-family: 'Roboto';
    color: #4A4A4A;
    font-size: 16px;
}

.text-100 {
   font-weight: 100;
}
.text-200 {
   font-weight: 200;
}
.text-300 {
   font-weight: 300;
}
.text-400 {
   font-weight: 400;
}
.text-500 {
   font-weight: 500;
}
.text-600 {
   font-weight: 600;
}
.text-700 {
   font-weight: 700;
}
.text-800 {
   font-weight: 800;
}
.text-900 {
   font-weight: 900;
}
	.desktop-only {
		display:block;
	}
	.mobile-only {
		display:none;
	}

/* These have been set */
.bg-primary{background-color: #032764!important;}
.bg-secondary{background-color: #FA9D1C!important;}
.bg-info{background-color: #3e92cc!important;}
/* These have been set */

/* These have been set */
.text-primary{color: #032764!important;}
.text-secondary{color: #FA9D1C!important;}
/* These have been set */

.overflow-hidden {
    overflow:hidden;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

a {
	color: blue;
}






/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

header#masthead {
    box-shadow: 0 0 2px -1px #333;
    margin-bottom: 0;
}

.navbar-brand > a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1rem;
    outline: medium none;
    text-decoration: none;
}



.navbar-brand > a:visited,
.navbar-brand > a:hover {
    text-decoration: none;
}

#masthead nav {
    padding-left: 0;
    padding-right: 0;
}

#masthead .navbar-nav > li > a {
    /*color: #8e869d;*/
    color: #032764;
    padding: 1.3rem;
}

#masthead .navbar-nav > li > a {
  /*color: #4a4a4a;*/
    color: #032764;
  font-family: 'Roboto';
  text-align: center;
  font-size: 1.0rem;
}
#masthead .navbar-nav > li > a:hover {
  color: #FF9A00;
  /*background: #f9f9f9;*/
}

#masthead .nav-item .menu-item > a:hover{
    color: #fff;
}

#masthead .navbar-nav > li > a:hover {
    /*background: #f9f9f9;*/
}


#masthead .navbar-nav > li:hover > .dropdown-menu {
    display: block;
    width: fit-content;
    /* top: 60px; */
    margin: auto;
    padding:0 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#masthead .navbar-nav li > .dropdown-menu li:hover .dropdown-menu {
    left: 190px;
    top: 0;
    width: 200px !important;
    display: block;
    padding:0 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.pre-wrap a {
    white-space:pre-wrap;
}
.navbar-brand {
    height: auto;
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}

#page-sub-header {
    padding: 1.875rem 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    color: #cdbfe3;
    padding: 4rem 0.938rem;
    text-align: center;
    font-size: 1.25rem;
    background-size: cover;
}

#page-sub-header h1 {
    margin-top: 0;
    color: #fff;
    margin-bottom: 0.625rem;
}

#page-sub-header p {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    #page-sub-header h1 {
        font-size: 3.750rem;
        line-height: 1;
    }

    #page-sub-header {
        padding-top: 3.750rem;
        padding-bottom: 3.750rem;
        text-align: left;
        font-size: 1.5rem;
    }
	
}

@media screen and (min-width: 992px) {
    #page-sub-header p {
        max-width: 50rem;
    }
}


.hero_container {
    padding: 0px;
}


/* line 1632, sass/style.scss */

.navigation {
    float: right;
    font-size: 18px;
}


/* line 1636, sass/style.scss */

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    border-radius: 3px;
    cursor: pointer;
    padding: 3px 9px;
    color: #032764 !important;
    text-decoration: none;
}


/* line 1647, sass/style.scss */

.navigation li {
    display: inline;
}


/* line 1650, sass/style.scss */

.navigation li a:hover,
.navigation li.active a {
    background-color: #1763A6;
    color: #FFFFFF !important;
    border-radius: 13px;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.top-navbar {  height: 30px;    
 width: 100%;
 background-color: #032764; }
.top-navbar a { color:#FFF; font-weight: 500; text-decoration: none; margin-right: 40px; font-size: 0.9em; }
.top-navbar a:active, .top-navbar a:hover { color: #FA9D1C; }


/*--------------------------------------------------------------
## Inner Pages - SST
--------------------------------------------------------------*/
.inner-page-content h2 { font-size: 32px; }
/*.inner-page-content .row { padding: 50px 0; }*/
.inner-page-content i { color: #FA9D1C; }
.inner-page-content .btn-primary { background-color: #FA9D1C; border-color: #FA9D1C; border-radius: 0; }
.inner-page-content .btn-primary:hover { background-color: #032764; border-color: #032764; }
.inner-page-content h3 { color: #3E92CC;}
.smaller h3 { font-size: 1.5rem; }
.smaller h4 { font-size: 1.25rem; }
.cta_banner_light { background-color: #3e92cc !important; }
.p-lh-fix p { line-height: 1.3; margin-top: -15px; }
.p-lh-fix ul { margin-top: -15px; }
.p-lh-fix h2 { padding-bottom: 10px; }
.leadership h3 { color: #3e92cc; }
hr { margin: 30px 0; }
.inner_page_three_column_text:hover { text-decoration: none; color: #032764; }
.btn-primary { background-color: #FA9D1C; border-color: #FA9D1C; border-radius: 0; }
.btn-primary:hover { background-color: #032764; border-color: #032764; }
.gform_footer > input[type=text] {
	background-color: #FA9D1C; border-color: #FA9D1C; border-radius: 0; color:#f8f9fa!important;
}
.gform_footer > input[type=text]:hover {
	background-color: #032764; border-color: #032764; color:#f8f9fa!important;
}
.large_cta_button:hover { background-color: #032764; color: #FFF; }
.cta-button_mobile:hover { background-color:#3e92cc; }
.cta-banner { background-color: #032764; }
.cta-banner-inner { color: #FFF; font-size: 28px; font-weight: 500; padding: 30px 0; }
.btn-lg {padding: 1rem 1.5rem; }
.light-blue { background-color: #3e92cc; color: #FFF; }
.light-blue p { color: #FFF; }
#footer-bpd { background-color: #032764; padding-top: 20px; }
.footer-spacing { margin-left: 30px; margin-right: 30px; }
.right-space { margin-right: 30px; }
.btn-secondary { background-color: #FA9D1C; border-color: #FA9D1C; border-radius: 0; }
.btn-secondary:hover { background-color: #3e92cc; border-color: #032764; }

/*--------------------------------------------------------------
## Blog - SST
--------------------------------------------------------------*/
.blog-content { max-width: 1180px; margin: 30px auto; }
.blog-card-body {color:#032764;}
.blog-card-body h3{ color:#032764; font-family: 'Open Sans', 'Roboto', sans-serif; font-weight:bold;font-size:24px;}
.blog-content #article h1{ color:#032764;}
.large_text { font-size: 28px; }
.blog_hero { height: 120px !important; }
.blog_date { font-style: italic; }
.blog_meta { font-size: 0.9em; }
.blog_category a { text-decoration: none; color: #4A4A4A !important; }
.blog_content { padding-top: 20px; }
.blog_content h2 { font-size: 28px; }
.recent-blogs:hover { background-color: #EEEEEE; }
.widget-area a { text-decoration:none; color:#3E92CC;}
.widget-area a:hover { text-decoration: none; color:#032764; }
.widget-title { font-size: 1.25rem; }
.blog-content .wp-post-image { padding-top: 15px; }
.blog-description { margin-top: -15px; padding-bottom:15px;}
#secondary { padding-top: 20px; }
.blog-content a {color: #3E92CC !important;}
.blog-content a:visited, .blog_content a:hover, .blog_content a:active {color: #032764 !important;}
.cat-item a:visited, .cat-item a:hover, .cat-item a:active {color: #032764 !important;}
.textwidget a:visited, .textwidget a:hover, .textwidget a:active {color: #032764 !important;}

@media screen and (max-width: 576px) {
    .blog-content { margin: 30px 10px; }
    .blog-content h1 { font-size: 2.0rem; }
    .blog-content h4 { font-size: 1.25rem; }
}
.badge-secondary { color: #032764; font-size: 100%; border-radius: 0; background-color: #FFF; border: 2px solid #032764; text-wrap: balance; margin-bottom: 0; }
.article-title h3 { font-size: 1.15rem; }
#article .archive { font-size: 2.0rem; font-weight:500; color:#212529; }
.resource-content { margin: 30px auto; /* padding: 0 80px; */ }
.pr-description { margin-top: -15px; padding-bottom:15px;}
.vspacer { padding-top: 30px; padding-bottom: 30px;}
@media screen and (max-width: 767px) {
    .row > div { /* margin-right: 15px ; margin-left: 15px;  padding: 0px; */}
    .vspacer, .light-blue p { margin-right: 5px; margin-left: 5px; }
    .right-image { margin-left: 0 !important; }
    .blog-card-body h3{ font-size:18px;}

}
@media screen and (max-width: 768px) {
order-md-1 order-sm-1   .vspacer, .light-blue p { margin-right: 5px; margin-left: 5px; }
    .right-image { margin-left: 0 !important; }
}

@media screen and (max-width: 992px) {
    .cta-button {padding-top: 30px; margin-bottom: 30px; }
    .light-blue {padding-top: 30px; }
}
.right-image {padding-right: 0; }
.row-ri { margin-left: 0; }
.blue-link { color: #3e92cc !important; }
.blue-link:visited { color: #032764 !important; }
.blue-link:hover, .blue-link:active { color: #FA9D1C !important; }
.blue_tint_no_hover a, .blue_tint_no_hover a:visited { color: #FFF !important; }
.blue_tint_no_hover a:hover, .blue_tint_no_hover a:active { color: #FA9D1C !important; }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.dropdown-toggle::after {
    vertical-align:middle;
    
}
.dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
    vertical-align:baseline;
}

.section_padding{
    padding: 100px;
}


/* Small menu. */

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

.dropdown-item {
    line-height: 1.2;
    padding: 0.313rem 0; 
}

.dropdown-menu {
    min-width: 15.0rem;
    padding: 0 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li > .dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .dropdown-menu {
        border: medium none;
        margin-left: 1.250rem;
        padding: 0;
    }

    .dropdown-menu li a {
        padding: 0;
    }

    #masthead .navbar-nav > li > a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
    }

    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #1B90CF;
    color: #fff;
}

.dropdown-item a:focus, .dropdown-item a:hover {
    background-color: hotpink !important;
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " \2192";
}

.post-navigation .nav-previous a::before {
    content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}


.fm-header .nav-link { color: #FFFFFF; font-size: 21px; font-weight: bold; line-height: 36px; font-family: 'Open Sans', 'Roboto', sans-serif; }
.fm-link .nav-link { color: #898989; font-size: 18px; line-height: 24px; font-family: 'Roboto', 'Open Sans', sans-serif; }
.fm-sub .nav-link { color: #3e92cc; font-size: 16px; line-height: 18px; font-family: 'Roboto', 'Open Sans', sans-serif; }
.fm-link .nav-link .fa { color: #FFFFFF; font-size: 1.1em; line-height: 0.75; }
.fm-header .nav-link:hover, .fm-header .nav-link:active { color: #FA9D1C; background: none; }
.fm-link .nav-link:hover, .fm-link .nav-link:active { color: #FA9D1C; background: none; }
.fm-sub .nav-link:hover, .fm-sub .nav-link:active { color: #FA9D1C; background: none; }
.fm-contact { color: #FFF; font-size: 24px; font-weight: bold; line-height: 36px; font-family: 'Open Sans', 'Roboto', sans-serif; padding-left: 0 !important; }



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}






/* Do not show the outline on the skip link target. */

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






/*--------------------------------------------------------------
# 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;
}
.w-auto{
	width:auto;
}
.text-roboto {
	font-family: 'Roboto';
}

a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}



/*--------------------------------------------------------------
# Scrolling Text
--------------------------------------------------------------*/


a,
a:link,
a:active,
a:visited {
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

marquee a {
     text-decoration: none;
    color: #fff;
    padding: 20px 100px;
    line-height: 30px;
    text-align: center;
     font-size: 20px;
     font-weight: bold;
     color: #fff;
    height: 30px;   

}

.scrolling_text_div{
    height: 30px;   
}

.scrolling_text {
     height: 30px;  
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 100;
    background-color: #3e92cc;
}
.scrolling_text a {
    text-decoration: none;
    color: #fff;
    padding: 10px 50px 10px 50px;
}
    


.pipe-filter{
    color:#fff;
    font-size:20px;
}   
    



/*--------------------------------------------------------------
# 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;
}






/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    padding-bottom:50px;
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
    border: 0;
    padding: 0px 20px;
    height: 50px;
    outline: 1px inset black;
    outline-offset: -1px;
}

.widget_search .search-form input[type="submit"] {
    display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #eee;
    text-decoration: none;
}






/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


/*
#content.site-content {
    padding-bottom: 3.75rem;
    padding-top: 0rem;
}*/


.sticky .entry-title::before {
    content: '\f08d';
    font-family: fontawesome;
    font-size: 1.563rem;
    left: -2.5rem;
    position: absolute;
    top: 0.375rem;
}

.sticky .entry-title {
    position: relative;
}

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

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
    margin-top: 0;
}

.post.hentry {
    margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
    color: #9a9a9a;
}

.entry-title > a {
    color: inherit;
}



/*
.cta_text{
    color: #FFFFFF; 
    font-family: 'Roboto';  
    font-size: 24px;    
    font-weight: bold;  
    line-height: 28px;  
    text-align: center;
}
*/

/*

.cta_button_text{
    color: #FFFFFF; 
    font-family: 'Roboto';  
    font-size: 24px;    
    font-weight: bold;  
    line-height: 28px;  
    text-align: center;
}
*/


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}

.comment-body .pull-left {
    padding-right: 0.625rem;
}

.comment-list .comment {
    display: block;
}

.comment-list {
    padding-left: 0;
}

.comments-title {
    font-size: 1.125rem;
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
    border: medium none;
}






/*--------------------------------------------------------------
# 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;
}






/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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






/* Make sure embeds and iframes fit their containers. */

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






/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}

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






/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item .gallery-columns-2 {
    max-width: 50%;
}

.gallery-item .gallery-columns-3 {
    max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
    max-width: 25%;
}

.gallery-item .gallery-columns-5 {
    max-width: 20%;
}

.gallery-item .gallery-columns-6 {
    max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
    max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
    max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}






/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/

.woocommerce-cart-form .shop_table .coupon .input-text {
    width: 8.313rem !important;
}

.variations_form .variations .value > select {
    margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
    max-width: 100%;
}






/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/

.elementor-page article .entry-footer {
    display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.elementor-page .entry-content {
    margin-top: 0;
}






/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/

.vc_desktop article .entry-footer {
    display: none;
}

.vc_desktop #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.vc_desktop .entry-content {
    margin-top: 0;
}






/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/



footer#colophon {
    background: #2a2730 none repeat scroll 0 0;
    color: #99979c;
    padding: 1.250rem 0;
    text-align: center;
}

.site-info, .site-info a {
    margin-bottom: 0;
    text-align: center;
        padding: 16px 0;
    font-size: 16px;
    color:#B9B9B9;
    text-decoration: none;

}

.copyright a,
footer#colophon a {
    color: inherit;
}

@media screen and (max-width: 767px) {
    #masthead .navbar-nav > li > a {
        padding-bottom: 0.938rem;
        padding-top: 0.938rem;
    }
}

#menu-nav .nav-item a {
    color: #032764;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.0rem;
    text-align: left;
    white-space: nowrap;
}

.large_font {
    color: #FFFFFF !important;
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
}

#footer-widget .dropdown button,
.smaller_font {
    color: #B9B9B9;
    padding: 9px 0 9px 0;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    background-color: transparent;
    border: 0;
}

@media only screen and (max-width: 997px) {
    .nav-item a {
        font-size: 18px;
    }
    .large_font {
        font-size: 16px;
    }
    #footer-widget .dropdown button,
    .smaller_font {
        color: #B9B9B9 !important;
        padding: 0px;
        font-size: 16px !important;
    }
}

.ft_sixty_five {
    position: relative;
    width: 70%;
    margin-left: 50px;
    display: flex;
}

.ft_thirty_five {
    position: relative;
    width: 30%;
}

.ft_sixty_five .row {
    width: 100%;
}


header#masthead {
  box-shadow: 0 0 2px -1px #333;
  margin-bottom: 0;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  outline: medium none;
  text-decoration: none;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
.navbar-call {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 1.25rem;
    white-space: nowrap;
    text-align: right;
}
.navbar-call h4{
    font-size: 20px;
    line-height: 20px;
}
.navbar-call h3{
    font-size: 30px;
    line-height: 20px;
    color: #d62a13;
}
#page-sub-header {
  padding: 1.875rem 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  color: #cdbfe3;
  padding: 4rem 0.938rem;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover;
}
#page-sub-header h1 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 0.625rem;
}
#page-sub-header p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
    line-height: 1;
  }
  #page-sub-header {
    padding-top: 3.750rem;
    padding-bottom: 3.750rem;
    text-align: left;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 50rem;
  }
}
/*---------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
#gform_wrapper_1, .gform_wrapper_original_id_1 {
    width:100%;
}







#footer-nav .navbar-nav > li:hover > .dropdown-menu {
    display: block;
    top: 30px;
}
#footer-nav .navbar-nav li > .dropdown-menu li:hover .dropdown-menu {
    left: 190px;
    top: 0;
    width: 200px !important;
    display: block;
}




.navbar-brand {
  height: auto;
    padding: 20px 0px;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.dropdown-menu {
  min-width: 15.00rem;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 0;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
    font-size: 16px; 
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
          border: medium none;
    outline: none;
    /* height: 90px; */
    top: 0;
    bottom: 0;
    /* left: 0; */
    right: 0;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.navigation.post-navigation {
  padding-top: 1.875rem;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}
.post-navigation .nav-next a::after {
  content: " \2192";
}
.post-navigation .nav-previous a::before {
  content: "\2190 ";
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
    
    #footer-nav {
        margin: 0 auto;
    }
    
    #footer-nav > li:last-child{
       padding-right: 10px;

    }
    
    
@media screen and (min-width: 992px){
    .navbar-toggleable-md .navbar-collapse {
        justify-content: center !important;
    }
    
    #footer-nav ul{
        -webkit-flex-direction: row;
        padding-left: 0px;
    }
    #footer-nav li #gform_fields_1 .gfield/*, .gform_wrapper .gform_footer*/{
        padding-right: 10px !important;
    }

    #footer-nav li .gform_wrapper_original_id_1 .gfield/*, .gform_wrapper .gform_footer*/{
        padding-right: 10px !important;
    }
    
    #footer-nav li{
        padding-right: 3%;
    }
    
    #footer-nav li ul li a{
        color: #f2f2f2;
        text-align: left;
        padding: 0px;
    }
    
    #footer-nav li ul li a:hover{
        background-color: rgba(0,0,0,0);
    }
    #footer-nav li:last-child{
        padding-right: 0%;
    }
}
    
@media screen and (max-width: 991px){
    #footer-nav .navbar-nav > li > a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
        font-size: 16px;
    }
    .nav-link {
        padding:0.5rem 0;
    }
    .fm-link .nav-link {
        font-size: 14px;
        line-height: 20px;
        padding: 0 ;
        margin-bottom: 6px;
        margin-top: 0px
    }
    .fm-header .nav-link {
        font-size: 20px;
        line-height: 22px;
    }
    .fm-sub .nav-link{
        font-size: 14px;
        line-height: 20px;
        padding: 0.0rem 0rem 0.0rem 0.3rem; 
        margin-bottom: 6px;
        margin-top: 0px

    }
    
    
        #footer-nav > ul{
            display: flex;
        align-items: center;
               width: fit-content;
        margin: 0 auto;

    }
    #footer-nav .navbar-nav ul{
        background-color: rgba(0,0,0,0);
     
    }
    
    #footer-nav .navbar-nav ul li a{
        color: #f2f2f2;
        text-align: left;
    }
}



.nav-item .menu-item{
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
/*  border-bottom: 1px solid rgba(0,0,0,.15); */
}

.nav-item .menu-item:last-of-type{
/*  border-bottom: 0px solid rgba(0,0,0,.15); */
}
    


   
#footer-nav #menu-footer > li a {
    color: #B9B9B9;
    font-size: 14px;    
    line-height: 24px;
    padding-left: 0px;
    font-family: 'Open Sans', sans-serif;
}

   
    
    #footer-nav #menu-footer > li > a {
    color: #f2f2f2;
    font-size: 24px;    
    font-weight: bold;  
    line-height: 36px;
    padding-left: 0px;
    font-family: 'Open Sans', sans-serif;
}
    
#footer-nav #menu-footer a:hover {
  background-color: rgba(0,0,0,0);
}

    .small-footer-font a{
            color: #3E92CC !important;
            font-size: 16px;
    }
    
    .large-footer-font > a{
        color: #f2f2f2 !important;  
        font-size: 24px !important; 
        font-weight: bold;  
        line-height: 36px;
        padding-left: 0px;
        font-family: 'Open Sans', sans-serif;

    }
    
    
    .section_navy{
        width:100%;
        background-color: #032764;
    }

    
    #footer-nav li {
        list-style-type: none;
    }
    
    .menu-footer ul li a{
        color: red; 
        font-size: 24px;    
        font-weight: bold;  
        line-height: 36px;
    }
    
.facebook-icon a:before {
        font-family: FontAwesome;
        content: "\f09a";
        padding-right: 10px;
}

    .twitter-icon a:before {
        
        font-family: FontAwesome;
        content: "\f099";
        padding-right: 10px;
    }
    
    .linkedin-icon a:before {
        font-family: FontAwesome;
        content: "\f0e1";
        padding-right: 10px;
    }
    .youtube-icon a:before {
        font-family: FontAwesome;
        content: "\f16a";
        padding-right: 10px;
    }
    .instagram-icon a:before {
        
        font-family: FontAwesome;
        content: "\f16d";
        padding-right: 10px;
    }
    

.nav li ul {
    position:absolute;
    left:0;
    top:36px;
    z-index:1;
    visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;
}
.nav li ul li {
    overflow:hidden;
    height:0;
    -webkit-transition:height 200ms ease-in;
    -moz-transition:height 200ms ease-in;
    -o-transition:height 200ms ease-in;
    transition:height 200ms ease-in;
}




#footer-widget {
    background-color: #032764;
    padding-top: 60px;
}

#masthead .container {
    width: 100%;
}

.blue-offset-fonts {
    padding-left:10px;
}

#input_1_1,
#input_1_2,
#input_1_3,
#input_1_4,
input[name=input_1],
input[name=input_2],
input[name=input_3],
input[name=input_4] {
    width: 100% !important;
    height: 50px;
    border-radius: 0px;
/*  padding-left: 10px !important;
    padding-right: 10px !important; */
}


#gform_submit_button_1, .gform_wrapper_original_id_1 .gform_button {
    width: 100% !important;
    height: 70px;
    border-radius: 0px;
/*    font-weight: bold;*/
}


.gform_wrapper .gform_footer {
     padding:0 10px 0 0 !important;
}


.gravity_form_2 .gform_button, .gform_widget-2 > .gform_button, .FORM_2 > .gform_button {
    background-color: #FA9D1C;
    border-width: 0px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out; 
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
    
}
.gravity_form_2 .gform_button:hover {
    background-color: #3e92cc;
    border-color: #032764;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

.gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
    padding-right: 10px !important;
}


.navbar-brand {
    width: 200px;
}


.company_section {
    height: auto;
    clear: both;
}


.company_section p{
    font-size: 16px;
}


.four_row_image {
    height: 300px;
    overflow: hidden;
}
.four_row_image{
    height: 300px;    
}
/*Style for Template*/


/*Style for Template*/


/*Style for Template*/


/*Style for Template*/

.hero_table {
    margin: 0;
}

.hero_div {
    width: 100%;
    height: 100%;
    min-height: 700px;
    background-position: 0; 
    background-size: cover; 
    background-repeat: no-repeat; 
    position: relative;
}

.hero_text {
    color: #FFFFFF;
    position: absolute;
    font-family: 'Roboto';
    font-size: 64px;
    font-weight: bold;
    line-height: 75px;
    padding-left: 30px;
    margin-top: 350px;
    z-index: 11;

}



.toggle_bar_div{
    width: 100%;
    color: #3E92CC;
    text-align: center;
        padding-bottom: 30px;

}



.inner_page_hero_text {
    color: #FFFFFF;
    position: relative;
    font-family: 'Roboto';
    font-size: 64px;
    line-height: 320px;
    width: 100%;
    text-align: center;
    z-index: 20;
    font-weight: bold;
}
.three_toggle_section{
    padding-bottom: 30px;
    height: auto;
}

.three_toggle_section_container{
    width: 70%; 
    color: #3E92CC; 
    text-align: center; 
    margin: 0 auto !important;
}
.segmented .vertical-align-container,.segmented-mobile .vertical-align-container {
    height: 70px;
}

.hero_inner_text {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-weight: bold;
    padding: 0 20px;
}

.inner_page_three_column_text {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 28px;
    font-weight: bold;
    padding: 0 20px;
}

#inner_page_three_column_row {
    padding: 0px 40px;
/*    padding: 100px 20px;*/
}


#inner_page_three_column {
    padding: 0px 20px 20px 20px;
}

.hero_subtext {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 48px;
    font-weight: 300;
    line-height: 56px;
}

.hero_text > p,
.hero_subtext > p,
.hero_button > a p {
    display: none;
}


.hero_button {
    height: 70px;
    width: 515px;
    background-color: #FA9D1C;
    margin-top: 30px;
    cursor: pointer;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out; 
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
    
}
.hero_button:hover {
    background-color: #3e92cc;
    border-color: #032764;
}

.hero_button_a_div, .inner_page_bottom_hero_button a div {
    color: #FFFFFF;
    font-family: 'Roboto';  
    font-size: 24px;
    /* padding-top:20px; */
    font-weight: 500;
    text-align: center;
}

.gradient_bottom {
    bottom: -1px;
    width: 100%;
    height: 200px;
    z-index: 1;
    position: absolute;
    background: transparent url(/wp-content/theme/gradient.png) repeat-x scroll 0% 0%;
}


.left_to_right_animation {
    margin-left: -100%;
    opacity: 0;

    -webkit-transition: opacity 1s, margin-left 1s, -webkit-transform 1s;
    transition: opacity 1s, margin-left 1s, transform 1s;
}

.right_to_left_animation {
    margin-left: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s, margin-left 1s, -webkit-transform 1s;
    transition: opacity 1s, margin-left 1s, transform 1s;
}


.animated_section{
        width: 100%;
    height: 600px;

}

.left_thirty {
    width: 30%;
    float: left;
    height: 100%;
}

.left_fifty {
    width: 50%;
    float: left;
    height: 100%;
}
.left_fifty img{
    width:100%;
}

.left_fifty p:last-child{
    padding-bottom: 100px;
}

.right_fifty {
    width: 50%;
    float: right;
    height: 100%;
    position: relative;
}
.right_fifty img{
    width:100%;
}


.left_fifty_sub_title {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;   
    font-weight: 700;
    text-align: left;
}

.right_fifty_sub_title {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;   
    font-weight: 700;
    text-align: left;
}

.right_fifty_sub p {
    color: #4A4A4A;
    /*      font-family: 'Roboto';*/
    text-align: left;
}

.new_line_text{
    padding: 6px 0;
    font-size: 20px;
    font-family: 'Roboto';
}


.right_fifty_sub {
    text-align: center;
    vertical-align: middle;
    padding-left: 10%;
    height: fit-content;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 10px;
    /* height: 30%; */
    margin: auto;
    margin-right: 10%;
}

.right_fifty_sub_image {
    height: 100%;
    width: 80px;
}


.large_image{
    height: 600px;
}


.left_thirty_show {
    margin-left: 0%;
    opacity: 1;
}

.left_thirty img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.left_to_right_animation_show, .right_to_left_animation_show{
    right: 0%;
    opacity: 1;
}


.right_thirty {
    width: 30%;
    float: right;
    height: 100%;
    overflow: hidden;
}


.right_thirty_show {
    margin-right: 0%;
    opacity: 1;
}

.right_thirty img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#hero {
    width: 100%;
    overflow: hidden;
}

.error_text{
        width: 100%;
    text-align: center;
    font-size: 80px;
    color: #3E92CC;
}
.right_seventy {
    width: 70%;
    float: right;
    height: 100%;
    position: relative;
}

.right_seventy_sub {
    text-align: center;
    vertical-align: middle;
    padding-left: 10%;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 10px;
    /* height: 30%; */
    margin: auto;
    margin-right: 10%;
}

.right_seventy_sub_image {
    height: 100%;
    width: 80px;
}

.right_seventy_sub_title {
    color: #3E92CC;
    /*    font-family: 'Roboto';    */
    font-size: 48px;
    font-weight: bold;
    text-align: left;
}

.right_seventy_sub p {
    color: #4A4A4A;
    /*      font-family: 'Roboto';*/
    text-align: left;
}



.left_seventy {
    width: 70%;
    float: left;
    height: 100%;
    position: relative;
}

.left_seventy_sub {
    text-align: center;
    vertical-align: middle;
    padding-right: 10%;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 10px;
    /* height: 30%; */
    margin: auto;
    margin-left: 10%;
}


.left_seventy_sub_image {
    height: 100%;
    width: 80px;
}

.left_seventy_sub_title {
    color: #3E92CC;
    font-family: 'Roboto';
    font-size: 48px;
    font-weight: bold;
    text-align: left;
/*  padding-left: 140px; */
}

.left_seventy_sub p {
    color: #4A4A4A;
    font-family: 'Roboto';
    text-align: left;
}

.check_list {
    color: #3E92CC;
    padding: 4px;
    text-align: left;
}

.check_list_awesomefont {
    color: #FA9D1C;
    font-size: 20px;
}


.transforming_technology {
    height: 600px;
    padding-top: 100px;
}

.streamline_planning {
    height: 400px;
}


.left_seventy_sub .check_list {
    padding-left: 140px;
}
.left_seventy_sub h1 {
      padding-left: 0px;  
}





/*CTA*/
.cta_container{
    background-color: #032764;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    text-align: center;
    padding: 15px;
    overflow: hidden;
}
.cta_banner {
    background-color: #032764;
    height: auto;
    padding: 40px 0px;
    clear: both;
}

.cta_banner_inner {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}

.cta-button_mobile {
    background-color: #FA9D1C;
    cursor: pointer;
    height: 70px;
    width: 340px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 70px;
    text-decoration: none;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    vertical-align: middle;
}

.cta_text {
    height: 36px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    padding-right: 30px;
    padding-bottom: 50px;
}


.segmented, .segmented-mobile {
    width: 100%;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-size: 90%;
    text-align: center;
}

.segmented label, .segmented-mobile label {
    display: block;
    flex: 1;
    box-sizing: border-box;
    border: 1px solid #3E92CC;
    border-right: none;
    color: #3E92CC;
    margin: 0;
/*
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    padding-left: 0.4em;
    padding-right: 0.4em;
*/
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}
.segmented label.checked, .segmented-mobile label.checked {
    background: #3E92CC;
    color: #fff;
    font-family: 'Roboto';
    font-weight: bold;
    text-align: center;
}

.segmented.inverted label,.segmented-mobile.inverted label {
    border-color: #fff;
    color: #fff;
    background: none;
}

.segmented.inverted label.checked, .segmented-mobile.inverted label.checked {
    background: #fff;
    color: inherit;
}

.segmented label:first-child, .segmented-mobile label:first-child {
    border-radius: .0em 0 0 .0em;
    border-right: 0;
}

.segmented label:last-child, .segmented-mobile label:last-child {
    border-radius: 0 .0em .0em 0;
    border-right: 1px solid #3E92CC;
}

.segmented input[type="radio"], .segmented-mobile input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    position: absolute;
    opacity: 0;
}
.segmented-container {
    width: 70%; 
    color: #3e92cc; 
    text-align: center; 
    margin: 0 auto !important;
}

.mobile-only label {
    border-top: 0;
}
.mobile-only {
    display:none !important;
}
.not-mobile {
    display:block !important;
}
.desktop-only {
	display:block;
}

.lead {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    text-align: left;
    font-family: 'Roboto';
    color: #4A4A4A;

}

.radio_1, .radio_2, .radio_3, .radio_4, .radio_5, .radio_6{
    min-height: 500px;
    padding: 3em 16%;
}
.radio_2, .radio_3, .radio_4, .radio_5{
        display:none;
}
.radio_1 a, .radio_2 a, .radio_3 a, .radio_4 a, .radio_5 a, .radio_6 a{
    color:#fff;
}

.international_dialing_image img{
    float: left; 
    margin: 0 20px 0 0; 
    border: 1px solid #999999; 
    padding: 3px;
}


#inner_page_three_column p {
    text-align:left;
    padding: 0 0px;
    font-family: 'Roboto';
    color: #4A4A4A;
}

#inner_page_three_column p:first-of-type {
    padding-top: 20px;
}

#inner_page_three_column p {
    padding: 0px 0px 0px 0px;
}

.inner_page_bottom_hero_text{
    color: #FFFFFF; 
    font-family: "Open Sans";   
    font-size: 48px;    
    font-weight: bold;  
    line-height: 48px;  
    text-align: center;
    padding: 5% 0px 20px 0px;
    position: relative;
    z-index: 20;
}

.inner_page_hero_div {
    width: auto;
    height: 320px;
    clear: both;
    background-size: cover; 
    background-repeat: no-repeat; 
    position: relative;
}

.inner_page_bottom_hero_button {
    height: 70px;
    width: 40%;
    margin: 0 auto;
    background-color: #FA9D1C;
    position: relative;
    color:#fff;
    z-index: 20;
    cursor: pointer;
    text-decoration: none;
}


.three_image_block_title{
    color: #3E92CC;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    padding-bottom: 40px;
}

h1.the-adelman-advantage{
    height: auto; 
    width: 100%; 
    color: #4A4A4A; 
    font-size: 48px; 
    font-weight: bold; 
    line-height: 40px;  
    text-transform: none;
  padding-top: 1.5em;
    padding-bottom: 1.5em; 
    padding-left:0.1em; 
    padding-right:0.1em; 
    text-align: center;
}
h2.the-adelman-advantage{
    height: auto; 
    width: 100%; 
    color: #3E92CC; 
    font-size: 36px; 
    font-weight: bold; 
    line-height: 40px;  
    text-transform: none;
/*    padding-top: 10px;*/
    padding-bottom: 10px;
    padding-left:0.1em; 
    padding-right:0.1em; 
    text-align: center;
}

.clone-adelman-advantage {
    height: auto; 
    width: 100%; 
    color: #4A4A4A; 
    font-size: 48px; 
    font-weight: bold; 
    line-height: 40px;  
    text-transform: none;
  padding-top: 1.5em;
    padding-bottom: 1.5em; 
    padding-left:0.1em; 
    padding-right:0.1em; 
    text-align: center;
    }

.radio_text_column {
    min-height: 400px;
}
.radio_text_column h2{
        text-align: left;
}

.three_image_block_section{
    padding-top: 40px;
}



/*
.three_image_block_section div:first-of-type{
    padding: 30px; 
    text-align:center;
}
*/


.image_div{
    height: 700px;
    max-height: 700px;
    width: auto;
    clear: both;
    background-size: cover; 
    background-repeat: no-repeat; 
    position: relative;   
    background-position: center;
}

.seciton2_image {
    position: absolute;
    width: auto;
/*    height: 400px;
    top: 0;
    bottom: 0;*/
    left: 0;
    right: 0;
    margin: auto;
    padding-right:5%;
}


/*/////CTA//////*/

.large_cta_div {
    width: auto;
    height: 600px;
    clear: both;
    background-size: cover; 
    background-repeat: no-repeat; 
    position: relative;
}


.blue_hover_background:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(3, 39, 100, 0.7);
    transition: all .3s linear;
    z-index: 10;
}

.hero_div:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all .3s linear;
    z-index: 10;
}


.adelman_moves_and_expands .right_seventy_sub{
    
    margin-right: 0%;
}
.large_div {
    width: auto;
    height: 500px;
    clear: both;
    background-size: cover; 
    background-repeat: no-repeat; 
    position: relative;
}


.blue_tint_no_hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(3, 39, 100, 0.7);
    transition: all .3s linear;
    z-index: 10;
}


.blue_hover_background:hover:before {
    background: none;
}

.large_cta_button {
    height: 70px;
    width: 50%;
    margin: 0 auto;
    background-color: #FA9D1C;
    position: relative;
    color:#fff;
    z-index: 20;
    cursor: pointer;
    text-decoration: none;
transition: background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out; 
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}

.large_cta_text{
    color: #fff;
    font-family: 'Roboto';
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
    padding: 0px 0px 20px 0px;
}

 .large_cta_button_text{
        color: #fff;
        font-family: 'Roboto';
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;

    }

.large_cta_button a div{
        color: #FFFFFF;
        font-family: 'Roboto';
        font-size: 24px;
        font-weight: 500;
        line-height: 70px;
        text-align: center;
   }


.cta_2{
    height: 300px;
}

.cta_2 .large_cta_button {
    width: 50%;
}


.cta_2_text{
    color: #fff;
    font-family: 'Roboto';
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    padding: 0px 0px 1rem 0px;
}
.cta_2 p {
    color: #FFFFFF; 
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0px 14%;
    
}

.blue_tint_no_hover div{
    z-index:12;
}
.full_width_row .row{
    margin-right: 0;
    margin-left: 0;
}


.top-and-bottom-padding {
    padding: 100px;
}

.zero-padding{
    padding: 0 !important;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
    .hero_text {
        font-size: 54px;
        line-height: 54px;
        margin-top: 350px;
    }
    .hero_subtext {
        font-size: 41px;
        line-height: 41px;
    }
    #masthead .navbar-nav > li > a {
        /*color: #8e869d;*/
        color: #032764;
        padding: 0.5rem;
    }
    
    .segmented label {
        font-size: 20px;
        line-height: 20px;
    }
    
}






/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
    .hero_text {
        font-size: 44px;
        line-height: 44px;
    }
    .hero_subtext {
        font-size: 36px;
        line-height: 36px;
    }
    .cta_2 .large_cta_button {
        width: 70%;
    }
    .segmented label {
        font-size: 14px;
        line-height: 14px;
    }

}

@media only screen and (max-width: 900px) {
    .hero_text {
        width: 100%
    }
}






/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 960px) {
    .hero_text {
        font-size: 40px;
        line-height: 40px;
    }
    .hero_subtext {
        font-size: 30px;
        line-height: 30px;
    }
    .hero_button {
        width: 400px;
        margin-top: 20px;
    }
}




.three-toggle-p {
        margin-top: 30px;
        text-align:left;
    }

.three-toggle-p-button {
        background-color:#FA9D1C;
    }

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .image_div {
        height: 320px;
    }
}
@media only screen and (max-width: 768px) {
    .not-mobile {
        display:none !important;
    }
    .desktop-only {
        display:none !important;
    }
    .mobile-only {
        display:block !important;
    }
    
    .segmented-container {
        width: 100%; 
    }
    .segmented label:nth-child(3) , .segmented-mobile label:last-child {
        border-radius: 0 .0em .0em 0;
        border-right: 1px solid;
    }

    .international_dialing_image_radio {
        border-radius: 0 .0em .0em 0 !important;
        border-right: 0px solid !important;
    }

    .three-toggle-p {
        text-align:center;
    }
    .three-toggle-p-button {
        font-size:14px;
         width: 100%;
        background-color:#FA9D1C;
    }
    h2 { 
        font-size: 30px; 
        font-weight: 700; 
    }
    .hero_inner_text{
        font-size:1.5rem;
    }

    .right_fifty_sub_title, .left_fifty_sub_title{
        text-align: center;
    }
    .hero_text {
        font-size: 40px;
        line-height: 40px;
    }
    .left_thirty {
        width: 100%;
    }
    .right_thirty {
        width: 100%;
    }
    
    .left_seventy {
        width: 100%;
    }
    .left_seventy_sub {
        padding-right: 5%;
        padding-left: 5%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding-top: 40px;
    }
    .right_seventy {
        width: 100%;
        float: none;
    }
    .right_seventy_sub {
        padding-right: 5%;
        padding-left: 5%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        /*padding-top: 40px;*/
    }
    
    .right_seventy_sub h1 {
        text-align: center;
    }
    .left_fifty {
        width: 100%;
    }
    .right_fifty {
        width: 100%;
    }
    
    #inner_page_three_column{
        padding: 0px 0px 30px 0px;
    }
    
    #inner_page_three_column:last-child .text_column{
       padding: 0px 20px;
    }
    
    #inner_page_three_column:last-child{
        padding: 100px 0px;   
    }
    .seciton2_image{
        padding-right: 0;
        position: relative;
    }
    .radio_1, .radio_2, .radio_3, .radio_4, .radio_5{
        padding: 20px 10px;
    }
    .segmented label,.segmented-mobile label {
        font-size: 14px;
        line-height: 14px;
    }
    .animated_section{
        height: auto;
    }
    .inner_page_bottom_hero_text{
         font-size: 28px;
    line-height: 30px;

    }
    .radio_text_column{
        padding: 20px;
    }
    
    h1.the-adelman-advantage {
            font-size: 30px;
            line-height: 30px;
    }
    .left_seventy_sub_title{
        padding-left: 0px;
         font-size: 32px;
    }
    .right_seventy_sub h1{
         font-size: 32px;
        text-align: left;
    
    }
    .inner_page_bottom_hero_button, .large_cta_button{
        text-align: center;
        width: 80%;    
    }
        .inner_page_hero_div{
        height: 200px;
    }
    .inner_page_hero_text{
        line-height: 200px;
    }

    .inner_page_three_column_text{
        margin: 0px 0px 0px 0px;
    }
    
    .inner_page_bottom_hero_button a, .large_cta_button a {
    font-size: 20px;
    line-height: 70px;
    color: #fff;
    /* color: #FFFFFF; */
    font-family: 'Roboto';
    font-weight: 700;
    }
    .cta-button_mobile{
        width: 80%;
        font-size: 16px;

    }
    
    .cta_text{
        padding-right: 0px;
            font-size: 20px;
    line-height: 26px;
    }
    .right_fifty_sub {
        padding-left: 0;
    }
    
    .international_dialing_image {
        text-align:center;
    }
    .international_dialing_image img{
        float: none; 
        margin: 0 20px 0 0; 
        border: 1px solid #999999; 
        padding: 3px;
    }
    
    
    
/*    ///////CTA////////*/
    .large_cta_div {
        height: 320px;
    }
    .large_cta_text{
        font-size: 28px;
        line-height: 32px;
    }
    
    .cta_2 {
        height: 300px;
    }
    
    .cta_2_text{
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
    }
    .cta_2_text p{
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
    }
    .cta_2 .large_cta_button {
        width: 80%;
    }

    .inner_page_container{
        padding: 0px 10% 70px 10%;
    }

    
.four_row_image {
    height: 150px;
    overflow: hidden;
}
.four_row_image{
    height: 150px;
}

    h2.the-adelman-advantage{
        padding-top:20px;
    }
} 

.icon_image{
    max-height: 100px;
}
.hover_swell, .icon-grow { 
    transition: all .2s ease-in-out !important; 
    -webkit-transition: all .2s ease-in-out !important;
}

.hover_swell:hover, .icon-grow:hover {
    transform: scale(1.1);
}
    

.vertical-align-container {
    text-align: center;
    position: relative;
    height: 100%;
    
}
.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 10;
}

.vertical-align {
    display: table-cell;
}

.vertical-align-middle {
    vertical-align: middle;
}

.inner_page_container{
    padding: 70px 10% 70px 10%;
}
.office_locations {
    padding: 70px 10% 70px 10%;
    color: #3E92CC;
    font-weight: bold;
    font-family: 'Roboto';
    clear:both;
}
.office_locations h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    }
.office_locations p{
    font-weight: normal;
    font-family: 'Roboto';
}


#gform_2 input, .gform_wrapper_original_id_2 form input {
    width:100%;
    height: 48px;
     border:1px solid #B9B9B9;
    padding-left: 10px;
    padding-right: 10px;
}

#gform_2 textarea, .gform_wrapper_original_id_2 form textarea {
    width:100%;
    height: 125px;
    border:1px solid #B9B9B9;
    padding-left: 10px;
    padding-right: 10px;
}

.widget-submit-button{
        margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: #FA9D1C;
    border-width: 0px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    color: #fff;
    padding: 20px;
    margin-top: 10px;
    border-radius: 0;
    width: 300px;
}
select.soflow {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(https://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 20px 0px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
   max-width: 300px;
    height: 50px;
}



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

#currency_converter {
    width:100%;
}
#currency_converter_page_header{
    display: none;
}
.submit_type_input {
    background-color: #FA9D1C;
    border-width: 0px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    color: #fff;
    height: 50px;
}
#currency_converter_menu_links {
    display: none;
}
.currency_calc_to_label_cell, .currency_calc_from_label_cell, .curr_amount_label_cell{
    text-align: left;
    font-weight: bold;
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
    
    .hero_text {
        font-size: 25px;
        line-height: 25px;
    }
    .hero_subtext {
        font-size: 20px;
        line-height: 20px;
        padding-top: 5px;
    }
    .hero_button {
        width: 90%;
        margin-top: 20px;
    }
    .hero_button_a_div {
        font-size: 20px;
    }
    .inner_page_hero_text{
        font-size: 44px;
        line-height: 200px;
    }
    .inner_page_hero_div{
        height: 200px;
    }
    
    .inner_page_three_column_text{
        margin:0px 0px 0px 0px;
    }
    .right_seventy_sub_title {
        font-size: 30px;
    }

    .inner_page_bottom_hero_button, .large_cta_button{
        width: 80%
    }
        .inner_page_bottom_hero_text{
         font-size: 20px;
    line-height: 30px;

    }
        .image_div {
        height: 200px;
    }


/*////////CTA/////////*/
    .large_cta_div {
        height: 200px;
    }
    .large_cta_text{
        font-size: 20px;
        line-height: 24px;
            padding: 0px 0px 10px 0px;

    }  
    #gform_wrapper_1, .gform_wrapper_original_id_1 {
        width: 100%;
    }
    .three_toggle_section_container{
        width: 100%
    }

}
    
@media only screen and (max-width: 320px) {
    
}
.gform_wrapper ul.gform_fields li.gfield{
    padding-right: 0px !important;
}

.flexthis{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flexthis .col-md-9, .flexthis .col-md-3{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
.flexthis .col-lg-2, .flexthis .col-lg-10{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
.flexthis.container:before,
.flexthis.container:after,
.flexthis.row:before,
.flexthis.row:after {
   content: normal; 
}
.flex-container:before {
  display: inline;
}

.gform_wrapper .validation_message{
        color: #ff2e43 !important;
}
.gform_wrapper div.validation_error {
    color: #ff2e43 !important;
    border-top: 2px solid #ff2e43 !important;
    border-bottom: 2px solid #ff2e43 !important;
}
.widget-text-input{
    width: 300px;
    height: 50px;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,0.3);
    padding-left: 10px;
    vertical-align: middle;
}

/* Remove this line of code in order to show News-Line MetaData */
.type-post .entry-header .entry-meta {display:none;}
.type-post .entry-header .entry-title {font-size:2.5rem;}
/*--------------------------------------------------------------
# Customer Engagement Sections and Modals
--------------------------------------------------------------*/
.contact-engagement { padding: 60px 0; background-image: url("//www.adelmantravel.com/wp-content/uploads/2018/02/icon_background.png");background-size:cover;background-repeat:no-repeat;background-attachment:scroll;background-position:center;background-color:#F2F2F2;}
.btn-contact { background: none; cursor: pointer; }
.btn-contact h3 {color: #032764; font-family: 'Open Sans',sans-serif;font-weight:700;font-size:20px;}
.contact-engagement img { padding-bottom: 30px; }
.contact-engagement .modal-body a { color:#3e92cc; }
#gform_3 input, .gform_wrapper_original_id_3 form input, #gform_4 input, .gform_wrapper_original_id_4 form input {
    width:100% !important;
    height: 48px;
     border:1px solid #B9B9B9;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


#gform_3 textarea, .gform_wrapper_original_id_3 form textarea, #gform_4 textarea, .gform_wrapper_original_id_4 form textarea {
    width:100%;
    height: 125px;
    border:1px solid #B9B9B9;
    padding-left: 10px;
    padding-right: 10px;
}
#gform_4 select, .gform_wrapper_original_id_4 form select {
    width: 100%;
    height: 48px;
    border:1px solid #b9b9b9;
    padding-left: 10px;
    padding-right: 10px;
}
#gform_submit_button_3, 
#gform_submit_button_4,
.gform_wrapper_original_id_3 .gform_button,
.gform_wrapper_original_id_4 .gform_button {
    background-color: #FA9D1C;
    cursor: pointer;
    color: #FFF;
    border-radius: 0;
    transition: all .2s ease-in-out !important;
    -webkit-transition: all .2s ease-in-out !important;
}
#gform_submit_button_3:hover,
#gform_submit_button_4:hover,
.gform_wrapper_original_id_3 .gform_button:hover,
.gform_wrapper_original_id_4 .gform_button:hover {
    background-color: #032764;
}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.99px) { 
    .contact-engagement .modal-dialog { padding-top: 50px; }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.99px) { 
    .contact-engagement .modal-dialog { padding-top: 50px; }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.99px) { 
    .contact-engagement .modal-dialog { padding-top: 90px; }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.99px) {  
    .contact-engagement .modal-dialog { padding-top: 90px; } 
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {    
    .contact-engagement .modal-dialog { padding-top: 90px; } 
}


.travel_assistance_image, .sales_inquiries_image, .technical_support_image, .vacations_image {
    transition: all .2s ease-in-out !important; 
    -webkit-transition: all .2s ease-in-out !important;
}


.travel_assistance_image:hover, .sales_inquiries_image:hover, .technical_support_image:hover, .vacations_image:hover {
    transform: scale(1.1);
}

p.cookie-policy a { color: #032764 !important; }
.uabb-modal-text a { color: #3e92cc !important;}

.mobile-left-justify {
  text-align: left;
}

.mobile-right-justify {
  text-align: right;
}

.home .compass-icon > div,
.home .light-bulb-icon > div,
.home .globe-icon > div,
.home .hand-shake-icon > div,
.home .charts-icon > div {
        max-height: 150px;
        max-width: 150px;
        float: initial;
        margin-left: 40% !important;
}


@media only screen and (max-width: 768px) {
.mobile-left-justify,
.mobile-right-justify {
  text-align: justify;
  }

    .animate-img-col-left{
        max-width:100% !important;
    }
    .gform_wrapper_original_id_1 .top_label div.ginput_container {
        margin-top: 0 !important;
        padding-right: 0px !important;
    }
    .gform_wrapper .gform_footer {
         padding:0 0px 0 0 !important;
    }

    .home .compass-icon > div,
    .home .light-bulb-icon > div,
    .home .globe-icon > div,
    .home .hand-shake-icon > div,
    .home .charts-icon > div {
        max-height: 150px;
        max-width: 150px;
        float: initial;
        margin-left: 40% !important;
   }

}

#self-service-img { height: 700px !important; background-image: url('https://www.adelmantravel.com/wp-content/uploads/2017/11/self-service-min.jpg'); background-size: auto 100%; background-repeat: no-repeat; background-position: right center; }
#managed-services-img { height: 700px !important; background-image: url('https://www.adelmantravel.com/wp-content/uploads/2017/11/managed-services-min.jpg'); background-size: auto 100%; background-repeat: no-repeat; background-position: center top; }
#leisure-img { height: 700px !important; background-image: url('https://adelmantravel.com/wp-content/uploads/2017/11/leisure-min.jpg'); background-size: auto 100%; background-repeat: no-repeat; background-position: center center; }

.uabb-modal-close {
    top: -12.5px !important;
    -webkit-text-fill-color: white !important;
    -webkit-text-stroke-width: 1px !important;
    -webkit-text-stroke-color: black !important;
}


.gform_wrapper_original_id_4 .gfield_radio li label {
    font-size: larger !important;
    margin-left: 10px !important;
    font-weight: 500 !important;
}
.cmplz-categories, .cmplz-tcf-categories, .cmplz-link.cmplz-manage-options, .cmplz-manage-vendors, .cmplz-manage-third-parties, .cmplz-read-more, .cmplz-deny, .cmplz-view-preferences, .cmplz-save-preferences, .cmplz-btn.cmplz-manage-options {
/* 	display:block !important; */
}
.fl-photo-caption{
	border: 1px solid #cccccc;
    color: #000000 !important;
}
