@charset "utf-8";

/* Table of Contents
/* --------------------------------
• 1.0 - Main Styles
• 2.0 - Main Menu
• 3.0 - Sections
	• 3.1 - Section 1 > Home
	• 3.2 - Section 2 > Mission
	• 3.3 - Section 3 > Why
	• 3.4 - Section 4 > Services
	• 3.5 - Section 5 > Calculator
		• 3.5.1 - Calculator > Front Page
		• 3.5.2 - Calculator > Calculator Tool 
	    • 3.5.3 - Calculator > Credit Tool
• 4.0 - Footer Section 6 > Contact
• 5.0 - Elements
-----------------------------------
*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Web fonts (Camphor is from Fonts.com) */

@font-face {
    font-family: 'GrandesignNeueSerif';
    src: url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_bold.eot');
    src: url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_bold.eot') format('embedded-opentype'),
         url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_bold.woff') format('woff'),
         url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_bold.ttf') format('truetype'),
         url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_bold.svg#GrandesignNeueSerif') format('svg');
                 font-weight: 700;
     font-style: normal;
}
@font-face {
    font-family: 'GrandesignNeueSerif';
    src: url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_bold_italic.eot');
    src: url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_bold_italic.eot') format('embedded-opentype'),
         url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_bold_italic.woff') format('woff'),
         url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_bold_italic.ttf') format('truetype'),
         url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_bold_italic.svg#GrandesignNeueSerif') format('svg');
       font-weight: 700;
     font-style: italic;
}
@font-face {
    font-family: 'GrandesignNeueSerif';
    src: url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif.eot');
    src: url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif.eot') format('embedded-opentype'),
         url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif.woff') format('woff'),
         url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif.ttf') format('truetype'),
         url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif.svg#GrandesignNeueSerif') format('svg');
         font-weight: 300;
         font-style: normal;
}

@font-face {
    font-family: 'GrandesignNeueSerif';
    src: url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_italic.eot');
    src: url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_italic.eot') format('embedded-opentype'),
         url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_italic.woff') format('woff'),
         url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_italic.ttf') format('truetype'),
         url('https://groupefinanciermides.ca/fonts/grandesign_neue_serif_italic.svg#GrandesignNeueSerif') format('svg');
         font-weight: 300;
         font-style: italic;
}


/*-----------------------------
1.0 - Main Style
------------------------------*/
body,
html,
.outer.wrapper.site {
    width:100%;
}
.container {
    max-width: 1600px;
}
.inner {
    position: relative;
    z-index: 1;
}
h1, h2, h3, h4, h5, textarea, table, tr, td, .btn {
    font-family: 'Camphor W01', Arial, sans-serif;
    font-weight: 100;
    color: #464646;
}
h1 {font-size: 4.5em; line-height:1.1em; border-bottom: 1px solid #252525; padding-bottom: 25px; margin-bottom: 50px; }
h2 {font-size: 2.5em; line-height:1.1em; margin-bottom: 25px;}
h3 {font-size: 2em; line-height:1.3em; margin-bottom: 25px;}
h4 {font-size: 1.25em; line-height:1.1em;}
h1 span, h2 span, h3 span, h4 span {
    font-weight: 900;
}

section, article, div, p, ul, li, small, label, input {
    font-family: 'GrandesignNeueSerif', Arial, sans-serif;
    font-weight: 400;
    color: #464646;
}
a {
    color: #464646;
}
a:hover {
    color: #464646;
    opacity: 0.9;
    text-decoration: none;
}
button:hover {
    opacity: 0.9;
}
#main p {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 15px;
}
#main ul {
    line-height: 1.4;
}
#main ul li {
    margin: 0 0 .5em;
}
#main article {
    width: 100%;
}
/* < 1800px */
@media all and (max-width: 1800px) {
    #main article {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* < 767px */
@media all and (max-width: 767px) {
    h1 {font-size: 3em; }
    h2 {font-size: 2em;}
    h3 {font-size: 1.7em;}
    h4 {font-size: 1.25em;}
}
/* < 480 */
@media all and (max-width: 767px) {
    h1 {
        font-size: 2.2em;
    }
    #main article {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*-----------------------------
2.0 - Main Menu
------------------------------*/
/* Main Styles */
#main-navigation .navbar {
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
#main-navigation .navbar .logo {
    display: block;
    width:190px;
    padding: 20px;
}
#main-navigation .navbar .logo img {
    display: block;
    height: auto;
    width:100%;
}
.navbar-toggle {
    margin: 15px !important;
    padding: 7px!important;
}
#main-navigation .navbar .navbar-nav > li > a {
    text-transform: uppercase;
    font-family: 'Camphor W01', Arial, sans-serif;
    font-weight: 500;
    font-size: 0.75em;
    color: #252525;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#main-navigation .navbar-nav > li.active > a,
