/*
Theme Name: creativecircle
Theme URI: http://www.creativecircle.com
Author: Imagistic
Author URI: http://www.imagistic.com
Description: Theme for creativecircle website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: creativecircle
*/

/**
 * General
 */

body {
    color: #808890;
    -ms-overflow-style: scrollbar;
}

div#primary {
    background: #fff;
}

.entry-header {
    margin-top: 30px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.page-preheader {
    margin-bottom: 0 !important;
}

.showcase_2 .btn {
    margin-top: 0 !important;
}

.white {
    color: #fff !important;
}

.cc-wrapper {
    margin-bottom: 35px;
}

.notebook {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.notebook .notebook__tiles [class*="col-"] {
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.content h2.page-header {
    line-height: 48px;
}

.white .page-header {
    color: #fff !important;
}

.btn-default {
    border-color: #1d252c;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    border-color: #1d252c;
}

/**
 * Brands
 */
.cc-brands {
    padding: 10px;
}

/**
 * Process
 */
.process__desc {
    margin-bottom: 84px !important;
}

/**
 * Benefits
 */
.single-benefit {
    position: relative;
    margin-top: 48px;
    padding-left: 50px;
}

.single-benefit:before {
    content: url(assets/img/benefits__tick.png);
    position: absolute;
    left: 0;
}

/**
 * VC fixes
 */
[data-vc-stretch-content=true],
.vc_row[data-vc-full-width] {
    opacity: 0;
}

.cc-window-loaded [data-vc-stretch-content=true],
.cc-window-loaded .vc_row[data-vc-full-width] {
    opacity: 1;
}

.jobs-table {
    margin-top: 30px;
}

/* Darken input fields from placeholder color */

textarea,
input {
	color: #757575;
}

::-webkit-input-placeholder,
input::-webkit-input-placeholder { /* WebKit, Blink, Edge, Chrome, Opera, Safari */
	color:    #a3aaae;
}
::-moz-placeholder,
input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #a3aaae;
	opacity:  1;
}
:-ms-input-placeholder,
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #a3aaae;
}
::-ms-input-placeholder,
input::-ms-input-placeholder { /* Microsoft Edge */
	color:    #a3aaae;
}

/* Select lists below and they also need a little help from jQuery */

select,
select option {
	color: #757575;
}

select.on-placeholder,
select option:first-child {
	color: #a3aaae;
}

/* All forms */
form,
form label,
form .form-control {
    font-size: 14px;
    text-transform: none;
}

/**
* Gravity forms
*/
.ginput_container_text input,
.ginput_container_email input,
.gform_wrapper textarea,
.ginput_container_phone input,
.ginput_container_date input,
.gfield_select {
    height: 62px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px !important;
    text-transform: none;
    box-shadow: none !important;
    display: block;
    width: 100% !important;
    padding: 19px 30px !important;
    line-height: 1.75;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.gfield_label {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.gfield.input-type-checkbox {
    margin-bottom: 35px;
}

.gfield_checkbox {
    padding-left: 5px;
}

.gform_wrapper textarea {
    min-height: 200px !important;
}

.gform_wrapper .gfield_checkbox li label {
    font-size: 14px !important;
}

.exec-talent-field-input-type-checkbox {
    margin-top: 21px !important;
    margin-bottom: 23px !important;
}

.gform_footer button {
    margin-top: 50px;
}

.gfield_label {
    display: none !important;
}

.input-type-checkbox .gfield_label {
    display: block !important;
}

h2.gsection_title {
    font-size: 2rem !important;
}

.gsection_description {
    font-size: 1.5rem !important;
    margin-top: 5px;
}


.gform_wrapper div.validation_error {
    color: #ff0000 !important;
    border-top: 2px solid #ff0000 !important;
    border-bottom: 2px solid #ff0000 !important;
}

.gform_wrapper .validation_message {
    color: #ff0000 !important;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error select,
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0000 !important;
}

@media (max-width: 767px) {
    .gform_footer {
        text-align: center;
    }
}

/* override Bootstrap alert design */
.alert {
    border-radius: 0;
}

.alert a.close {
    font-size: 27px;
    font-weight: normal;
    opacity: 0.8;
}

.alert-danger {
    background-color: #f6f6f6;
    border-color: #ff0000;
    color: #ff0000;
}

.job-table-header {
    text-align: right;
    width: 200px;
}
@media (max-width: 767px) {
    .job-table-header {
        width: 100px;
    }
}

.job-description p {
    margin-bottom: 15px;
}

.pagination li.disabled > span {
    border: none;
    padding: 0;
    line-height: inherit;
    position: static;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar.sidebar-category {
    list-style-type: none;
    padding: 20px 10px;
}

ul.sidebar.sidebar-category .widget {
    margin-bottom: 50px;
}

ul.sidebar.sidebar-category .widgettitle {
    color: #1d252c;
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 10px;
}

.sidebar-blog-post .widgettitle {
    margin-top: 70px;
}

.sidebar-blog-post {
    list-style: none;
    padding-left: 10px;
    margin-top: 20px !important;
}
.widget_recent_entries ul {
    padding-left: 10px;
}


/** Coment Form */
.comment-form-comment textarea {
    min-height: 200px;
}

.form-group.comment-form-url {
    max-width: 50%;
}

p.form-submit {
    margin-top: 35px;
}

.checkboxes-start {
    margin-top: 35px;
}

ol.comment-list {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
    margin-bottom: 75px;
}

ol.comment-list li {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

ol.comment-list li.alt {
}

ol.comment-list li.bypostauthor {
}

ol.comment-list li.byuser {
}

ol.comment-list li.comment-author-admin {
}

ol.comment-list li.comment {
    padding: 1em;
}

ol.comment-list li.comment div.comment-author {
}

ol.comment-list li.comment div.vcard {
}

ol.comment-list li.comment div.vcard cite.fn {
    font-style: normal;
}

ol.comment-list li.comment div.vcard cite.fn a.url {
}

ol.comment-list li.comment div.vcard img.avatar {
    border: 5px solid #ccc;
    float: right;
    margin: 0 0 1em 1em;
}

ol.comment-list li.comment div.vcard img.avatar-32 {
}

ol.comment-list li.comment div.vcard img.photo {
}

ol.comment-list li.comment div.vcard span.says {
}

ol.comment-list li.comment div.commentmetadata {
}

ol.comment-list li.comment div.comment-meta {
}

ol.comment-list li.comment div.comment-meta a {
}

ol.comment-list li.comment p {
    margin: 0 0 1em;
}

ol.comment-list li.comment ul {
    list-style: square;
    margin: 0 0 1em 2em;
}

ol.comment-list li.comment div.reply {
}

ol.comment-list li.comment div.reply a {
    font-weight: bold;
}

ol.comment-list li.comment ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0;
}

ol.comment-list li.comment ul.children li {
}

ol.comment-list li.comment ul.children li.alt {
}

ol.comment-list li.comment ul.children li.bypostauthor {
}

ol.comment-list li.comment ul.children li.byuser {
}

ol.comment-list li.comment ul.children li.comment {
}

ol.comment-list li.comment ul.children li.comment-author-admin {
}

ol.comment-list li.comment ul.children li.depth-2 {
    border-left: 5px solid #555;
    margin: 0 0 .25em .25em;
}

ol.comment-list li.comment ul.children li.depth-3 {
    border-left: 5px solid #999;
    margin: 0 0 .25em .25em;
}

ol.comment-list li.comment ul.children li.depth-4 {
    border-left: 5px solid #bbb;
    margin: 0 0 .25em .25em;
}

ol.comment-list li.comment ul.children li.depth-5 {
}

ol.comment-list li.comment ul.children li.odd {
}

ol.comment-list li.even {
    background: #fff;
}

ol.comment-list li.odd {
}

ol.comment-list li.parent {
    border-left: 5px solid #cecece;
}

ol.comment-list li.thread-alt {
}

ol.comment-list li.thread-even {
}

ol.comment-list li.thread-odd {
}

/**
 Header
 */
.top-header-additional-links{
    padding:0;
}
.top-header-additional-links li a {
    color: #323e48;
    text-transform: uppercase;
    font-size: 13.37px;
    letter-spacing: 0.1em;
    padding-left: 13px;
    padding-right: 13px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
}
.top-header-additional-links li {
    width: 100%;
}

.banner__video > iframe, .banner__video > img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 101%;
    min-width: 100%;
    width: auto;
    height: auto;
}

/* make the (navbar) logo bigger */ 

.navbar-brand > img {
    height: 54px;
    width: auto;
}

.navbar-brand {
    padding-top: 4px;
    padding-right: 41px;
}

@media (max-width: 1199px) {
    .navbar-right {
        padding-right: -18px;
    }

    .navbar-brand {
        padding-right: 4px;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -30px;
    }
}

@media (max-width: 991px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

@media (max-width: 967px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -5px;
    }
}

.navbar_alt__links > li.current > a {
    color: #ee2a37;
    text-decoration: none;
}

.current-page-ancestor > a:before {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}



/* sub menu current item color */

.navbar_alt__links a.active {
	color: #ee2a37;
}

/* social footer style */
.social {
 height: 35px;
 margin-bottom: 0;
}

.social a {
 color: white;
}

/**
 * MC Job list
 */

.jobs-mc-list-wrapper .jobs-list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    line-height: 26px;
    color: #4a4f52;
}

.jobs-mc-list-wrapper .jobs-list li {
    overflow: hidden;
    line-height: 50px;
    padding: 0px 10px 0px 30px;
}
.jobs-mc-list-wrapper .jobs-list a {
    color: #4A4F52;
}
.jobs-mc-list-wrapper .jobs-list .title {
    float: left;
    width: 50%;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0 1px 1px #fff;
    display: block;
    max-width: 100%;
}
.jobs-mc-list-wrapper .jobs-list .separator {
    border-top: none;
    line-height: normal;
}
.jobs-mc-list-wrapper .jobs-list li.color {
    background: #edeeef;
}
.jobs-mc-list-wrapper .jobs-mc-list-title {
    color: #4A4F52;
}
.jobs-mc-list-wrapper .jobs-list .manage-block {
    float: right;
}
.jobs-mc-list-wrapper .jobs-list .city {
    float: left;
    text-shadow: 0 1px 1px #fff;
}
.jobs-mc-list-wrapper .btn-apply {
    float: left;
    background: #63d0df;
    padding: 0 21px;
    margin: 12px 0 0 19px;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 28px;
    text-decoration: none !important;
}
.jobs-mc-list-wrapper .btn-apply:visited {
    cursor: pointer;
}
.jobs-mc-list-wrapper .btn-apply:link {
    cursor: pointer;
}
@media (max-width: 767px) {
    .jobs-mc-list-wrapper .jobs-list .title {
        font-size: 14px;
        width: 100%;
    }
    .jobs-mc-list-wrapper .jobs-list li {
        padding: 0 10px;
    }
}

/**
 * 404 page
 */
.error-404 {
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 200px;
}

@media (max-width: 768px) {

    .vc_row {
        margin-right: 0 !important;
    }

    .content p {
        text-align: center;
    }

    .content .wpb_single_image .vc_figure,
    .content .wpb_single_image .vc_figure .vc_single_image-wrapper {
        width: 100%;
    }

    .page-header {
        text-align: center;
    }

    .content img {
        display: block;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
}

/*
 Notebook fixes
 */
.owl-item .col-xs-4 {
    height: 500px;
}

@media(min-width:991px) and (max-width:1200px) {
    .owl-item .col-xs-4 {
        height: 450px;
    }
}

@media(min-width:481px) and (max-width:991px) {
    .owl-item .col-xs-4 {
        height: 424px;
        width: 50%;
    }
}

@media (max-width: 480px) {
    .owl-item .col-xs-4 {
        height: auto;
        width: 100%;
    }
    .notebook .notebook__tiles__arrow {
        display: none;
    }
}

/* columnar sort contact office list */
ul.map__list {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

ul.map__list li {
    float: none;
    width: inherit;
}

@media (max-width: 991px) {
    ul.map__list {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
}

@media (max-width: 768px) {
    ul.map__list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    ul.map__list.executive__positions {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .sticky {
        position: static !important;
    }

    .sticky-stopper {
        display: none;
    }
}

.gform_confirmation_wrapper div.gform_confirmation_message {
	color: #007900;
	font-size: 1em;
	margin-bottom: 25px;
	border-top: 2px solid #007900;
	border-bottom: 2px solid #007900;
	padding: 16px 0;
	clear: both;
	width: 100%;
	text-align: center;
}

/*
 Single page header
 */
#page-header {
    display: table-row;
    width: 100%;
}
.style-dark {
    color: #fff;
}

.header-wrapper {
    display: table;
    table-layout: fixed;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.header-wrapper {
    -webkit-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
    -moz-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
    -o-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
    transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
}

.header-blog {
    height: 370px;
}

.header-blog .page-header {
    font-size: 64px;
}


#page-header .header-wrapper > .header-bg-wrapper, #page-header .header-wrapper .header-scrolldown, #page-header .header-wrapper .row-container>.row-background {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.header-wrapper .header-bg-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header-wrapper .header-bg {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.no-touch .header-parallax > .header-bg-wrapper > .header-bg:not(.header-carousel-wrapper), .no-touch .header-parallax > .header-bg-wrapper > .header-bg.header-carousel-wrapper .t-background-cover {
    height: 130%;
    height: calc(100% + 30vh);
}

#page-header[data-imgready="true"] .header-wrapper>* {
    opacity: 1;
}
#page-header .header-only-text .header-main-container {
    opacity: 1;
}
#page-header .header-wrapper .uncode-slider .row-child, #page-header .header-wrapper .row-parent, #page-header .header-main-container {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.header-wrapper .header-main-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
}

.block-bg-overlay {
    opacity: 0.50;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}

@media (min-width: 960px) {
    .limit-width {
        max-width: 1200px;
        margin: auto;
    }
}

.header-wrapper .header-content {
    position: relative;
    z-index: 5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.header-wrapper .header-content-inner {
    margin: 0 auto;
    padding: 54px 36px 54px 36px !important;
}

.header-wrapper .header-content-inner > *:first-child, .header-wrapper .heading-text>*:first-child {
    margin-top: 0 !important;
}
.header-wrapper .header-content-inner>.header-title>span {
    display: block;
}

/**
 * Style the search page
 */
.screen-reader-text {
    display: none;
}

.search .nav-links {
    margin-bottom: 50px;
    margin-top: 50px;
}
.search .nav-links a {
    background: #ee2a37;
    padding: 10px 20px;
    color: #fff;
}

/**
 * Map
 */
.map .map__canvas {
    position: relative;
    margin-bottom: 5px;
}
.map__lists.initial {
    margin-top: 40px;
}
.map-restore p {
    margin-bottom: 0;
}
#view-all-locations:hover, #view-all-locations:focus, #view-all-locations:active {
    cursor: pointer;
}

#map__contact__phone a {
    color: #808890;
}

/**
 * WordPress Image Alignment Support
 */

.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    display: block;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

/**
 * WordPress Gallery
 */
.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}
.gallery:after {
    display: table;
    content: "";
    clear: both;
}
.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}
.gallery-item img {
    width: 100%;
    height: auto;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}
/*

/**
 * Blog sidebar
 */

#blog-cta {
    line-height: 1.5em;
    list-style: none;
    margin-bottom: 60px;
    margin-top: 60px;
    padding: 0 15px;
}

.article {
	padding-bottom: 55px;
	padding-top: 55px;
}

#blog-cta h2,
.sidebar-blog-post h2 {
	margin-top: 0;
	font-size: 28px;
	font-weight: normal;
	color: #323e48;
}

#blog-cta .btn {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.sidebar-blog-post ul {
	padding-left: 5%;
	padding-right: 10px;
}

.sidebar-blog-post ul a {
	color: #a3aaae;
	font-size: 15px;
}

.sticky {
    z-index: 9999;
}

/**
 * E-verify, Cyber Security buttons, Job Detail buttons
 */
a.cyber-security {
	line-height: 1.5em;
	font-size: 14px;
	padding: 7px 25px 0 25px;
	width: auto;
}

a.cyber-security .first-line {
	font-size: 9px;
}

.job-detail-footer {
    display: flex;
    float: right;
    margin-top: 2em;
}

.e-verify {
    text-align: center;
    padding: 0.5em 2em 2em 2em;
}

.e-verify p {
	font-size: 10px;
    margin-bottom: 0;
}


@media (max-width: 767px) {
    .job-detail-footer {
        display: block;
        float: none;
        text-align: center;
    }
    .e-verify {
        padding: 2em;
    }
}