#main-navigation .navbar-nav > li > a:hover,
#main-navigation .navbar-nav > li > a:focus {
    background-color: rgba(100,100,100,0.1);
}

#main-navigation .container {
    position: relative;
}

/* Desktop Menu > 992px */
@media all and (min-width: 992px) {
    #main-navigation .navbar,
    #main-navigation .navbar .container,
    #main-navigation .navbar .navbar-header,
    #main-navigation .navbar .navbar-nav,
    #main-navigation .navbar .logo,
    #main-navigation .navbar .navbar-nav > li,
    #main-navigation .navbar .navbar-nav > li > a {
        min-height: 100px;
    }
    #main-navigation .navbar .logo {
        padding: 38px 20px 0 5px;
        width:200px;
    }
    #main-navigation .navbar .navbar-nav > li > a {
        line-height: 100px;
        padding: 0 10px;
    }
    /* Contact Button */
    #main-navigation .navbar .navbar-nav > li.contact {
        height: 20px;
    }
    #main-navigation .navbar .navbar-nav > li.contact a {
        background-color: #21b0c5;
        height: 20px;
        display: inline;
        padding: 8px 15px;
        border-radius: 5px;
        color: #fff;
        margin-left: 10px;
    }
    #main-navigation .navbar .navbar-nav > li.contact a:hover {
        background-color: #1f9eb1;
    }
}

/* Desktop Menu > 1200px */
@media all and (min-width: 1200px) {
    #main-navigation .navbar .logo {
        padding-top: 36px; 
        width: 240px;
    }
    #main-navigation .navbar .navbar-nav > li > a {
        padding: 0 16px;
        font-size: 0.9em;
    }
}

/* Desktop Menu > 1500px */
@media all and (min-width: 1500px) {
    #main-navigation .navbar .logo {
        margin-right: 100px;
        padding: 34px 0 0 15px;
    }
    #main-navigation .navbar .navbar-nav > li > a {
        padding: 0 36px;
    }
}


/* Mobile Menu */

/* Break point changed (991px instead of 767px) */
@media all and (max-width: 991px) {
    #main-navigation .navbar-header {
        float: none;
        margin-right: -15px;
        margin-left: -15px;
    }
    #main-navigation .navbar-toggle {
        display: block;
    }
    #main-navigation .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        margin-right: -15px;
        margin-left: -15px;
    }
    #main-navigation .navbar-collapse.collapse {
        display: none!important;
    }
    #main-navigation .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    #main-navigation .navbar .container {
        max-width: 992px;
    }
    #main-navigation .navbar-nav>li {
        float: none;
    }
    #main-navigation .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #main-navigation .navbar .navbar-nav > li.contact a {
        color: #21b0c5;
    }
}

/* Language Switch */

.lang {
    color: #cecece;
    font-family: 'Camphor W01', Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    right: 60px;
    top: 23px;
}

.lang a, .lang span {
    
    
    
    padding: 0 .2em;
}

.lang .current {
    color: #21b0c5;
}

/* Desktop Menu > 992px */
@media all and (min-width: 992px) {
    .lang {
        font-size: .75em;
        right: 15px;
        top: 44px;
    }

}

/* Desktop Menu > 1200px */
@media all and (min-width: 1200px) {
    .lang {
        font-size: .9em;
        top: 42px;
    }
    .lang a, .lang span {
        padding: 0 .4em;
    }
}


/*-----------------------------
3.0 - Sections
------------------------------*/
.page {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:120px;
    padding-bottom:120px;
    position: relative;
}
@media all and (max-width: 767px) {
    .page {
        padding-top:80px !important;
        padding-bottom:80px !important;
    }
    .overlay:after {
        background: rgba(255,255,255,.6);
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

/*-----------------------------
3.1 - Section 1 > Home
------------------------------*/
.page-home {    
    height: 1200px;
    padding-top: 350px;
}
.page-home h1 {
    border-bottom: 1px solid #21b0c5;
    font-weight: 100;
    margin-bottom: .4em;
}

.page-home ul {
    margin-top: 20px;
}
.page-home a {
    color: #21b0c5;
    font-family: 'Camphor W01', Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
}
.page-home .go-down {
    text-align: center;
    padding-top: 120px;
}
.page-home-more {
    padding: 150px 0;
    background: #fff;
}
.page-home-more h2 {
    color: #21b0c5;
}
/* > 1300 px */
@media all and (min-width: 1300px) {
    .page-home p { 
        font-size: 1.4em!important;
        width: 75%;
    }
}

/* < 1300 px */
@media all and (max-width: 1300px) {
    .page-home {
        height: auto;
        padding-top: 180px !important;
    }
}
/* < 992 px */
@media all and (max-width: 992px) {
    .page-home {
        height: auto;
        padding-top: 120px !important;
    }
    .page-home a {
        font-size: 1em;
    }
}
/* < 768 px */
@media all and (max-width: 768px) {
    .page-home {
        background-position : calc(100% + 300px) 0;
    }
    .page-home p, .page-home ul  {
        text-shadow: 1px 1px 12px rgba(255,255,255,0.4);
    }
    .page-home a { 
        font-size: .9em;
    }
}
/* > 1024px For Parallax */
@media all and (min-width: 1024px) {
    .page-home {
        background-attachment: fixed;
    }  
}


/*-----------------------------
3.2 - Section 2 > Mission
------------------------------*/
.page-mission {
    color: #fff;
    height: 800px;
    padding: 150px 0;
}
.page-mission h1 {
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
}
.page-mission p {
    color: #fff;
}

/* < 400 px */
@media all and (max-width: 400px) {
    .page-mission {
        height: auto;
        min-height: 800px;
    }
}

/* < 1300 px */
@media all and (max-width: 1300px) {
    .page-mission:after {
        background: rgba(0,0,0,.4);
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

/* > 1024 px - For Parallax */
@media all and (min-width: 1024px) and (min-height: 900px) {
    .page-mission {
        min-height: 1200px;
    }
}
@media all and (min-width: 1024px) {
    .page-mission {
        background-attachment: fixed;
    }  
}
/*-----------------------------
3.3 - Section 3 > Why
------------------------------*/
.page-why {
    background: #fff;
    background-size: cover;
    padding: 150px 0;
}
.page-why h1 {
    text-transform: uppercase;
    border-bottom: 1px solid #21b0c5;
}
.page-why p {
    margin-bottom: 30px !important;
}
.page-why ul li {
    font-size: 1.1em;
    line-height: 1.4;
    margin: 0 0 .6em;
}

/* Quote */
.page-why-quote {
    height: 800px;
    background-position: left top;
    padding: 60px 0;
}
.page-why-quote h3 {
    color: #fff;
}
.page-why-quote .author {
    color: #21b0c5 !important;
    font-size: 1.5em !important;
}
.page-why-quote .author span {
    font-size: 0.6em !important;
}
.page-why-quote .container {
    height: 100%;
    display: table;
    text-align: center;
}
.page-why-quote .quote {
    vertical-align: middle;
    display: table-cell;
    max-width: 500px;
}
/* < 992 px */
@media all and (max-width: 992px) {
    .page-why-quote {
        background-position : calc(100% + 500px) 0;
    }
}
/* > 1024 px - For Parallax */
@media all and (min-width: 1024px) and (min-height: 900px) {
.page-why-quote {
    min-height: 1200px;
}
}
@media all and (min-width: 1024px) {
    .page-why-quote {
        background-attachment: fixed;
    }  
}

/*-----------------------------
3.4 - Section 4 > Services
------------------------------*/
.page-services {
    padding: 150px 0;
}
.page-services .title {
    text-align: center;
    margin-bottom: 50px;
}
/* Carousel */
#mides-carousel .carousel-inner {
    min-height: 300px;
}
#mides-carousel .item {
    text-align: center;
    min-height: 100%;
    padding-bottom: 30px;
}
#mides-carousel .carousel-icon {
    margin-bottom: 25px;
}
#mides-carousel .carousel-text {
}
#mides-carousel .carousel-text p {
    padding: 0 1em;
}
#mides-carousel .carousel-control.right {
    margin-right: -10px;
}
#mides-carousel .carousel-control.left {
    margin-left: -10px;
}
#mides-carousel .carousel-control.right,
#mides-carousel .carousel-control.left {
    background-image: none;
    opacity: 1;
    cursor: pointer;
}
#mides-carousel .carousel-control .icon-next {
    left: inherit;
    right:0 !important;
}
#mides-carousel .carousel-control .icon-prev {
    right: inherit;
    left:0 !important;
}
#mides-carousel .carousel-control .icon-next:before,
#mides-carousel .carousel-control .icon-prev:before {
    content: '';
}
#mides-carousel .carousel-control .icon-next,
#mides-carousel .carousel-control .icon-prev {
    background: url("https://groupefinanciermides.ca/images/icon-carousel-nav@2x.png") no-repeat;
    background-size: 44px 82px;
    height: 41px;
    width: 22px;
    margin: 0;
    top: 45%;
}
#mides-carousel .carousel-control .icon-next {
    background-position: -22px 0px;
}
#mides-carousel .carousel-control .icon-prev {
    background-position: 0px 0px;
}
#mides-carousel .carousel-control.right:hover .icon-next {
    background-position: -22px -41px;
}
#mides-carousel .carousel-control.left:hover .icon-prev{
    background-position: 0px -41px;
}
.carousel-indicators {

}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: none;
    background-color: #898989;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #21b0c5;
}