/* Job buttons in responsive */
@media (max-width: 767px) {
    .job-buttons .btn-primary {
        margin: 1em;
    }
}

/* Specific requirement for candidate info page */
.canadian-employee-handbook {
    width: 390px;
}

/* Fix spacing for list on candidate cyber security page */
#post-47897 ul {
    margin-top: -1.5em;
}

/**
 * Blog
 */

@media(min-width: 1300px) {
    .notebook .notebook__tiles__arrow[data-slide="prev"] {
        right: calc(100% + -10px);
        text-align: left;

    }
    .notebook .notebook__tiles__arrow[data-slide="next"] {
        left: calc(100% + -10px);
        text-align: right;
    }
    .notebook .notebook__tiles__arrow {
        z-index: 999999;
        width: 50px;
    }
}

@media(min-width: 1200px) {
    .showcase_3 {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .stories {
        padding-top: 60px;
    }
}

@media(min-width: 768px) {
    .blog-sidebar {
        padding-left: 20px;
        border-left: 1px solid #f0f0f0;
        margin-top: 60px;
    }
    .blog-sidebar #blog-cta {
        margin-top:0;
    }
}


/* Additional color changes */
.panel-group .panel-title,
.stories__item__categories > a {
    color: #808890;
}

/**
 * Pagination on the Talent Search
 */