/* Industries */
.page-services-industries {

}
.page-services-industries h2 {
    margin-bottom: 80px;
    text-align: center;
}
.page-services-industries .col-industry {
    margin-bottom: 80px;
    text-align: center;
}
.page-services-industries .col-industry img {
    margin-bottom: 25px;
}
.page-services-industries .see-more {
    text-align: center;
}
.page-services-industries .see-more a:hover {
    text-decoration: none;
}

/* Image Background */
.page-services-bg {
    background: url("https://groupefinanciermides.ca/images/img-bg-services.jpg") top center no-repeat;
    background-size: cover;
    height: 600px;
}
/* < 992 px */
/*@media all and (max-width: 992px) {
    .page-services-bg {
        background-position : calc(100% + 1350px) 0!important;
    }
}*/
/* < 480 px */
/*@media all and (max-width: 480px) {
    .page-services-bg {
        background-position : calc(100% + 1750px) 0!important;
    }
}*/
/* > 1024 px - For Parallax */
@media all and (min-width: 1024px) and (min-height: 900px) {
.page-services-bg {
    min-height: 800px;
}
}
@media all and (min-width: 1024px) {
    .page-services-bg {
        background-attachment: fixed;
    }  
}

/*-----------------------------
3.5 - Section 5 > Calculator
------------------------------*/

.panes, .panes-left, .panes-right {
    position: relative;
}

.tools {
    width: 50%;
    float: left;
    padding: 120px 0;
    display: block;
    position: relative;
}
.tools .icon {
    margin-bottom: 30px;
}
.tools h1 {
    color:#fff;
    border-bottom: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 3.5em;
    margin-bottom: 0px;
}
.tools p {
    margin-bottom: 40px !important;
}
.tools .inner {
    vertical-align: middle;
    text-align: center;
}
.tools .inner .wrapper {
    padding: 30px;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}
.tools .close-btn {
    position: absolute;
    top:40px;
    right:40px;
    cursor: pointer;
    z-index: 100;
}
.tools .close-btn:hover {
    opacity: 0.6;
}
/* < 1300 px */
@media all and (max-width: 1300px) {
    .tools {
        width: 100%;
        float: none;
    }
}
/* < 767 px */
@media all and (max-width: 767px) {
    .tools h1 {
        font-size: 2em;
    }
}

/*---------------------------------
3.5.1 - Calculator > Front Page
----------------------------------*/

.page-tools-left,
.page-tools-right,
.panes-left,
.panes-right {
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

/* Front page Calculator */
.page-tools-left, .page-tools-left article {
    background-color: #21b0c5;
}
/* Front page Credit */
.page-tools-right, .page-tools-right article {
    background-color: #363636;
    
}
.page-tools-right p {
    color: #525252!important;
}

.calculator-left {
    left: 0;
    position: absolute;
    top: 0;
}
.calculator-right, .credit-right {
    position: absolute;
    right: 0;
    top: 0;
}

/*--------------------------------------
3.5.2 - Calculator > Calculator Tool 
---------------------------------------*/
.tools.calculator h3.title {
    font-size: 2.5em;
    color: #fff;
}

/* Left */
.calculator-left {
    display: none;
}
.calculator-left .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #21b0c5;
    z-index: 200;
    top: 0;
    bottom: 0;
    right: -17px;
    margin: auto;
    display: block;
}
.calculator-left .inner {
    padding-left: 10% !important;
    padding-right: 10% !important;
}
.calculator-left .wrapper {
    background-color: #20a8bc;
    border-radius: 6px;
}
.calculator-left .refresh-btn {
    position: absolute;
    top:20px;
    right:20px;
    cursor: pointer;
}
.tools .refresh-btn:hover {
    opacity: 0.6;
}
.calculator-left h3.title + p {
    font-size: 0.9em !important;
}
.calculator-form-left label {
    font-size: 0.8em !important;
    color: #fff !important;
    margin-top: 5px;
    margin-bottom: 25px;
}
.calculator-form-left input[type="text"] {
    background-color: #47c6d9;
    border: none;
    box-shadow: none;
    color: #fff;
    height: 90px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    padding-left: 35px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.calculator-form-left input[type="text"]:focus {
    background-color: #4cd1e5;
}
.calculator-form-left .text-field-wrapper {
    background-color: #fff;
    border-radius: 4px;
}
/*.calculator-form-left .text-field-wrapper::before {
    content: '$';
    position: absolute;
    left: 25px;
    top: 32px;
    z-index: 1000;
    font-size: 1.5em;
    color: #fff;
}*/
.calculator-form-left input[type="text"].has-error {
    background-color: #f7a08b;
}
.calculator-form-left input[type="text"].has-error:focus {
    border: none;
    box-shadow: none;
}
.calculator-form-left button[type="submit"] {
    width: 100%;
}

label.has-error{ display:none !important; }

#amt-total {
    color: #fff;
    font-size: 1.7em;
}
#amt-total:before {
    content: 'Total: ';
    font-family: 'Camphor W01', Arial, sans-serif;
    font-size: .5em;
    font-weight: 400;
    text-transform: uppercase;
}

/* < 1300 px */
@media all and (max-width: 1300px) {
    .calculator-left .triangle {
        display: none;
}
}
/* < 480 px */
@media all and (max-width: 767px) {
    .calculator-left .wrapper {
        padding-top: 50px !important;
    }
    .calculator-form-left .has-error.big-field input {
        font-size: 0.7em;
    }
    .tools.credit .field-2-col.col-second {
        margin-left:0 !important;
    }
    .calculator-form-left input[type="text"] {
        height: 50px;
    }
}

/* Right */
.calculator-right {
    display: none;
}
.table-calculator-right  {
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
    min-height: 500px;
    margin-top: 60px;
}
.table-calculator-right td {
    padding:10px 5px;
    border-style:solid;
    border-width:4px;
    border-color: #4e4e4e;
    overflow:hidden;
    word-break:normal;
    width: 33.3%;
    vertical-align: middle;
}
.table-calculator-right td.top {
    border-top: none;
}
.table-calculator-right td.right {
    border-right: none;
}
.table-calculator-right td.bottom {
    border-bottom: none;
}
.table-calculator-right td.left {
    border-left: none;
}
.table-calculator-right .cell{
    text-align:center
}
.table-calculator-right td.header {
    color: #21b0c5;
    font-size: 1.2em;
    font-family: 'GrandesignNeueSerif', Arial, sans-serif;
}
.table-calculator-right td.value {
    color: #fff;
    font-size: 1.3em;
}
.thank-you {
    color: #fff;
    display: none;
    font-family: 'Camphor W01', Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 100;
    line-height: 1.2;
}
/* < 767 px */
@media all and (max-width: 767px) {
    .calculator-right .wrapper  {
        padding: 0 !important;
    }
    .table-calculator-right td.header {
        font-size: 0.8em;
    }
    .table-calculator-right td.value {
        font-size: 0.9em;
    }
    .thank-you {
        font-size: 1.2em;
    }
}