.jobs-pagination ul li:last-child {
    margin-right: 0;
}
.jobs-pagination ul li {
    display: inline-block;
    margin-right: 15px;
}
.jobs-pagination ul {
    text-align: center;
}

/**
 * Is mobile helper.
 */
.is-mobile{
    display: none;
}
@media(max-width: 768px) {
    .is-mobile {
        display: block !important;
    }
}


/**
 * Accordion Panel fixes
 */
.panel-group .panel-heading {
    padding: 0;
}
.panel-heading .panel-title a {
    padding: 19px 30px;
    width: 100%;
    display: block;
}


/**
 * Contact overlay text
 */

.cc-overlay,
.cc-overlay img {
    height: 350px !important;
    max-width: 775px !important;
    margin-bottom: 5px;
}
.cc-overlay-text {
    text-align: center;
}
.cc-overlay-text .title {
    font-family: "Montserrat", helvetica, arial, serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cc-overlay-text .subtitle {
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    font-weight: 100;
    margin-bottom: 10px;
}
.cc-overlay-text .caption {
    font-family: "Montserrat", helvetica, arial, serif;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}
.cc-overlay-text .caption a {
    color: #fff;
}
.cc-overlay-text .get-talent {
    background: #ee2a37;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    text-decoration: none;
}
.cc-overlay-text .get-talent:hover,
.cc-overlay-text .get-talent:focus,
.cc-overlay-text .get-talent:active {
    opacity: 0.9;
}
.cc-overlay > img {
    position: absolute;
    color: #fff;
    left: 0;
}
.cc-overlay {
    position: relative;
    width: 100%;
    float: left;
}
.cc-overlay-text-wrap {
    display: table;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.cc-overlay-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 1199px) {
    .cc-overlay {
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .cc-overlay,
    .cc-overlay img {
        height: inherit !important;
    }
    .map-executive{
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .map-restore {
        float:left;
        width: 100%;
    }
    .cc-overlay-text {
        font-size: 16px;
    }
    .cc-overlay-text .subtitle {
        font-size: 24px;
    }
}

@media (max-width: 481px) {
    .get-talent {
        background: none !important;
    }
    .cc-overlay-text .caption {
        margin-bottom: 0;
    }
    .cc-overlay-text .title,
    .cc-overlay-text .caption {
        font-size: 14px;
    }
    .cc-overlay-text .subtitle {
        font-size: 18px;
    }
    .map-executive {
        margin-bottom: 35px;
    }
}

@media(max-width: 768px) and (min-width: 650px) {
    .cc-overlay, .cc-overlay img {
         height: 337px !important;
         max-width: 100%; 
    }
}

@media(max-width: 650px) and (min-width: 550px) {
    .cc-overlay, .cc-overlay img {
         height: 270px !important;
         max-width: 100%; 
    }
}

@media(max-width: 550px) and (min-width: 481px) {
    .cc-overlay, .cc-overlay img {
         height: 230px !important;
         max-width: 100%; 
    }
}


/**
 * Text widget
 */
.cc-enhanced-text-subtitle h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}

/**
 * Maintenance
 */

h1.maintenance-title {
    font-weight: 300;
}

#maintenance-body {
    padding-top: 40px;
    padding-bottom: 20px;
}

html.maintenance {
    margin-top: 0 !important;
}

.maintenance-header-top {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.maintenance-social-icons li:last-child {
    margin-right: 0;
}

ul.maintenance-social-icons li a i {
    font-size: 40px;
    color: #5472d2;
}

ul.maintenance-social-icons li a:hover i,
ul.maintenance-social-icons li a:active i,
ul.maintenance-social-icons li a:focus i {
    opacity: 0.8;
}

ul.maintenance-social-icons li {
    display: inline-block;
    margin-right: 10%;
}

ul.maintenance-social-icons {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 990px) {
    h1.maintenance-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    h1.maintenance-title {
        font-size: 30px;
    }
}

.btn-transparent {
    background-color: transparent;
    border-color: #9fa2a3;
    color: #a3aaae;
}

.btn-transparent:hover,
.btn-transparent:focus {
    background-color: #ffffff;
    border-color: #9fa2a3;
    color: #323e48;
}
@media(max-width: 1299px) {
    .owl-item {
        padding-right: 20px;
        padding-left: 20px;
    }
    .notebook .notebook__tiles__arrow[data-slide="next"] {
        left: calc(100% + -20px);
    }
    .notebook .notebook__tiles__arrow[data-slide="prev"] {
        right: calc(100% + -20px);
    }
    .notebook .notebook__tiles__arrow {
        z-index: 999999 !important;
    }
}