/*--------------------------------------
3.5.2 - Calculator > Credit Tool 
---------------------------------------*/
.credit-right { display: none; }
.tools.credit h3.title {
    font-size: 2.5em;
    color: #20a8bc;
    margin-bottom: 10px;
}
.tools.credit h3.title + p {
    font-size: 1em !important;
    color: #898989 !important; 
}
.tools.credit .field-row {
    margin-bottom: 25px;
    margin-right: 0;
}
.tools.credit .field-2-col {
    width: 50%;
    float: left;
}
.tools.credit .field-2-col.col-first {
    margin-right: 0;
}
.tools.credit .field-2-col.col-second {
    margin-left: 15px;
    margin-right: 0;
}
.tools.credit .field-2-col.col-second label {
    text-align: right;
}
.tools.credit label {
    color: #898989;
    text-align: left;
}
.tools.credit input {
    background-color: #464646;
    border: none;
    box-shadow: none;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tools.credit input:focus {
    background-color: #505050;
}
.tools.credit .select-box-wrapper {
    position: relative;
}
.tools.credit .select-box-wrapper::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url("https://groupefinanciermides.ca/images/icon-select@2x.png") no-repeat;
    background-size: 10px 8px;
    display:block;
    position: absolute;
    bottom:10px;
    right: 10px;
}
.tools.credit select {
    background-color: #464646;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    border: none;
    color: #fff;
}
.tools.credit .big-field-wrapper {
    margin-top: 15px;
}
.tools.credit .big-field {
    position: relative;
}
.tools.credit .big-field input {
    height: 70px;
    margin-bottom: 10px;
    position: relative;
    font-size: 1.7em;
    padding-left: 30px;
}
.tools.credit .big-field .text-field-wrapper {
    padding-left: 15px;
    padding-right: 15px; 
}
.tools.credit .big-field .text-field-wrapper::before {
    content: '$';
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 1000;
    font-size: 1.5em;
    color: #898989;
}
.tools.credit button[type="submit"]  {
    width: 100%;
    background-color: #20a8bc;
    color: #fff;
    border: none;
    margin-top: 15px;
}
.tools.credit input[type="text"].has-error {
background-color: #f7a08b;
background-image: url("https://groupefinanciermides.ca/images/icon-form-error@2x.png");
background-repeat: no-repeat;
background-size: 16px 16px;
background-position: center right 10px;
/* Please do not merge background values */
}
.tools.credit input[type="text"].has-error:focus {
    border: none;
    box-shadow: none;
    background-image: none;
    background-repeat: no-repeat;
}

/* < 767 px */
@media all and (max-width: 767px) {
    .tools.credit .field-2-col.col-second label {
        text-align: left;
    }
    .tools.credit label {
        margin-bottom: 5px;
    }
    .tools.credit .field-2-col {
        width: 100%;
        float: none;
    }
    .tools.credit .form-group {
        margin-left: 0;
    }

}

/*-----------------------------
4.0 - Footer
------------------------------*/
.page-contact {
    clear: both;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}
.page-contact a {
}
.page-contact h1 {
    text-transform: uppercase;
    border-bottom: 1px solid #21b0c5;
}
.page-contact h4 {
    margin-bottom: 25px;
    color: #21b0c5;
}
.page-contact p {
    line-height: 1.7;
}
/* < 992 px */
@media all and (max-width: 992px) {
    .page-contact h4 {
        margin-bottom: 5px;
    }
    .page-contact .col-footer {
        margin-bottom: 40px !important;
    }
}
/* > 1100 px */
@media all and (min-width: 1100px) {
    .page-contact h1 {
        width: 60%;
    }
}


/*-----------------------------
5.0 - Elements
------------------------------*/
.btn {
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.btn-big {
    padding: 15px 30px;
}
.btn-drkblue {
    background-color: #018b9b;
    color: #fff;
}
.btn-drkblue:hover {
    color: #fff;
}
.btn-gray {
    background-color: #525252;
    color: #fff;
}
.btn-gray:hover {
    color: #fff;
}
.btn-drkgray {
    background-color: #464646;
    color: #fff;
}
.btn-drkgray:hover {
    color: #fff;
}
