/* Minification failed. Returning unminified contents.
(1464,59): run-time error CSS1036: Expected expression, found '}'
 */
/*
#########################################################
DECO PROTESTE COPYRIGHT 2014 http://www.deco.proteste.pt
RESPONSIVE FRAMEWORK BY Pedro Olivença
#########################################################
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900');

/*
#########################################################
RESET
#########################################################
*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	    margin: 0;
	    padding: 0;
	    border: 0;
	    outline: 0;
	    font-size: 17px;
	    vertical-align: baseline;
	    background: transparent;
        font-family: Aller-Light, Verdana, Helvetica, Sans-Serif;
    }
					
    
    article, aside, figure, footer, header, hgroup, nav, section {display: block;}

    html {overflow-y: scroll;}
    div { display: block; }
    ul {list-style: none;}
    blockquote, q {quotes: none;}

ol {
    margin-left: 22px;
}

    blockquote:before, 
    blockquote:after, 
    q:before, 
    q:after {content: ''; content: none;}

    a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; color: #18c0cf;text-decoration: none;}
        a:hover {
            text-decoration: none;
            color: #0c8bcd;
        }

    del {text-decoration: line-through;}

    abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}


    table {border-collapse: collapse; border-spacing: 0;}
    th {font-weight: bold; vertical-align: bottom;}
    td {font-weight: normal; vertical-align: top;}

    
    hr {
        display: block;
        background-color: #ececec;
        height: 1px;
        margin: 5% 0;
        border: 0;
    }
   

    input, select {vertical-align: middle;}


    input[type="radio"] {vertical-align: text-bottom;}
    input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
    .ie6 input {vertical-align: text-bottom;}
    select, input, textarea {  outline:none;}
    table {font-size: inherit; }
    a:hover, a:active {outline: none;}
    small {font-size: 85%;}
    strong, th {font-weight: bold;}
    td, td img {vertical-align: top;} 
    sub, sup {font-size: 75%; line-height: 0; position: relative;}
    sup {top: -0.5em;}
    sub {bottom: -0.25em;}
    pre, code, kbd, samp {font-family: monospace, sans-serif;}
    .clickable,
    input[type=button], 
    input[type=submit], 
    button {cursor: pointer;}


    button, input, select, textarea {margin: 0;}


    button {width: auto; overflow: visible;}
 

    .ie7 img {-ms-interpolation-mode: bicubic;}


    .ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}


    .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
    .clearfix:after { clear: both; }  
    .clearfix { zoom: 1; }  

    body, select, input, textarea {color: #303030; }

    ::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
    ::selection {background: #fcd700; color: #fff; text-shadow: none;} 

   
    a:link {-webkit-tap-highlight-color: #0c8bcd; } 

    ins {background-color: #fcd700; color: #000; text-decoration: none;}
    mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}


    button:focus { outline:none;}
    *:focus  
    {  
        outline: none; 
    }

p {
    line-height: 24px;
}


/*
#############################
GENERAL
#############################
*/
body, html { margin:0px; background: white ; min-width: 320px; }
    html.no-canvas .container { 
        min-width: 960px ;
    }
.dp-wrapper {
    position: relative;
}

    h1,h2,h3,h4, h5, div.h1, div.h2, div.h3 { font-family: Aller,'Raleway', sans-serif; display: block; position: relative;}
    h1, .h1 { font-size: 40px; line-height: 45px; }
    h2, .h2{ font-size: 32px; line-height: 35px; }
    h3, .h3 { font-size: 27px; line-height: 30px; }
    h4, .h4 { font-size: 20px; line-height: 24px; }
    h5 { font-size: 18px; line-height: 21px; }
    span.h4 { }
    h1 > span {
        font-size: 30px;
        font-style: initial;
        font-family: Aller,'Raleway', sans-serif;
    }
    h1 > a {
        font-size: 13px;
    }

.m-wrpp:after, .container:after, .m-struct:after {
    display: block;
    content: "";
    clear: both;
}

.on-mobile {
    display: none;
}



/*
#############################
QUICK USE CLASSES
#############################
*/

.clear { clear: both; }
.floatL {float:left}
.floatR {float:right}
.italic{ font-style:italic; }
.middle { vertical-align: middle; }
.hide { display: none }
.show { display: block; }

.txt-impact {
    color: #da9309;
}
.txt-primary {
    color: #da540b;
}
.txt-secondary {
    color: #adc155;
}
.txt-link {
    color: #3eb1cb;
}
.txt-xsmall {
    font-size: 9px;
}
.txt-small {
    font-size: 12px;
}
.txt-large {
    font-size: 25px;
}
.txt-xlarge {
    font-size: 35px;
}

.txt-white {
    color: #fff;
}
.txt-white.shadowed {
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

/*
#############################
STRUCTURE 
#############################
*/

/* GRID */
[class^="col-"],[class*="col-"] 
{
    float: left;
    margin: 0px;
    padding: 0 0 30px 0;
    border: 0px;
    position: relative;
    }
      
.col-1 { width: 8.332%; }
.col-2 { width: 16.65%; }
.col-3 { width: 25%; }
.col-4 { width: 33.3%; }
.col-5 { width: 41.6%; }
.col-6 { width: 50%; }
.col-7 { width: 58.3%; }
.col-8 { width: 66.6%; }
.col-9 { width: 74.9%; }
.col-10 { width: 83.3%; }
.col-11 { width: 91.6%; }
.col-12 { width: 100%; }

.m-wrpp.add-space {
    margin-left: -25px;
}
*+html .m-wrpp.add-space { /*fix for ie7*/
    margin-left: 0px;
}
.m-wrpp.add-space [class^="col-"], .m-wrpp.add-space [class*="col-"] 
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
}
*+html .m-wrpp.add-space [class^="col-"].add-space, *+html .m-wrpp.add-space [class*="col-"]{ /*fix for ie7*/
    padding-left: 0px;
}
 
[class^="col-"] .padd-wrpp, [class*="col-"] .padd-wrpp {
    padding: 25px;
    word-break: break-word;
}

.col-center { text-align: center;}
.col-invert { float: right; text-align: right;}

.container { min-width: 320px; width: 100%; margin: 0 auto; max-width: 1200px;}
.m-struct { width: 100%; height: 100%;}

[class^="col-"].col-invert { float: right; }
[class^="col-"].col-invert.txt-invert {text-align: right;} 

/* end GRID */

    .cntr 
    {
        position: relative;
        max-width: 965px;
        margin: 0 auto;
        width: 100%;
        min-width: 320px;
    }
*+html .cntr {
    min-width: 965px;
}
html>/**/.cntr {
   min-width: 965px; 
}


/*
#########################################################
BUTTONS
#########################################################
*/

.btn {
    display: inline-block;
    font-family: Aller-Light,'Raleway', sans-serif;
    background: white none;
    border: 3px solid white;
    color: #303030;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 17px;
    text-decoration: none;
    padding: 6px 15px;
    font-weight: 300;
}
    .btn:hover {
        background: transparent none;
        border-color: white;
        color: #464646;
        text-decoration: none;
    }

.btn-xsmall {
    font-size: 11px;
    padding: 4px 5px;
} 
.btn-small {
    font-size: 11px;
    padding: 4px 10px;
}   
.btn-medium {
    font-size: 19px;
    padding: 7px 20px;
}
.btn-large {
    font-size: 22px;
    padding: 10px 25px;

}

.btn-xlarge {
    font-size: 30px;
    padding: 10px 25px;
}



/*
#########################################################
BASEICONS
#########################################################
*/
[class*="baseicons-"], [class^="baseicons-"] {
    display: inline-block;
    background: transparent url('~/Content/Images/seticons.png') 0 0 no-repeat;
}




/*
#########################################################
FORMS
#########################################################
*/

/* do not group these rules */
*::-webkit-input-placeholder {
  color: #3e7e63;
}
*:-moz-placeholder {
  color: #3e7e63;
}
*:-ms-input-placeholder { /* IE10+ */
  color: #3e7e63;
}


.placeholder {
    display: none;
    font-weight: 700;
}
.label {
    font-weight: 700;
    display: block;
}
        

.form-block {
    /*margin: 20px 0;*/
}
    .form-block label {
        display: block;
    }
    .form-block label.placeholder {
        display: none;
    }


    .form-block label {
       margin-bottom: 5px;
       font-weight: 600;
    }
    .form-block input[type="text"], .form-block input[type="number"], .form-block input[type="password"], .form-block input[type="date"], .form-block select, .form-block textarea{
        padding: 10px;
        border-radius: 4px;
        border-color: #ebe7df;
        border-width: 3px;
        border-style: solid;
        transition: border-color ease 500ms;
        box-sizing: border-box;
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        font-family: Raleway, sans-serif;
        padding: 6px;
    }
    
    .form-block input[type="text"]:focus, .form-block input[type="password"]:focus, .form-block select:focus, .form-block textarea:focus {
        border-color: #24afdc;
        background-color: white;
    }

    .form-block input[type="text"].input-validation-error, .form-block input[type="password"].input-validation-error , .form-block input[type="password"].validation-error, .form-block input[type="text"].validation-error, .form-block select.input-validation-error, .form-block textarea.input-validation-error {
        border-color: #df3b3b;
    }
        .form-block input[type="text"]:focus.input-validation-error, .form-block input[type="password"]:focus.input-validation-error, .form-block input[type="password"]:focus.validation-error, .form-block input[type="text"]:focus.validation-error, .form-block select:focus.input-validation-error, .form-block textarea:focus.input-validation-error {
            border-color: #c90909;
        }

    .form-block .field-validation-error, .form-block span.validation-error {
        display: block;
        background-color: #df3b3b;
        box-sizing: border-box;
        padding: 13px 20px;
        color: white;
        margin: -4px 0 4px;
        border-radius: 0 0 4px 4px;
    }

.validation-summary-errors {
    display: block;
    background-color: #df3b3b;
    box-sizing: border-box;
    padding: 13px 20px;
    color: white;
    margin: 10px 0;
    border-radius: 4px;
}
label.radio, label.checkbox {
    padding-left: 18px;
    display: table;
    cursor: pointer;
    font-size: 18px;
    font-weight: 200;
    font-family: Aller-Light,'Raleway', sans-serif;

}
    label.radio input, label.checkbox input {
        margin-top: 4px;
        float: left;
        margin-left: -18px;
    }
.radio_wrapper label {
    cursor: pointer;
}



/*
#########################################################
NAVIGATION
#########################################################
*/
.m-nav {
    position: fixed; top: 0px; left: -260px;
    height: 100%;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    z-index: 10;
}
    .m-nav.active {
        left: 0px;
    }

    .m-nav .seticons-nav {
        position: absolute; top: 10px; right: -46px;
    }
    .m-nav .m-wrpp {
        overflow-y: auto;
        height: 100%; background-color: #6d6969;
        -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
        box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
        border-right: 2px solid white;
        width: 260px;
    }
    .m-nav ul {
        border-top: #545454 solid 1px;
        border-bottom: #878787 solid 1px;
    }
    .m-nav ul li {
        border-bottom: #545454 solid 1px;
        border-top: #878787 solid 1px;
        background-color: #b2c55f;
    }
    .m-nav ul a {
        display: block;
        padding: 10px;
        color: #bababa; 
        background-color: #6d6969;
        font-size: 20px;
        
    }
        .m-nav ul a.active {
        color: #bababa; 
        margin-top: 3px;
        background: #6d6969 none;
        
    }
        .m-nav ul a:hover {
            color: white;
            text-decoration: none;
            text-shadow: 0px 0px 5px white;
            background-color: #5d5959;
        }
        .m-nav ul [class^="seticons-"] {
            float: left;
            margin-right: 10px;
            width: 40px; height: 40px;
        }
        .m-nav ul a > span {
            float: left;
            width: 173px;
            display: block;
        }
            .m-nav ul a > span span {
                display: block;
                font-size: 12px;
                color: white;
            }

    .m-nav li.link a {
        color: #b87777;
    }
    .m-nav li.link a:hover {
        color: #d67070;
        text-shadow: 0 0 5px #333;
    }

/*
Fixed Nav
*/

.fixed-nav {
    width: 100%;
    position: relative;
    background-color: #303030;
    height: 40px;

    z-index: 10;
    color: white;
}
    .fixed-nav.fixed {
        position: fixed;
        top: 0;
        left: 0;
        border: 0px;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    }

    .fixed-nav li {
        float: left;
        padding-right: 1px;
    }
    .fixed-nav li a {
        height: 38px;
        display:table;
        line-height: 40px;
        color: #f1f1f1;
        padding: 0 10px;
        background-color: #333;
        
    }
        .fixed-nav li a.selected,
        .fixed-nav li a:hover {
            text-decoration: none;
            background-color: 59b289;
        }

/*
#########################################################
EXPAND BLOCK
#########################################################
*/

.m-expand {
    margin-bottom: 30px;
}
    .m-expand .exp-ctn {
        display: none;
        background-color: #f1f1f1;
        padding: 10px;
    }
        .m-expand .exp-ctn:after {
            clear: both;
            content: "";
            display: table;
        }

    .m-expand .exp-ctr {
        display: block;
        border-top: 1px solid #d3d3d3;
        width: 100%;
        height: 22px;
        vertical-align: top;

    }
  
    .m-expand .exp-ctr a {
        background: #dddddd none;
        border: 1px solid #cac9c9;
        border-top: 0px;
        width: auto;
        height: 21px;
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        text-align: center;
        border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        -webkit-box-shadow: 0px 3px 0px rgba(245, 245, 245, 1);
        -moz-box-shadow: 0px 3px 0px rgba(245, 245, 245, 1);
        box-shadow: 0px 3px 0px rgba(245, 245, 245, 1);
        transition: margin-left 0.5s;
        -moz-transition: margin-left 0.5s;
        -webkit-transition: margin-left 0.5s;
        -o-transition: margin-left 0.5s;
        font-size: 12px;
        line-height: 21px;
        padding: 0 5px;
        cursor: pointer;
    }
        .m-expand .exp-ctr a:hover {
            text-decoration: none;
            background-color: #f1f1f1;
        }

    .m-expand .exp-ctr span {
        font-size: 13px;
        line-height: 22px;
        display: inline-block;
        height: 22px;
        vertical-align: top;
        color: #b6b5b5;
    }
        .m-expand .exp-ctr span.active {
            display: none;
        }
        .m-expand.active .exp-ctr span.active {
            display: inline-block;
        }
        .m-expand.active .exp-ctr span.closed {
            display: none;
        }
        .m-expand .baseicons-exparrow {
            width: 18px;
            height: 18px;
            background-position: -3px -80px;
        }
        .m-expand.active .baseicons-exparrow {
            background-position: -3px -44px;
        }

    .m-expand .controls {
        width: 90%;
    }

    /*.m-expand .field-validation-error {
        background-color: white;
    }*/



/*
#########################################################
TABS
#########################################################
*/

.m-tabs {
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}
.m-tabs ul.ul-tabs {
    list-style-type: none;
    z-index: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
    border-bottom: 2px solid #9ACA3C;
    width: 100%;
}
 .m-tabs ul.ul-tabs:after,  .m-tabs ul.ul-tabs:before {
    clear: both;
    content: " ";
    display: table;
}
.m-tabs ul.ul-tabs li {
    float: left;
    height: 36px;
    margin: 8px 6px -2px 0;
    font-size: 11px;
    border: 1px solid #c9c9c9;
    border-bottom: 2px solid #9ACA3C;
    position: relative;
    border-radius: 4px 4px 0 0;
    
}
.m-tabs ul.ul-tabs li:hover {
    background-color: #e5e4db;
    text-decoration: none;
    background-image: none;
    background-color: #E5E4DB;
    border-color: #c9c9c9;
    border-bottom: 2px solid #9ACA3C;
}
.m-tabs ul.ul-tabs li.ui-state-active {
    border: 1px solid #9aca3c;
    border-bottom: none;
    background-color: #9aca3c;
    background-image: none;
    font-size: 12px;
    line-height: 33px;
    border-bottom: 2px solid #9ACA3C;
    
}

.m-tabs ul.ul-tabs li h2 {
    font-size: 13px;
    font-family: Aller-Light,Verdana;
    text-transform: none;
}

.m-tabs ul.ul-tabs li a {
    display: block;
    text-align: center;
    padding: 0 13px;
    color: #787878;
    cursor: pointer;
}
.m-tabs ul.ul-tabs li.ui-state-active a {
    color: #fff;
    cursor:default;
}
.m-tabs ul.ul-tabs li a:hover {
    text-decoration: none;
}

.m-tabs ul.ul-tabs li a span {
    font-size: 13px;
    color: #0F1933;
    font-weight: normal;
    font-family: Aller-Light,'PT Sans', sans-serif;
    line-height: 36px;
}
.m-tabs ul.ul-tabs li.ui-state-active a span {
    color: #fff;
}
.ctn-tabs {
    display: none;
}

/*
#########################################################
FORM STEPS
#########################################################
*/

.wgt-steps {
    padding-top: 33px;
    margin: 20px auto 0;
    height: 42px;
    text-align: center;
    background-color: white;
    border-radius: 20px;
    border-bottom: 2px solid #a3a9ac;
}
    .wgt-steps table {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .wgt-steps table td {
        height: 4px;
        
    }
        .wgt-steps table td .step-wrpp {
            position: relative;
            width: auto;
            height: 100%;
            display: block;
        }

    .wgt-steps table td.title {
        height: 25px;
        font-size: 11px;
        color: #b1b1b1;
    }
    .wgt-steps table td .bar {
        height: 4px;
        position: relative;
        background-color: #e1e6e8;
        border-bottom: 2px solid #cbd4d9;
    }
    
    .wgt-steps .step {
        position: absolute;
        top: -18px;
        left: 50%;
        margin-left: -20px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background-color: #e1e6e8;
        border-bottom: 2px solid #cbd4d9;
        line-height: 40px;
        color: #818181;
        
    }
    .wgt-steps.step1 .step1 .bar, 
    .wgt-steps.step1 .step1 .step, 
    .wgt-steps.step2 .step1 .bar, 
    .wgt-steps.step2 .step1 .step, 
    .wgt-steps.step2 .step2 .bar, 
    .wgt-steps.step2 .step2 .step,
    .wgt-steps.step3 .step1 .bar, 
    .wgt-steps.step3 .step1 .step, 
    .wgt-steps.step3 .step2 .bar, 
    .wgt-steps.step3 .step2 .step,
    .wgt-steps.step3 .step3 .bar, 
    .wgt-steps.step3 .step3 .step,
    .wgt-steps.step4 .step1 .bar, 
    .wgt-steps.step4 .step1 .step, 
    .wgt-steps.step4 .step2 .bar, 
    .wgt-steps.step4 .step2 .step,
    .wgt-steps.step4 .step3 .bar, 
    .wgt-steps.step4 .step3 .step, 
    .wgt-steps.step4 .step4 .bar,
    .wgt-steps.step4 .step4 .step,
    .wgt-steps.step5 .step1 .bar, 
    .wgt-steps.step5 .step1 .step, 
    .wgt-steps.step5 .step2 .bar, 
    .wgt-steps.step5 .step2 .step,
    .wgt-steps.step5 .step3 .bar, 
    .wgt-steps.step5 .step3 .step, 
    .wgt-steps.step5 .step4 .bar,
    .wgt-steps.step5 .step4 .step,
    .wgt-steps.step5 .step5 .bar,
    .wgt-steps.step5 .step5 .step,
    .wgt-steps.step6 .step1 .bar, 
    .wgt-steps.step6 .step1 .step, 
    .wgt-steps.step6 .step2 .bar, 
    .wgt-steps.step6 .step2 .step,
    .wgt-steps.step6 .step3 .bar, 
    .wgt-steps.step6 .step3 .step, 
    .wgt-steps.step6 .step4 .bar,
    .wgt-steps.step6 .step4 .step,
    .wgt-steps.step6 .step5 .bar,
    .wgt-steps.step6 .step5 .step,
    .wgt-steps.step6 .step6 .bar,
    .wgt-steps.step6 .step6 .step {
        background-color: #2ec6c3;
        border-color: #16a5a2;
        color: white;
    }

    .wgt-steps .step1 .bar {
        width: 50%; float:right;
    }
    .wgt-steps .last .bar {
        width: 50%; float:left;
    }

/*
#############################
WGT-SYSTEM MESSAGES
#############################
*/
.wgt-msg {
    display: none;
    background-color: #0c8bcd;
}
    .wgt-msg.error {
        background-color: #c90909;
        
    }
    .wgt-msg.alert {
        background-color: #d8ab19;
        
    }
    .wgt-msg.success {
        background-color: #b2c55f;
        
    }
    .wgt-msg.absolute {
        margin: 0px;
        width: 300px;
        left: 50%;
        margin-left: -150px;
        position: absolute;
        top: 64px;
        right: 20px;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.19);
        -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.19);
        box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.19);
    }
        .wgt-msg.absolute h2 {
            padding-right: 40px;
        }
    .wgt-msg.modal {
        z-index: 11;
        width: 800px;
        margin-left: -400px;
        top:200px;
    }
    .wgt-msg.modal.active {
        display: block;
    }

        .wgt-msg.modal .in-wrpp .scroll-wrpp {
            margin-top: 10px;
            max-height: 500px;
            overflow: auto;
            padding: 10px;
            background-color: #ececec;
        }

    .wgt-msg.plain {
        font-size: 11px;
        position: relative;
        z-index: 2;
        margin: 0px;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.19);
        -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.19);
        box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.19);
    }

        .wgt-msg.plain .in-wrpp {
            padding: 10px;
        }

    .wgt-msg .out-wrpp {
        background-color: white;
        margin-left: 5px;
    }

    .wgt-msg .in-wrpp {
        padding: 20px;
    }

    .wgt-msg .ctn-r {
        margin-left: 80px;
        
    }

    .wgt-msg table thead th {
        border-bottom: 1px solid #bababa;
        font-size: 12px;
        padding: 5px;
        background-color: #ececec;
        font-family: Aller-Light,'PT Sans', Verdana;
    }

    .wgt-msg table tbody td {
        text-align: center;
        font-size: 12px;
        padding: 5px;
        font-family: Aller-Light,'PT Sans', Verdana;
    }
    .wgt-msg table {
        margin-bottom: 20px;
        border-bottom: 1px solid #bababa;
    }

    .wgt-msg.modal .wgt-details:after {
        content: "";
        clear: both;
        display: block;
    }


/*
#########################################################
TOOLTIPS
#########################################################
*/
.seticons-tt-help {
    top: 0;
    position: absolute;
    cursor: pointer;
    margin-top: 11px;
    right: -32px;
}
.seticons-tt-help > span {
    z-index: 500;
    display: none;
    position: relative;
    cursor: pointer;
    right: 25px;

}
    .seticons-tt-help:hover > span {
        display: block;
    }
    .seticons-tt-help > span span {
        position: absolute;
        background: #ffffff;
        text-align: left;
        width: 200px;
        right: 10px;
        top: -5px;
        border: 2px solid #d9a70d;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        padding: 10px;
        font-family: "Open Sans",Verdana,Geneva,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        color: #4c4c4c;
        -webkit-box-shadow: 0 0 0 3px rgba(255,255,255, 0.5);
        -moz-box-shadow: 0 0 0 3px rgba(255,255,255, 0.5);
        box-shadow: 0 0 0 3px rgba(255,255,255, 0.5);
    }

        .seticons-tt-help > span span:before, .seticons-tt-help > span span:after {
            display: block;
            position: absolute;
            top: 8px;
            right: -10px;
            height: 13px;
            width: 13px;
            -webkit-transform: skewX(-45deg);
            -moz-transform: skewX(-45deg);
            -o-transform: skewX(-45deg);
            transform: skewX(-45deg);
            display: none \9;
            border: 2px solid #d9a70d;
            content: '';
            background: #ffffff;
        }
        .seticons-tt-help > span span:before {
            z-index: -1;
        }
        .seticons-tt-help > span span:after {
            z-index: 1;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border-left: none;
            border-bottom: none;
            width: 14px;
            height: 14px;
        }

    .seticons-tt-help img {
        display: block;
    }

        
/*
#########################################################
VECTOR COUNTER
#########################################################
*/
.m-counter {
    display: inline-block;
}
    .m-counter h5 {
        color: white;
    }

.dp-counter {width: auto; position: relative; margin-top: 5px; height:50px;  }
    
.dp-ct-nmb{
		background: #0b0b0b; /* Old browsers */
	
}
*+html .dp-ct-nmb
{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#0a0a0a',GradientType=0 );
}
  
.dp-ct-nmb 
{
	position: relative;
	text-align:center;
	height:50px;
	width:35px;
	display: inline-block;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 1px;
}
.dp-counter div.pdd
    {
        margin-right: 10px;
    }
.dp-ct-nmb .dp-nmb-wp { height:50px; width:35px; overflow: hidden; position: relative }
.dp-ct-nmb .dp-nmb-lg {  position: absolute; bottom: 0px; width: 35px; height: 30px; background: rgba(0, 0, 0, 0.2) none; border-top: 2px solid rgba( 0, 0, 0, 0.3);
		            -webkit-border-bottom-left-radius: 3px;
                    -webkit-border-bottom-right-radius: 3px;
                    -moz-border-radius-bottomleft: 3px;
                    -moz-border-radius-bottomright: 3px;
                    border-bottom-left-radius: 3px;
                    border-bottom-right-radius: 3px; 
}

.dp-ct-nmb span {
    color: black;
    line-height:50px;
    font-family: 'Caecilia', 'Trebuchet MS', sans-serif;
    font-size:60px;
    height:50px;
    width:35px;
    display:block;
    position:relative;
    -webkit-transition: all linear 1s;
    /*text-shadow: 1px 1px #898989;*/
    font-weight: bold;
    padding: 3px 0;
    }

.n0 span{top:0px; -webkit-transition: all linear 2s;}
.n1 span{top:-56px; -webkit-transition: all linear 1s;}
.n2 span{top:-112px; -webkit-transition: all linear 2s;}
.n3 span{top:-168px; -webkit-transition: all linear 2s;}
.n4 span{top:-224px; -webkit-transition: all linear 2s;}
.n5 span{top:-280px; -webkit-transition: all linear 2s;}
.n6 span{top:-336px; -webkit-transition: all linear 2s;}
.n7 span{top:-392px; -webkit-transition: all linear 2s;}
.n8 span{top:-448px; -webkit-transition: all linear 2s;}
.n9 span{top:-504px; -webkit-transition: all linear 2s;}
.nneg span{top:-562px;}
.npoint span{top:-418px;}
    


/*
#############################
FAKE UI_JQUERY
#############################
*/
.ui-datepicker {
    display: none;
    background-color: white;
    padding: 0px;
    -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0, 0.1);
    -moz-box-shadow: 0 0 5px 3px rgba(0,0,0, 0.1);
    box-shadow: 0 0 5px 3px rgba(0,0,0, 0.1);
    min-width: 220px;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
    background-color: #ececec;
    padding: 5px;
}
.ui-datepicker-next, .ui-datepicker-prev {
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    top: 7px;
    width: 16px;
    height: 16px;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
}
    .ui-datepicker-next span, .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
        width: 16px;
        height: 16px;
        text-indent: -99999px;
        overflow: hidden;
        background-repeat: no-repeat;
    }
    .ui-datepicker .ui-datepicker-title {
        margin: 0 20px;
        line-height: 20px;
        text-align: center;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 13px;
}

.ui-datepicker .ui-datepicker-calendar {
    margin: 10px;
    font-size: 14px;
    text-align: center;
}
    .ui-datepicker .ui-datepicker-calendar a,  .ui-datepicker .ui-datepicker-calendar th span {
        margin: 2px;
        
    }
    .ui-datepicker .ui-datepicker-calendar a {
        min-width: 22px;
        display: block;
    }

        .ui-datepicker .ui-datepicker-calendar tr td:hover a {
            background-color: #2ba6af;
            text-decoration: none;
            color: white;
        }

        .ui-datepicker .ui-datepicker-calendar tr a.ui-state-highlight {
            background-color: #f1f1f1;
            
        }




.sub-overlay { width:100%; height:100%; position:fixed; top:0; left:0;background: #666 url(~/Content/Images/bg_diagonals.png) 50% 50% repeat;opacity: .50;filter: Alpha(Opacity=50); display:none; z-index: 10;}
 
/*
#############################
SOCIAL PLUGINS
#############################
*/
.m-social {
    position: fixed;
    top: 250px;
    left: -4px;
    border: 1px solid transparent;
    border-radius: 0 4px 4px 0;
    background-color: rgba(0,0,0,.2);
    padding: 3px 3px 0;
    z-index: 1000;
    width: 54px;
}
.m-social .container {
    min-width: 1px;
    width: 54px;
}

.m-social .social-blk {
    float: none;
    margin: 0 0 3px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 7px 0;
    width: 54px;
}
.m-social .social-blk>span {
    display: block;
    height: 15px;
    font-size: 11px;
}
.m-social .social-blk.social-fb {
    background-color: #4c66a4;
}
.m-social .social-blk.social-tw {
    background-color: #19b8ef;
}
.m-social .social-blk.social-in {
    background-color: #388db4;
}
.m-social .social-blk.social-ggl {
    background-color: #d84937;
}
    .m-social h5 {
        margin-bottom: 10px;
    }
    .m-social .social-blk.social-fb:hover, .m-social .social-blk.social-tw:hover, .m-social .social-blk.social-in:hover, .m-social .social-blk.social-ggl:hover {
        background-color: #303030;
        cursor: pointer;
    }

@font-face {
	font-family: 'socialset';
	src:url('/Content/Fonts/socialset.eot?ik8and');
	src:url('/Content/Fonts/socialset.eot?#iefixik8and') format('embedded-opentype'),
		url('/Content/Fonts/socialset.woff?ik8and') format('woff'),
		url('/Content/Fonts/socialset.ttf?ik8and') format('truetype'),
		url('/Content/Fonts/socialset.svg?ik8and#socialset') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="socialset-"], [class*=" socialset-"] {
	font-family: 'socialset';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.socialset-gp:before {
	content: "\ea88";
}

.socialset-gp2:before {
	content: "\ea89";
}

.socialset-gp3:before {
	content: "\ea8a";
}

.socialset-fb:before {
	content: "\ea8c";
}

.socialset-fb2:before {
	content: "\ea8d";
}

.socialset-fb3:before {
	content: "\ea8e";
}

.socialset-insta:before {
	content: "\ea90";
}

.socialset-tw:before {
	content: "\ea91";
}

.socialset-tw2:before {
	content: "\ea92";
}

.socialset-tw3:before {
	content: "\ea93";
}

.socialset-rss:before {
	content: "\ea94";
}

.socialset-rss2:before {
	content: "\ea95";
}

.socialset-rss3:before {
	content: "\ea96";
}

.socialset-yt:before {
	content: "\ea97";
}

.socialset-yt2:before {
	content: "\ea98";
}

.socialset-yt3:before {
	content: "\ea99";
}

.socialset-li:before {
	content: "\eac8";
}

.socialset-li2:before {
	content: "\eac9";
}

.socialset-pint:before {
	content: "\ead0";
}

.socialset-pint2:before {
	content: "\ead1";
}





/*
#############################
RESPONSIVE
#############################
*/
@media only screen and (min-width : 1500px) {

}


@media only screen and (max-width : 1250px) {

}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;

}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}

.owl-carousel .owl-item .item .highlight-img img { width: }

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    /*cursor:url(grabbing.png) 8 8, move;*/
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}




/*  ###################################
    ###### Modal - Skippable Fields
    ################################### */

.modal-text {
    margin-top: 80px
}

.modal-buttons {
    margin-top: 50px; 
    width: 100%;
    text-align: center;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.m-menu {
    /*border-bottom: 4px solid darkgray;*/
}
.notyfy_container{
	position: fixed;
	height: auto;
	margin: 0;
	padding: 0;
	width: 310px;

	list-style-type: none;
	z-index: 10000;
}

.notyfy_container_inline{
	position: relative;
	width: auto;
	height: auto;

	list-style-type: none;
}

#notyfy_container_top{ top: 0; left: 5%; width: 90%; }
#notyfy_container_bottom{ bottom: 0; left: 5%; width: 90%; }

#notyfy_container_topRight{ top: 20px; right: 20px; }
#notyfy_container_topLeft{ top: 20px; left: 20px; }
#notyfy_container_bottomRight{ bottom: 20px; right: 20px; }
#notyfy_container_bottomLeft{ bottom: 20px; left: 20px; }

#notyfy_container_topCenter{ top: 20px; left: 50%;  }
#notyfy_container_bottomCenter{ bottom: 20px; left: 50%; }

#notyfy_container_center{ top: 50%; left: 50%; }
#notyfy_container_centerLeft{ left: 20px; top: 50%; }
#notyfy_container_centerRight{ right: 20px; top: 50%; }

#notyfy_modal{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
	z-index: 10000;
}



/* ==== theme ==== */

.notyfy_wrapper{
	overflow: hidden;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==) repeat-x scroll left top #fff;

	background-color: #FFF;
	border-color: #CCC;
	color: #444;

	border: 1px solid #eee;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.notyfy_wrapper:first-child{ border-top-left-radius: 5px; border-top-right-radius: 5px; }
.notyfy_wrapper:last-child{ border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }

/* Layout specific styles */
#notyfy_container_top .notyfy_wrapper{
	border-radius: 0px 0px 5px 5px;
	border-width: 0 2px 2px 2px;
}

#notyfy_container_bottom .notyfy_wrapper{
	border-radius: 5px 5px 0px 0px;
	border-width: 2px 2px 0 2px;
}

#notyfy_container_top .notyfytheme_defaultTheme:first-child{ border-radius: 0; }
#notyfy_container_bottom .notyfytheme_defaultTheme:last-child{ border-radius: 0; }

/* Message element */
.notyfy_message{
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	padding: 8px 10px 9px;
	width: auto;
	position: relative;
}

/* Close button */
.notyfy_close{
	position: absolute;
	top: 4px; right: 4px;
	width: 10px; height: 10px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAATpJREFUeNoszrFqVFEUheG19zlz7sQ7ijMQBAvfYBqbpJCoZSAQbOwEE1IHGytbLQUJ8SUktW8gCCFJMSGSNxCmFBJO7j5rpXD6n5/P5vM53H3b3T9LOiB5AQDuDjM7BnA7DMPHDGBH0nuSzwHsRcRVRNRSysuU0i6AOwA/02w2+9Fae00SEbEh6SGAR5K+k3zWWptKepCm0+kpyRoRGyRBcpPkDsn1iEBr7drdP2VJZyQXERGSPpiZAViTBACXKaV9kqd5uVzCzO5KKb/d/UZSDwD/eyxqree1VqSu6zKAF2Z2RPJJaw0rAkjOJT0m+SuT/AbgDcmnkmBmfwAsJL1dXQ8lWY6IGwB1ZbrOOb8zs8thGP4COFwx/mE8Ho9Go9ErMzvJOW/1fY/JZIJSypqZfXX3L13X9fcDAKJct1sx3OiuAAAAAElFTkSuQmCC);
	display: none;
	cursor: pointer;
}

/* Optional buttons */
.notyfy_buttons{
	padding: 5px;
	text-align: right;
	border-top: 1px solid #ccc;
	background-color: #ffffff;
}

.notyfy_buttons button{
	margin-left: 5px;
}

.notyfy_buttons button:first-child{
	margin-left: 0;
}

/* Type: Alert */
.notyfy_alert{
	background-color: #FFF;
	border-color: #CCC;
	color: #444;
}

/* Type: Warning */
.notyfy_warning{
	background-color: #FFEAA8;
	border-color: #FFC237;
	color: #826200;
}

.notyfy_warning .notyfy_buttons{
	border-top: 1px solid #FFC237;
}

/* Type: Error */
.notyfy_error{
	background-color: red;
	border-color: darkred;
	color: #FFF;
}

.notyfy_error .notyfy_message{
	font-weight: bold;
}

.notyfy_error .notyfy_buttons{
	border-top: 1px solid darkred;
}

/* Type: Information */
.notyfy_information{
	background-color: #57B7E2;
	border-color: #0B90C4;
	color: #FFF;
}

.notyfy_information .notyfy_buttons{
	border-top: 1px solid #0B90C4;
}

/* Type: Success */
.notyfy_success{
	background-color: lightgreen;
	border-color: #50C24E;
	color: darkgreen;
}

.notyfy_success .notyfy_buttons{
	border-top: 1px solid #50C24E;
}

/* Modal backdrop */
#notyfy_modal{
	background-color: #000;
	opacity: 0.6;
}
@charset "UTF-8";html,body,body div,span,object,iframe,h1,.gr-h1 span,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}html,body,span,p{font-family:Aller-Light,"Segoe UI",Verdana,Helvetica,Sans-Serif;}html,body{font-size:16px;line-height:22px;padding:0;height:auto;width:100%;}span,p{font-size:inherit;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}html{overflow-y:scroll;}div{display:block;}ul{list-style:none;}blockquote,q{quotes:none;}ol{margin-left:22px;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;color:#007db6;text-decoration:none;}a:hover{text-decoration:none;color:#005a84;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}input,select{vertical-align:middle;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{outline:none;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-.5em;}sub{bottom:-.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}::-moz-selection{background:#69a3b2;color:#fff;text-shadow:none;}::selection{background:#69a3b2;color:#fff;text-shadow:none;}a:link{-webkit-tap-highlight-color:#0c8bcd;}ins{background-color:#69a3b2;color:#000;text-decoration:none;}mark{background-color:#69a3b2;color:#000;font-style:italic;font-weight:bold;}button:focus{outline:none;}*:focus{outline:none;}*{box-sizing:border-box;}th{text-align:left;}.materialize-red.lighten-5{background-color:#fdeaeb !important;}.materialize-red-text.text-lighten-5{color:#fdeaeb !important;}.materialize-red.lighten-4{background-color:#f8c1c3 !important;}.materialize-red-text.text-lighten-4{color:#f8c1c3 !important;}.materialize-red.lighten-3{background-color:#f3989b !important;}.materialize-red-text.text-lighten-3{color:#f3989b !important;}.materialize-red.lighten-2{background-color:#ee6e73 !important;}.materialize-red-text.text-lighten-2{color:#ee6e73 !important;}.materialize-red.lighten-1{background-color:#ea454b !important;}.materialize-red-text.text-lighten-1{color:#ea454b !important;}.materialize-red{background-color:#e51c23 !important;}.materialize-red-text{color:#e51c23 !important;}.materialize-red.darken-1{background-color:#d0181e !important;}.materialize-red-text.text-darken-1{color:#d0181e !important;}.materialize-red.darken-2{background-color:#b9151b !important;}.materialize-red-text.text-darken-2{color:#b9151b !important;}.materialize-red.darken-3{background-color:#a21318 !important;}.materialize-red-text.text-darken-3{color:#a21318 !important;}.materialize-red.darken-4{background-color:#8b1014 !important;}.materialize-red-text.text-darken-4{color:#8b1014 !important;}.red.lighten-5{background-color:#ffebee !important;}.red-text.text-lighten-5{color:#ffebee !important;}.red.lighten-4{background-color:#ffcdd2 !important;}.red-text.text-lighten-4{color:#ffcdd2 !important;}.red.lighten-3{background-color:#ef9a9a !important;}.red-text.text-lighten-3{color:#ef9a9a !important;}.red.lighten-2{background-color:#e57373 !important;}.red-text.text-lighten-2{color:#e57373 !important;}.red.lighten-1{background-color:#ef5350 !important;}.red-text.text-lighten-1{color:#ef5350 !important;}.red{background-color:#f44336 !important;}.red-text{color:#f44336 !important;}.red.darken-1{background-color:#e53935 !important;}.red-text.text-darken-1{color:#e53935 !important;}.red.darken-2{background-color:#d32f2f !important;}.red-text.text-darken-2{color:#d32f2f !important;}.red.darken-3{background-color:#c62828 !important;}.red-text.text-darken-3{color:#c62828 !important;}.red.darken-4{background-color:#b71c1c !important;}.red-text.text-darken-4{color:#b71c1c !important;}.red.accent-1{background-color:#ff8a80 !important;}.red-text.text-accent-1{color:#ff8a80 !important;}.red.accent-2{background-color:#ff5252 !important;}.red-text.text-accent-2{color:#ff5252 !important;}.red.accent-3{background-color:#ff1744 !important;}.red-text.text-accent-3{color:#ff1744 !important;}.red.accent-4{background-color:#d50000 !important;}.red-text.text-accent-4{color:#d50000 !important;}.pink.lighten-5{background-color:#fce4ec !important;}.pink-text.text-lighten-5{color:#fce4ec !important;}.pink.lighten-4{background-color:#f8bbd0 !important;}.pink-text.text-lighten-4{color:#f8bbd0 !important;}.pink.lighten-3{background-color:#f48fb1 !important;}.pink-text.text-lighten-3{color:#f48fb1 !important;}.pink.lighten-2{background-color:#f06292 !important;}.pink-text.text-lighten-2{color:#f06292 !important;}.pink.lighten-1{background-color:#ec407a !important;}.pink-text.text-lighten-1{color:#ec407a !important;}.pink{background-color:#e91e63 !important;}.pink-text{color:#e91e63 !important;}.pink.darken-1{background-color:#d81b60 !important;}.pink-text.text-darken-1{color:#d81b60 !important;}.pink.darken-2{background-color:#c2185b !important;}.pink-text.text-darken-2{color:#c2185b !important;}.pink.darken-3{background-color:#ad1457 !important;}.pink-text.text-darken-3{color:#ad1457 !important;}.pink.darken-4{background-color:#880e4f !important;}.pink-text.text-darken-4{color:#880e4f !important;}.pink.accent-1{background-color:#ff80ab !important;}.pink-text.text-accent-1{color:#ff80ab !important;}.pink.accent-2{background-color:#ff4081 !important;}.pink-text.text-accent-2{color:#ff4081 !important;}.pink.accent-3{background-color:#f50057 !important;}.pink-text.text-accent-3{color:#f50057 !important;}.pink.accent-4{background-color:#c51162 !important;}.pink-text.text-accent-4{color:#c51162 !important;}.purple.lighten-5{background-color:#f3e5f5 !important;}.purple-text.text-lighten-5{color:#f3e5f5 !important;}.purple.lighten-4{background-color:#e1bee7 !important;}.purple-text.text-lighten-4{color:#e1bee7 !important;}.purple.lighten-3{background-color:#ce93d8 !important;}.purple-text.text-lighten-3{color:#ce93d8 !important;}.purple.lighten-2{background-color:#ba68c8 !important;}.purple-text.text-lighten-2{color:#ba68c8 !important;}.purple.lighten-1{background-color:#ab47bc !important;}.purple-text.text-lighten-1{color:#ab47bc !important;}.purple{background-color:#9c27b0 !important;}.purple-text{color:#9c27b0 !important;}.purple.darken-1{background-color:#8e24aa !important;}.purple-text.text-darken-1{color:#8e24aa !important;}.purple.darken-2{background-color:#7b1fa2 !important;}.purple-text.text-darken-2{color:#7b1fa2 !important;}.purple.darken-3{background-color:#6a1b9a !important;}.purple-text.text-darken-3{color:#6a1b9a !important;}.purple.darken-4{background-color:#4a148c !important;}.purple-text.text-darken-4{color:#4a148c !important;}.purple.accent-1{background-color:#ea80fc !important;}.purple-text.text-accent-1{color:#ea80fc !important;}.purple.accent-2{background-color:#e040fb !important;}.purple-text.text-accent-2{color:#e040fb !important;}.purple.accent-3{background-color:#d500f9 !important;}.purple-text.text-accent-3{color:#d500f9 !important;}.purple.accent-4{background-color:#a0f !important;}.purple-text.text-accent-4{color:#a0f !important;}.deep-purple.lighten-5{background-color:#ede7f6 !important;}.deep-purple-text.text-lighten-5{color:#ede7f6 !important;}.deep-purple.lighten-4{background-color:#d1c4e9 !important;}.deep-purple-text.text-lighten-4{color:#d1c4e9 !important;}.deep-purple.lighten-3{background-color:#b39ddb !important;}.deep-purple-text.text-lighten-3{color:#b39ddb !important;}.deep-purple.lighten-2{background-color:#9575cd !important;}.deep-purple-text.text-lighten-2{color:#9575cd !important;}.deep-purple.lighten-1{background-color:#7e57c2 !important;}.deep-purple-text.text-lighten-1{color:#7e57c2 !important;}.deep-purple{background-color:#673ab7 !important;}.deep-purple-text{color:#673ab7 !important;}.deep-purple.darken-1{background-color:#5e35b1 !important;}.deep-purple-text.text-darken-1{color:#5e35b1 !important;}.deep-purple.darken-2{background-color:#512da8 !important;}.deep-purple-text.text-darken-2{color:#512da8 !important;}.deep-purple.darken-3{background-color:#4527a0 !important;}.deep-purple-text.text-darken-3{color:#4527a0 !important;}.deep-purple.darken-4{background-color:#311b92 !important;}.deep-purple-text.text-darken-4{color:#311b92 !important;}.deep-purple.accent-1{background-color:#b388ff !important;}.deep-purple-text.text-accent-1{color:#b388ff !important;}.deep-purple.accent-2{background-color:#7c4dff !important;}.deep-purple-text.text-accent-2{color:#7c4dff !important;}.deep-purple.accent-3{background-color:#651fff !important;}.deep-purple-text.text-accent-3{color:#651fff !important;}.deep-purple.accent-4{background-color:#6200ea !important;}.deep-purple-text.text-accent-4{color:#6200ea !important;}.indigo.lighten-5{background-color:#e8eaf6 !important;}.indigo-text.text-lighten-5{color:#e8eaf6 !important;}.indigo.lighten-4{background-color:#c5cae9 !important;}.indigo-text.text-lighten-4{color:#c5cae9 !important;}.indigo.lighten-3{background-color:#9fa8da !important;}.indigo-text.text-lighten-3{color:#9fa8da !important;}.indigo.lighten-2{background-color:#7986cb !important;}.indigo-text.text-lighten-2{color:#7986cb !important;}.indigo.lighten-1{background-color:#5c6bc0 !important;}.indigo-text.text-lighten-1{color:#5c6bc0 !important;}.indigo{background-color:#3f51b5 !important;}.indigo-text{color:#3f51b5 !important;}.indigo.darken-1{background-color:#3949ab !important;}.indigo-text.text-darken-1{color:#3949ab !important;}.indigo.darken-2{background-color:#303f9f !important;}.indigo-text.text-darken-2{color:#303f9f !important;}.indigo.darken-3{background-color:#283593 !important;}.indigo-text.text-darken-3{color:#283593 !important;}.indigo.darken-4{background-color:#1a237e !important;}.indigo-text.text-darken-4{color:#1a237e !important;}.indigo.accent-1{background-color:#8c9eff !important;}.indigo-text.text-accent-1{color:#8c9eff !important;}.indigo.accent-2{background-color:#536dfe !important;}.indigo-text.text-accent-2{color:#536dfe !important;}.indigo.accent-3{background-color:#3d5afe !important;}.indigo-text.text-accent-3{color:#3d5afe !important;}.indigo.accent-4{background-color:#304ffe !important;}.indigo-text.text-accent-4{color:#304ffe !important;}.blue.lighten-5{background-color:#e3f2fd !important;}.blue-text.text-lighten-5{color:#e3f2fd !important;}.blue.lighten-4{background-color:#bbdefb !important;}.blue-text.text-lighten-4{color:#bbdefb !important;}.blue.lighten-3{background-color:#90caf9 !important;}.blue-text.text-lighten-3{color:#90caf9 !important;}.blue.lighten-2{background-color:#64b5f6 !important;}.blue-text.text-lighten-2{color:#64b5f6 !important;}.blue.lighten-1{background-color:#42a5f5 !important;}.blue-text.text-lighten-1{color:#42a5f5 !important;}.blue{background-color:#2196f3 !important;}.blue-text{color:#2196f3 !important;}.blue.darken-1{background-color:#1e88e5 !important;}.blue-text.text-darken-1{color:#1e88e5 !important;}.blue.darken-2{background-color:#1976d2 !important;}.blue-text.text-darken-2{color:#1976d2 !important;}.blue.darken-3{background-color:#1565c0 !important;}.blue-text.text-darken-3{color:#1565c0 !important;}.blue.darken-4{background-color:#0d47a1 !important;}.blue-text.text-darken-4{color:#0d47a1 !important;}.blue.accent-1{background-color:#82b1ff !important;}.blue-text.text-accent-1{color:#82b1ff !important;}.blue.accent-2{background-color:#448aff !important;}.blue-text.text-accent-2{color:#448aff !important;}.blue.accent-3{background-color:#2979ff !important;}.blue-text.text-accent-3{color:#2979ff !important;}.blue.accent-4{background-color:#2962ff !important;}.blue-text.text-accent-4{color:#2962ff !important;}.light-blue.lighten-5{background-color:#e1f5fe !important;}.light-blue-text.text-lighten-5{color:#e1f5fe !important;}.light-blue.lighten-4{background-color:#b3e5fc !important;}.light-blue-text.text-lighten-4{color:#b3e5fc !important;}.light-blue.lighten-3{background-color:#81d4fa !important;}.light-blue-text.text-lighten-3{color:#81d4fa !important;}.light-blue.lighten-2{background-color:#4fc3f7 !important;}.light-blue-text.text-lighten-2{color:#4fc3f7 !important;}.light-blue.lighten-1{background-color:#29b6f6 !important;}.light-blue-text.text-lighten-1{color:#29b6f6 !important;}.light-blue{background-color:#03a9f4 !important;}.light-blue-text{color:#03a9f4 !important;}.light-blue.darken-1{background-color:#005a84 !important;}.light-blue-text.text-darken-1{color:#005a84 !important;}.light-blue.darken-2{background-color:#0288d1 !important;}.light-blue-text.text-darken-2{color:#0288d1 !important;}.light-blue.darken-3{background-color:#0277bd !important;}.light-blue-text.text-darken-3{color:#0277bd !important;}.light-blue.darken-4{background-color:#01579b !important;}.light-blue-text.text-darken-4{color:#01579b !important;}.light-blue.accent-1{background-color:#80d8ff !important;}.light-blue-text.text-accent-1{color:#80d8ff !important;}.light-blue.accent-2{background-color:#40c4ff !important;}.light-blue-text.text-accent-2{color:#40c4ff !important;}.light-blue.accent-3{background-color:#00b0ff !important;}.light-blue-text.text-accent-3{color:#00b0ff !important;}.light-blue.accent-4{background-color:#0091ea !important;}.light-blue-text.text-accent-4{color:#0091ea !important;}.cyan.lighten-5{background-color:#e0f7fa !important;}.cyan-text.text-lighten-5{color:#e0f7fa !important;}.cyan.lighten-4{background-color:#b2ebf2 !important;}.cyan-text.text-lighten-4{color:#b2ebf2 !important;}.cyan.lighten-3{background-color:#80deea !important;}.cyan-text.text-lighten-3{color:#80deea !important;}.cyan.lighten-2{background-color:#4dd0e1 !important;}.cyan-text.text-lighten-2{color:#4dd0e1 !important;}.cyan.lighten-1{background-color:#26c6da !important;}.cyan-text.text-lighten-1{color:#26c6da !important;}.cyan{background-color:#00bcd4 !important;}.cyan-text{color:#00bcd4 !important;}.cyan.darken-1{background-color:#00acc1 !important;}.cyan-text.text-darken-1{color:#00acc1 !important;}.cyan.darken-2{background-color:#0097a7 !important;}.cyan-text.text-darken-2{color:#0097a7 !important;}.cyan.darken-3{background-color:#00838f !important;}.cyan-text.text-darken-3{color:#00838f !important;}.cyan.darken-4{background-color:#006064 !important;}.cyan-text.text-darken-4{color:#006064 !important;}.cyan.accent-1{background-color:#84ffff !important;}.cyan-text.text-accent-1{color:#84ffff !important;}.cyan.accent-2{background-color:#18ffff !important;}.cyan-text.text-accent-2{color:#18ffff !important;}.cyan.accent-3{background-color:#00e5ff !important;}.cyan-text.text-accent-3{color:#00e5ff !important;}.cyan.accent-4{background-color:#00b8d4 !important;}.cyan-text.text-accent-4{color:#00b8d4 !important;}.teal.lighten-5{background-color:#e0f2f1 !important;}.teal-text.text-lighten-5{color:#e0f2f1 !important;}.teal.lighten-4{background-color:#b2dfdb !important;}.teal-text.text-lighten-4{color:#b2dfdb !important;}.teal.lighten-3{background-color:#80cbc4 !important;}.teal-text.text-lighten-3{color:#80cbc4 !important;}.teal.lighten-2{background-color:#4db6ac !important;}.teal-text.text-lighten-2{color:#4db6ac !important;}.teal.lighten-1{background-color:#26a69a !important;}.teal-text.text-lighten-1{color:#26a69a !important;}.teal{background-color:#009688 !important;}.teal-text{color:#009688 !important;}.teal.darken-1{background-color:#00897b !important;}.teal-text.text-darken-1{color:#00897b !important;}.teal.darken-2{background-color:#00796b !important;}.teal-text.text-darken-2{color:#00796b !important;}.teal.darken-3{background-color:#00695c !important;}.teal-text.text-darken-3{color:#00695c !important;}.teal.darken-4{background-color:#004d40 !important;}.teal-text.text-darken-4{color:#004d40 !important;}.teal.accent-1{background-color:#a7ffeb !important;}.teal-text.text-accent-1{color:#a7ffeb !important;}.teal.accent-2{background-color:#64ffda !important;}.teal-text.text-accent-2{color:#64ffda !important;}.teal.accent-3{background-color:#1de9b6 !important;}.teal-text.text-accent-3{color:#1de9b6 !important;}.teal.accent-4{background-color:#00bfa5 !important;}.teal-text.text-accent-4{color:#00bfa5 !important;}.green.lighten-5{background-color:#e8f5e9 !important;}.green-text.text-lighten-5{color:#e8f5e9 !important;}.green.lighten-4{background-color:#c8e6c9 !important;}.green-text.text-lighten-4{color:#c8e6c9 !important;}.green.lighten-3{background-color:#a5d6a7 !important;}.green-text.text-lighten-3{color:#a5d6a7 !important;}.green.lighten-2{background-color:#81c784 !important;}.green-text.text-lighten-2{color:#81c784 !important;}.green.lighten-1{background-color:#66bb6a !important;}.green-text.text-lighten-1{color:#66bb6a !important;}.green{background-color:#4caf50 !important;}.green-text{color:#4caf50 !important;}.green.darken-1{background-color:#43a047 !important;}.green-text.text-darken-1{color:#43a047 !important;}.green.darken-2{background-color:#388e3c !important;}.green-text.text-darken-2{color:#388e3c !important;}.green.darken-3{background-color:#2e7d32 !important;}.green-text.text-darken-3{color:#2e7d32 !important;}.green.darken-4{background-color:#1b5e20 !important;}.green-text.text-darken-4{color:#1b5e20 !important;}.green.accent-1{background-color:#b9f6ca !important;}.green-text.text-accent-1{color:#b9f6ca !important;}.green.accent-2{background-color:#69f0ae !important;}.green-text.text-accent-2{color:#69f0ae !important;}.green.accent-3{background-color:#00e676 !important;}.green-text.text-accent-3{color:#00e676 !important;}.green.accent-4{background-color:#00c853 !important;}.green-text.text-accent-4{color:#00c853 !important;}.light-green.lighten-5{background-color:#f1f8e9 !important;}.light-green-text.text-lighten-5{color:#f1f8e9 !important;}.light-green.lighten-4{background-color:#dcedc8 !important;}.light-green-text.text-lighten-4{color:#dcedc8 !important;}.light-green.lighten-3{background-color:#c5e1a5 !important;}.light-green-text.text-lighten-3{color:#c5e1a5 !important;}.light-green.lighten-2{background-color:#aed581 !important;}.light-green-text.text-lighten-2{color:#aed581 !important;}.light-green.lighten-1{background-color:#9ccc65 !important;}.light-green-text.text-lighten-1{color:#9ccc65 !important;}.light-green{background-color:#8bc34a !important;}.light-green-text{color:#8bc34a !important;}.light-green.darken-1{background-color:#7cb342 !important;}.light-green-text.text-darken-1{color:#7cb342 !important;}.light-green.darken-2{background-color:#689f38 !important;}.light-green-text.text-darken-2{color:#689f38 !important;}.light-green.darken-3{background-color:#558b2f !important;}.light-green-text.text-darken-3{color:#558b2f !important;}.light-green.darken-4{background-color:#33691e !important;}.light-green-text.text-darken-4{color:#33691e !important;}.light-green.accent-1{background-color:#ccff90 !important;}.light-green-text.text-accent-1{color:#ccff90 !important;}.light-green.accent-2{background-color:#b2ff59 !important;}.light-green-text.text-accent-2{color:#b2ff59 !important;}.light-green.accent-3{background-color:#76ff03 !important;}.light-green-text.text-accent-3{color:#76ff03 !important;}.light-green.accent-4{background-color:#64dd17 !important;}.light-green-text.text-accent-4{color:#64dd17 !important;}.lime.lighten-5{background-color:#f9fbe7 !important;}.lime-text.text-lighten-5{color:#f9fbe7 !important;}.lime.lighten-4{background-color:#f0f4c3 !important;}.lime-text.text-lighten-4{color:#f0f4c3 !important;}.lime.lighten-3{background-color:#e6ee9c !important;}.lime-text.text-lighten-3{color:#e6ee9c !important;}.lime.lighten-2{background-color:#dce775 !important;}.lime-text.text-lighten-2{color:#dce775 !important;}.lime.lighten-1{background-color:#d4e157 !important;}.lime-text.text-lighten-1{color:#d4e157 !important;}.lime{background-color:#cddc39 !important;}.lime-text{color:#cddc39 !important;}.lime.darken-1{background-color:#c0ca33 !important;}.lime-text.text-darken-1{color:#c0ca33 !important;}.lime.darken-2{background-color:#afb42b !important;}.lime-text.text-darken-2{color:#afb42b !important;}.lime.darken-3{background-color:#9e9d24 !important;}.lime-text.text-darken-3{color:#9e9d24 !important;}.lime.darken-4{background-color:#827717 !important;}.lime-text.text-darken-4{color:#827717 !important;}.lime.accent-1{background-color:#f4ff81 !important;}.lime-text.text-accent-1{color:#f4ff81 !important;}.lime.accent-2{background-color:#eeff41 !important;}.lime-text.text-accent-2{color:#eeff41 !important;}.lime.accent-3{background-color:#c6ff00 !important;}.lime-text.text-accent-3{color:#c6ff00 !important;}.lime.accent-4{background-color:#aeea00 !important;}.lime-text.text-accent-4{color:#aeea00 !important;}.yellow.lighten-5{background-color:#fffde7 !important;}.yellow-text.text-lighten-5{color:#fffde7 !important;}.yellow.lighten-4{background-color:#fff9c4 !important;}.yellow-text.text-lighten-4{color:#fff9c4 !important;}.yellow.lighten-3{background-color:#fff59d !important;}.yellow-text.text-lighten-3{color:#fff59d !important;}.yellow.lighten-2{background-color:#fff176 !important;}.yellow-text.text-lighten-2{color:#fff176 !important;}.yellow.lighten-1{background-color:#ffee58 !important;}.yellow-text.text-lighten-1{color:#ffee58 !important;}.yellow{background-color:#ffeb3b !important;}.yellow-text{color:#ffeb3b !important;}.yellow.darken-1{background-color:#fdd835 !important;}.yellow-text.text-darken-1{color:#fdd835 !important;}.yellow.darken-2{background-color:#fbc02d !important;}.yellow-text.text-darken-2{color:#fbc02d !important;}.yellow.darken-3{background-color:#f9a825 !important;}.yellow-text.text-darken-3{color:#f9a825 !important;}.yellow.darken-4{background-color:#f57f17 !important;}.yellow-text.text-darken-4{color:#f57f17 !important;}.yellow.accent-1{background-color:#ffff8d !important;}.yellow-text.text-accent-1{color:#ffff8d !important;}.yellow.accent-2{background-color:#ff0 !important;}.yellow-text.text-accent-2{color:#ff0 !important;}.yellow.accent-3{background-color:#ffea00 !important;}.yellow-text.text-accent-3{color:#ffea00 !important;}.yellow.accent-4{background-color:#ffd600 !important;}.yellow-text.text-accent-4{color:#ffd600 !important;}.amber.lighten-5{background-color:#fff8e1 !important;}.amber-text.text-lighten-5{color:#fff8e1 !important;}.amber.lighten-4{background-color:#ffecb3 !important;}.amber-text.text-lighten-4{color:#ffecb3 !important;}.amber.lighten-3{background-color:#ffe082 !important;}.amber-text.text-lighten-3{color:#ffe082 !important;}.amber.lighten-2{background-color:#ffd54f !important;}.amber-text.text-lighten-2{color:#ffd54f !important;}.amber.lighten-1{background-color:#ffca28 !important;}.amber-text.text-lighten-1{color:#ffca28 !important;}.amber{background-color:#ffc107 !important;}.amber-text{color:#ffc107 !important;}.amber.darken-1{background-color:#ffb300 !important;}.amber-text.text-darken-1{color:#ffb300 !important;}.amber.darken-2{background-color:#ffa000 !important;}.amber-text.text-darken-2{color:#ffa000 !important;}.amber.darken-3{background-color:#ff8f00 !important;}.amber-text.text-darken-3{color:#ff8f00 !important;}.amber.darken-4{background-color:#ff6f00 !important;}.amber-text.text-darken-4{color:#ff6f00 !important;}.amber.accent-1{background-color:#ffe57f !important;}.amber-text.text-accent-1{color:#ffe57f !important;}.amber.accent-2{background-color:#ffd740 !important;}.amber-text.text-accent-2{color:#ffd740 !important;}.amber.accent-3{background-color:#ffc400 !important;}.amber-text.text-accent-3{color:#ffc400 !important;}.amber.accent-4{background-color:#ffab00 !important;}.amber-text.text-accent-4{color:#ffab00 !important;}.orange.lighten-5{background-color:#fff3e0 !important;}.orange-text.text-lighten-5{color:#fff3e0 !important;}.orange.lighten-4{background-color:#ffe0b2 !important;}.orange-text.text-lighten-4{color:#ffe0b2 !important;}.orange.lighten-3{background-color:#ffcc80 !important;}.orange-text.text-lighten-3{color:#ffcc80 !important;}.orange.lighten-2{background-color:#ffb74d !important;}.orange-text.text-lighten-2{color:#ffb74d !important;}.orange.lighten-1{background-color:#ffa726 !important;}.orange-text.text-lighten-1{color:#ffa726 !important;}.orange{background-color:#ff9800 !important;}.orange-text{color:#ff9800 !important;}.orange.darken-1{background-color:#fb8c00 !important;}.orange-text.text-darken-1{color:#fb8c00 !important;}.orange.darken-2{background-color:#f57c00 !important;}.orange-text.text-darken-2{color:#f57c00 !important;}.orange.darken-3{background-color:#ef6c00 !important;}.orange-text.text-darken-3{color:#ef6c00 !important;}.orange.darken-4{background-color:#e65100 !important;}.orange-text.text-darken-4{color:#e65100 !important;}.orange.accent-1{background-color:#ffd180 !important;}.orange-text.text-accent-1{color:#ffd180 !important;}.orange.accent-2{background-color:#ffab40 !important;}.orange-text.text-accent-2{color:#ffab40 !important;}.orange.accent-3{background-color:#ff9100 !important;}.orange-text.text-accent-3{color:#ff9100 !important;}.orange.accent-4{background-color:#ff6d00 !important;}.orange-text.text-accent-4{color:#ff6d00 !important;}.deep-orange.lighten-5{background-color:#fbe9e7 !important;}.deep-orange-text.text-lighten-5{color:#fbe9e7 !important;}.deep-orange.lighten-4{background-color:#ffccbc !important;}.deep-orange-text.text-lighten-4{color:#ffccbc !important;}.deep-orange.lighten-3{background-color:#ffab91 !important;}.deep-orange-text.text-lighten-3{color:#ffab91 !important;}.deep-orange.lighten-2{background-color:#ff8a65 !important;}.deep-orange-text.text-lighten-2{color:#ff8a65 !important;}.deep-orange.lighten-1{background-color:#ff7043 !important;}.deep-orange-text.text-lighten-1{color:#ff7043 !important;}.deep-orange{background-color:#ff5722 !important;}.deep-orange-text{color:#ff5722 !important;}.deep-orange.darken-1{background-color:#f4511e !important;}.deep-orange-text.text-darken-1{color:#f4511e !important;}.deep-orange.darken-2{background-color:#e64a19 !important;}.deep-orange-text.text-darken-2{color:#e64a19 !important;}.deep-orange.darken-3{background-color:#d84315 !important;}.deep-orange-text.text-darken-3{color:#d84315 !important;}.deep-orange.darken-4{background-color:#bf360c !important;}.deep-orange-text.text-darken-4{color:#bf360c !important;}.deep-orange.accent-1{background-color:#ff9e80 !important;}.deep-orange-text.text-accent-1{color:#ff9e80 !important;}.deep-orange.accent-2{background-color:#ff6e40 !important;}.deep-orange-text.text-accent-2{color:#ff6e40 !important;}.deep-orange.accent-3{background-color:#ff3d00 !important;}.deep-orange-text.text-accent-3{color:#ff3d00 !important;}.deep-orange.accent-4{background-color:#dd2c00 !important;}.deep-orange-text.text-accent-4{color:#dd2c00 !important;}.brown.lighten-5{background-color:#efebe9 !important;}.brown-text.text-lighten-5{color:#efebe9 !important;}.brown.lighten-4{background-color:#d7ccc8 !important;}.brown-text.text-lighten-4{color:#d7ccc8 !important;}.brown.lighten-3{background-color:#bcaaa4 !important;}.brown-text.text-lighten-3{color:#bcaaa4 !important;}.brown.lighten-2{background-color:#a1887f !important;}.brown-text.text-lighten-2{color:#a1887f !important;}.brown.lighten-1{background-color:#8d6e63 !important;}.brown-text.text-lighten-1{color:#8d6e63 !important;}.brown{background-color:#795548 !important;}.brown-text{color:#795548 !important;}.brown.darken-1{background-color:#6d4c41 !important;}.brown-text.text-darken-1{color:#6d4c41 !important;}.brown.darken-2{background-color:#5d4037 !important;}.brown-text.text-darken-2{color:#5d4037 !important;}.brown.darken-3{background-color:#4e342e !important;}.brown-text.text-darken-3{color:#4e342e !important;}.brown.darken-4{background-color:#3e2723 !important;}.brown-text.text-darken-4{color:#3e2723 !important;}.blue-grey.lighten-5{background-color:#eceff1 !important;}.blue-grey-text.text-lighten-5{color:#eceff1 !important;}.blue-grey.lighten-4{background-color:#cfd8dc !important;}.blue-grey-text.text-lighten-4{color:#cfd8dc !important;}.blue-grey.lighten-3{background-color:#b0bec5 !important;}.blue-grey-text.text-lighten-3{color:#b0bec5 !important;}.blue-grey.lighten-2{background-color:#90a4ae !important;}.blue-grey-text.text-lighten-2{color:#90a4ae !important;}.blue-grey.lighten-1{background-color:#78909c !important;}.blue-grey-text.text-lighten-1{color:#78909c !important;}.blue-grey{background-color:#607d8b !important;}.blue-grey-text{color:#607d8b !important;}.blue-grey.darken-1{background-color:#546e7a !important;}.blue-grey-text.text-darken-1{color:#546e7a !important;}.blue-grey.darken-2{background-color:#455a64 !important;}.blue-grey-text.text-darken-2{color:#455a64 !important;}.blue-grey.darken-3{background-color:#37474f !important;}.blue-grey-text.text-darken-3{color:#37474f !important;}.blue-grey.darken-4{background-color:#263238 !important;}.blue-grey-text.text-darken-4{color:#263238 !important;}.grey.lighten-5{background-color:#fafafa !important;}.grey-text.text-lighten-5{color:#fafafa !important;}.grey.lighten-4{background-color:#f5f5f5 !important;}.grey-text.text-lighten-4{color:#f5f5f5 !important;}.grey.lighten-3{background-color:#eee !important;}.grey-text.text-lighten-3{color:#eee !important;}.grey.lighten-2{background-color:#e0e0e0 !important;}.grey-text.text-lighten-2{color:#e0e0e0 !important;}.grey.lighten-1{background-color:#bdbdbd !important;}.grey-text.text-lighten-1{color:#bdbdbd !important;}.grey{background-color:#9e9e9e !important;}.grey-text{color:#9e9e9e !important;}.grey.darken-1{background-color:#757575 !important;}.grey-text.text-darken-1{color:#757575 !important;}.grey.darken-2{background-color:#616161 !important;}.grey-text.text-darken-2{color:#616161 !important;}.grey.darken-3{background-color:#424242 !important;}.grey-text.text-darken-3{color:#424242 !important;}.grey.darken-4{background-color:#212121 !important;}.grey-text.text-darken-4{color:#212121 !important;}.shades.black{background-color:#000 !important;}.shades-text.text-black{color:#000 !important;}.shades.white{background-color:#fff !important;}.shades-text.text-white{color:#fff !important;}.shades.transparent{background-color:transparent !important;}.shades-text.text-transparent{color:transparent !important;}.black{background-color:#000 !important;}.black-text{color:#000 !important;}.white{background-color:#fff !important;}.white-text{color:#fff !important;}.transparent{background-color:transparent !important;}.transparent-text{color:transparent !important;}@font-face{font-family:'icomoon';src:url("../fonts/icomoon.eot?x4eeum");src:url("../fonts/icomoon.eot?#iefixx4eeum") format("embedded-opentype"),url("../fonts/icomoon.ttf?x4eeum") format("truetype"),url("../fonts/icomoon.woff?x4eeum") format("woff"),url("../fonts/icomoon.svg?x4eeum#icomoon") format("svg");font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icon-home:before{content:"";}.icon-home2:before{content:"";}.icon-home3:before{content:"";}.icon-office:before{content:"";}.icon-newspaper:before{content:"";}.icon-pencil:before{content:"";}.icon-pencil2:before{content:"";}.icon-quill:before{content:"";}.icon-pen:before{content:"";}.icon-blog:before{content:"";}.icon-eyedropper:before{content:"";}.icon-droplet:before{content:"";}.icon-paint-format:before{content:"";}.icon-image:before{content:"";}.icon-images:before{content:"";}.icon-camera:before{content:"";}.icon-headphones:before{content:"";}.icon-music:before{content:"";}.icon-play:before{content:"";}.icon-film:before{content:"";}.icon-video-camera:before{content:"";}.icon-dice:before{content:"";}.icon-pacman:before{content:"";}.icon-spades:before{content:"";}.icon-clubs:before{content:"";}.icon-diamonds:before{content:"";}.icon-bullhorn:before{content:"";}.icon-connection:before{content:"";}.icon-podcast:before{content:"";}.icon-feed:before{content:"";}.icon-mic:before{content:"";}.icon-book:before{content:"";}.icon-books:before{content:"";}.icon-library:before{content:"";}.icon-file-text:before{content:"";}.icon-profile:before{content:"";}.icon-file-empty:before{content:"";}.icon-files-empty:before{content:"";}.icon-file-text2:before{content:"";}.icon-file-picture:before{content:"";}.icon-file-music:before{content:"";}.icon-file-play:before{content:"";}.icon-file-video:before{content:"";}.icon-file-zip:before{content:"";}.icon-copy:before{content:"";}.icon-paste:before{content:"";}.icon-stack:before{content:"";}.icon-folder:before{content:"";}.icon-folder-open:before{content:"";}.icon-folder-plus:before{content:"";}.icon-folder-minus:before{content:"";}.icon-folder-download:before{content:"";}.icon-folder-upload:before{content:"";}.icon-price-tag:before{content:"";}.icon-price-tags:before{content:"";}.icon-barcode:before{content:"";}.icon-qrcode:before{content:"";}.icon-ticket:before{content:"";}.icon-cart:before{content:"";}.icon-coin-dollar:before{content:"";}.icon-coin-euro:before{content:"";}.icon-coin-pound:before{content:"";}.icon-coin-yen:before{content:"";}.icon-credit-card:before{content:"";}.icon-calculator:before{content:"";}.icon-lifebuoy:before{content:"";}.icon-phone:before{content:"";}.icon-phone-hang-up:before{content:"";}.icon-address-book:before{content:"";}.icon-envelop:before{content:"";}.icon-pushpin:before{content:"";}.icon-location:before{content:"";}.icon-location2:before{content:"";}.icon-compass:before{content:"";}.icon-compass2:before{content:"";}.icon-map:before{content:"";}.icon-map2:before{content:"";}.icon-history:before{content:"";}.icon-clock:before{content:"";}.icon-clock2:before{content:"";}.icon-alarm:before{content:"";}.icon-bell:before{content:"";}.icon-stopwatch:before{content:"";}.icon-calendar:before{content:"";}.icon-printer:before{content:"";}.icon-keyboard:before{content:"";}.icon-display:before{content:"";}.icon-laptop:before{content:"";}.icon-mobile:before{content:"";}.icon-mobile2:before{content:"";}.icon-tablet:before{content:"";}.icon-tv:before{content:"";}.icon-drawer:before{content:"";}.icon-drawer2:before{content:"";}.icon-box-add:before{content:"";}.icon-box-remove:before{content:"";}.icon-download:before{content:"";}.icon-upload:before{content:"";}.icon-floppy-disk:before{content:"";}.icon-drive:before{content:"";}.icon-database:before{content:"";}.icon-undo:before{content:"";}.icon-redo:before{content:"";}.icon-undo2:before{content:"";}.icon-redo2:before{content:"";}.icon-forward:before{content:"";}.icon-reply:before{content:"";}.icon-bubble:before{content:"";}.icon-bubbles:before{content:"";}.icon-bubbles2:before{content:"";}.icon-bubble2:before{content:"";}.icon-bubbles3:before{content:"";}.icon-bubbles4:before{content:"";}.icon-user:before{content:"";}.icon-users:before{content:"";}.icon-user-plus:before{content:"";}.icon-user-minus:before{content:"";}.icon-user-check:before{content:"";}.icon-user-tie:before{content:"";}.icon-quotes-left:before{content:"";}.icon-quotes-right:before{content:"";}.icon-hour-glass:before{content:"";}.icon-spinner:before{content:"";}.icon-spinner2:before{content:"";}.icon-spinner3:before{content:"";}.icon-spinner4:before{content:"";}.icon-spinner5:before{content:"";}.icon-spinner6:before{content:"";}.icon-spinner7:before{content:"";}.icon-spinner8:before{content:"";}.icon-spinner9:before{content:"";}.icon-spinner10:before{content:"";}.icon-spinner11:before{content:"";}.icon-binoculars:before{content:"";}.icon-search:before{content:"";}.icon-zoom-in:before{content:"";}.icon-zoom-out:before{content:"";}.icon-enlarge:before{content:"";}.icon-shrink:before{content:"";}.icon-enlarge2:before{content:"";}.icon-shrink2:before{content:"";}.icon-key:before{content:"";}.icon-key2:before{content:"";}.icon-lock:before{content:"";}.icon-unlocked:before{content:"";}.icon-wrench:before{content:"";}.icon-equalizer:before{content:"";}.icon-equalizer2:before{content:"";}.icon-cog:before{content:"";}.icon-cogs:before{content:"";}.icon-hammer:before{content:"";}.icon-magic-wand:before{content:"";}.icon-aid-kit:before{content:"";}.icon-bug:before{content:"";}.icon-pie-chart:before{content:"";}.icon-stats-dots:before{content:"";}.icon-stats-bars:before{content:"";}.icon-stats-bars2:before{content:"";}.icon-trophy:before{content:"";}.icon-gift:before{content:"";}.icon-glass:before{content:"";}.icon-glass2:before{content:"";}.icon-mug:before{content:"";}.icon-spoon-knife:before{content:"";}.icon-leaf:before{content:"";}.icon-rocket:before{content:"";}.icon-meter:before{content:"";}.icon-meter2:before{content:"";}.icon-hammer2:before{content:"";}.icon-fire:before{content:"";}.icon-lab:before{content:"";}.icon-magnet:before{content:"";}.icon-bin:before{content:"";}.icon-bin2:before{content:"";}.icon-briefcase:before{content:"";}.icon-airplane:before{content:"";}.icon-truck:before{content:"";}.icon-road:before{content:"";}.icon-accessibility:before{content:"";}.icon-target:before{content:"";}.icon-shield:before{content:"";}.icon-power:before{content:"";}.icon-switch:before{content:"";}.icon-power-cord:before{content:"";}.icon-clipboard:before{content:"";}.icon-list-numbered:before{content:"";}.icon-list:before{content:"";}.icon-list2:before{content:"";}.icon-tree:before{content:"";}.icon-menu:before{content:"";}.icon-menu2:before{content:"";}.icon-menu3:before{content:"";}.icon-menu4:before{content:"";}.icon-cloud:before{content:"";}.icon-cloud-download:before{content:"";}.icon-cloud-upload:before{content:"";}.icon-cloud-check:before{content:"";}.icon-download2:before{content:"";}.icon-upload2:before{content:"";}.icon-download3:before{content:"";}.icon-upload3:before{content:"";}.icon-sphere:before{content:"";}.icon-earth:before{content:"";}.icon-link:before{content:"";}.icon-flag:before{content:"";}.icon-attachment:before{content:"";}.icon-eye:before{content:"";}.icon-eye-plus:before{content:"";}.icon-eye-minus:before{content:"";}.icon-eye-blocked:before{content:"";}.icon-bookmark:before{content:"";}.icon-bookmarks:before{content:"";}.icon-sun:before{content:"";}.icon-contrast:before{content:"";}.icon-brightness-contrast:before{content:"";}.icon-star-empty:before{content:"";}.icon-star-half:before{content:"";}.icon-star-full:before{content:"";}.icon-heart:before{content:"";}.icon-heart-broken:before{content:"";}.icon-man:before{content:"";}.icon-woman:before{content:"";}.icon-man-woman:before{content:"";}.icon-happy:before{content:"";}.icon-happy2:before{content:"";}.icon-smile:before{content:"";}.icon-smile2:before{content:"";}.icon-tongue:before{content:"";}.icon-tongue2:before{content:"";}.icon-sad:before{content:"";}.icon-sad2:before{content:"";}.icon-wink:before{content:"";}.icon-wink2:before{content:"";}.icon-grin:before{content:"";}.icon-grin2:before{content:"";}.icon-cool:before{content:"";}.icon-cool2:before{content:"";}.icon-angry:before{content:"";}.icon-angry2:before{content:"";}.icon-evil:before{content:"";}.icon-evil2:before{content:"";}.icon-shocked:before{content:"";}.icon-shocked2:before{content:"";}.icon-baffled:before{content:"";}.icon-baffled2:before{content:"";}.icon-confused:before{content:"";}.icon-confused2:before{content:"";}.icon-neutral:before{content:"";}.icon-neutral2:before{content:"";}.icon-hipster:before{content:"";}.icon-hipster2:before{content:"";}.icon-wondering:before{content:"";}.icon-wondering2:before{content:"";}.icon-sleepy:before{content:"";}.icon-sleepy2:before{content:"";}.icon-frustrated:before{content:"";}.icon-frustrated2:before{content:"";}.icon-crying:before{content:"";}.icon-crying2:before{content:"";}.icon-point-up:before{content:"";}.icon-point-right:before{content:"";}.icon-point-down:before{content:"";}.icon-point-left:before{content:"";}.icon-warning:before{content:"";}.icon-notification:before{content:"";}.icon-question:before{content:"";}.icon-plus:before{content:"";}.icon-minus:before{content:"";}.icon-info:before{content:"";}.icon-cancel-circle:before{content:"";}.icon-blocked:before{content:"";}.icon-cross:before{content:"";}.icon-checkmark:before{content:"";}.icon-checkmark2:before{content:"";}.icon-spell-check:before{content:"";}.icon-enter:before{content:"";}.icon-exit:before{content:"";}.icon-play2:before{content:"";}.icon-pause:before{content:"";}.icon-stop:before{content:"";}.icon-previous:before{content:"";}.icon-next:before{content:"";}.icon-backward:before{content:"";}.icon-forward2:before{content:"";}.icon-play3:before{content:"";}.icon-pause2:before{content:"";}.icon-stop2:before{content:"";}.icon-backward2:before{content:"";}.icon-forward3:before{content:"";}.icon-first:before{content:"";}.icon-last:before{content:"";}.icon-previous2:before{content:"";}.icon-next2:before{content:"";}.icon-eject:before{content:"";}.icon-volume-high:before{content:"";}.icon-volume-medium:before{content:"";}.icon-volume-low:before{content:"";}.icon-volume-mute:before{content:"";}.icon-volume-mute2:before{content:"";}.icon-volume-increase:before{content:"";}.icon-volume-decrease:before{content:"";}.icon-loop:before{content:"";}.icon-loop2:before{content:"";}.icon-infinite:before{content:"";}.icon-shuffle:before{content:"";}.icon-arrow-up-left:before{content:"";}.icon-arrow-up:before{content:"";}.icon-arrow-up-right:before{content:"";}.icon-arrow-right:before{content:"";}.icon-arrow-down-right:before{content:"";}.icon-arrow-down:before{content:"";}.icon-arrow-down-left:before{content:"";}.icon-arrow-left:before{content:"";}.icon-arrow-up-left2:before{content:"";}.icon-arrow-up2:before{content:"";}.icon-arrow-up-right2:before{content:"";}.icon-arrow-right2:before{content:"";}.icon-arrow-down-right2:before{content:"";}.icon-arrow-down2:before{content:"";}.icon-arrow-down-left2:before{content:"";}.icon-arrow-left2:before{content:"";}.icon-circle-up:before{content:"";}.icon-circle-right:before{content:"";}.icon-circle-down:before{content:"";}.icon-circle-left:before{content:"";}.icon-tab:before{content:"";}.icon-move-up:before{content:"";}.icon-move-down:before{content:"";}.icon-sort-alpha-asc:before{content:"";}.icon-sort-alpha-desc:before{content:"";}.icon-sort-numeric-asc:before{content:"";}.icon-sort-numberic-desc:before{content:"";}.icon-sort-amount-asc:before{content:"";}.icon-sort-amount-desc:before{content:"";}.icon-command:before{content:"";}.icon-shift:before{content:"";}.icon-ctrl:before{content:"";}.icon-opt:before{content:"";}.icon-checkbox-checked:before{content:"";}.icon-checkbox-unchecked:before{content:"";}.icon-radio-checked:before{content:"";}.icon-radio-checked2:before{content:"";}.icon-radio-unchecked:before{content:"";}.icon-crop:before{content:"";}.icon-make-group:before{content:"";}.icon-ungroup:before{content:"";}.icon-scissors:before{content:"";}.icon-filter:before{content:"";}.icon-font:before{content:"";}.icon-ligature:before{content:"";}.icon-ligature2:before{content:"";}.icon-text-height:before{content:"";}.icon-text-width:before{content:"";}.icon-font-size:before{content:"";}.icon-bold:before{content:"";}.icon-underline:before{content:"";}.icon-italic:before{content:"";}.icon-strikethrough:before{content:"";}.icon-omega:before{content:"";}.icon-sigma:before{content:"";}.icon-page-break:before{content:"";}.icon-superscript:before{content:"";}.icon-subscript:before{content:"";}.icon-superscript2:before{content:"";}.icon-subscript2:before{content:"";}.icon-text-color:before{content:"";}.icon-pagebreak:before{content:"";}.icon-clear-formatting:before{content:"";}.icon-table:before{content:"";}.icon-table2:before{content:"";}.icon-insert-template:before{content:"";}.icon-pilcrow:before{content:"";}.icon-ltr:before{content:"";}.icon-rtl:before{content:"";}.icon-section:before{content:"";}.icon-paragraph-left:before{content:"";}.icon-paragraph-center:before{content:"";}.icon-paragraph-right:before{content:"";}.icon-paragraph-justify:before{content:"";}.icon-indent-increase:before{content:"";}.icon-indent-decrease:before{content:"";}.icon-share:before{content:"";}.icon-new-tab:before{content:"";}.icon-embed:before{content:"";}.icon-embed2:before{content:"";}.icon-terminal:before{content:"";}.icon-share2:before{content:"";}.icon-mail:before{content:"";}.icon-mail2:before{content:"";}.icon-mail3:before{content:"";}.icon-mail4:before{content:"";}.icon-google:before{content:"";}.icon-google-plus:before{content:"";}.icon-google-plus2:before{content:"";}.icon-google-plus3:before{content:"";}.icon-google-drive:before{content:"";}.icon-facebook:before{content:"";}.icon-facebook2:before{content:"";}.icon-facebook3:before{content:"";}.icon-ello:before{content:"";}.icon-instagram:before{content:"";}.icon-twitter:before{content:"";}.icon-twitter2:before{content:"";}.icon-twitter3:before{content:"";}.icon-feed2:before{content:"";}.icon-feed3:before{content:"";}.icon-feed4:before{content:"";}.icon-youtube:before{content:"";}.icon-youtube2:before{content:"";}.icon-youtube3:before{content:"";}.icon-youtube4:before{content:"";}.icon-twitch:before{content:"";}.icon-vimeo:before{content:"";}.icon-vimeo2:before{content:"";}.icon-vimeo3:before{content:"";}.icon-lanyrd:before{content:"";}.icon-flickr:before{content:"";}.icon-flickr2:before{content:"";}.icon-flickr3:before{content:"";}.icon-flickr4:before{content:"";}.icon-picassa:before{content:"";}.icon-picassa2:before{content:"";}.icon-dribbble:before{content:"";}.icon-dribbble2:before{content:"";}.icon-dribbble3:before{content:"";}.icon-forrst:before{content:"";}.icon-forrst2:before{content:"";}.icon-deviantart:before{content:"";}.icon-deviantart2:before{content:"";}.icon-steam:before{content:"";}.icon-steam2:before{content:"";}.icon-dropbox:before{content:"";}.icon-onedrive:before{content:"";}.icon-github:before{content:"";}.icon-github2:before{content:"";}.icon-github3:before{content:"";}.icon-github4:before{content:"";}.icon-github5:before{content:"";}.icon-wordpress:before{content:"";}.icon-wordpress2:before{content:"";}.icon-joomla:before{content:"";}.icon-blogger:before{content:"";}.icon-blogger2:before{content:"";}.icon-tumblr:before{content:"";}.icon-tumblr2:before{content:"";}.icon-yahoo:before{content:"";}.icon-tux:before{content:"";}.icon-apple:before{content:"";}.icon-finder:before{content:"";}.icon-android:before{content:"";}.icon-windows:before{content:"";}.icon-windows8:before{content:"";}.icon-soundcloud:before{content:"";}.icon-soundcloud2:before{content:"";}.icon-skype:before{content:"";}.icon-reddit:before{content:"";}.icon-linkedin:before{content:"";}.icon-linkedin2:before{content:"";}.icon-lastfm:before{content:"";}.icon-lastfm2:before{content:"";}.icon-delicious:before{content:"";}.icon-stumbleupon:before{content:"";}.icon-stumbleupon2:before{content:"";}.icon-stackoverflow:before{content:"";}.icon-pinterest:before{content:"";}.icon-pinterest2:before{content:"";}.icon-xing:before{content:"";}.icon-xing2:before{content:"";}.icon-flattr:before{content:"";}.icon-foursquare:before{content:"";}.icon-paypal:before{content:"";}.icon-paypal2:before{content:"";}.icon-paypal3:before{content:"";}.icon-yelp:before{content:"";}.icon-file-pdf:before{content:"";}.icon-file-openoffice:before{content:"";}.icon-file-word:before{content:"";}.icon-file-excel:before{content:"";}.icon-libreoffice:before{content:"";}.icon-html5:before{content:"";}.icon-html52:before{content:"";}.icon-css3:before{content:"";}.icon-git:before{content:"";}.icon-svg:before{content:"";}.icon-codepen:before{content:"";}.icon-chrome:before{content:"";}.icon-firefox:before{content:"";}.icon-IE:before{content:"";}.icon-opera:before{content:"";}.icon-safari:before{content:"";}.icon-IcoMoon:before{content:"";}.icon-html-results:before{content:"";}.icon-javascript-results:before{content:"";}
/*!
 * Font Awesome Free 5.0.2 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em;}.fa-xs{font-size:.75em;}.fa-sm{font-size:.875em;}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0;}.fa-ul>li{position:relative;}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit;}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em;}.fa-pull-left{float:left;}.fa-pull-right{float:right;}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em;}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em;}.fa-spin{animation:fa-spin 2s infinite linear;}.fa-pulse{animation:fa-spin 1s infinite steps(8);}@keyframes fa-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg);}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg);}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg);}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1,1);}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1,-1);}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1,-1);}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none;}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#fff;}.fa-500px:before{content:"";}.fa-accessible-icon:before{content:"";}.fa-accusoft:before{content:"";}.fa-address-book:before{content:"";}.fa-address-card:before{content:"";}.fa-adjust:before{content:"";}.fa-adn:before{content:"";}.fa-adversal:before{content:"";}.fa-affiliatetheme:before{content:"";}.fa-algolia:before{content:"";}.fa-align-center:before{content:"";}.fa-align-justify:before{content:"";}.fa-align-left:before{content:"";}.fa-align-right:before{content:"";}.fa-amazon:before{content:"";}.fa-amazon-pay:before{content:"";}.fa-ambulance:before{content:"";}.fa-american-sign-language-interpreting:before{content:"";}.fa-amilia:before{content:"";}.fa-anchor:before{content:"";}.fa-android:before{content:"";}.fa-angellist:before{content:"";}.fa-angle-double-down:before{content:"";}.fa-angle-double-left:before{content:"";}.fa-angle-double-right:before{content:"";}.fa-angle-double-up:before{content:"";}.fa-angle-down:before{content:"";}.fa-angle-left:before{content:"";}.fa-angle-right:before{content:"";}.fa-angle-up:before{content:"";}.fa-angrycreative:before{content:"";}.fa-angular:before{content:"";}.fa-app-store:before{content:"";}.fa-app-store-ios:before{content:"";}.fa-apper:before{content:"";}.fa-apple:before{content:"";}.fa-apple-pay:before{content:"";}.fa-archive:before{content:"";}.fa-arrow-alt-circle-down:before{content:"";}.fa-arrow-alt-circle-left:before{content:"";}.fa-arrow-alt-circle-right:before{content:"";}.fa-arrow-alt-circle-up:before{content:"";}.fa-arrow-circle-down:before{content:"";}.fa-arrow-circle-left:before{content:"";}.fa-arrow-circle-right:before{content:"";}.fa-arrow-circle-up:before{content:"";}.fa-arrow-down:before{content:"";}.fa-arrow-left:before{content:"";}.fa-arrow-right:before{content:"";}.fa-arrow-up:before{content:"";}.fa-arrows-alt:before{content:"";}.fa-arrows-alt-h:before{content:"";}.fa-arrows-alt-v:before{content:"";}.fa-assistive-listening-systems:before{content:"";}.fa-asterisk:before{content:"";}.fa-asymmetrik:before{content:"";}.fa-at:before{content:"";}.fa-audible:before{content:"";}.fa-audio-description:before{content:"";}.fa-autoprefixer:before{content:"";}.fa-avianex:before{content:"";}.fa-aviato:before{content:"";}.fa-aws:before{content:"";}.fa-backward:before{content:"";}.fa-balance-scale:before{content:"";}.fa-ban:before{content:"";}.fa-bandcamp:before{content:"";}.fa-barcode:before{content:"";}.fa-bars:before{content:"";}.fa-bath:before{content:"";}.fa-battery-empty:before{content:"";}.fa-battery-full:before{content:"";}.fa-battery-half:before{content:"";}.fa-battery-quarter:before{content:"";}.fa-battery-three-quarters:before{content:"";}.fa-bed:before{content:"";}.fa-beer:before{content:"";}.fa-behance:before{content:"";}.fa-behance-square:before{content:"";}.fa-bell:before{content:"";}.fa-bell-slash:before{content:"";}.fa-bicycle:before{content:"";}.fa-bimobject:before{content:"";}.fa-binoculars:before{content:"";}.fa-birthday-cake:before{content:"";}.fa-bitbucket:before{content:"";}.fa-bitcoin:before{content:"";}.fa-bity:before{content:"";}.fa-black-tie:before{content:"";}.fa-blackberry:before{content:"";}.fa-blind:before{content:"";}.fa-blogger:before{content:"";}.fa-blogger-b:before{content:"";}.fa-bluetooth:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-bold:before{content:"";}.fa-bolt:before{content:"";}.fa-bomb:before{content:"";}.fa-book:before{content:"";}.fa-bookmark:before{content:"";}.fa-braille:before{content:"";}.fa-briefcase:before{content:"";}.fa-btc:before{content:"";}.fa-bug:before{content:"";}.fa-building:before{content:"";}.fa-bullhorn:before{content:"";}.fa-bullseye:before{content:"";}.fa-buromobelexperte:before{content:"";}.fa-bus:before{content:"";}.fa-buysellads:before{content:"";}.fa-calculator:before{content:"";}.fa-calendar:before{content:"";}.fa-calendar-alt:before{content:"";}.fa-calendar-check:before{content:"";}.fa-calendar-minus:before{content:"";}.fa-calendar-plus:before{content:"";}.fa-calendar-times:before{content:"";}.fa-camera:before{content:"";}.fa-camera-retro:before{content:"";}.fa-car:before{content:"";}.fa-caret-down:before{content:"";}.fa-caret-left:before{content:"";}.fa-caret-right:before{content:"";}.fa-caret-square-down:before{content:"";}.fa-caret-square-left:before{content:"";}.fa-caret-square-right:before{content:"";}.fa-caret-square-up:before{content:"";}.fa-caret-up:before{content:"";}.fa-cart-arrow-down:before{content:"";}.fa-cart-plus:before{content:"";}.fa-cc-amazon-pay:before{content:"";}.fa-cc-amex:before{content:"";}.fa-cc-apple-pay:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-cc-discover:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-cc-visa:before{content:"";}.fa-centercode:before{content:"";}.fa-certificate:before{content:"";}.fa-chart-area:before{content:"";}.fa-chart-bar:before{content:"";}.fa-chart-line:before{content:"";}.fa-chart-pie:before{content:"";}.fa-check:before{content:"";}.fa-check-circle:before{content:"";}.fa-check-square:before{content:"";}.fa-chevron-circle-down:before{content:"";}.fa-chevron-circle-left:before{content:"";}.fa-chevron-circle-right:before{content:"";}.fa-chevron-circle-up:before{content:"";}.fa-chevron-down:before{content:"";}.fa-chevron-left:before{content:"";}.fa-chevron-right:before{content:"";}.fa-chevron-up:before{content:"";}.fa-child:before{content:"";}.fa-chrome:before{content:"";}.fa-circle:before{content:"";}.fa-circle-notch:before{content:"";}.fa-clipboard:before{content:"";}.fa-clock:before{content:"";}.fa-clone:before{content:"";}.fa-closed-captioning:before{content:"";}.fa-cloud:before{content:"";}.fa-cloud-download-alt:before{content:"";}.fa-cloud-upload-alt:before{content:"";}.fa-cloudscale:before{content:"";}.fa-cloudsmith:before{content:"";}.fa-cloudversify:before{content:"";}.fa-code:before{content:"";}.fa-code-branch:before{content:"";}.fa-codepen:before{content:"";}.fa-codiepie:before{content:"";}.fa-coffee:before{content:"";}.fa-cog:before{content:"";}.fa-cogs:before{content:"";}.fa-columns:before{content:"";}.fa-comment:before{content:"";}.fa-comment-alt:before{content:"";}.fa-comments:before{content:"";}.fa-compass:before{content:"";}.fa-compress:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-contao:before{content:"";}.fa-copy:before{content:"";}.fa-copyright:before{content:"";}.fa-cpanel:before{content:"";}.fa-creative-commons:before{content:"";}.fa-credit-card:before{content:"";}.fa-crop:before{content:"";}.fa-crosshairs:before{content:"";}.fa-css3:before{content:"";}.fa-css3-alt:before{content:"";}.fa-cube:before{content:"";}.fa-cubes:before{content:"";}.fa-cut:before{content:"";}.fa-cuttlefish:before{content:"";}.fa-d-and-d:before{content:"";}.fa-dashcube:before{content:"";}.fa-database:before{content:"";}.fa-deaf:before{content:"";}.fa-delicious:before{content:"";}.fa-deploydog:before{content:"";}.fa-deskpro:before{content:"";}.fa-desktop:before{content:"";}.fa-deviantart:before{content:"";}.fa-digg:before{content:"";}.fa-digital-ocean:before{content:"";}.fa-discord:before{content:"";}.fa-discourse:before{content:"";}.fa-dochub:before{content:"";}.fa-docker:before{content:"";}.fa-dollar-sign:before{content:"";}.fa-dot-circle:before{content:"";}.fa-download:before{content:"";}.fa-draft2digital:before{content:"";}.fa-dribbble:before{content:"";}.fa-dribbble-square:before{content:"";}.fa-dropbox:before{content:"";}.fa-drupal:before{content:"";}.fa-dyalog:before{content:"";}.fa-earlybirds:before{content:"";}.fa-edge:before{content:"";}.fa-edit:before{content:"";}.fa-eject:before{content:"";}.fa-ellipsis-h:before{content:"";}.fa-ellipsis-v:before{content:"";}.fa-ember:before{content:"";}.fa-empire:before{content:"";}.fa-envelope:before{content:"";}.fa-envelope-open:before{content:"";}.fa-envelope-square:before{content:"";}.fa-envira:before{content:"";}.fa-eraser:before{content:"";}.fa-erlang:before{content:"";}.fa-ethereum:before{content:"";}.fa-etsy:before{content:"";}.fa-euro-sign:before{content:"";}.fa-exchange-alt:before{content:"";}.fa-exclamation:before{content:"";}.fa-exclamation-circle:before{content:"";}.fa-exclamation-triangle:before{content:"";}.fa-expand:before{content:"";}.fa-expand-arrows-alt:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-external-link-alt:before{content:"";}.fa-external-link-square-alt:before{content:"";}.fa-eye:before{content:"";}.fa-eye-dropper:before{content:"";}.fa-eye-slash:before{content:"";}.fa-facebook:before{content:"";}.fa-facebook-f:before{content:"";}.fa-facebook-messenger:before{content:"";}.fa-facebook-square:before{content:"";}.fa-fast-backward:before{content:"";}.fa-fast-forward:before{content:"";}.fa-fax:before{content:"";}.fa-female:before{content:"";}.fa-fighter-jet:before{content:"";}.fa-file:before{content:"";}.fa-file-alt:before{content:"";}.fa-file-archive:before{content:"";}.fa-file-audio:before{content:"";}.fa-file-code:before{content:"";}.fa-file-excel:before{content:"";}.fa-file-image:before{content:"";}.fa-file-pdf:before{content:"";}.fa-file-powerpoint:before{content:"";}.fa-file-video:before{content:"";}.fa-file-word:before{content:"";}.fa-film:before{content:"";}.fa-filter:before{content:"";}.fa-fire:before{content:"";}.fa-fire-extinguisher:before{content:"";}.fa-firefox:before{content:"";}.fa-first-order:before{content:"";}.fa-firstdraft:before{content:"";}.fa-flag:before{content:"";}.fa-flag-checkered:before{content:"";}.fa-flask:before{content:"";}.fa-flickr:before{content:"";}.fa-fly:before{content:"";}.fa-folder:before{content:"";}.fa-folder-open:before{content:"";}.fa-font:before{content:"";}.fa-font-awesome:before{content:"";}.fa-font-awesome-alt:before{content:"";}.fa-font-awesome-flag:before{content:"";}.fa-fonticons:before{content:"";}.fa-fonticons-fi:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-fort-awesome-alt:before{content:"";}.fa-forumbee:before{content:"";}.fa-forward:before{content:"";}.fa-foursquare:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-freebsd:before{content:"";}.fa-frown:before{content:"";}.fa-futbol:before{content:"";}.fa-gamepad:before{content:"";}.fa-gavel:before{content:"";}.fa-gem:before{content:"";}.fa-genderless:before{content:"";}.fa-get-pocket:before{content:"";}.fa-gg:before{content:"";}.fa-gg-circle:before{content:"";}.fa-gift:before{content:"";}.fa-git:before{content:"";}.fa-git-square:before{content:"";}.fa-github:before{content:"";}.fa-github-alt:before{content:"";}.fa-github-square:before{content:"";}.fa-gitkraken:before{content:"";}.fa-gitlab:before{content:"";}.fa-gitter:before{content:"";}.fa-glass-martini:before{content:"";}.fa-glide:before{content:"";}.fa-glide-g:before{content:"";}.fa-globe:before{content:"";}.fa-gofore:before{content:"";}.fa-goodreads:before{content:"";}.fa-goodreads-g:before{content:"";}.fa-google:before{content:"";}.fa-google-drive:before{content:"";}.fa-google-play:before{content:"";}.fa-google-plus:before{content:"";}.fa-google-plus-g:before{content:"";}.fa-google-plus-square:before{content:"";}.fa-google-wallet:before{content:"";}.fa-graduation-cap:before{content:"";}.fa-gratipay:before{content:"";}.fa-grav:before{content:"";}.fa-gripfire:before{content:"";}.fa-grunt:before{content:"";}.fa-gulp:before{content:"";}.fa-h-square:before{content:"";}.fa-hacker-news:before{content:"";}.fa-hacker-news-square:before{content:"";}.fa-hand-lizard:before{content:"";}.fa-hand-paper:before{content:"";}.fa-hand-peace:before{content:"";}.fa-hand-point-down:before{content:"";}.fa-hand-point-left:before{content:"";}.fa-hand-point-right:before{content:"";}.fa-hand-point-up:before{content:"";}.fa-hand-pointer:before{content:"";}.fa-hand-rock:before{content:"";}.fa-hand-scissors:before{content:"";}.fa-hand-spock:before{content:"";}.fa-handshake:before{content:"";}.fa-hashtag:before{content:"";}.fa-hdd:before{content:"";}.fa-heading:before{content:"";}.fa-headphones:before{content:"";}.fa-heart:before{content:"";}.fa-heartbeat:before{content:"";}.fa-hire-a-helper:before{content:"";}.fa-history:before{content:"";}.fa-home:before{content:"";}.fa-hooli:before{content:"";}.fa-hospital:before{content:"";}.fa-hotjar:before{content:"";}.fa-hourglass:before{content:"";}.fa-hourglass-end:before{content:"";}.fa-hourglass-half:before{content:"";}.fa-hourglass-start:before{content:"";}.fa-houzz:before{content:"";}.fa-html5:before{content:"";}.fa-hubspot:before{content:"";}.fa-i-cursor:before{content:"";}.fa-id-badge:before{content:"";}.fa-id-card:before{content:"";}.fa-image:before{content:"";}.fa-images:before{content:"";}.fa-imdb:before{content:"";}.fa-inbox:before{content:"";}.fa-indent:before{content:"";}.fa-industry:before{content:"";}.fa-info:before{content:"";}.fa-info-circle:before{content:"";}.fa-instagram:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-ioxhost:before{content:"";}.fa-italic:before{content:"";}.fa-itunes:before{content:"";}.fa-itunes-note:before{content:"";}.fa-jenkins:before{content:"";}.fa-joget:before{content:"";}.fa-joomla:before{content:"";}.fa-js:before{content:"";}.fa-js-square:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-key:before{content:"";}.fa-keyboard:before{content:"";}.fa-keycdn:before{content:"";}.fa-kickstarter:before{content:"";}.fa-kickstarter-k:before{content:"";}.fa-korvue:before{content:"";}.fa-language:before{content:"";}.fa-laptop:before{content:"";}.fa-laravel:before{content:"";}.fa-lastfm:before{content:"";}.fa-lastfm-square:before{content:"";}.fa-leaf:before{content:"";}.fa-leanpub:before{content:"";}.fa-lemon:before{content:"";}.fa-less:before{content:"";}.fa-level-down-alt:before{content:"";}.fa-level-up-alt:before{content:"";}.fa-life-ring:before{content:"";}.fa-lightbulb:before{content:"";}.fa-line:before{content:"";}.fa-link:before{content:"";}.fa-linkedin:before{content:"";}.fa-linkedin-in:before{content:"";}.fa-linode:before{content:"";}.fa-linux:before{content:"";}.fa-lira-sign:before{content:"";}.fa-list:before{content:"";}.fa-list-alt:before{content:"";}.fa-list-ol:before{content:"";}.fa-list-ul:before{content:"";}.fa-location-arrow:before{content:"";}.fa-lock:before{content:"";}.fa-lock-open:before{content:"";}.fa-long-arrow-alt-down:before{content:"";}.fa-long-arrow-alt-left:before{content:"";}.fa-long-arrow-alt-right:before{content:"";}.fa-long-arrow-alt-up:before{content:"";}.fa-low-vision:before{content:"";}.fa-lyft:before{content:"";}.fa-magento:before{content:"";}.fa-magic:before{content:"";}.fa-magnet:before{content:"";}.fa-male:before{content:"";}.fa-map:before{content:"";}.fa-map-marker:before{content:"";}.fa-map-marker-alt:before{content:"";}.fa-map-pin:before{content:"";}.fa-map-signs:before{content:"";}.fa-mars:before{content:"";}.fa-mars-double:before{content:"";}.fa-mars-stroke:before{content:"";}.fa-mars-stroke-h:before{content:"";}.fa-mars-stroke-v:before{content:"";}.fa-maxcdn:before{content:"";}.fa-medapps:before{content:"";}.fa-medium:before{content:"";}.fa-medium-m:before{content:"";}.fa-medkit:before{content:"";}.fa-medrt:before{content:"";}.fa-meetup:before{content:"";}.fa-meh:before{content:"";}.fa-mercury:before{content:"";}.fa-microchip:before{content:"";}.fa-microphone:before{content:"";}.fa-microphone-slash:before{content:"";}.fa-microsoft:before{content:"";}.fa-minus:before{content:"";}.fa-minus-circle:before{content:"";}.fa-minus-square:before{content:"";}.fa-mix:before{content:"";}.fa-mixcloud:before{content:"";}.fa-mizuni:before{content:"";}.fa-mobile:before{content:"";}.fa-mobile-alt:before{content:"";}.fa-modx:before{content:"";}.fa-monero:before{content:"";}.fa-money-bill-alt:before{content:"";}.fa-moon:before{content:"";}.fa-motorcycle:before{content:"";}.fa-mouse-pointer:before{content:"";}.fa-music:before{content:"";}.fa-napster:before{content:"";}.fa-neuter:before{content:"";}.fa-newspaper:before{content:"";}.fa-nintendo-switch:before{content:"";}.fa-node:before{content:"";}.fa-node-js:before{content:"";}.fa-npm:before{content:"";}.fa-ns8:before{content:"";}.fa-nutritionix:before{content:"";}.fa-object-group:before{content:"";}.fa-object-ungroup:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-odnoklassniki-square:before{content:"";}.fa-opencart:before{content:"";}.fa-openid:before{content:"";}.fa-opera:before{content:"";}.fa-optin-monster:before{content:"";}.fa-osi:before{content:"";}.fa-outdent:before{content:"";}.fa-page4:before{content:"";}.fa-pagelines:before{content:"";}.fa-paint-brush:before{content:"";}.fa-palfed:before{content:"";}.fa-paper-plane:before{content:"";}.fa-paperclip:before{content:"";}.fa-paragraph:before{content:"";}.fa-paste:before{content:"";}.fa-patreon:before{content:"";}.fa-pause:before{content:"";}.fa-pause-circle:before{content:"";}.fa-paw:before{content:"";}.fa-paypal:before{content:"";}.fa-pen-square:before{content:"";}.fa-pencil-alt:before{content:"";}.fa-percent:before{content:"";}.fa-periscope:before{content:"";}.fa-phabricator:before{content:"";}.fa-phoenix-framework:before{content:"";}.fa-phone:before{content:"";}.fa-phone-square:before{content:"";}.fa-phone-volume:before{content:"";}.fa-pied-piper:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-pinterest:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-pinterest-square:before{content:"";}.fa-plane:before{content:"";}.fa-play:before{content:"";}.fa-play-circle:before{content:"";}.fa-playstation:before{content:"";}.fa-plug:before{content:"";}.fa-plus:before{content:"";}.fa-plus-circle:before{content:"";}.fa-plus-square:before{content:"";}.fa-podcast:before{content:"";}.fa-pound-sign:before{content:"";}.fa-power-off:before{content:"";}.fa-print:before{content:"";}.fa-product-hunt:before{content:"";}.fa-pushed:before{content:"";}.fa-puzzle-piece:before{content:"";}.fa-python:before{content:"";}.fa-qq:before{content:"";}.fa-qrcode:before{content:"";}.fa-question:before{content:"";}.fa-question-circle:before{content:"";}.fa-quora:before{content:"";}.fa-quote-left:before{content:"";}.fa-quote-right:before{content:"";}.fa-random:before{content:"";}.fa-ravelry:before{content:"";}.fa-react:before{content:"";}.fa-rebel:before{content:"";}.fa-recycle:before{content:"";}.fa-red-river:before{content:"";}.fa-reddit:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-reddit-square:before{content:"";}.fa-redo:before{content:"";}.fa-redo-alt:before{content:"";}.fa-registered:before{content:"";}.fa-rendact:before{content:"";}.fa-renren:before{content:"";}.fa-reply:before{content:"";}.fa-reply-all:before{content:"";}.fa-replyd:before{content:"";}.fa-resolving:before{content:"";}.fa-retweet:before{content:"";}.fa-road:before{content:"";}.fa-rocket:before{content:"";}.fa-rocketchat:before{content:"";}.fa-rockrms:before{content:"";}.fa-rss:before{content:"";}.fa-rss-square:before{content:"";}.fa-ruble-sign:before{content:"";}.fa-rupee-sign:before{content:"";}.fa-safari:before{content:"";}.fa-sass:before{content:"";}.fa-save:before{content:"";}.fa-schlix:before{content:"";}.fa-scribd:before{content:"";}.fa-search:before{content:"";}.fa-search-minus:before{content:"";}.fa-search-plus:before{content:"";}.fa-searchengin:before{content:"";}.fa-sellcast:before{content:"";}.fa-sellsy:before{content:"";}.fa-server:before{content:"";}.fa-servicestack:before{content:"";}.fa-share:before{content:"";}.fa-share-alt:before{content:"";}.fa-share-alt-square:before{content:"";}.fa-share-square:before{content:"";}.fa-shekel-sign:before{content:"";}.fa-shield-alt:before{content:"";}.fa-ship:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-shopping-bag:before{content:"";}.fa-shopping-basket:before{content:"";}.fa-shopping-cart:before{content:"";}.fa-shower:before{content:"";}.fa-sign-in-alt:before{content:"";}.fa-sign-language:before{content:"";}.fa-sign-out-alt:before{content:"";}.fa-signal:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-sistrix:before{content:"";}.fa-sitemap:before{content:"";}.fa-skyatlas:before{content:"";}.fa-skype:before{content:"";}.fa-slack:before{content:"";}.fa-slack-hash:before{content:"";}.fa-sliders-h:before{content:"";}.fa-slideshare:before{content:"";}.fa-smile:before{content:"";}.fa-snapchat:before{content:"";}.fa-snapchat-ghost:before{content:"";}.fa-snapchat-square:before{content:"";}.fa-snowflake:before{content:"";}.fa-sort:before{content:"";}.fa-sort-alpha-down:before{content:"";}.fa-sort-alpha-up:before{content:"";}.fa-sort-amount-down:before{content:"";}.fa-sort-amount-up:before{content:"";}.fa-sort-down:before{content:"";}.fa-sort-numeric-down:before{content:"";}.fa-sort-numeric-up:before{content:"";}.fa-sort-up:before{content:"";}.fa-soundcloud:before{content:"";}.fa-space-shuttle:before{content:"";}.fa-speakap:before{content:"";}.fa-spinner:before{content:"";}.fa-spotify:before{content:"";}.fa-square:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-star:before{content:"";}.fa-star-half:before{content:"";}.fa-staylinked:before{content:"";}.fa-steam:before{content:"";}.fa-steam-square:before{content:"";}.fa-steam-symbol:before{content:"";}.fa-step-backward:before{content:"";}.fa-step-forward:before{content:"";}.fa-stethoscope:before{content:"";}.fa-sticker-mule:before{content:"";}.fa-sticky-note:before{content:"";}.fa-stop:before{content:"";}.fa-stop-circle:before{content:"";}.fa-stopwatch:before{content:"";}.fa-strava:before{content:"";}.fa-street-view:before{content:"";}.fa-strikethrough:before{content:"";}.fa-stripe:before{content:"";}.fa-stripe-s:before{content:"";}.fa-studiovinari:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-subscript:before{content:"";}.fa-subway:before{content:"";}.fa-suitcase:before{content:"";}.fa-sun:before{content:"";}.fa-superpowers:before{content:"";}.fa-superscript:before{content:"";}.fa-supple:before{content:"";}.fa-sync:before{content:"";}.fa-sync-alt:before{content:"";}.fa-table:before{content:"";}.fa-tablet:before{content:"";}.fa-tablet-alt:before{content:"";}.fa-tachometer-alt:before{content:"";}.fa-tag:before{content:"";}.fa-tags:before{content:"";}.fa-tasks:before{content:"";}.fa-taxi:before{content:"";}.fa-telegram:before{content:"";}.fa-telegram-plane:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-terminal:before{content:"";}.fa-text-height:before{content:"";}.fa-text-width:before{content:"";}.fa-th:before{content:"";}.fa-th-large:before{content:"";}.fa-th-list:before{content:"";}.fa-themeisle:before{content:"";}.fa-thermometer-empty:before{content:"";}.fa-thermometer-full:before{content:"";}.fa-thermometer-half:before{content:"";}.fa-thermometer-quarter:before{content:"";}.fa-thermometer-three-quarters:before{content:"";}.fa-thumbs-down:before{content:"";}.fa-thumbs-up:before{content:"";}.fa-thumbtack:before{content:"";}.fa-ticket-alt:before{content:"";}.fa-times:before{content:"";}.fa-times-circle:before{content:"";}.fa-tint:before{content:"";}.fa-toggle-off:before{content:"";}.fa-toggle-on:before{content:"";}.fa-trademark:before{content:"";}.fa-train:before{content:"";}.fa-transgender:before{content:"";}.fa-transgender-alt:before{content:"";}.fa-trash:before{content:"";}.fa-trash-alt:before{content:"";}.fa-tree:before{content:"";}.fa-trello:before{content:"";}.fa-tripadvisor:before{content:"";}.fa-trophy:before{content:"";}.fa-truck:before{content:"";}.fa-tty:before{content:"";}.fa-tumblr:before{content:"";}.fa-tumblr-square:before{content:"";}.fa-tv:before{content:"";}.fa-twitch:before{content:"";}.fa-twitter:before{content:"";}.fa-twitter-square:before{content:"";}.fa-typo3:before{content:"";}.fa-uber:before{content:"";}.fa-uikit:before{content:"";}.fa-umbrella:before{content:"";}.fa-underline:before{content:"";}.fa-undo:before{content:"";}.fa-undo-alt:before{content:"";}.fa-uniregistry:before{content:"";}.fa-universal-access:before{content:"";}.fa-university:before{content:"";}.fa-unlink:before{content:"";}.fa-unlock:before{content:"";}.fa-unlock-alt:before{content:"";}.fa-untappd:before{content:"";}.fa-upload:before{content:"";}.fa-usb:before{content:"";}.fa-user:before{content:"";}.fa-user-circle:before{content:"";}.fa-user-md:before{content:"";}.fa-user-plus:before{content:"";}.fa-user-secret:before{content:"";}.fa-user-times:before{content:"";}.fa-users:before{content:"";}.fa-ussunnah:before{content:"";}.fa-utensil-spoon:before{content:"";}.fa-utensils:before{content:"";}.fa-vaadin:before{content:"";}.fa-venus:before{content:"";}.fa-venus-double:before{content:"";}.fa-venus-mars:before{content:"";}.fa-viacoin:before{content:"";}.fa-viadeo:before{content:"";}.fa-viadeo-square:before{content:"";}.fa-viber:before{content:"";}.fa-video:before{content:"";}.fa-vimeo:before{content:"";}.fa-vimeo-square:before{content:"";}.fa-vimeo-v:before{content:"";}.fa-vine:before{content:"";}.fa-vk:before{content:"";}.fa-vnv:before{content:"";}.fa-volume-down:before{content:"";}.fa-volume-off:before{content:"";}.fa-volume-up:before{content:"";}.fa-vuejs:before{content:"";}.fa-weibo:before{content:"";}.fa-weixin:before{content:"";}.fa-whatsapp:before{content:"";}.fa-whatsapp-square:before{content:"";}.fa-wheelchair:before{content:"";}.fa-whmcs:before{content:"";}.fa-wifi:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-window-close:before{content:"";}.fa-window-maximize:before{content:"";}.fa-window-minimize:before{content:"";}.fa-window-restore:before{content:"";}.fa-windows:before{content:"";}.fa-won-sign:before{content:"";}.fa-wordpress:before{content:"";}.fa-wordpress-simple:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-wpforms:before{content:"";}.fa-wrench:before{content:"";}.fa-xbox:before{content:"";}.fa-xing:before{content:"";}.fa-xing-square:before{content:"";}.fa-y-combinator:before{content:"";}.fa-yahoo:before{content:"";}.fa-yandex:before{content:"";}.fa-yandex-international:before{content:"";}.fa-yelp:before{content:"";}.fa-yen-sign:before{content:"";}.fa-yoast:before{content:"";}.fa-youtube:before{content:"";}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}
/*!
 * Font Awesome Free 5.0.2 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;src:url("/Content/Fonts/FontAwesome/webfonts/fa-solid-900.eot?");src:url("/Content/Fonts/FontAwesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("/Content/Fonts/FontAwesome/webfonts/fa-solid-900.woff2") format("woff2"),url("/Content/Fonts/FontAwesome/webfonts/fa-solid-900.woff") format("woff"),url("/Content/Fonts/FontAwesome/webfonts/fa-solid-900.ttf") format("truetype"),url("/Content/Fonts/FontAwesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900;}.parallax-window{width:100%;}.parallax-window.hero{min-height:800px;}.MainView{position:relative;width:100%;}.MainView .angular-view{position:relative;z-index:1;background-color:#fff;}.MainView .angular-view.ng-leave{animation-name:fadeOutUp;animation-duration:200ms;animation-timing-function:ease;animation-fill-mode:both;backface-visibility:hidden;}.MainView .angular-view.ng-enter{animation-name:fadeInDown;animation-duration:200ms;animation-delay:500ms;animation-timing-function:ease;animation-fill-mode:both;backface-visibility:hidden;}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-20px);}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(-20px);}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px);}100%{opacity:1;transform:translateY(0);}}.clearfix:before,.clearfix:after{content:"";display:block;height:0;overflow:hidden;}.clearfix:after{clear:both;}.clearfix{zoom:1;}.clear{clear:both;display:block;}.float-lft{float:left;}.float-rgt{float:right;}.hide{display:none;}.show{display:block;}.bg-pastel{background-color:#fedfa2;}.txt-pastel{color:#fedfa2;}.txt-grey{color:#44453d;}.txt-xsmall{font-size:11px;line-height:15px;padding:0;}.txt-small{font-size:14px;line-height:20px;padding:0;}.txt-large{font-size:22px;line-height:31px;padding:0;}.txt-xlarge{font-size:30px;line-height:42px;padding:0;}.txt-impact{color:#18c0cf;}.txt-primary{color:#005a84;}.txt-secondary{color:#fcaf17;}.txt-alert{color:#ddbe34;}.txt-warning{color:#d92525;}.txt-success{color:#4ab425;}.txt-info{color:#0fb0ba;}.mobile-blk-on,.mobile-on{display:none;}h1,.gr-h1 span,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{display:block;font-family:Aller,'Open Sans',sans-serif;position:relative;font-weight:300;}h1,.gr-h1 span,.h1{font-size:42px;line-height:59px;padding:0;}h2,.h2{font-size:32px;line-height:45px;padding:0;}h3,.h3{font-size:28px;line-height:39px;padding:0;}h4,.h4{font-size:24px;line-height:34px;padding:0;}h5,.h5{font-size:20px;line-height:28px;padding:0;}main{position:relative;z-index:5;}header{position:relative;z-index:6;}[class^="col-"],[class*="col-"]{border:0;float:left;margin:0;padding:0;position:relative;box-sizing:border-box;}[class^="col-"] .pdd,[class*="col-"] .pdd{padding:25px;word-break:break-word;}.col-3{width:25%;}.col-4{width:33.33333333%;}.col-5{width:41.66666667%;}.col-6{width:50%;}.col-7{width:58.33333333%;}.col-8{width:66.66666667%;}.col-9{width:75%;}.col-12{width:100%;}.grid-wrpp:after,.grid-wrpp:before{display:table;content:" ";clear:both;}.grid-wrpp.add-space{margin-left:-30px;}.grid-wrpp.add-space [class*="col-"]{padding-left:30px;}.grid-wrpp.add-space .no-space [class*="col-"]{padding-left:0;}.grid-wrpp.add-space .no-space .grid-wrpp.add-space{margin-left:-30px;}.grid-wrpp.add-space .no-space .grid-wrpp.add-space [class*="col-"]{padding-left:30px;}.grid-wrpp.show-grid [class*="col-"]>.ctn-wrpp{background-color:#f2f2f2;border:1px solid #d9d9d9;padding:10px;}.col-center{text-align:center;}.col-invert{float:right;text-align:right;}.container{box-sizing:border-box;width:100%;margin:0 auto;max-width:1170px;min-width:320px;position:relative;}.btn{background:#e6e6e6 none;border:3px solid #e6e6e6;border-radius:6px;color:#333;display:inline-block;font-weight:400;text-decoration:none;transition:background-color ease 200ms;-webkit-appearance:none;font-size:16px;line-height:22px;padding:5px 8px;}.btn:hover{background:transparent none;text-decoration:none;color:#333;}.btn-mrg{margin-right:10px;}.btn-xsmall{font-size:11px;line-height:15px;padding:2px 3px;}.btn-small{font-size:14px;line-height:20px;padding:5px 10px;}.btn-large{font-size:22px;line-height:31px;padding:10px 25px;}.btn-xlarge{font-size:30px;line-height:42px;padding:10px 25px;}.btn-impact{background-color:#18c0cf;border-color:#18c0cf;color:#fff;}.btn-impact:hover{background-color:transparent;color:#18c0cf;border-color:#18c0cf;}.btn-primary{background-color:#005a84;border-color:#005a84;color:#fff;}.btn-primary:hover{background-color:transparent;color:#005a84;border-color:#005a84;}.btn-secondary,.btn-flat{background-color:#fcaf17;border-color:#fcaf17;color:#fff;}.btn-secondary:hover,.btn-flat:hover{background-color:transparent;color:#fcaf17;border-color:#fcaf17;}.btn-invert{background-color:#fff;border-color:#e6e6e6;color:#000;}.btn-invert:hover{background-color:#e6e6e6;color:#fff;border-color:#e6e6e6;}*::-webkit-input-placeholder{color:#020202;}*:-moz-placeholder{color:#020202;}*:-ms-input-placeholder{color:#020202;}.form-block{margin:20px 0 0;position:relative;}.form-block .placeholder{display:none;font-weight:700;}.form-block label{display:block;margin-bottom:5px;}.form-block label.placeholder{display:none;}.form-block input[type="text"],.form-block input[type="email"],.form-block input[type="number"],.form-block input[type="password"],.form-block select,.form-block textarea{border-radius:4px;border-color:#ebe7df;border-width:3px;border-style:solid;box-sizing:border-box;font-size:18px;font-weight:200;padding:10px;transition:border-color ease 500ms;width:100%;font-family:Raleway,sans-serif;resize:none;padding:6px;font-weight:400;}.form-block input[type="text"]:focus,.form-block input[type="email"]:focus,.form-block input[type="number"]:focus,.form-block input[type="password"]:focus,.form-block select:focus,.form-block textarea:focus{background-color:#fff;border-color:#6b9b00;}.form-block input[type="text"].input-validation-error,.form-block input[type="text"].validation-error,.form-block input[type="email"].input-validation-error,.form-block input[type="email"].validation-error,.form-block input[type="number"].input-validation-error,.form-block input[type="number"].validation-error,.form-block input[type="password"].input-validation-error,.form-block input[type="password"].validation-error,.form-block select.input-validation-error,.form-block select.validation-error,.form-block textarea.input-validation-error,.form-block textarea.validation-error{border-color:#df3b3b;}.form-block input[type="text"]:focus.input-validation-error,.form-block input[type="text"]:focus.validation-error,.form-block input[type="email"]:focus.input-validation-error,.form-block input[type="email"]:focus.validation-error,.form-block input[type="number"]:focus.input-validation-error,.form-block input[type="number"]:focus.validation-error,.form-block input[type="password"]:focus.input-validation-error,.form-block input[type="password"]:focus.validation-error,.form-block select:focus.input-validation-error,.form-block select:focus.validation-error,.form-block textarea:focus.input-validation-error,.form-block textarea:focus.validation-error{border-color:#c90909;}.form-block .radio-wrpp input[type="checkbox"],.form-block .radio-wrpp input[type="radio"]{display:inline-block;cursor:pointer;}.form-block .radio-wrpp span.radio-label{margin-left:20px;display:block;margin-top:-19px;font-weight:normal;}.form-block .radio-wrpp label{cursor:pointer;}.form-block .field-validation-error,.form-block span.validation-error{background-color:#df3b3b;border-radius:0 0 3px 3px;box-sizing:border-box;color:#fff;display:block;margin:-3px 0 3px;padding:13px 20px;}.validation-summary-errors{border-radius:4px;background-color:#df3b3b;box-sizing:border-box;color:#fff;display:block;margin:10px 0;padding:13px 20px;}.tooltip{display:block;position:relative;}.tooltip:after{content:'';display:block;clear:both;}.tooltip.active{z-index:10;}.tooltip.active .tooltip-content{pointer-events:auto;opacity:1;-webkit-transform:translate3d(0,0,0) rotate3d(0,0,0,0);transform:translate3d(0,0,0) rotate3d(0,0,0,0);}.tooltip-content{font-size:13px;line-height:18px;padding:0;position:absolute;left:0;bottom:5px;margin:0;text-align:left;box-shadow:-5px -5px 15px rgba(48,54,61,.2);background:rgba(26,26,26,.9);opacity:0;cursor:default;pointer-events:none;width:300px;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale3d(.7,.3,1);transform:scale3d(.7,.3,1);-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,transform .2s;}.tooltip-content .tooltip-text{color:#fff;padding:10px;display:inline-block;}.tooltip-content:after,.tooltip-content:before{content:'';display:table;}.tooltip-content:after{content:'';top:100%;left:15px;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;border-color:transparent;border-top-color:#2a3035;border-top-color:rgba(0,0,0,.9);border-width:5px;margin-left:-5px;}.flip-container{perspective:1000;transform-style:preserve-3d;}.flip-container:hover .flipper,.flip-container .hover .flipper{transform:rotateY(180deg);-ms-transform:rotateY(0deg);}.flip-container .flipper{transition:.6s;transform-style:preserve-3d;position:relative;}.flip-container .front,.flip-container .back{backface-visibility:hidden;transition:.6s;transform-style:preserve-3d;position:absolute;top:0;left:0;z-index:1;}.flip-container .front{z-index:2;transform:rotateY(0deg);}.flip-container .back{transform:rotateY(180deg);}.flip-container:hover .back{-ms-transform:rotateY(0deg);}.flip-container:hover .front{-ms-transform:rotateY(180deg);}.flip-container,.front,.back{width:200px;height:200px;}table{width:100%;display:block;overflow-x:auto;}table caption{text-align:left;text-transform:uppercase;}table.table{width:100%;max-width:100%;}table.table thead>tr>th{text-align:left;border-bottom:3px solid #a3a9ac;padding:1%;font-size:.8rem;background-color:none;}table.table tbody>tr>td{padding:2%;font-size:.8rem;background-color:none;}table.table tfoot>tr>td{padding:2%;font-size:.8rem;background-color:#f2f2f2;}table.table td{padding:8px;font-size:.8rem;}table.table.striped,table.table.table-striped{border-bottom:3px solid #d3d3d3;}table.table.striped tbody tr:nth-of-type(odd),table.table.table-striped tbody tr:nth-of-type(odd){background-color:#fafafa;}table.table.striped tbody>tr:nth-child(odd)>td,table.table.striped tbody>tr:nth-child(odd)>th,table.table.table-striped tbody>tr:nth-child(odd)>td,table.table.table-striped tbody>tr:nth-child(odd)>th{background-color:#f9f9f9;}table.table.striped tr td,table.table.table-striped tr td{border-top:1px solid #ebebeb;}table.table.bordered tr td,table.table.table-bordered tr td{border-bottom:1px solid #ebebeb;}table.table.table-hover tbody tr>td,table.table.table-hover tbody tr>th{border-bottom:1px solid transparent;}table.table.table-hover tbody tr:hover>td,table.table.table-hover tbody tr:hover>th{background-color:#f5f5f5;border-bottom:1px solid #e2e2e2;}table>thead>tr>th{vertical-align:bottom;padding:8px;border-bottom:2px solid #ebebeb;}.Header .brand{max-width:100%;width:40%;margin-top:10%;margin-bottom:5%;}.Header.pos{margin-top:3%;color:#fff;padding-bottom:20px;}@media screen and (max-width:750px){.Header h1,.Header .gr-h1 span,.gr-h1 .Header span{font-size:25px;line-height:35px;padding:0;}}@media screen and (max-width:750px){.Header .btn-large{font-size:18px;line-height:25px;padding:5px 10px;margin-bottom:10px;}}.Footer{color:#fff;width:100%;padding:5% 0;}.Footer .brand{max-width:100%;width:40%;margin-top:10%;margin-bottom:5%;}.Footer.pos{margin-top:3%;color:#fff;padding-bottom:20px;}.Footer ul{display:table;text-align:center;margin:0 auto;}.Footer ul li{display:inline-block;padding:0 5px;}.Anotation{width:100%;padding:15px;background-color:#f7f7f7;position:relative;}.Anotation:after{content:"";display:block;position:absolute;top:0;left:0;width:3px;height:100%;background-color:#bfbfbf;}.Anotation.alert{background-color:#f7efcd;}.Anotation.alert:after{background-color:#ddbe34;}.Anotation.info{background-color:#86eff5;}.Anotation.info:after{background-color:#0fb0ba;}.Anotation.warning{background-color:#f4bdbd;}.Anotation.warning:after{background-color:#d92525;}.Anotation.success{background-color:#b4eba0;}.Anotation.success:after{background-color:#4ab425;}.AlertsToaster{position:fixed;top:80px;left:-10px;z-index:15;}.AlertsToaster .toast-item{border-radius:5px;color:#fff;margin-top:10px;position:relative;display:none;width:242px;box-shadow:0 0 5px 5px rgba(0,0,0,.07);}.AlertsToaster .toast-item:after{content:"";display:block;clear:both;visibility:hidden;}.AlertsToaster .toast-item .toast-wrpp{padding:10px;border-radius:5px;background:rgba(51,51,51,.7);margin:2px 2px 2px 0;width:190px;float:right;}.AlertsToaster .toast-item.state-info{background-color:#0fb0ba;}.AlertsToaster .toast-item.state-success{background-color:#4ab425;}.AlertsToaster .toast-item.state-warning{background-color:#d92525;}.AlertsToaster .toast-item.state-alert{background-color:#ddbe34;}.AlertsToaster .toast-item .close{float:right;width:20px;text-align:center;cursor:pointer;position:absolute;top:50%;left:20px;font-size:27px;font-weight:bold;opacity:.7;margin-top:-13px;}.AlertsToaster .toast-item .close:hover{opacity:1;}.ModalOverlay{width:100%;height:100%;position:fixed;top:0;left:0;background:transparent url("/Content/Images/bg_diagonals.png");z-index:15;opacity:.5;}.ModalToaster{position:absolute;width:500px;left:50%;margin-left:-250px;z-index:16;top:0;background-color:#fff;transition:ease 500ms top,ease 500ms margin-top;box-shadow:0 0 4px rgba(0,0,0,.2);}.ModalToaster h2{padding:10px 20px;border-bottom:1px dotted #f2f2f2;background-color:#fafafa;}.ModalToaster h2:after{content:'';display:block;width:30px;height:8px;top:0;left:20px;position:absolute;background-color:#e6e6e6;}.ModalToaster .modal-ctn{padding:10px 20px;}.ModalToaster .modal-ftr{padding:10px 20px;border-top:1px dotted #f2f2f2;background-color:#fafafa;}.ModalToaster:before{background:url("/Content/Images/shadow-right.png") bottom center no-repeat;content:'';display:block;width:100px;height:15px;position:absolute;bottom:-9px;right:0;}.ModalToaster:after{background:url("/Content/Images/shadow-left.png") bottom left no-repeat;content:'';display:block;width:100px;height:15px;position:absolute;bottom:-11px;left:0;}.ModalToaster.state-success h2{border-color:#4ab425;}.ModalToaster.state-success h2:after{background-color:#4ab425;}.ModalToaster.state-info h2{border-color:#0fb0ba;}.ModalToaster.state-info h2:after{background-color:#0fb0ba;}.ModalToaster.state-warning h2{border-color:#d92525;}.ModalToaster.state-warning h2:after{background-color:#d92525;}.ModalToaster.state-alert h2{border-color:#ddbe34;}.ModalToaster.state-alert h2:after{background-color:#ddbe34;}@media screen and (max-width:750px){.ModalToaster{width:100%;left:0;margin-left:0;}}.Navigation.dynamic-nav .brand{display:none;}.Navigation.dynamic-nav.fixed{position:fixed;top:0;left:0;background-color:rgba(255,255,255,.95);width:100%;box-shadow:0 0 5px 5px rgba(0,0,0,.05);z-index:10;}.Navigation.dynamic-nav.fixed .brand{display:inline-block;height:44px;padding-top:5px;}.Navigation.dynamic-nav.fixed ul.nav{float:left;width:50%;}.Navigation.dynamic-nav.fixed .Search{margin:0;position:absolute;top:7px;right:0;width:250px;}.Navigation.dynamic-nav.fixed .Search .icon-search{font-size:18px;line-height:25px;padding:0;top:7px;left:10px;}.Navigation.dynamic-nav.fixed .Search input[type="search"]{font-size:17px;line-height:24px;padding:3px;border-color:#f2f2f2;border-width:2px;padding-left:35px;}.Navigation.dynamic-nav.fixed .Search input[type="search"]:focus{background-color:#fff;border-color:#6b9b00;}@media screen and (max-width:750px){.Navigation.dynamic-nav.fixed .Search{width:200px;}}.Navigation.back-nav{background-color:#f5f5f5;padding:10px 0;}.Navigation.back-nav .bread{color:#a6a6a6;}.Navigation.left-nav.fixed{position:fixed;top:70px;}.Navigation.left-nav ul{width:100%;}.Navigation.left-nav ul li{margin-bottom:2px;}.Navigation.left-nav ul li a{position:relative;padding:0 10px;transition:ease 500ms background-color;color:#a9c3ab;}.Navigation.left-nav ul li a:hover{color:#7ca37f;}.Navigation.left-nav ul li a:hover:after{background-color:#7ca37f;width:6px;}.Navigation.left-nav ul li a:after{content:"";display:block;width:1px;height:100%;background-color:#a9c3ab;position:absolute;top:0;left:0;transition:ease 500ms background-color,linear 100ms width;}.Results{background-color:#ececec;padding:30px 0 30px;}.Results .result-wrpp{margin:0 auto;}.Results .result-wrpp .grid-item{position:relative;width:370px;margin-bottom:30px;margin-bottom:20px;padding-bottom:1px;background:#fff;box-shadow:0 0 4px rgba(0,0,0,.2);}.Results .result-wrpp .grid-item:before{background:url("/Content/Images/shadow-right.png") bottom center no-repeat;content:'';display:block;width:100px;height:15px;position:absolute;bottom:-9px;right:-6px;}.Results .result-wrpp .grid-item:after{background:url("/Content/Images/shadow-left.png") bottom left no-repeat;content:'';display:block;width:100px;height:15px;position:absolute;bottom:-11px;left:-3px;}.Results .result-wrpp .grid-item header{border-bottom:1px dotted #e3e3e3;padding:20px;}.Results .result-wrpp .grid-item header p{color:#808080;margin-top:-2px;}.Results .result-wrpp .grid-item header p.version{margin-top:0;color:#005a84;}.Results .result-wrpp .grid-item header [class*='icon-']{background-color:#ff6a00;padding:10px;width:36px;float:left;color:#fff;}.Results .result-wrpp .grid-item header .txt-wrpp{margin-top:-8px;margin-left:46px;}.Results .result-wrpp .grid-item header h4{padding:0;font-weight:500;}.Results .result-wrpp .grid-item.html [class*='icon-']{background-color:#e45025;}.Results .result-wrpp .grid-item.javascript [class*='icon-']{background-color:#d6c008;}.Results .result-wrpp .grid-item section{padding:20px;}.Results .result-wrpp .grid-item section ul.tags-wrpp{display:table;}.Results .result-wrpp .grid-item section ul.tags-wrpp li{display:inline-block;padding:0 5px;font-size:11px;border-radius:2px;background-color:#e6e6e6;color:#595959;margin-right:2px;cursor:pointer;}.Results .result-wrpp .grid-item section ul.tags-wrpp li:hover{background-color:#15abb8;color:#e9fbfd;}.Results .result-wrpp .grid-item footer{padding:10px 20px;background-color:#fafafa;border-top:1px dotted #f2f2f2;}@media screen and (max-width:750px){.Results .result-wrpp .grid-item{width:100%;}}.Team{padding:5% 0;}.Team .item h3{background-color:#fff;border-radius:140px;width:140px;height:140px;margin:0 auto;border:10px solid #fbb040;color:#fbb040;line-height:120px;font-weight:800;}.Team .item h4{color:#fbb040;}.Team .user-item{border-radius:200px;width:200px;height:200px;margin:0 auto 20px;}.Team .user-item .front img{width:200px;height:200px;border-radius:200px;overflow:hidden;}.Team .user-item .back{background-color:#ececec;border-radius:200px;width:200px;height:200px;}.Team .user-item .back a{margin-top:20px;display:inline-block;}.Team .user-item .back h4{margin-top:5px;font-size:20px;line-height:28px;padding:0;}.Team .user-item .back p{font-size:13px;line-height:18px;padding:0;}.Team .user-item .back .team-wrpp{margin:0 auto;text-align:center;width:200px;position:absolute;bottom:20px;left:0;}.Team .user-item .back .team-wrpp span{display:inline-block;border-radius:32px;background-color:#fff;width:32px;height:32px;margin:0 2px;border:3px solid #fbb040;font-size:10px;line-height:14px;padding:2px;line-height:22px;color:#fbb040;text-align:center;}.Team hr{border:10px solid #f7f7f7;margin:40px 0;}.Team .filters-wrpp ul{display:table;margin:0 auto;text-align:center;}.Team .filters-wrpp ul li{margin:0 5px;display:inline-block;cursor:pointer;color:#005a84;}.Tools{background-color:#dedede;padding:3% 0;}.Tools .result-wrpp{margin:0 auto;}.Tools .result-wrpp .grid-item{position:relative;width:370px;margin-bottom:30px;margin-bottom:20px;padding-bottom:1px;background:#fff;box-shadow:0 0 4px rgba(0,0,0,.2);}.Tools .result-wrpp .grid-item:before{background:url("/Content/Images/shadow-right.png") bottom center no-repeat;content:'';display:block;width:100px;height:15px;position:absolute;bottom:-9px;right:-6px;}.Tools .result-wrpp .grid-item:after{background:url("/Content/Images/shadow-left.png") bottom left no-repeat;content:'';display:block;width:100px;height:15px;position:absolute;bottom:-11px;left:-3px;}.Tools .result-wrpp .grid-item header{border-bottom:1px dotted #e3e3e3;padding:20px;}.Tools .result-wrpp .grid-item header p{color:#808080;margin-top:-8px;}.Tools .result-wrpp .grid-item header [class*='icon-']{background-color:#ff6a00;padding:10px;width:16px;float:left;color:#fff;}.Tools .result-wrpp .grid-item header .txt-wrpp{margin-top:-8px;margin-left:46px;}.Tools .result-wrpp .grid-item header h4{padding:0;font-weight:500;}.Tools .result-wrpp .grid-item.html [class*='icon-']{background-color:#e45025;}.Tools .result-wrpp .grid-item.javascript [class*='icon-']{background-color:#d6c008;}.Tools .result-wrpp .grid-item section{padding:20px;}.Tools .result-wrpp .grid-item section ul.tags-wrpp{display:table;}.Tools .result-wrpp .grid-item section ul.tags-wrpp li{display:inline-block;padding:0 5px;font-size:11px;border-radius:2px;background-color:#e6e6e6;color:#595959;margin-right:2px;cursor:pointer;}.Tools .result-wrpp .grid-item section ul.tags-wrpp li:hover{background-color:#15abb8;color:#e9fbfd;}.Tools .result-wrpp .grid-item footer{padding:10px 20px;background-color:#fafafa;border-top:1px dotted #f2f2f2;}@media screen and (max-width:750px){.Tools .result-wrpp .grid-item{width:100%;}}.Search{margin:0 auto;width:500px;}.Search .search-wrpp{position:relative;}.Search input[type="search"]{border-radius:4px;border-color:#ebe7df;border-width:3px;border-style:solid;box-sizing:border-box;font-size:18px;font-weight:200;padding:10px;transition:border-color ease 500ms;width:100%;font-family:Raleway,sans-serif;background-color:rgba(255,255,255,.8);border-color:rgba(255,255,255,.9);padding-left:35px;-webkit-appearance:textfield;}.Search input[type="search"]::-ms-clear,.Search input[type="search"]::-ms-reveal,.Search input[type="search"]::-webkit-search-decoration,.Search input[type="search"]::-webkit-search-cancel-button,.Search input[type="search"]::-webkit-search-results-button,.Search input[type="search"]::-webkit-search-results-decoration,.Search input[type="search"]::-webkit-search-cancel-button{display:none;}.Search .icon-search{font-size:23px;line-height:32px;padding:0;position:absolute;top:7px;left:10px;color:#b3b3b3;}.Search:hover .icon-search{color:#4d4d4d;}.Search:hover input[type="search"]{box-shadow:none;background-color:#fff;border-color:#6b9b00;}@media screen and (max-width:970px){.Search{width:100%;}}.Content{padding:3% 0;}.Content hr{height:3px;width:100%;background-color:#f2f2f2;border:0;}.align-right{text-align:right;display:block;}.relative{position:relative !important;}a{text-decoration:underline;transition:text-decoration .3s ease-in-out;}a:hover{text-decoration:none;}.btn{border-radius:40px;transition:200ms all ease-out;}.btn-flat:hover{background-color:#fff;}.btn-big{font-size:22px;font-weight:500;text-transform:uppercase;padding:20px 40px;}.btn-info{color:#fff;background-color:#929292;border-color:#f9f9f9;}.btn-info:hover{background-color:#fff;border-color:#000;}.wgt-warning{background-color:#ea5454;color:#fff;position:absolute;top:0;right:0;z-index:2;text-align:right;}.wgt-warning .m-warning .m-wrpp{padding:4px 10px;}.wgt-warning .container{min-width:185px;padding:0;}.wgt-warning a{color:#fff;font-size:14px;text-decoration:underline;}.wgt-warning b{font-size:14px;}.wgt-cookies{background-color:#f1f1f1;color:#464646;box-shadow:0 0 5px 5px rgba(0,0,0,.2);position:relative;display:none;z-index:2;}.wgt-cookies .container{padding-top:10px;}.wgt-cookies .m-wrpp{height:auto;padding:0;}.wgt-cookies .text-wrpp{padding-top:10px;padding-bottom:10px;}.wgt-cookies p,.wgt-cookies a{line-height:13px;font-size:11px;}.wgt-cookies .btn-xsmall{padding:3px 8px;border-width:1px;}.m-landing-page{padding-top:40px;}.m-adv{position:relative;left:-800px;top:340px;}.wgt-hex h4{margin:10px 0;}.wgt-hex .text-wrpp{top:-50px;position:absolute;z-index:1;left:-3px;width:100%;}.wgt-hex .in-wrpp{position:relative;margin:0 auto;width:258px;font-size:14px;text-align:center;}.wgt-hex .hexagon{margin:0 auto;position:relative;width:298px;height:200px;background-color:transparent;border-left:solid 3px #c0c0c0;border-right:solid 3px #c0c0c0;top:-50px;}.wgt-hex .hexagon:before,.wgt-hex .hexagon:after{content:"";position:absolute;z-index:1;width:212.13px;height:212.13px;-webkit-transform:scaleY(.5774) rotate(-45deg);-ms-transform:scaleY(.5774) rotate(-45deg);transform:scaleY(.5774) rotate(-45deg);background-color:inherit;left:40.934px;}.wgt-hex .hexagon:before{top:-106.066px;border-top:solid 4.2426px #c0c0c0;border-right:solid 4.2426px #c0c0c0;}.wgt-hex .hexagon:after{bottom:-106.066px;border-bottom:solid 4.2426px #c0c0c0;border-left:solid 4.2426px #c0c0c0;}.wgt-hex-img{position:relative;width:200px;height:115.47px;margin:57.74px 0;background-image:url(http://www.avvocatoilardo.com/public/images/stories/condominio%202.bmp);background-size:auto 230.9401px;background-position:center;top:-35px;}.wgt-hexTop,.wgt-hexBottom{position:absolute;z-index:1;width:141.42px;height:141.42px;overflow:hidden;-webkit-transform:scaleY(.5774) rotate(-45deg);-ms-transform:scaleY(.5774) rotate(-45deg);transform:scaleY(.5774) rotate(-45deg);background:inherit;left:29.29px;}.wgt-hexTop:after,.wgt-hexBottom:after{content:"";position:absolute;width:200px;height:115.47005383792516px;-webkit-transform:rotate(45deg) scaleY(1.7321) translateY(-57.735px);-ms-transform:rotate(45deg) scaleY(1.7321) translateY(-57.735px);transform:rotate(45deg) scaleY(1.7321) translateY(-57.735px);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;background:inherit;}.wgt-hexTop{top:-70.7107px;}.wgt-hexTop:after{background-position:center top;}.wgt-hexBottom{bottom:-70.7107px;}.wgt-hexBottom:after{background-position:center bottom;}.wgt-hex-img:after{content:"";position:absolute;top:0;left:0;width:200px;height:115.4701px;z-index:2;background:inherit;}.m-adv-pos{position:relative;left:10px;}.dest{position:relative;top:-580px;left:-3px;}.m-video{text-align:center;position:relative;left:-860px;top:300px;}.hori1{height:5px;position:relative;}.hori2{height:5px;position:relative;width:1265px;top:-500px;left:290px;}.hori3{height:5px;position:relative;left:50px;width:1230px;}.hori4{height:5px;position:relative;top:139px;left:-94px;width:1230px;}.hori6{height:5px;position:relative;top:-440px;left:344px;width:1200px;}.hori5{height:5px;position:relative;top:16px;left:0;width:1200px;}.hori7{height:5px;position:relative;top:-307px;left:-900px;width:1200px;}.hori8{position:relative;height:5px;top:18px;}.Left-txt{position:relative;left:-500px;text-align:left;text-decoration:underline;top:-5px;width:10px;}.Left-txt1{position:relative;left:-380px;top:-35px;text-decoration:underline;width:10px;}.right-txt{position:relative;left:500px;top:23px;}.frm-btn{position:relative;left:160px;top:77px;}.form-signin{max-width:330px;padding:15px;margin:0 auto;}.form-signin .form-signin-heading,.form-signin .form-signin .checkbox{margin-bottom:10px;}.form-signin .checkbox{font-weight:normal;}.form-signin .form-block{position:relative;font-size:16px;height:auto;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.form-signin .form-block:focus{z-index:2;}.form-signin input[type="text"]{margin-bottom:-1px;border-bottom-left-radius:0;border-bottom-right-radius:0;}.form-signin input[type="password"]{margin-bottom:10px;border-top-left-radius:0;border-top-right-radius:0;}.account-wall{margin-top:20px;padding:40px 0 20px 0;background-color:#f7f7f7;-moz-box-shadow:0 2px 2px rgba(0,0,0,.3);-webkit-box-shadow:0 2px 2px rgba(0,0,0,.3);box-shadow:0 2px 2px rgba(0,0,0,.3);position:relative;left:390px;}.login-title{color:#ff5454;font-size:18px;font-weight:400;display:block;}.profile-img{width:96px;height:96px;margin:0 auto 10px;display:block;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}.need-help{margin-top:10px;}.new-account{display:block;margin-top:10px;}.ctn-frm{position:relative;left:385px;top:-135px;}.wgt-ctn{position:relative;left:150px;top:40px;}.wgt-tex{position:relative;left:70px;top:-100px;}.wgt-tex2{position:relative;left:-70px;top:140px;}.wgt-tex3{position:relative;left:21px;top:-160px;width:500px;}.wgt-tex-1{position:relative;left:1150px;top:-555px;}.wgt-act{position:relative;margin:0 auto;width:258px;font-size:14px;text-align:center;}.siz{font-size:55px;}.imag{position:relative;left:-890px;top:400px;width:466px;height:587px;}.hex{position:relative;left:-416px;top:5px;height:587px;}.wgt-destaq{text-align:left;position:relative;left:400px;top:-310px;width:500px;}.wgt-dest{position:relative;top:-540px;left:346px;}.right-home{left:-160px;position:relative;top:20px;}.left-a{position:relative;left:0;top:10px;}.dest-2{height:370px;}.hex-2{position:relative;top:350px;left:-850px;}.wgt-text-2{position:relative;top:-755px;left:1149px;width:1245px;}.hori-srv{height:5px;position:relative;top:10px;left:-427px;width:1245px;}.wgt-hex-2{position:relative;top:-200px;}.wgt-tex-hd{position:relative;top:-78px;left:150px;}.wgt-dtq{border-top:5px solid #c0c0c0;}.wgt-calc-block{border-top:5px solid #c0c0c0;}.wgt-copyright{background:#393939;color:#fff;padding:10px 0;font-size:13px;}.page_wrapper,.page_wrapper_vertical{max-width:1200px;margin:0 auto;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:21px;}.menu_description{color:#262626;padding-bottom:36px;}.menu_description h1,.menu_description .gr-h1 span,.gr-h1 .menu_description span{margin-top:24px;font-size:24px;line-height:38px;}.menu_description h2{font-size:18px;line-height:24px;}.menu_description ul.description{font-size:12px;line-height:21px;list-style:square;margin:0 0 0 15px;padding:0;}.menu_description a{color:#888;text-decoration:none;}.page_wrapper_vertical{width:960px;margin:36px auto;}.page_wrapper_vertical .menu_description{float:left;width:760px;margin-left:40px;}.page_wrapper_vertical .menu_description h1,.page_wrapper_vertical .menu_description .gr-h1 span,.gr-h1 .page_wrapper_vertical .menu_description span{margin-top:-6px;}.page_wrapper_fixed{margin:70px auto;}@media only screen and (min-width:768px) and (max-width:984px){.page_wrapper,.page_wrapper_vertical{width:100%;}.page_wrapper_vertical .menu_description{width:500px;}}@media only screen and (max-width:767px){.page_wrapper_vertical .menu_description{width:100%;margin-left:0;}.page_wrapper_vertical .menu_description h1,.page_wrapper_vertical .menu_description .gr-h1 span,.gr-h1 .page_wrapper_vertical .menu_description span{margin-top:24px;}}.description{margin:48px auto;width:70%;}.description h2{margin-bottom:48px;text-align:center;text-shadow:1px 1px 1px #fff;}.description p{font-size:12px;line-height:18px;margin-bottom:18px;}.page_wrapper .clear{clear:both;}.page_wrapper .index{width:30.333%;margin-right:3%;margin-bottom:36px;float:left;border-radius:4px;box-shadow:0 1px 2px #ccc,inset 0 1px 1px #fcfcfc;background:#f6f6f6;background:-webkit-linear-gradient(top,#f8f8f8 0%,#efefef);background:-moz-linear-gradient(top,#f8f8f8 0%,#efefef);background:-o-linear-gradient(top,#f8f8f8 0%,#efefef);background:-ms-linear-gradient(top,#f8f8f8 0%,#efefef);background:linear-gradient(top,#f8f8f8 0%,#efefef);}.page_wrapper .index a{color:#444;font-size:16px;text-align:center;text-decoration:none;padding:24px;}.page_wrapper .index p{font-size:16px;text-align:center;padding:24px 0 24px 0;}.page_wrapper .indexlast{margin-right:0;}@media only screen and (min-width:320px) and (max-width:767px){.page_wrapper .index{width:100%;margin-right:0%;}}.checkbox-ss{position:relative;top:-29px;left:278px;}.checkbox-ss span{position:relative;top:17px;left:-327px;}.account-profile a{display:inline-block;}.secondPostalBoxHidden{display:none;}.form-block input[type="checkbox"]{height:20px;width:20px;}.input-validation-error checkbox input{position:relative;left:276px;top:-29px;}.elements{background:url("/Content/Images/CLine_sprite.png") no-repeat;}.elements.bullet-full{background-position:0 0;width:48px;height:42px;}.elements.bullet-faded{background-position:-39px 0;width:48px;height:42px;}.elements.next{background-position:-43px -48px;width:39px;height:69px;}.elements.previous{background-position:-4px -48px;width:39px;height:69px;}.elements.logo{background-position:-2px -128px;width:75px;height:71px;}.container h1,.container .gr-h1 span,.gr-h1 .container span{text-align:center;font-style:italic;font-family:Aller-Light;line-height:1.2;font-size:36px;margin:0;}.shadow-box{-webkit-box-shadow:0 0 10px 0 #c8c8c8;-moz-box-shadow:0 0 10px 0 #c8c8c8;box-shadow:0 0 10px 0 #c8c8c8;border-bottom:4px solid #aaa;height:100%;background-color:#fff;display:inline-block;width:100%;}.tall-card .body-text,.wide-card .wide-body .body-text{font-family:Raleway;}.tall-card{padding:0 10px;margin-top:20px;}.tall-card .tall-img{overflow:hidden;}.tall-card .tall-img img{width:100%;height:100%;overflow:hidden;object-fit:cover;}.tall-card .tall-body{padding:20px 25px;padding-bottom:120px;width:100%;}.tall-card .body-text{margin-top:10px;}.tall-card h2{color:#005a84;font-family:Raleway;font-size:24px;font-weight:600;line-height:26px;padding:0;}.tall-card p{text-transform:uppercase;font-weight:bold;}.tall-card p .ctn-type{font-size:14px;text-transform:uppercase;}.tall-card .card-footer{color:#069;font-weight:bold;bottom:30px;position:absolute;width:79%;}.tall-card .card-footer .elements{transform:scale(.7);}.tall-card .card-footer .footer-icon{float:left;margin:0;margin-right:5px;margin-left:-25px;width:20%;}.tall-card .card-footer .footer-icon img{float:right;}.tall-card .card-footer h4{float:left;margin-top:4px;font-family:Raleway;font-size:21px;font-weight:600;width:78%;}.tall-card .card-footer a{margin-top:5px;}.tall-card .card-footer .card-button{text-align:center;float:left;margin-top:15px;left:0;}.tall-card .card-footer .card-button a{width:200px;text-transform:uppercase;}.tall-card .shadow-box{-webkit-box-shadow:none;box-shadow:none;}a h2,a h3{text-decoration:underline;}a h2:hover,a h3:hover{cursor:pointer;text-decoration:none;}.wide-card{margin:10px 0 -10px;display:flex;}.wide-card .wide-body{padding:20px;position:inherit;}.wide-card .wide-body .body-text{margin-top:10px;padding:10px 0;padding-bottom:50px;}.wide-card .wide-body p{font-size:14px;}.wide-card .wide-img{height:216px;padding:20px 0 20px 20px;}.wide-card .wide-img img{width:100%;height:100%;overflow:hidden;object-fit:cover;}.wide-card h3{color:#005a84;font-family:Raleway;font-size:22px;font-weight:600;line-height:24px;}.wide-card h3:hover{cursor:pointer;}.wide-card p{text-transform:uppercase;font-weight:bold;}.wide-card p .ctn-type{font-size:14px;text-transform:uppercase;}.wide-card .elements{transform:scale(.7);}.wide-card h4{color:#069;float:left;margin-top:4px;font-size:18px;font-weight:600;}.wide-card h4 p{text-transform:none;}.wide-card .card-footer{position:absolute;bottom:5px;}.wide-card .card-footer .footer-icon{float:left;margin:0;margin-right:5px;margin-left:-25px;}.wide-card .card-footer .card-button{text-align:right;padding:10px 15px;position:absolute;width:100%;bottom:0;right:8%;}.wide-card .card-footer .card-button a{text-align:center;width:200px;text-transform:uppercase;right:100px;}.wide-card .card-footer p{font-size:18px;font-weight:inherit;margin-top:4px;}.second-level.services .wide-card{margin-top:30px;}.card-extend.tall-card{width:100%;}.card-extend.tall-card .tall-img{height:350px;}.card-extend.tall-card .card-footer{width:100%;}.card-extend.tall-card .card-footer .card-button{float:right;margin-right:6.2%;}a.anchor{display:block;position:relative;top:-80px;visibility:hidden;}.fixed-down{position:fixed !important;bottom:0 !important;}.m-high h1,.m-high .gr-h1 span,.gr-h1 .m-high span{margin-bottom:40px;}.m-high h4{margin-top:30px;}.m-high p{padding:10px 0;line-height:1.4;}.m-high li span{display:block;padding-left:15px;}.tc-section ul{list-style-type:disc;list-style-position:inside;padding-left:10px;}.tc-section p span{font-weight:normal;}.tc-section p span:first-child{font-style:italic;font-weight:700;}.tc-section-table{padding-right:0;padding-left:15px;}.tc-section-table table{margin:10px 0 20px;}.tc-section-table table thead tr{background-color:#f9f9f9;}.tc-section-table table thead tr th{text-align:center;text-transform:uppercase;}.tc-section-table table tbody tr{border-bottom:2px solid #ebebeb;transition:background-color .5s ease-in-out;}.tc-section-table table tbody tr td.middle{text-align:center;vertical-align:middle;}.tc-section-table table tbody tr:hover{background-color:#f9f9f9;}.breadcrumbs{margin-top:40px;font-family:"Raleway",sans-serif;color:#44453d;font-size:18px;font-weight:400;line-height:1.4;text-align:left;text-transform:uppercase;}.breadcrumbs a{color:#44453d;}.breadcrumbs b{font-size:inherit;}h1,.gr-h1 span,.gr-h1 span,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{font-family:"Raleway",sans-serif;}html,body,body div,span,object,iframe,h1,.gr-h1 span,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{font-family:"Raleway",sans-serif;}.article .contentObject .contentCaption{color:#44453d;font-size:14px;font-weight:400;line-height:30px;text-align:left;margin-left:10px;font-style:normal;margin-bottom:30px;}blockquote{border-left:4px solid #fcaf17 !important;}.viewmore{color:#005a84;font-size:24px;font-weight:700;line-height:30px;text-align:left;display:block;clear:both;text-align:center;}@media screen and (max-width:425px){.viewmore{font-size:20px;}}.overflow-hidden{overflow:hidden;}.modal.popup{background:#fff;border-radius:0;max-width:800px;max-height:80%;height:auto !important;}.modal.popup .modal-content{padding:0;}.modal.popup h4.title span{display:none;}ul.snippet{width:100%;margin:0;padding:0;background:#f4f4f4;list-style:none;padding:15px;width:calc(100% + 30px);margin-left:-15px;margin-bottom:10px;}ul.snippet li{color:#44453d;font-size:14px;font-weight:400;line-height:24px;text-align:left;margin-left:35px;}ul.snippet li a{color:#0071a5;font-size:14px !important;font-weight:400;line-height:24px;text-decoration:underline;text-align:left;}ul.snippet li.snippetTitle{text-transform:uppercase;margin-left:35px;color:#005a84;font-size:16px !important;font-weight:700 !important;line-height:30px;text-align:left;position:relative;}ul.snippet li.snippetTitle:before{content:"";width:28px;height:28px;position:absolute;left:-35px;top:0;}#snippetDocumentos{width:100%;margin-left:0;}#snippetLegislacao li.snippetTitle:before{background:url("/Content/Images/icon_snippet_legislation.png") no-repeat center;}#snippetDocumentos li.snippetTitle:before{background:url("/Content/Images/icon_snippet_documents.png") no-repeat center;}#snippetTribunais li.snippetTitle:before{background:url("/Content/Images/icon_snippet_courthouse.png") no-repeat center;}#snippetLinks li.snippetTitle:before{background:url("/Content/Images/icon_snippet_links.png") no-repeat center;}.notification-page{padding-bottom:200px;text-align:center;}.notification-page .m-wrpp img{min-width:auto;margin-bottom:20px;}.notification-page h3{font-size:24px;font-weight:300;margin-bottom:20px;}.notification-page h4{margin-top:50px;font-size:18px;font-weight:500;}.notification-page p{font-size:18px;font-weight:300;}.notification-page b{font-size:18px;font-weight:700;}.locked-ctn h5{font-weight:500;margin-bottom:10px;}.locked-ctn .restricted{background-color:#ea5454;color:#fff;font-weight:700;text-align:center;padding:15px;}.locked-ctn .restricted a{color:#fff;text-decoration:underline;}@font-face{font-family:'Aller';src:url("/Content/Fonts/Aller/aller-webfont.eot?");src:url("/Content/Fonts/Aller/aller-webfont.eot?#iefix") format("embedded-opentype"),url("/Content/Fonts/Aller/aller-webfont.woff") format("woff"),url("/Content/Fonts/Aller/aller-webfont.svg#svgFontName") format("svg"),url("/Content/Fonts/Aller/Aller.ttf?ik8and") format("truetype");}@font-face{font-family:'Aller';src:url("/Content/Fonts/Aller/aller-bold-webfont.eot?");src:url("/Content/Fonts/Aller/aller-bold-webfont.eot?#iefix") format("embedded-opentype"),url("/Content/Fonts/Aller/aller-bold-webfont.woff") format("woff"),url("/Content/Fonts/Aller/aller-bold-webfont.svg#svgFontName") format("svg"),url("/Content/Fonts/Aller/Aller-Bold.ttf?ik8and") format("truetype");font-weight:bold;}@font-face{font-family:'Aller';src:url("/Content/Fonts/Aller/aller-bolditalic-webfont.eot?");src:url("/Content/Fonts/Aller/aller-bolditalic-webfont.eot?#iefix") format("embedded-opentype"),url("/Content/Fonts/Aller/aller-bolditalic-webfont.woff") format("woff"),url("/Content/Fonts/Aller/aller-bolditalic-webfont.svg#svgFontName") format("svg"),url("/Content/Fonts/Aller/Aller-BoldItalic.ttf?ik8and") format("truetype");font-weight:bold;font-style:italic;}@font-face{font-family:'Aller';src:url("/Content/Fonts/Aller/aller-italic-webfont.eot?");src:url("/Content/Fonts/Aller/aller-italic-webfont.eot?#iefix") format("embedded-opentype"),url("/Content/Fonts/Aller/aller-italic-webfont.woff") format("woff"),url("/Content/Fonts/Aller/aller-italic-webfont.svg#svgFontName") format("svg"),url("/Content/Fonts/Aller/Aller-Italic.ttf?ik8and") format("truetype");font-style:italic;}@font-face{font-family:'Aller-Display';src:url("/Content/Fonts/Aller-Display/allerdisplay-webfont.eot?");src:url("/Content/Fonts/Aller-Display/allerdisplay-webfont.eot?#iefix") format("embedded-opentype"),url("/Content/Fonts/Aller-Display/allerdisplay-webfont.woff") format("woff"),url("/Content/Fonts/Aller-Display/allerdisplay-webfont.svg#svgFontName") format("svg"),url("/Content/Fonts/Aller-Display/Aller-Display.ttf?ik8and") format("truetype");}@font-face{font-family:'Aller-Light';src:url("/Content/Fonts/Aller-Light/aller-light-webfont.eot?");src:url("/Content/Fonts/Aller-Light/aller-light-webfont.eot?#iefix") format("embedded-opentype"),url("/Content/Fonts/Aller-Light/aller-light-webfont.woff") format("woff"),url("/Content/Fonts/Aller-Light/aller-light-webfont.svg#svgFontName") format("svg"),url("/Content/Fonts/Aller-Light/Aller-Light.ttf?ik8and") format("truetype");}@font-face{font-family:'Aller-Light';src:url("/Content/Fonts/Aller-Light/aller-lightitalic-webfont.eot?");src:url("/Content/Fonts/Aller-Light/aller-lightitalic-webfont.eot?#iefix") format("embedded-opentype"),url("/Content/Fonts/Aller-Light/aller-lightitalic-webfont.woff") format("woff"),url("/Content/Fonts/Aller-Light/aller-lightitalic-webfont.svg#svgFontName") format("svg"),url("/Content/Fonts/Aller-Light/Aller-LightItalic.ttf?ik8and") format("truetype");font-style:italic;}.subscribe-landing{background-color:#0071a5;width:100%;height:100%;max-height:100%;max-width:100%;text-align:center;color:#fff;position:fixed;}.subscribe-landing .container{max-width:800px;}.subscribe-landing .logo{margin:0 0 40px;}.subscribe-landing .teaser{margin:0 0 40px;}.subscribe-landing .teaser h1,.subscribe-landing .teaser .gr-h1 span,.gr-h1 .subscribe-landing .teaser span{font-family:Raleway;font-size:90px;font-weight:200;font-style:normal;text-transform:uppercase;}.subscribe-landing .list{margin:0 0 10%;}.subscribe-landing .list .col-4 div{display:block;float:left;margin-bottom:5%;}.subscribe-landing .list .col-4 .list-icon{float:left;width:30%;text-align:right;}.subscribe-landing .list .col-4 .list-promo{float:left;width:70%;text-align:left;padding-top:4px;}.subscribe-landing .list .col-4 img{margin-right:5%;}.subscribe-landing .list span{font-family:Aller-Light;font-weight:300;font-size:30px;line-height:36px;}.fractionNumber{background:transparent;color:#fff;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #fff;width:50px;text-align:center;}.coming-soon{background-color:#0071a5;width:100%;height:100%;max-height:100%;max-width:100%;text-align:center;color:#fff;position:fixed;}.coming-soon .container{max-width:970px;padding:40px 10px;}.coming-soon .logo{margin:0 0 40px;}.coming-soon .teaser{margin:0 0 40px;}.coming-soon .teaser h1,.coming-soon .teaser .gr-h1 span,.gr-h1 .coming-soon .teaser span{font-family:Raleway;font-size:90px;font-weight:200;font-style:normal;text-transform:uppercase;}.coming-soon .list{margin:0 0 10%;}.coming-soon .list .col-4 div{display:block;float:left;margin-bottom:5%;}.coming-soon .list .col-4 .list-icon{float:left;width:30%;text-align:right;}.coming-soon .list .col-4 .list-promo{float:left;width:70%;text-align:left;padding-top:4px;}.coming-soon .list .col-4 img{margin-right:5%;}.coming-soon .list span{font-family:Aller-Light;font-weight:300;font-size:30px;line-height:36px;}.terms-conditions{margin-top:50px;}.terms-conditions .contentContainer .contentBody{padding-right:0;}.terms-conditions .contentContainer .tc-section{padding-right:30px;}.terms-conditions .contentContainer h3,.terms-conditions .contentContainer h2,.terms-conditions .contentContainer .page-title{margin-left:15px;}.terms-conditions .contentContainer h5{font-size:18px;font-weight:700;display:block;margin-top:10px;}.terms-conditions .contentContainer b{font-size:18px;font-weight:600;}.terms-conditions .contentContainer .title{color:#0071a5;font-size:20px;margin-bottom:10px;margin-top:20px;}.terms-conditions .contentContainer .main-title{color:#0071a5;font-family:Aller;font-size:28px;text-align:center;padding-bottom:10px;}.terms-conditions .super-advantages.who-we-are{margin-bottom:20px;height:auto;background-color:#0071a5;margin-left:-30px;margin-right:-15px;}.terms-conditions .super-advantages.who-we-are .in-wrpp{padding:0 10px;background-color:#0071a5;}.terms-conditions .super-advantages.who-we-are .general-offer{padding-top:50px;padding-bottom:10px;}.terms-conditions .super-advantages.who-we-are .general-offer div.col-4{text-align:center;margin-bottom:20px;}@media screen and (max-width:1000px){.terms-conditions .super-advantages.who-we-are .general-offer div.col-4{width:100%;}}.terms-conditions .super-advantages.who-we-are .subscription-options{padding-top:10px;text-align:center;}.terms-conditions .super-advantages.who-we-are .subscription-options div.col-6{text-align:center;margin-bottom:20px;}@media screen and (max-width:1000px){.terms-conditions .super-advantages.who-we-are .subscription-options div.col-6{width:100%;}}.terms-conditions .super-advantages.who-we-are img{max-width:178px;width:150px;margin-bottom:10px;}.terms-conditions .super-advantages.who-we-are h1,.terms-conditions .super-advantages.who-we-are .gr-h1 span,.gr-h1 .terms-conditions .super-advantages.who-we-are span{font-size:21px;color:#fff;margin-bottom:20px;}.terms-conditions .super-advantages.who-we-are h2{color:#fff;text-align:center;font-weight:600;text-transform:uppercase;line-height:1.4;margin-left:0;font-size:18px;min-height:60px;}@media screen and (max-width:1000px){.terms-conditions .super-advantages.who-we-are h2{min-height:0;}}.terms-conditions .super-advantages.who-we-are h3{color:#fcaf17;font-family:Aller-Light;font-size:20px;font-weight:700;margin-bottom:10px;line-height:1.4;}.terms-conditions .super-advantages.who-we-are p{color:#fff;font-weight:600;font-size:14px;}.terms-conditions .quem-somos li span,.terms-conditions .faq li span{font-weight:500;display:block;margin-top:10px;margin-bottom:10px;position:relative;padding-left:25px;}.terms-conditions .quem-somos li span:before,.terms-conditions .faq li span:before{position:absolute;left:-10px;top:0;width:30px;height:20px;content:"";background-image:url("/Content/Images/icon_white_bg.svg");background-repeat:no-repeat;background-position:center;background-size:28px 20px;}.terms-conditions.faq p{padding-top:0;padding-right:20px;}.terms-conditions.faq b{padding-top:20px;display:block;}.plus-bullets li span{font-weight:500;display:block;margin-top:10px;margin-bottom:10px;position:relative;padding-left:25px;}.plus-bullets li span:before{position:absolute;left:-10px;top:0;width:30px;height:20px;content:"";background-image:url("/Content/Images/icon_white_bg.svg");background-repeat:no-repeat;background-position:center;background-size:28px 20px;}.condominum-associated .form-hdr{margin-top:0 !important;}.condominum-associated .condomino-icon{margin:30px auto;text-align:center;}.condominum-associated .condomino-icon h3{color:#0071a5;font-size:28px;font-weight:700;text-align:center;width:100%;text-transform:uppercase;}.condominum-associated img{width:auto;min-width:0;}.articleList.first{overflow:hidden;padding-top:0;}h2.page-heading{line-height:1.2;margin-top:30px;margin-bottom:20px;padding:0 !important;}.modal-header{margin-top:50px;padding-left:50px;}.modal.no-form .modal-content{padding:0 50px;}.modal.no-form ol li{font-weight:bold;margin-bottom:20px;}.modal.no-form ol li span{font-weight:normal;}.modal.no-form p{margin-bottom:10px;}.subscribe .btn-secondary:hover,.subscribe .btn-flat:hover{background-color:rgba(0,0,0,.45) !important;}.authenticate .login-btn:hover{background-color:rgba(0,0,0,.45) !important;}a.resendLink:visited,a.resendLink:active,a.resendLink:link,a.resendLink:hover{color:#fff;font-weight:600;}#condominiumList tr .fixed-width{width:100%;}#condominiumList tr:hover{cursor:pointer;}#condominiumList .condominium-details .form-block{min-height:unset;}#condominiumList .condominium-details .form-block .control-label{height:auto;font-size:14px;}#invite-condominum .control-label{height:auto;min-height:unset;}#invite-condominum .form-block{margin-bottom:15px;}#invite-condominum .form-block input{margin-top:5px;}.notyfy_wrapper{padding:15px;}.notyfy_message{padding:25px;}.notyfy_message .notyfy_text{font-size:1.2em;}.services .col-6{margin-top:20px;}.services .tall-card:first-child{margin-top:20px;}.services .tall-card .card-footer{display:block;width:100%;height:60px;bottom:10px;}.services .tall-card .card-footer .footer-icon{width:60px;margin:0;margin-right:5px;margin-left:-25px;display:inline-block;}.services .tall-card .card-footer h4{width:auto;display:inline-block;vertical-align:top;margin-top:0;}.services .wide-card .card-footer{width:100%;height:60px;display:block;}.services .wide-card .card-footer .footer-icon{min-width:60px;margin:0;margin-right:5px;margin-left:-25px;display:inline-block;}.services .wide-card .card-footer h4{display:inline-block;line-height:1.4;width:initial;}@media only screen and (max-width:375px){.services .wide-card .card-footer h4{width:230px;}}.landing-section.rede-title .section-title-grid{font-family:"Aller",sans-serif;color:#44453d;font-size:36px;font-weight:700;line-height:52px;text-align:left;text-transform:uppercase;margin-top:50px;margin-bottom:25px;}.landing-section.rede-presentation{height:auto;position:relative;}.landing-section.rede-presentation .container{padding-top:20px;}.landing-section.rede-presentation h2{text-align:center;color:#fff;font-family:Aller-Light;font-size:28px;font-weight:300;font-style:italic;margin-bottom:20px;margin-top:20px;}.landing-section.rede-presentation .wide-card{padding:0;}.landing-section.rede-presentation .description{padding:50px 0 50px 40px;margin:0;background-color:#0a5b82;}.landing-section.rede-presentation .description p{font-family:Aller;color:#fff;font-size:24px;font-weight:400;line-height:1.4;text-transform:none;width:90%;text-decoration:none;}.landing-section.rede-presentation .description p span{color:#fcaf17;font-weight:bold;}.landing-section.rede-presentation .description p.second{width:60%;}.landing-section.rede-presentation .join-form{position:relative;background-color:#0a5b82;padding:50px 50px 150px;}#invite-condominum{position:relative;}#invite-condominum .form-hdr{background-color:#fcaf17;text-align:center;margin-left:-50px;margin-right:-50px;}#invite-condominum .form-hdr .hdr-title{color:#fff;float:none;font-size:22px;font-weight:bold;text-transform:uppercase;padding:10px 0;}#invite-condominum .form-block input[type="text"],#invite-condominum .form-block input[type="email"]{border-radius:40px;padding-left:20px;}#invite-condominum .form-block ::-webkit-input-placeholder{color:#fcaf17;font-weight:500;}#invite-condominum .form-block :-ms-input-placeholder{color:#fcaf17;font-weight:500;}#invite-condominum .form-block ::-moz-placeholder{color:#fcaf17;font-weight:500;opacity:1;}#invite-condominum .form-block :-moz-placeholder{color:#fcaf17;font-weight:500;opacity:1;}#invite-condominum .form-block .control-label{color:#fcaf17;}#invite-condominum .form-block .checkbox{display:inline-block;float:left;padding-left:10px;}#invite-condominum .form-block .info{float:left;}#invite-condominum .form-block .info .control-label{font-size:13px;line-height:1.4;text-align:justify;}#invite-condominum .form-block .info:after{clear:both;}#invite-condominum .form-block .field-validation-error,#invite-condominum .form-block span.validation-error{margin:-1px 18px 3px;padding:3px 20px;}#invite-condominum #registCompanyBtn{background-color:transparent;border-color:#fcaf17;border-width:5px;color:#fcaf17;font-size:18px;font-weight:bold;padding:10px 0;}#invite-condominum #registCompanyBtn:hover{color:#fff;background-color:#fcaf17;}.result-success{position:relative;text-align:center;color:#fff;font-weight:bold;width:100%;height:330px;}.result-success .reply-title{background-color:#fcaf17;text-align:center;margin-left:-60px;margin-right:-50px;}.result-success .reply-title h4{color:#fff;float:none;font-size:22px;font-weight:bold;text-transform:uppercase;padding:10px 0;}.result-success .reply-msg{margin:30px 0;}.result-success .reply-msg p{text-align:left;text-transform:none;font-size:20px;line-height:1.2;}.result-success .reply-msg p.what-next{font-size:18px;font-weight:500;}.landing-section.process-flow{background-color:#f2f2f2;z-index:2;}.landing-section.process-flow .container{background-color:#fcaf17;padding-top:20px;}.landing-section.process-flow .stamp{position:absolute;top:-100px;right:10%;z-index:30;}.landing-section.process-flow .bg-svg{height:inherit;text-align:center;overflow:hidden;}.landing-section.process-flow .bg-svg img{width:80%;}.landing-section.process-flow .process{position:relative;text-align:center;}.landing-section.process-flow .process h4{color:#fff;font-size:20px;font-weight:bold;text-transform:uppercase;position:relative;z-index:22;margin-top:-70px;margin-bottom:20px;}.landing-section.process-flow .process img{position:relative;margin-bottom:50px;z-index:22;}.landing-section.process-flow .process .stamp-bg{position:absolute;background-image:url("/Content/Images/rede/badge_bg.svg");background-repeat:no-repeat;background-position-x:50%;width:100%;height:390px;top:-136px;z-index:20;}.landing-section.companies-listing{background-color:#fff;padding-bottom:50px;position:relative;}.landing-section.companies-listing p.search-result-empty{text-align:center;}.landing-section.companies-listing .anchor{position:absolute;top:-100px;}.landing-section.companies-listing .container{padding-top:40px;}.landing-section.companies-listing h3{text-align:center;color:#127eb4;font-family:Aller-Light;font-size:28px;font-weight:bold;font-style:italic;margin-bottom:5px;}.landing-section.companies-listing .area-selection{width:60%;margin:0 auto;}.landing-section.companies-listing .area-selection .form-block .custom-select{margin:0 15px 30px;color:#fff;background-color:#127eb4;-moz-border-radius:60px;-webkit-border-radius:60px;border-radius:60px;overflow:hidden;background-image:linear-gradient(45deg,transparent 50%,white 50%),linear-gradient(135deg,white 50%,transparent 50%),linear-gradient(to right,#fff,#fff);background-position:calc(100% - 25px) calc(1em + 2px),calc(100% - 16px) calc(1em + 2px),calc(100% - 2.5em) .5em;background-size:10px 10px,10px 10px,0 2em;background-repeat:no-repeat;cursor:pointer;}.landing-section.companies-listing .area-selection select{font-weight:bold;padding:15px 20px;border-width:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;background:transparent;}.landing-section.companies-listing .area-selection select>option{color:#6d6e71;background:#fff;}.landing-section.companies-listing .area-selection select.disabled{background-color:#ccc;cursor:no-drop;}.landing-section.companies-listing .area-selection .btn-search{color:#fcaf17;font-size:18px;margin-left:15px;padding:12px 20px;border-width:3px;border-color:#fcaf17;border-radius:60px;background-color:#fff;}.landing-section.companies-listing .area-selection .btn-search:hover{color:#fff;background-color:#fcaf17;}.landing-section.companies-listing .company-card{display:block;margin-bottom:10px;padding:20px 80px;border-bottom:none;}.landing-section.companies-listing .company-card .company-logo{display:inline-block;width:25%;padding-right:50px;}.landing-section.companies-listing .company-card .company-logo img{max-width:208px;width:100%;height:auto;}.landing-section.companies-listing .company-card .adress{display:inline-block;width:75%;padding-top:5px;vertical-align:top;}.landing-section.companies-listing .company-card .adress h5{color:#fcaf17;font-size:20px;font-weight:bold;line-height:1.2;margin-bottom:5px;}.landing-section.companies-listing .company-card .adress span{color:#868686;font-size:16px;font-weight:400;line-height:1.4;}.landing-section.companies-listing .company-card .adress a{cursor:pointer;}.landing-section.conflict-form{background-color:#f2f2f2;}.landing-section.conflict-form .container{padding-top:20px;}.landing-section.conflict-form h3{text-align:center;color:#127eb4;font-family:Aller-Light;font-size:28px;font-weight:bold;font-style:italic;margin-bottom:5px;}.landing-section.conflict-form h5{line-height:1.4;}.landing-section.conflict-form .wide-card{display:block;padding:50px 200px;margin-bottom:20px;}.landing-section.conflict-form p{color:#6d6e71;font-size:20px;font-weight:500;line-height:1.2;text-transform:none;margin-bottom:20px;}.landing-section.conflict-form .conflict-company span{color:#fcaf17;font-weight:bold;}.landing-section.conflict-form .bad-company{margin:0 auto;text-align:center;margin-bottom:40px;}.landing-section.conflict-form .form-wrpp.add-space{margin-left:-15px;}.landing-section.conflict-form .form-block .control-label{display:block;color:#0f72a3;font-size:18px;font-weight:bold;line-height:1.2;margin-bottom:5px;}.landing-section.conflict-form .form-block input[type="text"],.landing-section.conflict-form .form-block textarea,.landing-section.conflict-form .form-block select{color:#303030;font-family:Raleway,sans-serif;font-size:18px;font-weight:400;width:100%;border:2px solid #ccc;border-radius:20px;padding:5px 10px;}.landing-section.conflict-form .form-block input[type="text"].disabled,.landing-section.conflict-form .form-block textarea.disabled,.landing-section.conflict-form .form-block select.disabled{background-color:#ccc;cursor:no-drop;}.landing-section.conflict-form .form-block input[type="email"]{color:#303030;font-family:Raleway,sans-serif;font-size:18px;font-weight:400 !important;border-width:2px;border-color:#ccc !important;border-radius:20px !important;border-width:2px !important;padding:5px 10px !important;}.landing-section.conflict-form .form-block .checkbox{display:inline-block;float:left;}.landing-section.conflict-form .form-block .info{padding:0;float:left;}.landing-section.conflict-form .form-block .info label{display:inline-block;font-size:14px;line-height:1.8;text-align:justify;}.landing-section.conflict-form .form-block .info:after{clear:both;}.landing-section.conflict-form .form-block .btn-form-submit{text-align:right;}.landing-section.conflict-form .form-block input[type="button"]#submitComplain{background-color:transparent;border-color:#fcaf17;border-width:4px;color:#fcaf17;font-size:18px;font-weight:bold;padding:10px 50px;}.landing-section.conflict-form .form-block input[type="button"]#submitComplain:hover{color:#fff;background-color:#fcaf17;}.landing-section.conflict-form .form-block .field-validation-error,.landing-section.conflict-form .form-block span.validation-error{margin:-5px 18px 3px;padding:3px 20px;}.landing-section.conflict-form .form-block .field-validation-error span,.landing-section.conflict-form .form-block span.validation-error span{color:#fff;font-family:Raleway,sans-serif;font-size:16px;font-weight:normal !important;}.notyfy_error{background-color:#df3b3b;background-image:none;border:none;}.form-wrpp.add-space{margin-left:-15px;}*+html .form-wrpp.add-space{margin-left:0;}.form-wrpp.add-space [class^="col-"],.form-wrpp.add-space [class*="col-"]{-moz-box-sizing:border-box;box-sizing:border-box;padding-left:15px;}*+html .form-wrpp.add-space [class^="col-"].add-space,*+html .form-wrpp.add-space [class*="col-"]{padding-left:0;}@media screen and (max-width:1220px){.landing-section.process-flow .col-4.bg-svg{width:25%;}.landing-section.process-flow .col-4.bg-svg img{width:100%;}.landing-section.process-flow .col-4.process{width:50%;}.landing-section.process-flow .col-4.process .stamp-bg{top:-134px;}.landing-section.process-flow .stamp{right:11%;}.landing-section.companies-listing .area-selection{width:75%;}}@media screen and (max-width:62em){.landing-section.rede-title .section-title-grid{margin-top:10px;}.landing-section.process-flow .stamp{right:10%;}}@media only screen and (max-width:800px){.landing-section.rede-presentation .wide-card{display:block;}.landing-section.rede-presentation .description{width:100%;padding:30px;}.landing-section.rede-presentation .description p{width:100%;font-size:20px;}.landing-section.rede-presentation .join-form{width:100%;}.landing-section.process-flow{border-bottom:100px #127eb4 solid;}.landing-section.process-flow .container{padding-bottom:60px;}.landing-section.process-flow .col-4.bg-svg{display:none;}.landing-section.process-flow .col-4.process{width:100%;}.landing-section.process-flow .col-4.process .stamp-bg{top:-134px;}.landing-section.process-flow .stamp{top:355px;left:50%;right:0;margin-left:-100px;}.landing-section.companies-listing .area-selection{width:100%;}.landing-section.companies-listing .company-card{padding:20px;}.landing-section.companies-listing .company-card .company-logo{width:30%;}.landing-section.companies-listing .company-card .adress{width:70%;}.landing-section.conflict-form .wide-card{padding:30px;}.landing-section.conflict-form .form-block.right-align{text-align:center;}.landing-section.conflict-form .form-block.right-align .btn-form-submit{text-align:center;}#invite-condominum .form-hdr{margin-left:-70px;margin-right:-70px;}}@media only screen and (max-width:700px){.landing-section.rede-presentation .wide-card{width:100%;}.landing-section.rede-presentation .description p{width:100%;}.landing-section.companies-listing .company-card .company-logo{padding-right:20px;}.landing-section.conflict-form .wide-card{width:100%;}}@media only screen and (max-width:640px){.landing-section.companies-listing .area-selection .col-5.form-block{width:100%;}.landing-section.companies-listing .area-selection .col-5.form-block .custom-select{margin-bottom:10px;}.landing-section.companies-listing .area-selection .col-2.submit{width:100%;}.landing-section.companies-listing .area-selection .col-2.submit .btn-search{width:95%;margin:0 15px 30px;text-align:center;}}@media screen and (max-width:520px){.landing-section.companies-listing .company-card .company-logo{width:100%;padding-right:0;text-align:center;}.landing-section.companies-listing .company-card .adress{width:100%;text-align:center;}.landing-section.companies-listing .company-card .adress h5{font-size:18px;}.landing-section.conflict-form .form-block .checkbox{width:8.332%;}.landing-section.conflict-form .form-block .info{width:91.6%;}#invite-condominum .checkbox{width:8%;}#invite-condominum .info{width:92%;}}@media only screen and (max-width:425px){.landing-section.rede-title .section-title-grid{margin-top:10px;}.landing-section.rede-presentation{height:auto;}.landing-section.rede-presentation .container{padding:20px 10px 0;}.landing-section.process-flow{border-bottom-width:120px;}.landing-section.process-flow .container{padding-bottom:50px;}.landing-section.process-flow .process img{width:95%;}.landing-section.process-flow .stamp{top:400px;}#invite-condominum .form-hdr{margin-left:-60px;margin-right:-60px;}}@media only screen and (max-width:375px){.landing-section.rede-title .section-title-grid{font-size:26px;margin-top:0;margin-bottom:10px;}.landing-section.rede-presentation .container{padding:20px 10px 0;}.landing-section.rede-presentation .join-form{padding:50px 20px 150px;}#invite-condominum .form-hdr{margin-left:-30px;margin-right:-30px;}}@media screen and (max-width:320px){.landing-section.rede-title .section-title-grid{font-size:22px;margin-top:0;margin-bottom:10px;}.landing-section.rede-presentation h3{font-size:22px;line-height:1.4;}.landing-section.rede-presentation .description{padding:20px;}.landing-section.rede-presentation .description p{font-size:18px;}.landing-section.rede-presentation .join-form{padding-bottom:110px;}.landing-section.process-flow .container{padding-bottom:20px;}.landing-section.process-flow .process h4{font-size:18px;line-height:1.4;margin-top:-54px;}.landing-section.process-flow .col-4.process .stamp-bg{top:-91px;}.landing-section.process-flow .stamp{top:300px;margin-left:-95px;}.landing-section.companies-listing .container{padding:30px 10px 0;}.landing-section.companies-listing h3{font-size:22px;line-height:1.4;}.landing-section.companies-listing .area-selection .col-2.form-block.submit{padding-right:15px;}.landing-section.conflict-form .wide-card{padding:20px;}.landing-section.conflict-form h3{font-size:22px;line-height:1.4;margin-bottom:20px;}.landing-section.conflict-form p{font-size:18px;line-height:1.4;}.landing-section.conflict-form .conflict-company h5{font-size:16px;font-weight:bold;}.landing-section.conflict-form .form-block .control-label{font-size:14px;}#invite-condominum .form-hdr .hdr-title{font-size:18px;}}.partner .col-12.wide-card:first-child{margin-top:30px;}.partner .col-6:first-child{margin-top:20px;}.partner .tall-card .card-footer{display:block;width:100%;height:60px;bottom:10px;}.partner .tall-card .card-footer .footer-icon{width:60px;margin:0;margin-left:-25px;margin-right:5px;display:inline-block;}.partner .tall-card .card-footer h4{width:auto;display:inline-block;vertical-align:top;margin-top:0;}.partner .tall-card .card-footer p{margin-top:4px;font-size:18px;font-weight:inherit;line-height:1.4;text-transform:none;}.partner .wide-card .card-footer{width:100%;height:60px;display:block;}.partner .wide-card .card-footer .footer-icon{min-width:60px;margin:0;margin-right:5px;margin-left:-25px;display:inline-block;}.partner .wide-card .card-footer h4{display:inline-block;width:initial;}@media only screen and (max-width:375px){.partner .wide-card .card-footer h4{width:230px;}}.partnershipSidebar{padding:0 !important;}.partnershipSidebar .partnershipSidebar-top{color:#fff;position:relative;height:90px;padding-left:65px;background:#007db6 url("/Content/Images/partnership-poupe-icon.png") no-repeat left;}.partnershipSidebar .partnershipSidebar-top h4{position:relative;height:60px;display:inline-block;font-family:"Raleway",sans-serif;font-size:22px;font-weight:700;line-height:1.2;text-align:center;margin-top:24px;}.partnershipSidebar .partnershipSidebar-content{padding-left:30px;padding-bottom:20px;overflow:hidden;text-align:left;}.partnershipSidebar .partnershipSidebar-content .contentText{padding-top:18px;padding-right:30px;}.partnershipSidebar .partnershipSidebar-content .content-inner{padding-right:30px;}.partnershipSidebar .partnershipSidebar-content h3{margin-bottom:10px;}.partnershipSidebar .partnershipSidebar-content h4{font-family:"Raleway",sans-serif;color:#44453d;font-size:20px;font-weight:600;line-height:30px;text-align:left;}.partnershipSidebar .partnershipSidebar-content b{font-family:"Raleway",sans-serif;color:#44453d;font-size:18px;font-weight:500;line-height:24px;text-align:left;}.partnershipSidebar .btn-center{text-align:center;display:block;}.partnershipSidebar .btn-center .btn-secondary,.partnershipSidebar .btn-center .btn-flat{width:90%;font-family:"Raleway",sans-serif;color:#fff;font-size:22px;font-weight:700;text-align:left;text-transform:uppercase;height:50px;line-height:1.6;line-height:1.6;text-indent:25px;margin-bottom:18px;position:relative;margin-left:-30px;}.partnershipSidebar .btn-center .btn-secondary:hover,.partnershipSidebar .btn-center .btn-flat:hover{color:#fcaf17;}.partnershipSidebar .btn-center .btn-secondary:after,.partnershipSidebar .btn-center .btn-flat:after{content:"";width:13px;height:24px;position:absolute;top:10px;right:20px;background:url("/Content/Images/partnership-adira-icon.png") no-repeat center;}.partner-details{line-height:1.2;}.partner-details .contentContainer .contentBody{margin-right:0;}.partner-details .article-detail-ctn{margin-top:10px;}.partner-details .article-detail-ctn .sidebar{float:right;}.partner-details .article-detail-ctn>.contentBody{float:left;margin-bottom:20px;}.partner-details b,.partner-details strong{font-weight:600;}.m-hdr{background-color:#fff;position:relative;height:100px;width:100%;}.m-hdr a{text-decoration:none;}.m-hdr .btn{padding:1px 20px;}.m-hdr .col-4{text-align:right;}.m-hdr .m-wrpp{height:100%;}.m-hdr .m-wrpp .page_wrapper{height:100%;}.m-hdr .ctn-user{text-align:right;}.m-hdr .ctn-user .subscribe{padding-bottom:0;display:inline-block;}.m-hdr .ctn-user .subscribe h5{margin:0;}.m-hdr .ctn-user .authenticate{padding-bottom:0;text-align:right;display:inline-block;padding-right:20px;}.m-hdr .collapsible-header{color:#0071a5;}.m-hdr .collapsible-body li a{overflow:hidden;}.m-hdr .nav-wrapper{position:absolute;height:100%;left:0;right:0;width:100%;max-width:1200px;margin:0 auto;overflow:hidden;}.m-hdr .dropdown-content{width:auto;background-color:#0071a5;}.m-hdr .dropdown-content a{color:#fff;}.m-hdr .dropdown-content li:hover{background-color:#007db6;}.m-hdr .dropdown-content li:hover a{color:#fcaf17;}.m-hdr #entrar-dropdown{right:0;width:auto;left:auto !important;}.m-hdr .nav-overlay{position:fixed;top:0;height:50px;background-color:rgba(0,0,0,.5);width:100%;z-index:999;display:none;}.m-hdr .ani-handler{text-transform:uppercase;height:100%;position:absolute;left:-260px;transition:left .7s;}.m-hdr .ani-handler.out{left:0;transition:left .7s;}.m-hdr .ani-handler .nav-menu{position:relative;margin-left:10px;}.m-hdr .ani-handler .nav-menu a:hover{color:#fcaf17;}.m-hdr .navbar-fixed>nav{top:0;}.m-hdr .navbar-fixed>nav .nav-menu a{font-size:14px;}.m-hdr nav{background-color:#0071a5;color:#fff;z-index:999;position:relative;}.m-hdr nav .brand-logo{position:relative;background-image:url("/Content/Images/logo-neg.png");min-width:240px;background-repeat:no-repeat;background-size:contain;height:100%;width:240px;float:left;margin-left:20px;margin-top:5px;}.m-hdr .side-nav .side-logo{background-color:#0071a5;background-image:url("/Content/Images/logo-neg.png");background-repeat:no-repeat;background-position:center;height:90px;width:100%;margin:0;background-size:contain;}.m-hdr .side-nav .sidebar-user{margin-top:32px;margin-bottom:16px;text-align:center;}.m-hdr .side-nav .sidebar-user .authenticate{padding-right:0;}.m-hdr .side-nav .authenticate{text-align:center;}.m-hdr .side-nav .authenticate .sign-in-out a{border:0;background-color:transparent;}.m-hdr .side-nav .sidebar-user a{color:#0071a5;}.m-hdr .logo{margin-top:4px;padding:0 15px;}.m-hdr .logo .header-logo{background-image:url("/Content/Images/logo.png");background-repeat:no-repeat;margin:0;padding:0;min-width:400px;width:400px;height:72px;float:left;background-size:contain;}.m-hdr .logo.center{text-align:center;}.m-hdr .logo.center .header-logo{width:300px;min-width:300px;margin:0 10px;}.m-hdr .login form{display:inline-block;}.m-hdr.hdr-sm{z-index:10;height:40px;position:fixed;top:0;left:0;right:0;background-color:#069;color:#fff;}.m-hdr.hdr-sm .subscribe h5{margin:0;}.m-hdr.hdr-sm .authenticate,.m-hdr.hdr-sm .subscribe{padding-top:0;}.m-hdr.hdr-sm .login div{padding-top:3px;}.m-hdr.hdr-sm .m-warning{height:40px;}.m-hdr.hdr-sm .m-warning .m-wrpp{margin-top:2px;}.m-hdr.hdr-sm .m-warning.completionCongrat{height:100%;}.m-hdr.hdr-sm .logo .header-logo{background-image:url("../Content/Images/logo-neg.png");background-image:url("/Content/Images/logo-neg.png");min-width:240px;width:240px;margin-top:-3px;}.m-hdr #gecond-btn,.m-hdr #gerir-btn,.m-hdr #gecond-btn span,.m-hdr #gerir-btn span,.m-hdr #gecond-inactive,.m-hdr #gecond-inactive span{width:37px;height:32px;vertical-align:middle;background-size:30px 165px;background-repeat:no-repeat;border-radius:0;background-position:center;background-color:transparent;border:0;display:inline-block;position:relative;background-color:#0071a5;background-image:url("/Content/Images/menu_sprite.png");}.m-hdr #gecond-btn span,.m-hdr #gerir-btn span{position:absolute;width:100%;height:100%;left:0;top:1px;right:0;bottom:0;opacity:0;transition:opacity .3s ease-in-out;}.m-hdr #gecond-btn:hover span,.m-hdr #gerir-btn:hover span{opacity:1;}.m-hdr #gecond-btn{padding-right:20px;margin-right:20px;background-position:center -60px;}.m-hdr #gecond-btn span{background-position:center -91px;}.m-hdr #gecond-btn.gecond-disabled{background-position:center -120px;}.m-hdr #gerir-btn{background-position:center 0;padding-left:20px;}.m-hdr #gerir-btn span{padding-left:20px;background-position:center -30px;}.m-hdr #user-menu{font-family:"Raleway",sans-serif;line-height:inherit;padding:0;border-radius:0;color:#fff;display:inline-block;font-size:14px;position:relative;padding-right:30px;background-color:transparent;transition:color .3s ease-in-out;border:0;text-transform:none;vertical-align:top;margin-right:20px;}.m-hdr #user-menu:after{content:"";position:absolute;top:23px;right:10px;width:0;height:0;border-style:solid;border-width:5px 6px 0 6px;transition:border-color .3s ease-in-out;border-color:#fff transparent transparent transparent;}.m-hdr #user-menu:hover{color:#fcaf17;}.m-hdr #user-menu:hover #gerir-btn span{opacity:1;}.m-hdr #user-menu:hover:after{border-color:#fcaf17 transparent transparent transparent;}.m-hdr #account-dropdown a{font-size:14px;line-height:1.3;}.m-hdr #account-dropdown li{line-height:1.3;}.right.nav-menu li{float:right;}#mobile-demo .sidebar-user{margin-right:0;margin-left:0;margin-top:-2px;height:100%;padding-top:20px;background-color:#005a84;}#mobile-demo .sidebar-user li{width:90%;margin-left:23px;text-align:left;transition:background-color .5s ease-in-out,color .5s ease-in-out;padding-left:10px;height:40px;line-height:50px;background-color:#005a84;border-bottom:2px solid #0071a5;}#mobile-demo .sidebar-user li:hover{background-color:#007db6;}#mobile-demo .sidebar-user li:first-child{font-size:15px;border-bottom:0;text-align:center;margin-right:0;width:100%;margin:0;margin-bottom:5px;background-color:transparent;}#mobile-demo .sidebar-user li a{color:#fff;height:100%;line-height:40px;padding:0;font-size:14px;}#mobile-demo .sidebar-user li a:hover{color:#fcaf17;}#mobile-demo .sidebar-user #gerir-btn{background-color:transparent;}#mobile-demo .btn-secondary,#mobile-demo .btn-flat{margin-top:20px;width:80%;margin-left:auto;margin-right:auto;display:block;text-align:center;}#mobile-demo .subscribe-enter a{height:auto;}html.poupe .nav-menu .poupe,html.informe-se .nav-menu .informe-se,html.vividos .nav-menu .vividos,html.rede .nav-menu .rede,html.contacte-nos .nav-menu .contacte-nos,html.defesa .nav-menu .defesa{background-color:#fcaf17;color:#fff !important;font-weight:600;}html.comparadores .nav-menu .comparadores,html.parcerias .nav-menu .parcerias,html.simuladores .nav-menu .simuladores,html.artigos .nav-menu .artigos,html.tutoriais .nav-menu .tutoriais{background-color:#007db6;}.ftr-city{background:url("/Content/Images/city_footer.png") no-repeat bottom center;position:absolute;height:100px;bottom:100%;left:0;width:80%;background-size:contain;right:0;margin:0 auto;transition:bottom .8s ease;}.m-ftr{position:relative;width:100%;float:left;background-color:#0071a5;margin-top:120px;}.m-ftr .container{padding:0;max-width:600px;}.m-ftr .ftr-contacts{min-height:90px;text-align:center;}.m-ftr .ftr-contacts .container{padding-top:25px;}.m-ftr .ftr-contacts h4{display:inline;color:#fff;text-transform:uppercase;font-family:"Aller",sans-serif;font-weight:400;font-size:20px;}.m-ftr .ftr-contacts a{text-decoration:none;}.m-ftr .ftr-contacts a b{font-family:"Aller",sans-serif;color:#faaf19;font-size:22px;font-weight:700;}.m-ftr .ftr-contacts b{margin-left:20px;margin-right:20px;}.m-ftr .ftr-contacts span{color:#fff;font-family:"Aller",sans-serif;font-size:14px;font-weight:300;}.m-ftr .ftr-links{min-height:75px;background-color:#005a84;}.m-ftr .ftr-links .container{padding-top:15px;box-sizing:content-box;max-width:800px;}.m-ftr .ftr-links ul{max-width:400px;}.m-ftr .ftr-links ul li{display:inline-block;float:left;width:45%;}.m-ftr .ftr-links ul li a{font-family:"Aller",sans-serif;color:#fcfcfc;font-size:12px;font-weight:400;line-height:1.2;text-decoration:underline;}.m-ftr .ftr-links .btn-secondary,.m-ftr .ftr-links .btn-flat{float:left;cursor:pointer;margin-right:60px;vertical-align:top;height:30px;margin-top:-15px;font-size:15px;text-align:center;width:184px;line-height:16px;box-sizing:border-box;background-color:transparent;color:#fcaf17;border-color:#fcaf17;}.m-ftr .ftr-links .btn-secondary:hover,.m-ftr .ftr-links .btn-flat:hover{background-color:#fcaf17;border-color:#fcaf17;color:#fff;}.m-ftr .ftr-links .social-networks{margin-top:-25px;float:right;overflow:hidden;}.m-ftr .ftr-links .social-networks a{display:inline-block;float:left;margin-right:5px;width:45px;height:30px;background-repeat:no-repeat;background-position:center;margin-top:10px;transition:background-color .3s ease-in-out;}.m-ftr .ftr-links .social-networks a.facebook{background-image:url("/Content/Images/facebook-16.png");background-color:#4b65a3;}.m-ftr .ftr-links .social-networks a.twitter{background-image:url("/Content/Images/twitter-16.png");background-color:#19b7ed;}.m-ftr .ftr-links .social-networks a.youtube{background-image:url("/Content/Images/youtube-16.png");background-color:#d64837;}.m-ftr .ftr-links .social-networks a.linkedin{background-image:url("/Content/Images/linkedin-16.png");background-color:#006da6;}.m-ftr .ftr-links .social-networks a:hover{background-color:#43443d !important;}.m-ftr .ftr-links .social-networks a:last-child{margin-right:0;}.m-ftr .ftr-copyright{min-height:45px;padding:20px 0;}.m-ftr .ftr-copyright .ftr-copyright-container{display:table;margin:auto;}.m-ftr .ftr-copyright p{font-family:"Aller",sans-serif;color:#fff;font-size:14px;font-weight:300;text-align:left;line-height:1.2;display:inline-block;vertical-align:top;float:left;}.m-ftr .ftr-copyright a{display:inline-block;float:left;width:66px;height:28px;margin-right:20px;background:url("/Content/Images/footer-deco-logo.png") no-repeat center;}.m-ftr .ftr-copyright small{display:block;font-size:12px;}#modal-newsletter-form .form-wrpp .form-block.col-6:nth-child(2n){padding-left:10px;}#modal-newsletter-form .form-wrpp .form-block.col-6:nth-child(2n+1){padding-right:10px;}@media only screen and (max-width:800px){#modal-newsletter-form .form-wrpp .form-block.col-6:nth-child(2n+1){padding-right:0;}#modal-newsletter-form .form-wrpp .form-block.col-6:nth-child(2n){padding-left:0;}}@media only screen and (max-width:840px){.m-ftr .ftr-contacts h2{display:block;}.m-ftr .ftr-contacts a b{display:block;}.m-ftr .ftr-contacts .container{padding-bottom:30px;}.m-ftr .ftr-links .container{padding-left:0;padding-bottom:15px;}.m-ftr .ftr-links ul{max-width:100%;overflow:hidden;}.m-ftr .ftr-links ul li{width:100%;text-align:center;}.m-ftr .ftr-links ul li a{font-size:14px;text-align:center;line-height:2;}.m-ftr .ftr-links .social-networks{clear:both;width:195px;margin:0 auto;float:none;}.m-ftr .ftr-links .open-newsletter-form{margin:10px auto;display:block;clear:both;margin-top:10px;max-width:100%;float:none;}.m-ftr .ftr-copyright-container{padding:0 40px;min-height:80px;text-align:center;}.m-ftr .ftr-copyright-container a{float:none;margin-bottom:10px;margin-right:0;}.m-ftr .ftr-copyright-container p{float:none;text-align:center;}}.m-hero{position:relative;overflow:hidden;height:514px;margin-top:46px;}.m-hero .owl-theme .owl-controls{margin-top:-20px;}.m-hero .container{height:100%;max-width:inherit;margin:0;padding-top:0;}.m-hero .m-wrpp{height:100%;max-width:inherit;margin:0;}.m-hero .hightlight-wrpp{background:url(img_navsprites.gif) 0 0;}.m-hero .hero-bkgr{background:url("/Content/Images/Hero/small-circle.png") no-repeat;height:100%;width:100%;background-position:50% 16%;background-size:700px;position:absolute;top:0;}.m-hero .hero-circle{position:absolute;top:-40px;margin:0 auto;left:0;right:0;}.m-hero .hero-circle>div{width:400px;height:100%;margin:0 auto;overflow:hidden;}.m-hero #owl-bg{position:absolute;top:0;height:100%;}.m-hero #owl-bg .owl-page{display:none;}.m-hero #owl-bg .item .highlight-img{height:500px;background-size:cover;background-position:center;max-width:inherit;}.m-hero #owl-bg .item .highlight-img img{width:100%;}.m-hero #owl-body{position:absolute;top:120px;left:0;width:86%;margin:0 7%;}.m-hero #owl-body .owl-pagination{display:none;}.m-hero #owl-body .item .highlight-wrpp{height:330px;}.m-hero #owl-body .item .highlight-wrpp .highlight-title{font-family:"Aller",sans-serif;text-transform:uppercase;padding:10px;color:#069;font-size:50px;line-height:50px;font-weight:800;text-align:center;margin:0 auto;width:520px;line-height:1;}.m-hero #owl-body .item .highlight-wrpp .highlight-title p{line-height:1.1;}.m-hero #owl-body .item .highlight-wrpp .highlight-text{font-size:22px;text-align:center;margin:0 auto;width:520px;}.m-hero #owl-body .item .highlight-wrpp .highlight-btn{text-align:center;margin:30px auto;width:520px;}.m-hero #owl-body .item .highlight-wrpp .highlight-btn .btn{min-width:250px;height:55px;font-size:30px;padding:0 50px;font-family:Aller;line-height:55px;}.m-hero .owl-controls{position:absolute;bottom:0;width:101%;left:-5px;height:15px;margin-top:0;}.m-hero .owl-controls .owl-pagination{cursor:auto;height:100%;}.m-hero .owl-controls .owl-pagination .owl-page{width:33.333333%;display:inline-block !important;border-right:2px solid #f2f2f2;opacity:.5;}.m-hero .owl-controls .owl-pagination .owl-page:last-child{border-right:0;}.m-hero .owl-controls .owl-pagination .owl-page:hover,.m-hero .owl-controls .owl-pagination .owl-page.active{opacity:1 !important;}.m-hero .owl-controls .owl-pagination .owl-page span{width:100%;background:#0071a5;border-radius:0;margin:0;height:15px;transition:opacity .4s ease-in;}.m-hero .highlight-prev,.m-hero .highlight-next{cursor:pointer;background-image:url("/Content/Images/carrossel-arrow.png");background-image:url("/Content/Images/carrossel-arrow.png");background-image:url("/Content/Images/carrossel-arrow.png"),-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,.5)),color-stop(80%,transparent));background-image:url("/Content/Images/carrossel-arrow.png"),-webkit-linear-gradient(left,rgba(0,0,0,.8) 0%,transparent 80%);background-image:url("/Content/Images/carrossel-arrow.png"),-moz-linear-gradient(left,rgba(0,0,0,.8) 0%,transparent 80%);background-image:url("/Content/Images/carrossel-arrow.png"),-o-linear-gradient(left,rgba(0,0,0,.8) 0%,transparent 80%);background-image:url("/Content/Images/carrossel-arrow.png"),-ms-linear-gradient(left,rgba(0,0,0,.8) 0%,transparent 80%);background-image:url("/Content/Images/carrossel-arrow.png"),linear-gradient(to right,rgba(0,0,0,.8) 0%,transparent 80%);background-repeat:no-repeat;width:200px;background-position:0 50%;opacity:.6;transition:opacity .3s ease;position:absolute !important;height:500px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.m-hero .highlight-prev:hover,.m-hero .highlight-next:hover{background-image:url("/Content/Images/carrossel-arrow.png");background-image:url("/Content/Images/carrossel-arrow.png");background-image:url("/Content/Images/carrossel-arrow.png"),-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,.8)),color-stop(80%,transparent));background-image:url("/Content/Images/carrossel-arrow.png"),-webkit-linear-gradient(left,rgba(0,0,0,.8) 0%,transparent 80%);background-image:url("/Content/Images/carrossel-arrow.png"),-moz-linear-gradient(left,rgba(0,0,0,.8) 0%,transparent 80%);background-image:url("/Content/Images/carrossel-arrow.png"),-o-linear-gradient(left,rgba(0,0,0,.8) 0%,transparent 80%);background-image:url("/Content/Images/carrossel-arrow.png"),-ms-linear-gradient(left,rgba(0,0,0,.8) 0%,transparent 80%);background-image:url("/Content/Images/carrossel-arrow.png"),linear-gradient(to right,rgba(0,0,0,.8) 0%,transparent 80%);opacity:.8;}.m-hero .highlight-next{top:0 !important;left:0 !important;}.m-hero .highlight-prev{top:0 !important;right:0 !important;left:initial !important;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH";}.gr-icon{float:left;margin:5px 0;margin-top:20px;}.wgt-hero .out-wrpp-block{background-color:#005a84;height:100%;position:relative;margin-top:48px;}.wgt-hero .out-wrpp-block .container{padding-top:0;}.wgt-hero .out-wrpp-block .col-3 div{float:right;margin-top:-15px;margin-right:10px;}.wgt-hero .out-wrpp-block .hero-title{font-style:normal;font-size:50px;color:#fff;text-transform:uppercase;line-height:130px;font-weight:400;font-family:Aller-Display,sans-serif;text-indent:10px;float:left;}@media only screen and (max-width:600px){.wgt-hero .out-wrpp-block .hero-title{line-height:60px;}}.wgt-hero .out-wrpp-block .hero-subtitle{font-family:"Aller",sans-serif;color:#fff;font-size:48px;font-weight:400;text-align:left;float:right;}@media only screen and (max-width:800px){.wgt-hero .out-wrpp-block .hero-subtitle{display:none;}}.wgt-hero .out-wrpp-block .hero-subtitle b{font-family:"Aller",sans-serif;color:#fcaf17;font-size:60px;font-weight:400;}.wgt-hero .out-wrpp-block .hero-text{font-family:Raleway;font-size:25px;height:130px;overflow:hidden;margin-top:10px;line-height:27px;font-weight:500;}.wgt-hero2level .out-wrpp-block{height:110px;position:relative;margin-bottom:20px;margin-top:48px;}.wgt-hero2level .out-wrpp-block .hero2level-title{font-family:"Aller",sans-serif;color:#44453d;font-size:36px;font-weight:700;line-height:52px;text-align:left;text-transform:uppercase;margin-bottom:25px;font-style:normal;}.wgt-blueintro{color:#fff;background-color:#007db6;position:absolute;margin-top:180px;}.wgt-blueintro .container{margin-bottom:20px;padding-top:20px;padding-bottom:120px;}.second-level.articleList{padding-top:95px;}.second-level.partner,.second-level.services{padding-top:280px;}.wgt-hero.oldversion{line-height:0;}.wgt-hero.oldversion .out-wrpp-block{background:url("/Content/Images/highlight_1920.jpg") no-repeat;background-size:cover;background-position:center;height:110px;position:relative;margin-bottom:20px;margin-top:48px;}.wgt-hero.oldversion .out-wrpp-block .whiteout{height:100%;width:100%;background-color:#fff;opacity:.75;position:absolute;top:0;left:0;box-shadow:inset 0 -6px 16px 0 rgba(0,0,0,.5);}.wgt-hero.oldversion .out-wrpp-block .hero-title{font-size:46px;color:#0071a5;text-transform:uppercase;line-height:55px;font-weight:600;font-family:Aller;margin-top:35px;text-indent:10px;}.hero-bg{background:url("/Content/Images/Hero/small-circle.png") no-repeat;}.hero-bg.full{background-position:0 0;width:786px;height:745px;}.hero-bg.half{background-position:0 -745px;width:786px;height:175px;}@media only screen and (max-width:800px){.wgt-hero .out-wrpp-block{margin-top:50px;}.wgt-hero .gr-icon img{width:130px;margin-top:10px;}.wgt-hero .hero-title{font-size:40px;}.wgt-hero2level .out-wrpp-block .hero2level-title{font-size:40px;}}@media only screen and (max-width:700px){.wgt-hero .out-wrpp-block .col-3{width:18%;}.wgt-hero .out-wrpp-block .hero-text{width:74%;font-size:20px;margin-top:5px;}}@media only screen and (max-width:600px){.wgt-hero .out-wrpp-block .highlight-title{font-size:40px;}.wgt-hero .out-wrpp-block .hero-title{width:auto;padding-right:0;font-size:26px;}.wgt-hero .out-wrpp-block .gr-icon img{width:80px;margin-top:20px;}.wgt-hero.oldversion .out-wrpp-block .hero-title{width:auto;padding-right:0;font-size:36px;}.wgt-hero.oldversion .out-wrpp-block .gr-icon img{width:80px;margin-top:20px;}.wgt-hero2level .out-wrpp-block .hero2level-title{font-size:20px;line-height:50px;padding:0;}.wgt-blueintro{margin-top:90px;}.second-level.services{padding-top:240px;}}@media only screen and (max-width:425px){.wgt-hero.oldversion .out-wrpp-block .container{padding-left:0;padding-right:0;}.wgt-hero.oldversion .out-wrpp-block .hero-title{font-size:28px;}}.page_wrapper h1,.page_wrapper .gr-h1 span,.gr-h1 .page_wrapper span{margin-top:40px;margin-bottom:40px;padding:0;text-align:center;font-family:Aller-Light;font-style:italic;}.page-heading{margin-top:40px;margin-bottom:40px;padding:0;text-align:center;font-family:Aller-Light;font-style:italic;}.values .page-heading,.testimonies .page-heading{color:#fcaf17;}.values,.testimonies{padding-top:0 !important;}.values{margin-top:20px !important;}.testimony{color:#fff;color:#fff;font-size:18px;font-weight:600;text-align:center;padding:0 50px !important;}.testimonies{max-width:1000px !important;}.testimonies .admin-icon{width:100%;height:100px;background:url("/Content/Images/testimony-admin-icon.png") no-repeat center;}.testimonies i{font-size:12px;font-weight:400;margin-top:10px;display:block;}html{background-color:#f2f2f2;}.wgt-hlight-ss{background-color:#fff;margin:0 0 30px;-webkit-box-shadow:0 0 10px 0 #c8c8c8;-moz-box-shadow:0 0 10px 0 #c8c8c8;box-shadow:0 0 10px 0 #c8c8c8;max-height:580px;}.wgt-hlight-ss .hl-top{position:relative;background-color:transparent;}.wgt-hlight-ss .hl-bottom{padding:15px 30px;background-color:#fff;}.wgt-hlight-ss .hl-bottom h2{color:#005a84;font-family:Raleway;font-size:25px;font-weight:600;line-height:1.2;text-decoration:underline;margin-bottom:2%;}.wgt-hlight-ss .hl-bottom .hl-bottom-text{display:block;}.wgt-hlight-ss .hl-bottom .hl-bottom-text p{font-family:Raleway;line-height:20px;}.wgt-hlight-ss .hl-footer{width:100%;background-color:#fff;}.wgt-hlight-ss .hl-footer .hl-footer-icon{width:84px;display:list-item;list-style:none !important;vertical-align:middle;padding-top:10px;}.wgt-hlight-ss .hl-footer .hl-footer-icon .gr-icon{margin:-6px 10px 5px 0;}.wgt-hlight-ss .hl-footer p{font-size:20px;display:inline-block;width:70%;color:#069;font-family:Raleway;vertical-align:middle;font-weight:bold;height:65px;}.wgt-hlight-ss .hl-footer .hl-footer-saving{display:block;height:50px;}.wgt-hlight-ss .hl-footer .hl-footer-saving span{color:#0071a5;font-size:18px;line-height:1.4;font-weight:600;}.wgt-hlight-ss .hl-footer a{text-decoration:none;}.wgt-hlight-ss .hl-footer a:hover{text-decoration:none;}.hl-btn{height:65%;width:40%;vertical-align:middle;}.hl-btn .btn{height:100%;width:100%;font-size:22px;padding:14px 16px;text-transform:uppercase;}.hl-blue-bg{position:absolute;width:100%;height:70px;background-color:#069;opacity:.5;}.hl-top-img{overflow:hidden;width:inherit;}.hl-top-img img{width:100%;height:100%;overflow:hidden;object-fit:cover;}.hl-top-title{font-family:Aller;position:absolute;top:25px;left:55px;z-index:1;text-transform:uppercase;font-size:25px;color:#fff;font-weight:bold;text-transform:uppercase;}.gr-outer{background-color:#0071a5;position:relative;overflow:hidden;padding:10px 0;padding-bottom:30px;border-bottom:20px solid #0078af;}.gr-outer .city{position:absolute;bottom:0;height:100%;width:100%;}.gr-outer .cshade{background:url("/Content/Images/city_shade.svg") no-repeat bottom;background-size:contain;bottom:0;transition:bottom .8s ease;}.gr-outer .cblue{background:url("/Content/Images/city_blue.svg") no-repeat bottom;background-size:contain;bottom:-35px;transition:bottom .8s ease;}.gr-outer .cblue-dark{background:url("/Content/Images/city_blue_dark.svg") no-repeat bottom;background-size:contain;bottom:-36px;transition:bottom .8s ease;}.gr-outer .gr-ctn{margin:auto;overflow:hidden;max-width:800px;}.gr-outer .gr-ctn.container.testimonies{padding:0;padding-right:10px;}.gr-outer .gr-ctn .col-6{padding:5px;}.gr-outer .gr-ctn .gr-icon{padding-right:10px;}.gr-h1 span{margin-top:80px;margin-bottom:40px;text-align:center;color:#fcaf17;font-family:Aller-Light;font-style:italic;}.gr-title,.gr-text{color:#fff;}.gr-title{font-size:26px;font-family:"Aller-Display",sans-serif;margin-top:33px;}.gr-text{margin-top:6px;font-size:14px;line-height:16px;font-weight:200;}.video-wrpp{position:relative;float:left;width:100%;margin-bottom:-6px;}#video-promo{width:100%;max-height:100%;}.img-promo{overflow:hidden;position:relative;float:left;margin-bottom:-6px;background:#fff;height:auto;overflow:hidden;width:100%;max-width:100%;padding-top:10px !important;}.img-promo h2.page-heading{color:#006ea5;margin-bottom:50px !important;}.img-promo img{max-width:567px;min-width:0;width:75%;margin:0 auto;display:block;margin-top:35px;margin-bottom:50px;}.img-promo p{margin-top:30px;text-align:center;color:#44453d;font-size:18px;font-weight:500;clear:both;height:130px;}.flyer{overflow:hidden;position:relative;float:left;margin-bottom:-6px;height:auto;overflow:hidden;width:100%;max-width:100%;padding-top:10px !important;}.flyer a:not(.btn){display:block;margin:0 auto;max-width:567px;height:auto;margin-top:35px;}.flyer a:not(.btn) img{max-width:567px;min-width:0;width:100%;height:auto;display:block;}.flyer~.m-ftr{margin-top:0;}.flyer .btn{margin:0 auto;display:block;margin-bottom:110px;width:221px;height:42px;line-height:1.6;font-size:24px;text-align:center;padding:0 0;text-transform:uppercase;}.play-video-container{width:102px;overflow:hidden;height:100px;margin:0 auto;}.play-video-container .play-video{width:0;height:0;border-top:50px solid transparent;border-left:100px solid #fcaf17;border-bottom:50px solid transparent;cursor:pointer;position:relative;transition:border .3s ease-in-out;}.play-video-container .play-video:hover{border-left:100px solid #006ea5;}.play-video-container .play-video span{position:absolute;left:-92px;top:-10px;display:block;font-family:Aller;font-weight:300;font-size:21px;color:#fff;text-transform:uppercase;}.video-wrpp{display:none;position:fixed;top:0;left:0;float:none;height:100%;width:100%;z-index:9999;background:#000;padding:20px;}.video-wrpp .col-12{height:100%;}.close-popup{position:absolute;right:30px;border:none;top:30px;width:30px;height:30px;background-color:#000;color:#fff;text-transform:uppercase;border-radius:50%;font-family:cursive;}.wgt-hlight-ss:first-child{border-top:none;}.wgt-hlight-partnership{padding:20px 0;}.wgt-disclaimer{border-top:4px solid #c0c0c0;padding:20px 0;}.wgt-promo-video{border-top:4px solid #c0c0c0;padding:20px 0;}.rightPane{position:absolute;right:0;}.form-horizontal .form-block .col-1,.form-horizontal .form-block .col-11{float:left;}.register-terms{color:#069;}.register-terms:hover{text-decoration:underline;}.form-block .terms-conds{display:none;float:left;}#mobile-demo{background-color:#0071a5;}#mobile-demo .side-nav li:hover,#mobile-demo .side-nav li.active{background-color:#0071a5;}#mobile-demo>a{margin:0;padding:10px;height:auto;background-color:#0071a5;}#mobile-demo *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}#mobile-demo ul.collapsible{background-color:#0071a5;}#mobile-demo ul.collapsible a{color:#fff;font-weight:500;background-color:#0071a5;}#mobile-demo ul.collapsible>li{margin:0;padding:0;margin-left:20px;overflow:hidden;background-color:#0071a5;border-bottom:2px solid #005a84;}#mobile-demo ul.collapsible>li:hover{background-color:#007db6;transition:background-color .3s ease-in-out;}#mobile-demo ul.collapsible>li:hover *{transition:background-color .3s ease-in-out;background-color:#007db6;}#mobile-demo ul.collapsible>li *{background-color:#0071a5;transition:background .3s ease-in-out;}#mobile-demo ul.collapsible>li .collapsible-header{margin:0;padding:0;float:left;display:inline-block;width:25%;line-height:50px;font-size:44px;height:50px;content:"";background-repeat:no-repeat;background-position:center;background-image:url("/Content/Images/sidemenu-plus.png");cursor:pointer;}#mobile-demo ul.collapsible>li .collapsible-header.active{background-image:url("/Content/Images/sidemenu-minus.png");}#mobile-demo ul.collapsible>li .submenu-title{text-indent:10px;width:75%;height:50px;line-height:50px;margin:0;padding:0;float:left;display:inline-block;font-family:"Aller-Light",sans-serif;color:#fff;font-size:18px;font-weight:300;text-align:left;text-transform:uppercase;transition:color .3s ease-in-out,background-color .3s ease-in-out;}#mobile-demo ul.collapsible>li .submenu-title:first-child{border-top:0;}#mobile-demo ul.collapsible>li.active .submenu-title{color:#fcaf17;}#mobile-demo ul.collapsible>li.active *{transition:background-color .3s ease-in-out;background-color:#007db6 !important;}#mobile-demo ul.collapsible>li .collapsible-body{background-color:#0071a5;clear:both;}#mobile-demo ul.collapsible>li .collapsible-body li{overflow:hidden;width:100%;height:auto;line-height:1;}#mobile-demo ul.collapsible>li .collapsible-body a{margin:0;height:auto;line-height:1.2;padding-top:10px;padding-bottom:10px;font-size:16px;font-weight:300;}#mobile-demo ul.collapsible>li .collapsible-body a:hover{background-color:#005a84 !important;}#mobile-demo .sidebar-user .subscribe-btn,#mobile-demo .sidebar-user .login-btn{color:#fff;font-family:"Aller-Light",sans-serif;font-size:18px;font-weight:400;width:200px;height:44px;border-radius:50px;line-height:44px;text-align:center;margin-bottom:10px;border:0 !important;}#mobile-demo .sidebar-user .subscribe-btn{background-color:#fcaf17;border-color:#fcaf17;}#mobile-demo .sidebar-user .login-btn{background-color:#005a84;border-color:#005a84;}#mobile-demo .sidebar-user .options div>a{color:#fff !important;}#mobile-demo .sidebar-user .sign-in-out .btn{color:#fff !important;}.login-btn{background-color:#005a84;color:#fff;border-color:#005a84;margin-right:10px;}.login-btn:hover{color:#fff;border-color:#005a84;}.m-hdr .side-nav .sidebar-user{margin-left:10px;margin-right:10px;}@media(max-width:500px){.drag-target{display:none !important;}}.articleList .card-extend.tall-card .card-footer .card-button{float:left;margin-right:0;margin-left:35px;}.articleList .wide-card .card-button{right:0;left:-15px;text-align:left;bottom:-6px;}.articleList .wide-card h3{float:none;}.articleList h3,.articleList h6{float:left;}.articleList span{margin-left:8px;margin-right:5px;}.articles-loader{height:67px;}.topics{border-left:3px solid #2f4f4f;padding-left:2%;max-height:84vh;overflow-y:auto;overflow-x:hidden;}.topics .title{margin-left:7px;font-size:x-large;font-weight:600;}.topics .list{padding:1px 0 1px 3px;line-height:1.5;display:block;}.topics .item{margin:5px 0;border:1pt solid #000;font-size:smaller;float:none;font-weight:600;display:block;}.topics .item a{padding:6px 6px;text-decoration:none;}.topics .item a:hover{background-color:#18c0cf;color:#fff;}.lastNews{margin:20px 0 10px 0;border-left:3px solid #2f4f4f;padding-left:2%;}.lastNews .title{margin-left:7px;font-size:x-large;font-weight:600;}.lastNews .list{padding:1px 0 1px 3px;line-height:1.5;display:block;margin-top:5px;}.lastNews .item{margin:0 0;border-top:1pt solid #000;font-size:smaller;float:none;font-weight:600;display:block;}.lastNews .item:last-child{border-bottom:1pt solid #000;}.lastNews .item a{padding:6px 2px;text-decoration:none;text-transform:capitalize;}.lastNews .item a h3{text-transform:none;}.lastNews .item a:hover{background-color:#18c0cf;color:#fff;}.lastNews .item a img{min-height:58px;display:inline-block;object-fit:cover;}.lastNews .item a .contentMediaBoxLN{display:table-cell;vertical-align:middle;width:60px;}.lastNews .item a .contentTitleLN{display:table-cell;vertical-align:middle;padding-left:4px;text-transform:capitalize;}.lastNews .item a .contentBoxLN{display:table;min-height:60px;}.article .contentHeader{margin-top:10px;margin-bottom:10px;}.article .contentHeader .contentTeaser{margin:10px;border-left:3px solid #2f4f4f;padding:10px;line-height:1.5;font-style:italic;font-size:larger;}.article .contentHeader .contentThumb{padding:10px;padding-left:0;}.article .contentHeader .contentThumb img{width:100%;object-fit:cover;}.article .contentBody .contentPageNav{width:100%;text-align:right;}.article .contentBody .contentPageNav .contentBox{float:right;margin-bottom:2%;}.article .contentBody .contentPageNav .contentBox a{display:inline-block;border:1px solid #2f4f4f;border-left-width:0;vertical-align:middle;box-sizing:content-box;height:25px;padding:3px 6px;margin:0;text-decoration:none;font-size:smaller;float:left;}.article .contentBody .contentPageNav .contentBox a:first-child{border-left-width:1px;}.article .contentBody .contentPageNav .contentBox a:hover{background-color:#18c0cf;color:#fff;}.article .contentObject{margin-top:5px;margin-bottom:5px;}.article .contentObject .contentCaption{width:100%;text-align:center;font-size:smaller;font-style:italic;}.article .contentObject .contentMediaContainer{text-align:center;}.article .contentObject .contentMediaBox{text-align:center;border:1px solid #d3d3d3;padding:10px 20px;margin:10px auto;display:inline-block;}.article-ctn{position:relative;margin-top:30px;}.article-ctn .wide-card:first-child{margin-top:0;}.article-listing{display:block;}.article-listing>.wide-card:first-child{margin-bottom:20px;}.article-listing>.wide-card:first-child .shadow-box{-webkit-box-shadow:none;box-shadow:none;}.article-listing>.wide-card:first-child .wide-img{display:block !important;width:100%;height:280px;padding:0;}.article-listing>.wide-card:first-child .wide-body{width:100%;}.article-listing>.wide-card:last-child{margin-bottom:20px;}.article-listing .wide-body a{text-transform:capitalize;}.article-listing .wide-body a h3{text-transform:none;text-decoration:underline;}.no-more-articles{display:none;margin:0 auto;width:160px;text-align:center;color:#fcaf17;background-color:#0071a5;margin-top:60px;padding:10px;font-weight:600;border-radius:10px;}#article-filter-modal{background-color:transparent;max-height:100% !important;}#article-filter-modal .modal-content.categoriesList,#article-filter-modal .modal-content.categoryList,#article-filter-modal .modal-content.keywordsList{position:relative;top:0 !important;padding:0;}#article-filter-modal .modal-content.categoriesList .item:last-child,#article-filter-modal .modal-content.categoryList .item:last-child,#article-filter-modal .modal-content.keywordsList .item:last-child{padding-bottom:20px;}#articles{min-height:120px;}.articleList .articlesContainer{padding-bottom:50px;}.articleList .articlesContainer .contentBox{margin-top:50px;border-top:2px solid #2f4f4f;}.articleList .articlesContainer .contentBox .contentDate{padding-bottom:15px;}.articleList .articlesContainer .contentBody{padding-left:10px;}.articleList .highlightArticle{padding-right:10px;}.articleList .highlightArticle img{width:100%;object-fit:cover;-o-object-fit:cover;}.articleList.first .articlesContainer .contentBox{margin-top:30px;padding-top:20px;}.articleList.first .articlesContainer .contentBox:first-child{border:0;}.articleList.first .articlesContainer .contentBox .contentThumb img{max-width:initial;width:100%;object-fit:cover;-o-object-fit:cover;}.articleList.first .articlesContainer .contentBox .contentBody .contentTags h6,.articleList.first .articlesContainer .contentBox .contentBody .contentTags a,.articleList.first .articlesContainer .contentBox .contentBody .contentTags span{display:inline-block;}.articleList.first .articlesContainer .contentBox .contentBody .contentAction{margin-top:20px;}.articleList.second .contentTitle{margin-top:30px;margin-bottom:30px;}.articleList.second .contentBody{padding:0;}.articleList.second .contentBody .contentTitle{margin:0;}.articleList.second .contentBody .contentThumb{margin:0;}.articleList.second .articlesContainer{padding-bottom:50px;margin-right:15px;}.articleList.second .articlesContainer .contentBox .contentThumb{margin:0;}.articleList.second .articlesContainer .contentBox .contentThumb img{object-fit:cover;min-height:200px;}.articleList.second .articlesContainer .contentBox .contentBody{padding-left:10px;}.articleList.second .articlesContainer .contentBox .contentBody .contentTeaser{margin-bottom:10px;}.articleList.second .articlesContainer .contentBox .contentBody .contentAction{margin-top:20px;}.articleList.second .articlesContainer .contentBox .contentBody .contentAction a{display:inline-block;}.articleList.second .articlesContainer .contentBox .contentBody .contentAction .contentTags{display:inline-block;text-align:right;float:right;font-size:small;}.articleList.second .articlesContainer .contentBox .contentBody .contentAction .contentTags a{margin-left:5px;outline:#2f4f4f solid 1px;padding:1px 3px;color:#666;}.articleList.second .highlightArticle{padding:0;padding-top:15px;border-top:3px solid #2f4f4f;margin:4px 0 10px 0;}.articleList.second .categoriesList .contentBox,.articleList.second .categoryList .contentBox,.articleList.second .keywordsList .contentBox{margin:4px 0 10px 0;border-top:3px solid #2f4f4f;padding-left:2%;padding-top:5px;}.articleList.second .categoriesList .contentBox .title,.articleList.second .categoryList .contentBox .title,.articleList.second .keywordsList .contentBox .title{margin-left:7px;font-size:x-large;font-weight:600;}.articleList.second .categoriesList .contentBox .list,.articleList.second .categoryList .contentBox .list,.articleList.second .keywordsList .contentBox .list{padding:1px 0 1px 3px;line-height:1.5;display:block;}.articleList.second .categoriesList .contentBox .item,.articleList.second .categoryList .contentBox .item,.articleList.second .keywordsList .contentBox .item{margin:5px 0;border:1pt solid #000;font-size:medium;float:none;font-weight:600;display:block;text-transform:uppercase;}.articleList.second .categoriesList .contentBox .item h5,.articleList.second .categoryList .contentBox .item h5,.articleList.second .keywordsList .contentBox .item h5{padding:15px 6px;text-decoration:none;}.articleList.second .categoriesList .contentBox .item h5:hover,.articleList.second .categoryList .contentBox .item h5:hover,.articleList.second .keywordsList .contentBox .item h5:hover{background-color:#18c0cf;color:#fff;}.categoriesList,.categoryList,.keywordsList{padding:0 10px;padding:0 10px;padding-top:0;position:absolute;right:0;top:0;display:block;}.categoriesList .contentContainer,.categoryList .contentContainer,.keywordsList .contentContainer{height:100%;display:block;text-transform:uppercase;border-top:4px solid #005a84;border-bottom:4px solid #005a84;}.categoriesList .contentContainer h5,.categoryList .contentContainer h5,.keywordsList .contentContainer h5{margin:0;width:100%;height:40px;vertical-align:top;font-weight:500;color:#fff;display:block;padding-top:7px;transition:color .3s ease-in-out;}.categoriesList .contentContainer .item,.categoryList .contentContainer .item,.keywordsList .contentContainer .item{display:block;background-color:#005a84;width:100%;cursor:pointer;vertical-align:middle;text-align:center;position:relative;transition:background-color .3s ease-in-out;}.categoriesList .contentContainer .item .item:first-child,.categoryList .contentContainer .item .item:first-child,.keywordsList .contentContainer .item .item:first-child{border-top:4px solid #f00;}.categoriesList .contentContainer .arrow-down,.categoryList .contentContainer .arrow-down,.keywordsList .contentContainer .arrow-down{width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:16px solid #007db6;position:absolute;bottom:-15px;left:41%;}.categoriesList .contentContainer .item:hover,.categoriesList .contentContainer .item.categories-highlight,.categoryList .contentContainer .item:hover,.categoryList .contentContainer .item.categories-highlight,.keywordsList .contentContainer .item:hover,.keywordsList .contentContainer .item.categories-highlight{background-color:#0071a5;}.categoriesList .contentContainer .item:hover h5,.categoriesList .contentContainer .item.categories-highlight h5,.categoryList .contentContainer .item:hover h5,.categoryList .contentContainer .item.categories-highlight h5,.keywordsList .contentContainer .item:hover h5,.keywordsList .contentContainer .item.categories-highlight h5{color:#fcaf17;}.partner .contentTitle{margin:10px 0;margin-top:30px;padding-top:10px;padding-bottom:5px;border-top:6px solid #2f4f4f;border-bottom:2px solid #2f4f4f;text-transform:uppercase;}.partner .contentTitle h4{font-weight:bold;}.partner .partnersList .partnerContainer{padding:30px 0 35px 0;border-bottom:2px solid #2f4f4f;}.partner .partnersList .partnerContainer .contentThumb img{max-width:initial;width:100%;height:200px;object-fit:cover;}.partner .partnersList .partnerContainer .contentBody{padding-left:15px;display:table;height:200px;vertical-align:middle;}.partner .partnersList .partnerContainer .contentBody .contentText{display:table-cell;vertical-align:middle;float:none;}.partner .partnersList .partnerContainer .contentBody .contentText span{font-size:medium;font-weight:600;line-height:2;}.partner .partnersList .partnerContainer .contentBody .contentPoupe{float:none;vertical-align:middle;display:table-cell;padding-left:15px;}.partner .partnersList .partnerContainer .contentBody .contentPoupe .contentBox{text-align:center;}.partner .partnerAdvantages .contentContainer .contentThumb{text-align:right;height:80px;padding:5px;padding-left:15px;}.partner .partnerAdvantages .contentContainer .contentThumb img{object-fit:cover;height:60px;width:60px;}.partner .partnerAdvantages .contentContainer .contentThumb span{font-weight:bold;}.partner .partnerAdvantages .contentContainer .contentThumb>div{position:absolute;width:100%;HEIGHT:60px;text-align:center;vertical-align:middle;}.partner .partnerAdvantages .contentThumb img{object-fit:cover;width:100%;}.modal-trigger-container{display:none;}.modal-trigger{display:none;background-color:#0071a5;position:fixed;bottom:-75px;left:0;right:0;margin:0 auto;width:130px;height:130px;text-align:center;border-radius:50%;color:#fcaf17;}.modal-trigger i{font-size:40px;margin-top:6px;}.modal-trigger p{margin-top:-15px;text-transform:uppercase;font-size:14px;font-weight:600;}.modal-trigger:hover{bottom:-60px;}.modal-trigger.actv{position:relative;bottom:-75px;}.modal-trigger.actv i{margin-top:24px;}.modal-trigger.relative:not(.actv){bottom:0;margin-top:30px;}.modal-trigger.relative:not(.actv) p{font-size:22px;}.modal-trigger{background-color:#fff;color:#fcaf17;border:3px solid #fcaf17;box-shadow:0 0 10px 0 #c8c8c8;}.modal-content .contentContainer{background-color:#fff;border-top:3px solid #fcaf17;}.modal-content .contentContainer .item{border-bottom:1px solid #ccc;background-color:#fff;text-align:center;}.modal-content .contentContainer .item a{text-decoration:none;}.modal-content .contentContainer .item.categories-highlight,.modal-content .contentContainer .item:hover{background-color:#fff !important;}.modal-content .contentContainer h5{color:#005a84;font-weight:500;text-transform:none;}.article-details{font-family:"Raleway",sans-serif;}.article-details .contentHeader .wgt-hlight-ss{margin:0 0 10px;}.article-details .contentHeader .contentDate{color:#44453d;font-size:18px;font-weight:400;line-height:30px;text-align:left;margin-top:5px;text-transform:lowercase;}.article-details .contentHeader .contentDate b.contentCategory{color:#44453d;font-size:18px;font-weight:700;line-height:30px;text-align:left;text-transform:uppercase;}.article-details .contentHeader .contentTeaser{color:#44453d;font-size:20px;font-weight:600;text-align:left;line-height:1.3;margin:0;margin-top:15px;border:0;padding:0;font-style:initial;}.article-details .contentHeader div.details-top-img{-webkit-box-shadow:0 0 10px 0 #c8c8c8;-moz-box-shadow:0 0 10px 0 #c8c8c8;box-shadow:0 0 10px 0 #c8c8c8;}.article-details .contentHeader div.details-top-img img{width:100%;}.article-details .contentHeader .wgt-hlight-ss{background-color:#fff;height:auto;padding:30px;padding-bottom:35px;}.article-details .contentHeader h1,.article-details .contentHeader .gr-h1 span,.gr-h1 .article-details .contentHeader span{font-family:"Raleway",sans-serif;color:#44453d;font-size:36px;font-weight:700;line-height:1.15;text-align:left;padding-right:20px;font-style:normal;margin-bottom:0;}.article-details h3.page-title,.article-details h2.page-title,.article-details h1.page-title,.article-details .gr-h1 span.page-title,.gr-h1 .article-details span.page-title{color:#44453d;font-size:36px;font-weight:700;line-height:1.15;text-align:left;padding-right:20px;margin-bottom:30px;font-style:normal;font-family:"Raleway",sans-serif;}.article-details .contentBody{margin-right:20px;padding:0;padding:30px 15px;background:#fff;-webkit-box-shadow:0 0 10px 0 #c8c8c8;-moz-box-shadow:0 0 10px 0 #c8c8c8;box-shadow:0 0 10px 0 #c8c8c8;border-bottom:4px solid #aaa;color:#44453d;}.article-details .contentBody h5.contentTitle{margin-bottom:10px;font-size:23px;font-weight:600;padding-left:15px;margin-top:20px;}.article-details .contentBody .section.contentTitle{color:#44453d;font-size:24px;font-weight:700;line-height:30px;text-align:left;padding-left:15px;}.article-details .contentBody .contentText{padding-left:15px;padding-right:15px;font-size:17px;line-height:1.4;overflow-x:auto;}.article-details .contentBody .contentContainer{padding-right:0;font-size:17px !important;margin-bottom:30px;}.article-details .contentBody .contentContainer img{max-width:100%;width:auto !important;height:auto !important;min-width:0;}.article-details .contentBody .contentContainer ul:not(.snippet){margin-left:40px;margin-bottom:12px;margin-top:12px;}.article-details .contentBody .contentContainer ul:not(.snippet) li{font-size:16px;margin-bottom:6px;list-style:initial;list-style-type:initial;}.article-details .contentBody .contentContainer b,.article-details .contentBody .contentContainer strong{font-size:17px;font-weight:700 !important;}.article-details .contentBody .contentContainer p{font-size:17px;font-weight:400;line-height:1.4;text-align:left;}.article-details .contentBody .contentContainer p b,.article-details .contentBody .contentContainer p strong{font-size:17px;font-weight:700 !important;}.article-details .contentBody .contentContainer p>img{width:auto !important;height:auto !important;min-width:auto;}.article-details .contentBody .contentContainer .snippetTitle strong{font-weight:700;font-size:16px;}.article-details .contentBody .contentContainer iframe{width:100% !important;}.article-details .contentBody .contentContainer:last-child{margin-bottom:0;}.article-details .contentBody .contentMediaBox{width:100%;border:0;margin:0;padding:0;}.article-details .topics .title{margin-bottom:0;margin-top:0 !important;}.article-details .topics,.article-details .partnershipSidebar{border:0;padding:30px 20px;padding-right:0;background:#fff;margin-left:20px;-webkit-box-shadow:0 0 10px 0 #c8c8c8;-moz-box-shadow:0 0 10px 0 #c8c8c8;box-shadow:0 0 10px 0 #c8c8c8;border-bottom:4px solid #aaa;}.article-details .topics .title,.article-details .topics h3,.article-details .partnershipSidebar .title,.article-details .partnershipSidebar h3{display:block;text-transform:uppercase;color:#44453d;font-size:17px;font-weight:700;line-height:30px;text-align:left;border-bottom:4px solid #fcaf17;}.article-details .topics h3:after,.article-details .partnershipSidebar h3:after{content:"";width:30px;height:4px;background-color:#fcaf17;position:absolute;bottom:-4px;right:-30px;}.article-details .topics ul.list,.article-details .partnershipSidebar ul.list{padding-right:20px;}.article-details .topics .item,.article-details .partnershipSidebar .item{border:0;color:#0071a5;font-size:18px;font-weight:600;line-height:30px;text-decoration:underline;text-align:left;margin-bottom:15px;margin-top:15px;}.article-details .topics .item a,.article-details .partnershipSidebar .item a{transition:color ease-in-out .3s;display:block;line-height:1.4;}.article-details .topics .item a:hover,.article-details .partnershipSidebar .item a:hover{background-color:#fff;color:#0071a5;}.article-details .lastNews{margin:0;border:0;padding:0;margin-top:50px;padding-right:3%;}.article-details .lastNews .title{color:#44453d;font-size:30px;font-weight:700;line-height:30px;text-align:left;border:0;margin-bottom:0;}.article-details .lastNews .list{padding:0;}.article-details .lastNews .list .wide-card{margin:0;}.article-details .lastNews .list .item{padding:0 0;border:0;}.article-details .lastNews .list .item .article-sml{padding-left:30px;}.article-details .lastNews .list .item a{padding:0;overflow:hidden;}.article-details .lastNews .list .item a:hover{color:inherit;}.article-details .lastNews .list .item img{width:100%;}.article-details .lastNews .list .item h4{color:#005a84;font-size:26px;font-weight:700;line-height:30px;text-align:left;margin-top:20px;text-transform:none;text-decoration:underline;}.article-details .lastNews .list .item .contentDate{clear:both;color:#44453d;line-height:30px;text-align:left;margin-top:5px;text-transform:lowercase;font-size:18px;font-weight:700;}.article-details .lastNews .list .item .contentDate b.contentCategory{color:#44453d;font-size:18px;font-weight:700;line-height:30px;text-align:left;text-transform:uppercase;}.article-details .lastNews .list .item .contentTeaser{color:#44453d;text-align:left;line-height:1.4;margin:0;margin-top:15px;border:0;padding:0;font-style:initial;color:#44453d;font-size:17px;font-weight:500;text-align:left;text-transform:none;}.share-container{width:100%;overflow:hidden;margin-top:10px;}.share-container li a{width:40px;height:30px;display:inline-block;float:left;margin:0 1px;background-repeat:no-repeat;background-position:center;transition:background-color .3s ease-in-out;}.share-container li a#share-facebook{margin-left:0;background-image:url("/Content/Images/facebook-16.png");background-color:#4b65a3;}.share-container li a#share-twitter{background-image:url("/Content/Images/twitter-16.png");background-color:#19b7ed;}.share-container li a#share-linkedin{background-image:url("/Content/Images/linkedin-16.png");background-color:#006da6;}.share-container li a#share-print{background-image:url("/Content/Images/print-16.png");background-color:#696a64;}.share-container li a:hover{background-color:#43443d !important;}.container.help{padding-top:0 !important;}.container.help .wide-card{padding:0;margin-top:20px;}.help-mail-icon{width:100px;height:64px;text-align:center;margin-right:auto;margin-left:auto;margin-top:30px;margin-bottom:5px;margin:30px auto 5px auto;background:url("/Content/Images/help-mail-icon.png") no-repeat center;}.responsive-hide{display:none;}.help-l{padding:50px 0 50px 40px;}.help-l h3,.help-l h4{color:#44453d;font-weight:700;width:100%;clear:both;}.help-l h3:hover,.help-l h4:hover{text-decoration:none;cursor:default;}.help-l h3{font-size:24px;}.help-l h4{font-size:20px;margin-top:40px;}.help-l h5{color:#44453d;font-size:24px;font-weight:400;margin-bottom:0;margin-top:30px;clear:both;}.help-l a{display:block;color:#0071a5;font-size:24px;line-height:1.2;margin-left:20px;}.help-l a:hover{text-decoration:underline;}.help-l a b{font-size:34px;font-weight:700;}.help-l p{font-size:18px;font-weight:500;}.help-r{background-color:#007db6;padding:20px 0 20px 0;}.help-r h4{color:#fff;font-size:20px;font-weight:700;line-height:30px;width:100%;text-transform:uppercase;text-align:center;}ul.help-emails,.all-about ul{color:#fff;clear:both;padding-top:50px;margin-left:20px;border-bottom:2px solid #005a84;}ul.help-emails li,.all-about ul li{display:block;height:60px;width:100%;display:table;border-top:2px solid #005a84;transition:background-color .3s ease-in-out;}ul.help-emails li a,.all-about ul li a{color:#fff;height:100%;display:block;padding-left:20px;display:table-cell;vertical-align:middle;text-align:left;width:100%;}ul.help-emails li a span,.all-about ul li a span{font-weight:600;font-size:24px;}ul.help-emails li:hover,.all-about ul li:hover{background-color:#0071a5;}.all-about{margin-top:30px;margin-bottom:50px;}.all-about .help-l p{text-transform:none;padding-right:15px;}.all-about .help-r{padding-top:0;padding-bottom:0;}.all-about .help-r ul{border-bottom:0;padding-top:0;}.all-about .help-r ul li a{text-transform:uppercase;}.all-about .help-r ul li a span{font-weight:600;font-size:24px;}.all-about .help-r ul li:first-child{border-top:0;}.help .desktop-hide a{margin-left:0;padding-right:20px;margin-top:15px;}@keyframes flickerAnimation{0%{opacity:1;}50%{opacity:.1;}100%{opacity:1;}}.subscriptionFractions{float:left;width:100%;overflow:hidden;position:relative;height:435px;margin-bottom:40px;}.subscriptionFractions .subscriptionFractionsWrapper{width:100%;height:385px;position:absolute;top:0;left:0;}.subscriptionFractions .subscriptionFractionsPanel{float:left;opacity:0;}.subscriptionFractions .subscriptionFractionsPanel:first-of-type{opacity:1;}.subscriptionFractions .subscriptionFractionsPanel .city{-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}.subscriptionFractions .subscriptionFractionsPanel .cshade{bottom:-80px !important;opacity:0;}.subscriptionFractions .subscriptionFractionsPanel .cshade.animate-city{bottom:-63px !important;opacity:1;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}.subscriptionFractions .subscriptionFractionsPanel .cblue{bottom:-80px !important;opacity:0;}.subscriptionFractions .subscriptionFractionsPanel .cblue.animate-city{opacity:1;bottom:-63px !important;}html.landing{background-color:#007db6;}html.landing .header{background-color:#0071a5;}html.landing .header .container{margin-top:0;padding-top:20px;padding-bottom:20px;}html.landing .header .logo{text-align:center;}html.landing .header .logo-cond{text-align:right;}html.landing .header .logo-cond a{display:block;}html.landing .header .logo-cond img{width:75% !important;}html.landing .header .logo-ldc{text-align:left;padding-left:20px;}html.landing .footer{width:100%;background-color:#007db6;}html.landing .footer p{color:#fff;font-size:18px;font-weight:400;text-align:center;height:50px;line-height:50px;}html.landing .form-block .btn{line-height:1;font-family:"Aller",sans-serif;color:#faaf19;font-weight:400;text-align:center;min-width:200px;background-color:rgba(0,0,0,.3);border-width:5px;border-color:#faaf19;margin-bottom:40px;margin-top:10px;text-transform:uppercase;}html.landing .form-block .btn:hover{background-color:#faaf19;color:#fff;}html.landing .form-block .btn.btn-big{height:67px;line-height:2;font-size:30px;padding:0 100px;}html.landing .form-block .btn.btn-med{color:#fff;height:50px;font-size:26px;line-height:1.4;margin-top:0;background-color:#faaf19;}html.landing .form-block .btn.btn-med:hover{background-color:rgba(0,0,0,.45);color:#faaf19;}.admin-login{overflow:hidden;position:relative;}.admin-login .form-horizontal{background-color:#005a84;margin-top:0;}.admin-login .admin-pass .control-label{float:left;}.admin-login .admin-pass a{float:right;color:#fff;color:#fff;font-size:14px;font-weight:400;vertical-align:bottom;text-decoration:underline;}.admin-login .form-block{overflow:hidden;}.admin-login .form-block label.control-label{color:#fff;font-size:20px;font-weight:300;}.admin-login .remember-me .check-box{display:inline-block;width:16px;float:right;margin:0;}.admin-login .remember-me label.control-label{color:#fff;font-weight:300;font-size:14px;margin-left:10px;float:right;}.admin-login .condomino-login{color:#fff;font-size:20px;font-weight:400;margin-top:20px;display:block;}.admin-login .condomino-login a{color:#fff;font-size:20px;font-weight:700;text-transform:uppercase;text-decoration:none;}.admin-login .condomino-login a:hover{text-decoration:underline;}.admin-login .form-hdr{padding:0 !important;}.admin-login h3{color:#fff;font-size:28px;font-weight:700;text-align:center;width:100%;text-transform:uppercase;}.admin-login .admin-icon{display:block;margin-left:auto;margin-right:auto;height:60px;background:url("/Content/Images/admin-icon.png") no-repeat center;}.subscribe-landing,.super-simulator{position:relative;}.subscribe-landing .list,.super-simulator .list{margin:0 0 20px;}.subscribe-landing .container,.super-simulator .container{padding-top:0;}.subscribe-landing .subscribe-top,.super-simulator .subscribe-top{background-color:#0071a5;padding-bottom:10px;}.subscribe-landing .subscribe-top .logo,.super-simulator .subscribe-top .logo{margin-top:10px;margin-bottom:60px;}.subscribe-landing .subscribe-top h2,.super-simulator .subscribe-top h2{font-family:"Aller",sans-serif;font-size:30px;text-transform:uppercase;padding-bottom:20px;}.subscribe-landing .subscribe-top .list .list-icon,.super-simulator .subscribe-top .list .list-icon{width:100%;margin:0 auto;}.subscribe-landing .subscribe-top .list .list-icon img,.super-simulator .subscribe-top .list .list-icon img{height:120px;width:120px;margin-right:0;}.subscribe-landing .subscribe-top .list .list-promo,.super-simulator .subscribe-top .list .list-promo{display:block;width:100%;margin-bottom:20px;}.subscribe-landing .subscribe-top .list .list-promo span,.super-simulator .subscribe-top .list .list-promo span{font-size:18px;font-family:"Aller",sans-serif;font-weight:400;line-height:1.2em;display:inline-block;}.subscribe-landing .simulator,.super-simulator .simulator{background-color:#005a84;overflow:hidden;position:relative;border-bottom:50px solid #0071a5;}.subscribe-landing h3,.super-simulator h3{display:inline-block;float:left;width:auto;font-family:Aller-Light;color:#fff;font-size:28px;font-weight:300;font-style:italic;text-align:left;margin-bottom:5px;}.subscribe-landing .price-calculator,.super-simulator .price-calculator{overflow:hidden;}.subscribe-landing .price-calculator h1,.subscribe-landing .price-calculator .gr-h1 span,.gr-h1 .subscribe-landing .price-calculator span,.super-simulator .price-calculator h1,.super-simulator .price-calculator .gr-h1 span,.gr-h1 .super-simulator .price-calculator span{margin-bottom:30px;}.subscribe-landing .price-calculator .container,.super-simulator .price-calculator .container{margin-top:20px;}.subscribe-landing p,.super-simulator p{font-family:Aller;color:#44453d;font-size:25px;font-weight:300;text-align:center;margin-bottom:15px;margin-top:15px;line-height:1.65;}.subscribe-landing button,.super-simulator button{background:url("/Content/Images/lp-arrow.png") no-repeat 0 100px;border:0;color:#007db6;font-size:72px;font-weight:300;margin:0;padding:0;vertical-align:top;width:20px;height:194px;line-height:25px;display:inline-block;float:left;transition:opacity .2s ease-in-out;opacity:1;animation:flickerAnimation 1.2s infinite;}.subscribe-landing button.disabled,.super-simulator button.disabled{opacity:.2;cursor:default;animation:none;}.subscribe-landing button#fraction-minus,.super-simulator button#fraction-minus{margin-right:8px;}.subscribe-landing button#fraction-plus,.super-simulator button#fraction-plus{margin-left:8px;margin-right:15px;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH";}.subscribe-landing .promo-info,.super-simulator .promo-info{display:block;clear:both;text-align:right;font-family:Raleway;color:#fff;font-size:14px;font-weight:400;margin-right:2px;}.subscribe-landing .fraction-selector,.super-simulator .fraction-selector{display:inline-block;float:left;background-color:#fff;width:250px;height:194px;color:#44453d;}.subscribe-landing .fraction-selector p:last-child,.super-simulator .fraction-selector p:last-child{margin-top:7px;}.subscribe-landing .fraction-selector b,.super-simulator .fraction-selector b{font-family:Aller-Display;color:#44453d;font-size:25px;line-height:36px;text-align:center;font-weight:400;display:block;}.subscribe-landing .fraction-selector span,.super-simulator .fraction-selector span{display:inline-block;width:200px;font-family:"Aller",sans-serif;color:#44453d;font-size:42px;font-weight:400;text-align:center;}.subscribe-landing .modality,.super-simulator .modality{background-color:#fcaf17;width:230px;height:150px;float:left;display:inline-block;}.subscribe-landing .modality p,.super-simulator .modality p{margin-top:5px;}.subscribe-landing .modality span,.super-simulator .modality span{font-family:"Aller",sans-serif;color:#44453d;font-size:42px;font-weight:400;text-align:center;margin-top:28px;display:inline-block;}.subscribe-landing .modality span#initial-year-price,.subscribe-landing .modality span#initial-month-price,.super-simulator .modality span#initial-year-price,.super-simulator .modality span#initial-month-price{margin-top:15px;display:block;color:#fff;font-size:24px;font-weight:400;text-decoration:line-through;}.subscribe-landing .modality #month-price,.subscribe-landing .modality #year-price,.super-simulator .modality #month-price,.super-simulator .modality #year-price{position:relative;}.subscribe-landing .modality #month-price:after,.subscribe-landing .modality #year-price:after,.super-simulator .modality #month-price:after,.super-simulator .modality #year-price:after{content:"*";font-family:"Raleway",sans-serif;font-size:80px;position:absolute;top:5px;right:-20px;}.subscribe-landing .modality.month,.super-simulator .modality.month{margin-right:16px;}.subscribe-landing .modality.trimonth,.super-simulator .modality.trimonth{margin-right:16px;}.subscribe-landing .form-block,.super-simulator .form-block{padding-top:0;display:block;}.subscribe-landing .form-block .checkbox-ss,.super-simulator .form-block .checkbox-ss{position:relative;display:inline-block;top:0;left:0;vertical-align:top;margin-right:5px;}.subscribe-landing .form-block .control-label,.super-simulator .form-block .control-label{display:inline-block;font-size:24px;font-weight:400;}.subscribe-landing .form-block .tooltip,.super-simulator .form-block .tooltip{vertical-align:bottom;float:none;margin-left:5px;}.subscribe-landing .form-block .tooltip i,.super-simulator .form-block .tooltip i{background:url("/Content/Images/tooltip-icon-yellow.png") no-repeat;}.subscribe-notes .container{max-width:800px;padding:0;min-height:50px;}.subscribe-notes ul{text-align:center;}.subscribe-notes li{display:inline-block;color:#fff;font-size:16px;font-weight:500;text-align:center;line-height:1.2;padding:10px 0;text-transform:uppercase;}.subscribe-notes li:before{content:"●";color:#fff;font-size:23px;margin-right:20px;margin-left:20px;}.subscribe-notes li:first-child:before{display:none;}.subscribe-infography{background-color:#f2f2f2;}.subscribe-infography .container{max-width:1230px;padding:25px 0;overflow:hidden;}.subscribe-infography h1,.subscribe-infography .gr-h1 span,.gr-h1 .subscribe-infography span{padding-bottom:20px;padding-top:20px;}.subscribe-infography p{text-align:center;color:#44453d;font-size:22px;font-weight:500;clear:both;}.subscribe-infography li{min-height:72px;overflow:hidden;margin-bottom:40px;}.subscribe-infography li .text{float:left;width:calc(100% - 120px);color:#005a84;padding-left:20px;font-size:20px;font-weight:400;line-height:24px;text-align:left;display:table;}.subscribe-infography li .text span{display:table-cell;vertical-align:middle;height:72px;}.anniversary{font-size:22px !important;font-style:italic;}.rede-block{background-color:#f2f2f2;border-bottom:50px solid #fff;}.rede-block .container{max-width:800px;padding:30px 0 50px;min-height:50px;}.rede-block .in-wrpp{background-color:inherit;}.rede-block h2{color:#303030;font-size:28px;width:100%;float:none;margin-top:0 !important;margin-bottom:20px;}.rede-block span{color:#44453d;}.rede-block h3{color:#44453d;font-family:Aller,sans-serif;line-height:1em;font-size:30px;font-style:normal;text-align:left;width:100%;}.rede-block p{color:#44453d;font-family:Raleway,sans-serif;font-size:19px;font-weight:400;line-height:1.2;text-align:left;margin-top:0;}.rede-block .btn{float:left;padding:5px 15px;}.subscription-models .subscribe-top{padding:0;}.subscription-models h2{font-size:28px;margin-top:30px;float:none;}.subscription-models .fraction-plus-container{float:none;position:absolute;top:0;bottom:0;right:0;display:none;}.subscription-models .subscribe-infography.white h1,.subscription-models .subscribe-infography.white .gr-h1 span,.gr-h1 .subscription-models .subscribe-infography.white span,.subscription-models .subscribe-infography.white h2,.subscription-models .subscribe-infography.white h3,.subscription-models .subscribe-infography.white h4,.subscription-models .subscribe-infography.white h5,.subscription-models .subscribe-infography.white h6,.subscription-models .subscribe-infography.white p{color:#44453d;}.subscription-models .subscribe-infography.white .heading{padding-bottom:0;font-weight:500;font-style:italic;}.subscription-models .subscribe-infography.white .text{margin-top:0;}.subscription-models .contact-form .in-wrpp{background-color:#fedfa2;}.subscription-models .form-container .control-label{color:#44453d;font-size:20px;text-align:left;}.subscription-models .form-container input[type="radio"]{height:20px;width:20px;}.subscription-models .form-container select.contact-subject{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,gray 50%),linear-gradient(135deg,gray 50%,transparent 50%),linear-gradient(to right,#ccc,#ccc);background-position:calc(100% - 25px) calc(1em + 2px),calc(100% - 16px) calc(1em + 2px),calc(100% - 2.5em) .5em;background-size:10px 10px,10px 10px,0 2em;background-repeat:no-repeat;}.subscription-models .form-container a{font-weight:500;}.subscription-models button#fraction-minus{margin-top:22px;}.subscription-models .fraction-selector{margin-top:45px;}.subscription-models .subscription-options{display:inline-block;float:left;margin-bottom:40px;margin-left:40px;text-align:center;}.subscription-models .subscription-options .option-block{display:block;width:100%;height:125px;}.subscription-models .subscription-options .option-block h4{font-family:Aller,sans-serif;font-size:22px;font-weight:400;text-transform:uppercase;text-align:left;margin:0;padding:0;}.subscription-models .subscription-options .option-block .extra{font-family:Aller-Light;font-size:18px;text-transform:none;}.subscription-models .subscription-options .option-block p{color:#fff;font-size:16px;text-align:left;margin:0 0 10px;}.subscription-models .subscription-options .option-block .modality{display:inline-block;width:234px;height:54px;margin-right:30px;}.subscription-models .subscription-options .option-block .modality .price{margin-top:16px;font-family:Aller,Raleway,sans-serif;font-size:20px;font-weight:400;}.subscription-models .subscription-options .option-block .modality .price:after{content:" /mês";font-family:Aller-Light;font-size:18px;}.subscription-models .subscription-options .option-block .modality .from{margin-top:16px;font-size:18px;}.subscription-models .subscription-options .option-block .modality-cta{display:inline-block;padding-top:12px;}.subscription-models .subscription-options .option-block .modality-cta .btn-options{background-color:rgba(0,0,0,.3);text-decoration:none;color:#fcaf17;border-color:#fcaf17;padding:2px 10px;}.subscription-models .subscription-options .option-block .modality-cta .btn-options:hover{background:#fcaf17;color:#fff;}.subscription-models .subscription-options .option-block.separator{display:block;width:100%;height:30px;padding-top:10px;margin:10px 0 0;}.subscription-models .subscription-options .option-block.separator .line-through{border-top:2px solid #fff;}.subscription-models .subscription-options .option-block.separator h5{font-family:Aller-Light;font-size:24px;font-style:italic;background-color:#005a84;width:40px;margin:0 auto;margin-top:-15px;}.subscribe-landing.LDC .container{max-width:550px;}.subscribe-landing.LDC .simulator{border-bottom-color:#005a84;}.subscribe-landing.LDC .offer-ctnr .fraction-price-display{float:right;margin-left:20px;width:272px;}.subscribe-landing.LDC .offer-ctnr .fraction-price-display h3{width:100%;}.subscribe-landing.LDC .offer-ctnr .fraction-price-display .modality{width:100%;}.subscribe-landing.LDC .offer-ctnr .fraction-price-display .modality .from{width:100%;font-family:Aller,Raleway,sans-serif;font-size:25px;font-weight:300;text-align:center;margin-top:15px;line-height:1.65;}.subscribe-landing.LDC .offer-ctnr .fraction-price-display .modality #price{margin-top:16px;font-family:Aller,Raleway,sans-serif;font-size:34px;font-weight:400;}.subscribe-landing.LDC .offer-ctnr .fraction-price-display .modality #price:after{content:" /mês";font-family:Aller-Light;font-size:30px;}.LDC-advantages{border-bottom:50px solid #fff;}.contact-form.LDC-form{text-align:center;}.contact-form.LDC-form .container{max-width:850px;padding-top:20px;}.contact-form.LDC-form #form-logo{margin-bottom:20px;}.contact-form.LDC-form h2{line-height:1.4;}.contact-form.LDC-form p{text-align:center;font-size:18px;line-height:1.4;}.contact-form.LDC-form label{text-align:left;font-size:16px;font-weight:400;margin:0;padding:0;}.contact-form.LDC-form .btn.btn-big{min-width:300px;}.contact-form.LDC-form .form-container input[type="radio"]{height:20px;width:20px;}.subscribe-landing .offer2018 .container{margin-top:20px;}.subscribe-landing .offer2018 h1,.subscribe-landing .offer2018 .gr-h1 span,.gr-h1 .subscribe-landing .offer2018 span{margin-bottom:20px;}.subscribe-landing .offer2018 .subscription-options{margin-left:0;}.subscribe-landing .offer2018 .option-column{width:46%;float:left;text-align:center;margin:0 2%;}.subscribe-landing .offer2018 .option-column h4{font-family:Aller,sans-serif;font-size:22px;font-weight:400;text-transform:uppercase;text-align:center;margin:0;padding:0;}.subscribe-landing .offer2018 .option-column p{color:#fff;font-size:16px;text-align:left;margin:0 20px 10px;}.subscribe-landing .offer2018 .option-column .btn-options{background-color:rgba(0,0,0,.3);text-decoration:none;color:#fcaf17;border-color:#fcaf17;padding:2px 10px;}.subscribe-landing .offer2018 .option-column .btn-options:hover{background:#fcaf17;color:#fff;}.single-subscription .subscribe-top .list{width:100%;position:relative;}.single-subscription .subscribe-top .list .list-icon{text-align:center;}.single-subscription .subscribe-top .list .list-promo{text-align:center;}.single-subscription .m-ctn .price-block{margin:0 auto;width:400px;}.single-subscription .m-ctn .price-block .modality{width:100%;height:80px;padding:15px;}.single-subscription .m-ctn .price-block .modality .price{font-size:38px;margin-top:12px;}.single-subscription .m-ctn .price-block .modality .price:after{content:" /mês";font-family:Aller-Light;font-size:25px;}.single-subscription .m-ctn .price-block.for-members h3{font-size:22px;margin-top:10px;}.single-subscription .m-ctn .price-block.for-members .modality{height:115px;}.single-subscription .m-ctn .price-block.for-members .modality .plus{font-size:50px;font-weight:800;margin:0;text-indent:4px;vertical-align:middle;}.single-subscription .m-ctn .price-block.for-members .modality .just-notice{color:#44453d;font-size:15px;font-weight:600;margin:0;text-transform:uppercase;}.single-subscription .m-ctn .price-block.for-members .modality .price{font-size:25px;vertical-align:middle;margin-bottom:10px;}.floating-link-container{position:absolute;margin-top:10px;margin-left:50px;}.floating-link-container .floating-link{color:#fff;}.floating-print-container{position:absolute;margin-top:-60px;right:0;}.floating-print-container a{color:#fff;font-size:14px;}.floating-print-container .printer{margin-right:3px;}.infoService-ctn{background-color:#0071a5;border-top:50px solid #fff;}.infoService-ctn .container{max-width:1230px;padding:0;overflow:hidden;}.infoService-ctn .info-service{min-height:60px;text-align:center;width:100%;padding-top:9px;}.infoService-ctn .info-service h2{display:inline;color:#fff;text-transform:uppercase;font-family:"Aller",sans-serif;font-weight:400;font-size:20px;}.infoService-ctn .info-service a{text-decoration:none;}.infoService-ctn .info-service a b{font-family:"Aller",sans-serif;color:#faaf19;font-size:22px;font-weight:700;}.infoService-ctn .info-service b{margin-left:20px;margin-right:20px;}.infoService-ctn .info-service span{color:#fff;font-family:"Aller",sans-serif;font-size:14px;font-weight:300;}.icon{width:120px;height:100%;display:inline-block;float:left;background-repeat:no-repeat;background-position:center right;height:72px;}.icon.admin{background-image:url("/Content/Images/lp-admin-icon.png");}.icon.majority{background-image:url("/Content/Images/lp-majority-icon.png");}.icon.fractions{background-image:url("/Content/Images/lp-fractions-icon.png");}.icon.email{background-image:url("/Content/Images/lp-mail-icon.png");}.icon.nipc{background-image:url("/Content/Images/lp-nipc-icon.png");}.icon.iban{background-image:url("/Content/Images/lp-iban-icon.png");}.icon.solution{background-image:url("/Content/Images/lp-solution-icon.png");}.icon.lawsupport{background-image:url("/Content/Images/lp-lawsupport-icon.png");}.icon.nationalreaching{background-image:url("/Content/Images/lp-abrangencia-icon.png");}.icon.network{background-image:url("/Content/Images/lp-network-icon.png");}.icon.acessvalue{background-image:url("/Content/Images/lp-goodconditions-icon.png");}.icon.fullinformation{background-image:url("/Content/Images/lp-information-icon.png");}.icon.nif{background-image:url("/Content/Images/lp-nif-icon.png");}.landing-section{clear:both;}.landing-section h1.section-title,.landing-section .gr-h1 span.section-title,.gr-h1 .landing-section span.section-title{font-family:"Aller",sans-serif;color:#44453d;font-size:36px;font-weight:700;line-height:52px;text-align:left;text-transform:uppercase;margin-bottom:25px;}@media only screen and (max-width:600px){.landing-section h1.section-title,.landing-section .gr-h1 span.section-title,.gr-h1 .landing-section span.section-title{font-size:28px;margin-bottom:0;}}@media only screen and (max-width:520px){.landing-section h1.section-title,.landing-section .gr-h1 span.section-title,.gr-h1 .landing-section span.section-title{text-align:center;}}.landing-section .highlight{background-color:#007db6;padding-bottom:50px;}@media only screen and (max-width:992px){.landing-section .highlight .col-5{width:75%;padding-left:20px;}}@media only screen and (max-width:520px){.landing-section .highlight .col-5{width:100%;padding-left:0;text-align:center;}.landing-section .highlight .col-5 p{text-align:justify;padding:0 10px;}}.landing-section .highlight .col-3 img{max-width:100%;margin:0 auto;}@media only screen and (max-width:520px){.landing-section .highlight .col-3{text-align:center;}}.landing-section .highlight h3{font-family:"Aller",sans-serif;color:#fff;font-size:30px;font-weight:700;text-align:left;text-transform:uppercase;line-height:1.2;}@media only screen and (max-width:520px){.landing-section .highlight h3{text-align:center;}}.landing-section .highlight h4{display:inline-block;font-family:"Raleway",sans-serif;color:#fcaf17;font-size:20.37px;font-weight:700;text-align:left;margin-left:20px;}.landing-section .highlight p{font-family:"Raleway",sans-serif;color:#fff;font-size:16px;font-weight:400;text-align:left;line-height:1.4;margin-top:20px;}.landing-section .highlight .btn{font-size:22px;font-weight:700;text-transform:uppercase;padding:10px 40px;margin-top:20px;text-align:left;}.landing-section .highlight ul{padding-top:0;}.landing-section .highlight span{font-family:"Raleway",sans-serif;color:#fcaf17;font-size:20.37px;font-weight:700;text-align:left;margin-left:20px;margin-bottom:10px;display:block;}@media only screen and (max-width:992px){.landing-section .simulator-list{margin-top:30px;width:100%;}}.landing-section .wgt-hlight-ss{min-height:500px;}.landing-section .wgt-hlight-ss .hl-bottom h6{display:inline;}.landing-section.articles .wgt-hlight-ss{background-color:#fff;}.landing-section.articles .wgt-hlight-ss .hl-bottom{overflow:hidden;overflow:-webkit-paged-y;}.landing-section.tutorials{background-color:#f2f2f2;}.landing-section.tutorials .container{padding-top:10px;}.landing-section.tutorials h2.section-title{text-align:center;}.gecond-landing{background-color:#0071a5;}.gecond-landing .gecond-top{max-width:992px;margin-top:20px;padding-top:40px;text-align:center;}.gecond-landing .gecond-top img{width:100%;margin-top:10px;}.gecond-landing .gecond-top h1,.gecond-landing .gecond-top .gr-h1 span,.gr-h1 .gecond-landing .gecond-top span{color:#fff;margin-top:20px;font-size:34px;line-height:1.2;}.gecond-landing .gecond-top p{font-family:"Aller",sans-serif;color:#fff;font-size:20px;font-weight:400;line-height:32px;margin-top:20px;margin-bottom:20px;}.gecond-landing .gecond-top a{line-height:1.6;font-family:"Aller",sans-serif;color:#fff;font-weight:400;text-align:center;min-width:200px;background-color:#faaf19;border-color:#faaf19;margin-bottom:40px;margin-top:10px;text-transform:uppercase;font-size:28px;padding:0 100px;}.gecond-landing .gecond-top a:hover{background-color:rgba(0,0,0,.45);color:#faaf19;}.gecond-landing .more-info{padding:0 10px;}.gecond-landing .more-info p{color:#fff;font-family:Aller,sans-serif;font-size:16px;text-align:center;}.gecond-landing .more-info a{color:#fff;font-family:Aller,sans-serif;font-size:16px;}.gecond-landing .gecond-details{width:100%;max-width:100%;background-color:#f2f2f2;margin-top:20px;padding:20px 10px;}.gecond-landing .gecond-details h1,.gecond-landing .gecond-details .gr-h1 span,.gr-h1 .gecond-landing .gecond-details span{color:#45453d;}.gecond-landing .gecond-details p{color:#45453d;max-width:987px;display:block;margin:0 auto;font-family:"Aller",sans-serif;font-size:26px;font-weight:400;line-height:32px;margin-top:20px;text-align:center;}.gecond-landing .gecond-details .cards{overflow:hidden;padding-bottom:20px;max-width:1400px;margin:0 auto;}.gecond-landing .gecond-details .wide-card-container{margin-top:30px;width:33.3333%;display:inline-block;float:left;padding:0 10px;}.gecond-landing .gecond-details .wide-card-container .wide-card{padding:30px;display:block;}.gecond-landing .gecond-details .wide-card-container .icon{min-width:100%;background-position:center;float:none;}.gecond-landing .gecond-details .wide-card-container ul li{color:#44453d;font-size:16px;font-weight:400;line-height:18px;text-align:left;margin-bottom:20px;}.gecond-landing .gecond-details .wide-card-container h3{color:#0071a5;font-size:22px;font-weight:500;line-height:24px;text-align:center;display:block;float:none;font-family:"Raleway",sans-serif;text-transform:uppercase;font-style:initial;margin-top:20px;margin-bottom:30px;}.gecond-landing .gecond-details .wide-card-container h3:hover{text-decoration:none;cursor:default;}#print-structure{display:none;}@media only screen and (max-width:1220px){.rede-block .container{padding:50px 0 !important;}}@media only screen and (max-width:992px){.subscription-models .simulator.offer2018 p.relative img{margin-bottom:0;}.single-subscription .subscribe-top .col-4{width:33.33333333%;}.subscribe-landing .modality #initial-year-price,.subscribe-landing .modality #initial-month-price{font-size:16px;}.subscribe-landing .modality #year-price,.subscribe-landing .modality #month-price{font-size:30px;}.subscribe-landing .modality #year-price:after,.subscribe-landing .modality #month-price:after{font-size:50px;right:-10px;}.subscribe-infography li:nth-child(4){clear:none;}.subscription-models .subscriptionFractions{height:515px;}.subscription-models .simulator p.relative img{width:100%;max-width:100%;margin-bottom:20px;}.subscription-models .fraction-plus-container{position:relative;width:100%;margin:40px 0 20px;text-align:center;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}.subscription-models .fraction-plus-container #fraction-plus{height:50px;float:none;background-position:0 0;}.rede-block .col-4{width:33.33333333%;}}@media only screen and (max-width:800px){.single-subscription .m-ctn .modality span{float:none;}html.landing .header .logo-cond{text-align:center;}html.landing .header .logo-cond a{display:block;}html.landing .header .logo-cond img{width:100% !important;}html.landing .header .logo-ldc{text-align:center;padding-left:0;}.gecond-landing .gecond-details .wide-card-container{width:100%;margin-top:0;padding:0;}.gecond-landing .gecond-details .wide-card-container .wide-card{width:100%;padding:30px 20px 10px;}.gecond-landing .gecond-details .wide-card-container:first-child{margin-top:20px;}.gecond-landing .gecond-top{padding-bottom:20px;}.gecond-landing .gecond-details,.gecond-landing .gecond-top{margin-top:0;}.gecond-landing .gecond-details p,.gecond-landing .gecond-top p{line-height:1.2;font-size:16px;text-align:center;}.gecond-landing .gecond-details .btn-big,.gecond-landing .gecond-top .btn-big{width:90%;padding:0;margin-bottom:0;}.landing .admin-login .col-6>.out-wrpp{max-width:400px;margin-left:auto;margin-right:auto;}.landing .subscribe-top{padding-top:50px !important;}.landing .logo img{width:auto;max-width:90%;}.landing .container{padding-left:20px !important;padding-right:20px !important;}.landing #fraction-minus,.landing #fraction-plus{height:120px;}.landing #fraction-plus{margin-right:0;}.landing .subscriptionFractions{height:550px;}.landing .subscriptionFractions .floating-print-container{position:relative;margin-top:0;right:0;clear:both;text-align:center;}.landing .subscriptionFractions .subscriptionFractionsPanel{position:relative;}.landing .subscriptionFractions .subscription-models .subscription-options{margin-left:0;width:100%;}.landing .subscriptionFractions .ldc-external .fraction-selector{margin-bottom:20px;}.landing .subscriptionFractions .ldc-external .subscription-options{margin-left:0;margin-bottom:20px;width:100%;}.landing .subscriptionFractions .ldc-external .subscription-options .option-block{height:auto;margin-bottom:20px;}.landing .subscriptionFractions .ldc-external .subscription-options .option-block .extra{display:block;}.landing .subscriptionFractions .ldc-external .subscription-options .option-block h4,.landing .subscriptionFractions .ldc-external .subscription-options .option-block p{text-align:center;}.landing .subscriptionFractions .ldc-external .subscription-options .option-block .modality{text-align:center;margin-right:0;display:block;width:100%;}.landing .subscriptionFractions .ldc-external .subscription-options .option-block .modality .price{float:none;font-size:24px;}.landing .subscriptionFractions .ldc-external .subscription-options .option-block .modality .from{float:none;}.landing .subscriptionFractions .fraction-selector{width:calc(100% - 30px);}.landing .price-calculator .container{min-width:280px;}.landing .price-calculator h1,.landing .price-calculator .gr-h1 span,.gr-h1 .landing .price-calculator span{padding:0;font-size:28px;}.landing .price-calculator h3{font-size:22px;}.landing .price-calculator p{margin-top:12px;}.landing .price-calculator button{background:url("/Content/Images/lp-arrow.png") no-repeat 0 42px;}.landing .price-calculator .floating-link-container{position:relative;margin-left:0;}.landing .fraction-selector{width:calc(100% - 62px);height:120px;}.landing .fraction-selector p{line-height:1;}.landing .fraction-selector p:last-child{display:inline-block;}.landing .fraction-selector span{width:auto;}.landing .fraction-selector b{display:inline;}.landing .fraction-price-display{width:100% !important;margin-left:0 !important;float:none !important;}.landing .fraction-price-display .modality{text-align:center;}.landing .fraction-price-display .modality>div{margin-top:0 !important;padding:20px 0;}.landing .fraction-price-display .modality .from{margin-top:0 !important;float:none !important;}.landing .fraction-price-display .modality #price{float:none !important;margin-top:0 !important;}.landing .subscribe-top{display:none;}.landing h3{width:100%;text-align:center;margin-top:20px;}.landing .modality{width:100%;margin-bottom:15px;height:100px;padding:0 20px;}.landing .modality p{float:left;margin:0;line-height:100px;}.landing .modality span{float:right;margin:40px 0;}.landing .modality.year div,.landing .modality.month div{float:right;margin-top:25px;}.landing .modality.year div span,.landing .modality.month div span{margin:0;float:left;}.landing .modality.year div span#year-price,.landing .modality.year div span#month-price,.landing .modality.month div span#year-price,.landing .modality.month div span#month-price{padding-top:16px;}.landing .modality.year div span#year-price:after,.landing .modality.year div span#month-price:after,.landing .modality.month div span#year-price:after,.landing .modality.month div span#month-price:after{top:15px;}.landing .modality.year div span#initial-year-price,.landing .modality.year div span#initial-month-price,.landing .modality.month div span#initial-year-price,.landing .modality.month div span#initial-month-price{margin-top:15px;margin-right:15px;}.landing .form-block .btn{width:100% !important;padding:0 !important;}.landing .form-block .btn.btn-big{max-width:400px;}.landing .form-block .tooltip{margin:0;}.landing .condomino-login{position:absolute;text-align:right;right:20px;width:100%;text-decoration:underline;}.subscribe-landing.LDC .fraction-selector{float:none;margin:0 auto;width:100%;}.subscribe-landing .price-calculator .container{margin-top:20px;}.subscribe-landing .price-calculator h1,.subscribe-landing .price-calculator .gr-h1 span,.gr-h1 .subscribe-landing .price-calculator span{margin-bottom:0;}.subscribe-landing button#fraction-plus{margin-right:0;}.subscribe-notes ul{text-align:left;padding-bottom:10px;}.subscribe-notes li{text-align:left;float:initial;padding:5px 0;font-size:12px;}.subscribe-notes li:first-child:before{display:inline-block;margin-left:0;margin-right:10px;}.subscribe-notes li:before{display:inline-block;margin-left:0;margin-right:10px;}.info-service h2,.info-service a,.info-service span{display:block;}.info-service span{padding-bottom:15px;}.subscribe-infography li{margin-bottom:20px;}.subscribe-infography li .icon{width:100%;background-position:center;}.subscribe-infography li .text{width:100%;text-align:center;}.subscribe-landing .contact-form h2{font-size:24px;line-height:1.2;}.subscribe-landing .contact-form p{font-size:18px;line-height:1.2;}.subscribe-landing .contact-form .form-container select{font-size:.9em;}.subscribe-landing .contact-form .form-container .form-block{display:block;padding-right:0;width:100%;}.subscribe-landing .contact-form .form-container .control-label{font-size:.9em;}.rede-block .col-4,.rede-block .col-8{width:100%;}.rede-block .in-wrpp{padding:0 20px;}.rede-block .in-wrpp h3{font-size:24px;line-height:1.2;}.rede-block .in-wrpp p{text-align:justify;font-size:18px;line-height:1.2;}.rede-block .in-wrpp .btn{float:none;}}@media only screen and (max-width:600px){.gecond-landing .gecond-top h1,.gecond-landing .gecond-top .gr-h1 span,.gr-h1 .gecond-landing .gecond-top span,.gecond-landing .gecond-details h1,.gecond-landing .gecond-details .gr-h1 span,.gr-h1 .gecond-landing .gecond-details span{font-size:34px !important;line-height:1.2;margin-top:0;}.gecond-landing .gecond-top{padding-top:0;}}@media only screen and (max-width:520px){.contact-form .form-block .checkbox{width:8.332%;}.contact-form .form-block .info{width:91.6%;}.calc-block{text-align:center;}.calc-block .container{padding:20px 0 20px 10px;}.calc-block .calc-icon{margin:0 auto 20px;}.calc-block .col-5{padding-left:10px !important;padding-right:20px;}.calc-block .col-5 p{text-align:justify;}}@media only screen and (max-width:500px){.subscribe-landing .price-calculator .container{margin-top:20px;}.subscribe-landing .price-calculator .container h1,.subscribe-landing .price-calculator .container .gr-h1 span,.gr-h1 .subscribe-landing .price-calculator .container span{font-size:20px;}.subscribe-landing .price-calculator .container h1 span,.subscribe-landing .price-calculator .container .gr-h1 span span,.gr-h1 .subscribe-landing .price-calculator .container span span{font-size:24px;}.subscribe-notes li{font-size:13px;}.floating-print-container{display:none;}.rede-block .in-wrpp{padding:0 10px;}}@media only screen and (max-width:440px){.single-subscription .m-ctn .price-block{width:inherit;}}@media only screen and (max-width:425px){html.landing .form-block .btn.btn-big{height:56px;font-size:24px;max-width:300px;}.subscribe-landing .m-ctn{border-bottom:none;}.subscribe-landing .m-ctn .price-calculator .price-block.for-members h3{font-size:18px;}}@media only screen and (max-width:420px){.subscribe-landing .offer2018 h1,.subscribe-landing .offer2018 .gr-h1 span,.gr-h1 .subscribe-landing .offer2018 span{margin-bottom:0;}.subscribe-landing .offer2018 .option-column{width:100%;}.subscribe-landing .offer2018 .option-column:first-child{margin:0;margin-bottom:40px;}}html.landing-super{background-color:#007db6;min-width:320px;}html.landing-super body{padding-bottom:150px;min-width:320px;}html.landing-super .m-hdr{position:fixed;top:0;left:0;width:100%;z-index:2;-webkit-box-shadow:0 0 10px 0 black;-moz-box-shadow:0 0 10px 0 black;box-shadow:0 0 10px 0 black;background:#fff;}html.landing-super .m-hdr .logo{margin-top:10px;overflow:hidden;width:50%;display:inline-block;float:left;}html.landing-super .m-hdr .header-logo{width:100%;height:50px;min-width:0;}html.landing-super .super-subscribe{position:relative;display:inline-block;float:right;width:50%;height:100%;text-align:left;}html.landing-super .super-subscribe a{font-size:33px;text-transform:uppercase;margin-left:20px;font-weight:600;float:right;background:#faaf19;color:#fff;border-color:#faaf19;line-height:58px;padding:0 30px;height:60px;margin-top:7px;margin-right:10px;transition:background .3s ease-in-out,color .3s ease-in-out;}html.landing-super .super-subscribe a:after{display:inline-block;margin-left:20px;margin-bottom:3px;content:"";width:0;height:0;border-style:solid;border-width:10px 0 10px 20px;transition:border-color .3s ease-in-out;border-color:transparent transparent transparent #fff;}html.landing-super .super-subscribe a:hover{color:#faaf19;background:#fff;}html.landing-super .super-subscribe a:hover:after{border-color:transparent transparent transparent #faaf19;}html.landing-super .super-hero{width:100%;height:672px;margin-top:20px;position:relative;overflow:auto;}html.landing-super .super-hero .super-subscribe{display:none;}html.landing-super .super-hero img{max-width:819px;}html.landing-super .super-hero .title-wrpp{width:55%;float:right;margin-right:5%;}html.landing-super .super-hero .title-wrpp .super-hero-text{color:#fff;font-family:Raleway;font-size:41px;font-weight:500;line-height:1.1;margin:auto;padding-top:200px;text-align:left;}html.landing-super .super-hero .title-wrpp .super-hero-text b{font-size:inherit;color:#faaf19;font-weight:700;}html.landing-super .super-hero .under-line{margin-top:40px;border-bottom:5px solid #faaf19;}html.landing-super .super-values{height:220px;background-color:#fff;margin-top:-135px;}html.landing-super .super-values .container{padding-top:20px;}html.landing-super .super-values #super-hero-arrow{width:108px;height:106px;background-image:url(/Content/Images/landing-super-arrow.png);background-size:cover;display:block;margin:10px auto 0;cursor:pointer;transition:box-shadow .3s ease-in-out;border-radius:50%;}html.landing-super .super-values #super-hero-arrow:hover{-webkit-box-shadow:0 0 10px 0 black;-moz-box-shadow:0 0 10px 0 black;box-shadow:0 0 10px 0 black;}html.landing-super .super-saving{background-color:#fff;position:relative;padding-bottom:50px;-webkit-box-shadow:0 0 10px 0 black;-moz-box-shadow:0 0 10px 0 black;box-shadow:0 0 10px 0 black;}html.landing-super .super-saving .saving-stamp{position:absolute;top:50px;right:-20px;width:285px;height:285px;background-color:#1f6696;padding:30px;border:33px solid #f9b000;border-radius:140px;}html.landing-super .super-saving .saving-stamp p{color:#fff;font-family:Raleway,sans-serif;font-size:30px;font-weight:500;text-align:center;line-height:1.2;}html.landing-super .super-saving .saving-stamp .year-saving{font-size:50px;font-weight:700;}html.landing-super .super-saving .blue-box{background-color:#1f6696;margin:50px 0;padding:40px;border-radius:30px;}html.landing-super .super-saving .blue-box p{width:80%;color:#fff;font-size:30px;line-height:1.2;}html.landing-super .super-advantages{background-color:#0070a7;color:#fff;padding-bottom:210px;overflow:hidden;text-align:center;}html.landing-super .super-advantages h1,html.landing-super .super-advantages .gr-h1 span,.gr-h1 html.landing-super .super-advantages span{color:#069;font-size:34px;font-style:normal;font-weight:700;text-transform:uppercase;margin-bottom:50px;}html.landing-super .super-advantages img{max-width:248px;min-width:0;display:block;margin-left:auto;margin-right:auto;}html.landing-super .super-advantages h2{color:#069;font-size:22px;font-weight:bold;line-height:1.1;text-transform:uppercase;margin:15px 0;padding:0 20px;min-height:50px;}html.landing-super .super-advantages p{font-family:Raleway,sans-serif;font-size:16px;padding:0 20px 0 0;}html.landing-super .super-advantages ul{overflow:hidden;}html.landing-super .super-advantages ul li{margin-bottom:50px;}html.landing-super .super-advantages h3{color:#f9b000;font-family:'Aller Display',sans-serif;font-size:40px;margin-bottom:20px;}html.landing-super .super-advantages .benefits{padding:30px 0;margin-bottom:30px;border-bottom:2px solid #f9b000;}html.landing-super .super-advantages .subscriptions{padding:0 0 20px;}html.landing-super .super-advantages .subscriptions h5{margin-bottom:20px;font-weight:600;}html.landing-super .super-advantages .subscriptions .line-separator{border-left:2px solid #f9b000;}html.landing-super .super-advantages .icon-wrpp{width:150px;}html.landing-super .super-advantages .module-wrpp{width:380px;margin:0 auto;}html.landing-super .super-advantages .text-wrpp{width:230px;padding-top:30px;padding-left:15px;text-align:left;}html.landing-super .super-advantages .icon-wrpp,html.landing-super .super-advantages .text-wrpp{display:inline-block;float:left;}html.landing-super .super-simulator h1,html.landing-super .super-simulator .gr-h1 span,.gr-h1 html.landing-super .super-simulator span{color:#fff;}html.landing-super .super-simulator h1 b,html.landing-super .super-simulator .gr-h1 span b,.gr-h1 html.landing-super .super-simulator span b{font-family:Aller-Light;line-height:1.2;font-size:36px;}html.landing-super .super-simulator .container{max-width:800px;padding:0;padding-top:30px;padding-bottom:50px;}html.landing-super .super-simulator #fraction-interval{width:100%;}html.landing-super .super-simulator #month-price,html.landing-super .super-simulator #year-price{display:block;}html.landing-super .super-simulator #month-price:after,html.landing-super .super-simulator #year-price:after{right:20px;}html.landing-super .subscribe-notes{padding-bottom:50px;}html.landing-super .super-bottom{position:fixed;bottom:0;left:0;width:100%;height:130px;z-index:2;-webkit-box-shadow:0 0 10px 0 black;-moz-box-shadow:0 0 10px 0 black;box-shadow:0 0 10px 0 black;background:#fff;transition:max-height .3s ease-in-out,height .3s ease-in-out;}html.landing-super .super-bottom form{overflow:hidden;height:300px;padding:0 10px;}html.landing-super .super-bottom form input[type="radio"]{width:auto;}html.landing-super .super-bottom .title{font-size:16px;color:#0071a5;line-height:16px;text-align:left;margin:10px 0;border:0;text-transform:none;}html.landing-super .super-bottom .form-block [class*="col-"]{float:left;}html.landing-super .super-bottom .form-block{margin:0;float:left;display:inline-block;padding-right:20px;position:relative;}html.landing-super .super-bottom .form-block ::-webkit-input-placeholder{color:#44453d;}html.landing-super .super-bottom .form-block :-moz-placeholder{color:#44453d;}html.landing-super .super-bottom .form-block ::-moz-placeholder{color:#44453d;}html.landing-super .super-bottom .form-block :-ms-input-placeholder{color:#44453d;}html.landing-super .super-bottom .form-block ::-ms-input-placeholder{color:#44453d;}html.landing-super .super-bottom .form-block :placeholder-shown{color:#44453d;}html.landing-super .super-bottom .form-block input[type="email"]{font-weight:400;}html.landing-super .super-bottom .form-block label{padding:0;font-size:12px;color:#44453d;vertical-align:top;line-height:1.2;margin:0;float:left;}html.landing-super .super-bottom .form-block label a{color:#0071a5;}html.landing-super .super-bottom .form-block .checkbox col-1{float:left;}html.landing-super .super-bottom .form-block input:not([type="submit"]){margin-bottom:10px;color:#44453d;}html.landing-super .super-bottom .form-block input:not([type="submit"])[type="checkbox"]{width:15px;height:15px;float:left;}html.landing-super .super-bottom .form-block input[type="submit"]{background-color:#faaf19;color:#fff;border-color:#faaf19;width:100%;font-size:20px;font-weight:500;}html.landing-super .super-bottom .form-block .field-validation-error{position:absolute;z-index:2;width:95%;top:33px;}html.landing-super .super-bottom .form-block .field-validation-error span{font-size:14px;}html.landing-super .super-bottom .form-block .field-validation-error,html.landing-super .super-bottom .form-block span.validation-error{padding:4px 10px;font-size:13px;line-height:1;}html.landing-super .super-bottom .super-free-month{background-color:#faaf19;height:150px;padding-left:30px;}html.landing-super .super-bottom .super-free-month p{line-height:1.2;}html.landing-super .super-bottom .super-free-month p:first-child{font-size:47px;color:#fff;}html.landing-super .super-bottom .super-free-month p:first-child b{font-size:56px;font-weight:bold;}html.landing-super .super-bottom .super-free-month p:last-child{font-size:47px;color:#069;}html.landing-super .validation-summary-errors{position:absolute;top:93px;}html.landing-super .footer{width:100%;background-color:#007db6;}html.landing-super .footer p{color:#fff;font-size:18px;font-weight:400;text-align:center;height:50px;line-height:50px;}html.landing-super.touch .m-hdr{height:74px;width:100%;}html.landing-super.touch .container{padding-top:30px;}@media only screen and (max-width:1140px){html.landing-super .super-hero .super-hero-text{min-width:0;padding-top:50px;font-size:32px;}html.landing-super .super-hero #super-hero-arrow{width:78px;height:78px;margin-left:-39px;}}@media only screen and (max-width:992px){html.landing-super .m-hdr{height:74px;}html.landing-super #initial-year-price,html.landing-super #initial-month-price{font-size:16px;}html.landing-super #year-price,html.landing-super #month-price{font-size:30px;}html.landing-super #year-price:after,html.landing-super #month-price:after{font-size:50px;right:-10px;}html.landing-super .super-hero .super-hero-text{font-size:28px;}html.landing-super .super-hero #super-hero-arrow{width:68px;height:68px;margin-left:-34px;}html.landing-super .super-hero{height:calc(100vh - 74px - 50px);}html.landing-super .super-advantages .col-4{width:33.33333333%;}html.landing-super .super-bottom{height:60px;}html.landing-super .super-bottom .title{text-align:center;position:relative;cursor:pointer;margin-bottom:25px;}html.landing-super .super-bottom .title:before{content:"";width:0;height:0;display:block;border-width:0 15px 15px 15px;border-color:transparent transparent #0071a5 transparent;border-style:solid;text-align:center;margin-left:auto;margin-right:auto;margin-bottom:8px;}html.landing-super .super-bottom form{height:auto;}html.landing-super .super-bottom .form-block.submit{width:100%;}html.landing-super .super-bottom .form-block.submit input{margin-bottom:10px;}html.landing-super .footer{display:none;}}@media only screen and (max-width:1440px){html.landing-super .super-hero{height:607px;}html.landing-super .super-hero .title-wrpp .super-hero-text{font-size:36px;}}@media only screen and (max-width:1220px){html.landing-super .super-hero{height:535px;}html.landing-super .super-hero .title-wrpp{margin-right:15%;}html.landing-super .super-hero .title-wrpp .super-hero-text{font-size:30px;padding-top:165px;}html.landing-super .super-hero .title-wrpp .under-line{margin-top:20px;}html.landing-super .super-saving .saving-stamp{right:60px;}html.landing-super .super-saving .blue-box{margin:50px 120px 50px 50px;}html.landing-super .super-saving .blue-box p{font-size:22px;}html.landing-super .super-advantages .text-wrpp{width:220px;}}@media only screen and (max-width:1024px){html.landing-super .super-hero{height:471px;}html.landing-super .super-hero .title-wrpp .super-hero-text{padding-top:95px;}html.landing-super .super-values #super-hero-arrow{width:98px;height:96px;}html.landing-super .super-saving .saving-stamp{width:255px;height:255px;}html.landing-super .super-saving .saving-stamp p{font-size:22px;}html.landing-super .super-saving .saving-stamp p .year-saving{font-size:40px;}html.landing-super .super-saving .blue-box{margin:50px 120px 50px 50px;}html.landing-super .super-saving .blue-box p{width:75%;font-size:20px;}html.landing-super .super-advantages .benefits .module-wrpp{width:auto;}html.landing-super .super-advantages .icon-wrpp,html.landing-super .super-advantages .text-wrpp{float:none;}}@media only screen and (max-width:800px){html.landing-super .super-hero{height:400px;}html.landing-super .super-hero .title-wrpp{width:100%;margin:0 auto;}html.landing-super .super-hero .title-wrpp .super-hero-text{width:80%;font-size:26px;}html.landing-super .super-hero .title-wrpp .under-line{width:50%;margin-left:10%;}html.landing-super .super-hero .img-ctnr{display:none;}html.landing-super .super-values{height:220px;}html.landing-super .super-values ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:0;-moz-column-count:0;-moz-column-gap:0;column-gap:0;width:80%;margin:0 auto;}html.landing-super .super-values ul li{width:100%;}html.landing-super .super-values #super-hero-arrow{width:68px;height:66px;}html.landing-super .super-saving{padding-bottom:10px;}html.landing-super .super-saving .blue-box{margin:20px 20px -30px;}html.landing-super .super-saving .blue-box p{width:100%;}html.landing-super .super-saving .saving-stamp{position:relative;margin:0 auto;right:inherit;width:200px;height:200px;margin-top:-60px;margin-bottom:40px;padding:20px;border-width:20px;}html.landing-super .super-advantages{padding-bottom:300px;}html.landing-super .super-advantages .benefits .text-wrpp{vertical-align:top;}html.landing-super .super-advantages .subscriptions .line-separator{border:none;margin-top:50px;}html.landing-super .super-advantages .icon-wrpp,html.landing-super .super-advantages .text-wrpp{float:none;}html.landing-super .super-subscribe a{font-size:20px;line-height:38px;height:40px;margin-top:17px;}html.landing-super .super-subscribe a:after{display:none;}html.landing-super .super-advantages .col-4{width:100%;}html.landing-super .super-advantages ul li{width:100%;}html.landing-super .super-advantages h2{height:auto;margin:5px 0;min-height:0;}html.landing-super .super-bottom{height:50px;}html.landing-super .super-bottom .title{font-size:14px;}html.landing-super .super-bottom .title:before{border-width:0 10px 10px 10px;}}@media screen and (max-width:600px){html.landing-super .super-hero{height:340px;}html.landing-super .super-values ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:0;-moz-column-count:0;-moz-column-gap:0;column-gap:0;width:100%;margin:0 auto;}html.landing-super .super-values ul li{width:100%;}html.landing-super .super-saving .blue-box{margin-top:0;}html.landing-super .super-advantages h3{font-size:30px;}}@media screen and (max-width:520px){html.landing-super .super-hero .title-wrpp .super-hero-text{padding-top:76px;}html.landing-super .super-bottom .checkbox{width:8.332%;}html.landing-super .super-bottom .col-11{width:91.6%;}.form-horizontal .form-block .col-1.checkbox{width:8.332%;}.form-horizontal .form-block .col-11{width:91.6%;}}@media only screen and (max-width:480px){html.landing-super .m-hdr .logo{float:none;width:100%;}html.landing-super .m-hdr .super-subscribe{display:none;}html.landing-super .super-hero .super-hero-text{font-size:24px;}html.landing-super .super-hero #super-hero-arrow{width:38px;height:38px;margin-left:-19px;}html.landing-super .super-hero .super-subscribe{display:block;width:100%;float:none;text-align:center;}html.landing-super .super-hero .super-subscribe a{float:none;text-align:center;}html.landing-super .super-values img{width:180px;}html.landing-super .super-bottom .title{font-size:12px;}}@media only screen and (max-width:425px){html.landing-super .super-hero .title-wrpp .super-hero-text{font-size:20px;}html.landing-super .super-hero .title-wrpp .under-line{border-width:3px;}html.landing-super .super-saving .blue-box{padding:20px 20px 35px;}html.landing-super .super-saving .blue-box p{font-size:16px;}html.landing-super .super-advantages h3{font-size:20px;}html.landing-super .super-advantages img{width:120px;}html.landing-super .super-advantages .module-wrpp{width:100%;}html.landing-super .super-advantages .benefits{padding-top:0;}html.landing-super .super-advantages .icon-wrpp,html.landing-super .super-advantages .text-wrpp{width:100%;}html.landing-super .super-advantages .text-wrpp{text-align:center;padding-top:0;margin-bottom:20px;vertical-align:top;}}@media only screen and (max-width:400px){html.landing-super .super-values{height:inherit;padding-bottom:10px;}html.landing-super .super-values ul{-webkit-column-count:1;-moz-column-count:1;column-count:1;}html.landing-super .super-values ul li{text-align:center;}}html.landing .form-block .btn-form-submit{color:#fff;font-family:Raleway,sans-serif;font-size:24px;font-weight:600;text-align:center;text-transform:none;line-height:1.6;min-width:200px;background-color:#0071a5;border:4px solid #0071a5;margin-bottom:0;}html.landing .form-block .btn-form-submit:hover{background-color:transparent;color:#0071a5;}.commercial-subscription{background-color:#f2f2f2;}.commercial-subscription .form-horizontal .out-wrpp{margin-bottom:50px;}.commercial-subscription .form-horizontal .privacy-check{margin-top:0;}.commercial-subscription .subscription-type-title{background-color:#005a84;}.commercial-subscription .subscription-type-title .container{padding:35px 0;}.commercial-subscription .subscription-type-title h1,.commercial-subscription .subscription-type-title .gr-h1 span,.gr-h1 .commercial-subscription .subscription-type-title span{color:#fff;font-family:Aller,sans-serif;font-size:30px;font-weight:400;text-transform:uppercase;font-style:normal;}.commercial-subscription h3{font-family:Raleway,sans-serif;font-size:36px;font-weight:400;text-transform:uppercase;}.commercial-subscription h4{font-size:22px;font-weight:600;}.commercial-subscription p{color:#44453d;}.commercial-subscription strong{font-weight:600;}.form-horizontal.LDC-SubmitPage{padding-bottom:50px;}.form-horizontal.LDC-SubmitPage .form-title{text-align:center;margin:0 auto;margin-top:30px;margin-bottom:-20px;}.calculator{margin-top:30px;}.calculator .container{max-width:600px;}.calculator .container .form-hdr{margin-top:0;padding-left:0;}.calculator .eligibility{margin-top:20px;}.calculator h1,.calculator .gr-h1 span,.gr-h1 .calculator span{color:#44453d;font-size:34px;font-weight:700;line-height:30px;text-align:left;font-style:normal;font-family:"Raleway",sans-serif;}.calculator h5{margin-top:3px;font-size:18px;font-weight:700;margin-bottom:15px;text-transform:uppercase;}.calculator .title{margin-top:15px;margin-bottom:20px;}.calculator label.radio{float:left;margin-right:20px;}.calculator input[type="checkbox"],.calculator input[type="radio"]{float:left;height:23px;width:15px;}.calculator input[type="radio"]{margin-top:0 !important;}.calculator .control-label.tooltipped{float:left;width:89%;}.calculator .shadow-box{padding:30px;padding-right:0;}.calculator .form-block{padding-right:30px;}.calculator .form-block>div{margin-bottom:30px;}.calculator .btn.jq_Calculate{width:90%;font-family:"Raleway",sans-serif;color:#fff;font-weight:700;text-align:left;text-transform:uppercase;line-height:50px;line-height:1.6;text-indent:25px;position:relative;width:243px;clear:both;float:left;margin-left:0;font-size:18px;height:43px;margin-top:30px;}.calculator .jq_Calculate:after{content:"";width:13px;height:24px;position:absolute;top:6px;right:20px;background:url("/Content/Images/partnership-adira-icon.png") no-repeat center;}.calculator .jq_Calculate:hover,.calculator .jq_Calculate:focus{color:#fcaf17;background-color:transparent;}.calculator #continue-simulation{color:#fff;text-decoration:underline;cursor:pointer;}.calculator .hide-and-show{display:none;}.calculator .hide-and-show select{border-color:#fcaf17;}.calculator #PeaceJudgedContainer{display:none;}.calculator p.wizard{margin-top:25px;margin-right:15px;}.calculator #calculator-response{display:none;margin-top:10px;background-color:#007db6;}.calculator #calculator-response p{margin-top:15px;}.calculator #calculator-response h4{font-size:26px;color:#fff;font-weight:700;text-transform:none;}.calculator #calculator-response div{margin-top:20px;color:#44453d;font-size:16px;font-weight:400;text-align:left;line-height:1.3;color:#fff;padding-right:30px;}.calculator #calculator-response a{color:#fff;text-decoration:underline;cursor:pointer;}.calculator i.material-icons{display:inline-block;}.calculator .jq_help{width:30px;height:30px;min-width:0;float:right;}.calculator #jq_CommonPartsOrFraction{margin-top:20px;}.calculator #jq_CommonPartsOrFraction,.calculator #jq_InteriorOrExterior{margin-bottom:20px;overflow:hidden;}.calculator .table tbody>tr>td{background-color:transparent;margin:0;}.calculator .table-hover tbody tr:hover>td{background-color:transparent;border:0;}.calculator .results-group.jq_result{padding-right:0;}.calculator-with-info .form-horizontal{margin-top:0;}.calculator-with-info .form-horizontal .calculator{margin-top:0;}.calculator-with-info .form-horizontal .calculator h1,.calculator-with-info .form-horizontal .calculator .gr-h1 span,.gr-h1 .calculator-with-info .form-horizontal .calculator span{margin-bottom:0;}.calculator-with-info .form-horizontal .calculator .container{max-width:none;padding-top:0;}.contact-form h2{color:#44453d;font-family:Aller,sans-serif;line-height:1em;font-size:30px;}.contact-form h3{font-size:30px;font-family:Aller-light,sans-serif;color:#44453d;float:none;font-weight:700;}.contact-form p{font-size:19px;font-family:Raleway,sans-serif;color:#44453d;line-height:1em;font-weight:400;text-align:left;}.contact-form .form-block [class*="col-"]{float:left;}.contact-form .form-block a.btn-flat{margin-top:35px;}.contact-form .form-block a.btn-flat:hover{background-color:#fff;}.contact-form .form-container{width:100%;max-width:520px;margin:10px auto 40px;}.contact-form .form-container p{margin-bottom:0;}.contact-form .form-container label{cursor:pointer;}.contact-form .form-container .col-4{padding-right:25px;}.contact-form input[type=number],.contact-form input[type=text],.contact-form input[type=email],.contact-form select,.contact-form #contactSubject{background-color:#fff;color:#44453d;font-family:Raleway,sans-serif;font-size:18px;text-align:left;border:1px solid #44453d;border-radius:60px;padding:15px 20px;-webkit-box-shadow:inset 1px 4px 20px 0 rgba(0,0,0,.12);-moz-box-shadow:inset 1px 4px 20px 0 rgba(0,0,0,.12);box-shadow:inset 1px 4px 20px 0 rgba(0,0,0,.12);width:100%;}.contact-form ::-webkit-input-placeholder{color:#44453d;}.contact-form ::-moz-placeholder{color:#44453d;}.contact-form :-ms-input-placeholder{color:#44453d;}.contact-form :-moz-placeholder{color:#44453d;}.contact-form .checkbox-label{text-align:left;color:#44453d;font-family:Raleway,sans-serif;font-size:16px;font-weight:400;}.contact-form.general .form-container{max-width:860px;}.contact-form.general .input-box{padding:0 10px;}@media only screen and (max-width:992px){.calculator-with-info .contentContainer .col-8{width:100%;}}a.tooltip{display:inline-block;color:#005a84;float:right;background:none;}a.tooltip i{width:30px;height:30px;background:url("/Content/Images/tooltip-icon.png") no-repeat;}a.tooltip span{box-shadow:none !important;}a.tooltip:hover span{left:initial !important;right:44px !important;}.print-btn{width:40px;height:30px;background-repeat:no-repeat;background-position:center;background-image:url("/Content/Images/print-16.png");display:inline-block;float:right;cursor:pointer;}#remove-tenant-confirmation{display:none;}.header-wizard{overflow:hidden;background-color:#fff;}.header-wizard .m-hdr .logo{padding:0;}.price-info{display:none;background-color:#eee;border-bottom:4px solid #fcaf17;padding:30px;padding-right:50px;color:#44453d;overflow:hidden;}.price-info p{font-size:18px;font-weight:400;display:inline;float:left;vertical-align:baseline;}.price-info #fraction-interval,.price-info #final-price,.price-info #plan-interval,.price-info #plan-price{color:#44453d;font-size:30px;font-weight:600;text-align:right;float:right;vertical-align:baseline;margin-right:10px;}.price-info p.complement{font-size:16px;font-weight:600;text-align:right;float:right;vertical-align:baseline;}.no-margin{margin:0 !important;}.timeline{background-color:#0071a5;display:inline-block;position:relative;z-index:1;width:100%;height:60px;text-align:center;border:0;}.timeline ul.timeline-steps{width:100%;list-style-type:none;text-align:center;margin:0 auto;padding:0;display:table;overflow:hidden;height:100%;}.timeline span{height:100%;width:100%;display:block;font-size:22px;font-family:'Raleway',sans-serif;line-height:20px;font-weight:bold;font-family:"Raleway",sans-serif;font-weight:500;line-height:60px;text-transform:uppercase;color:#fff;}.timeline span .hide-responsive{display:inline;}.timeline span.step-active{color:#fff;background-color:#faaf19;}.timeline span a{color:#fff;height:100%;width:100%;display:block;}.timeline span a.step-active{color:#fff;background-color:#faaf19;}.timeline span a.step-not-active{background:#0071a5;text-decoration:none;}.timeline span a.step-past,.timeline span a.step-past span{background:#0071a5;}.timeline li.step{text-align:center;float:left;width:50%;margin:0;height:100%;}.form-block .btn.btn-default{line-height:1.2;height:auto;}.form-horizontal{margin-top:50px;}.form-horizontal p{font-weight:500;}.form-horizontal .out-wrpp{padding-bottom:50px;}.form-horizontal .form-hdr{margin-top:50px;padding-left:50px;}.form-horizontal .form-wrpp{padding:0 50px;}.form-horizontal .form-block{margin-top:20px;}.form-horizontal .form-block label{font-family:"Raleway",sans-serif;color:#44453d;font-size:18px;font-weight:400;text-align:left;margin-bottom:0;}.form-horizontal .form-block label.tooltipped{display:inline-block;float:left;margin-top:8px;}.form-horizontal .form-block input,.form-horizontal .form-block textarea,.form-horizontal .form-block select{margin-top:10px;}.form-horizontal .form-block .btn-default{margin-top:20px;}.form-horizontal .form-block.radio{min-height:80px;}.form-horizontal .form-block.radio div{float:left;}.form-horizontal .form-block.radio .col-6{padding-top:10px;}.form-horizontal .form-block.radio label:not(.control-label){width:auto;float:left;margin-top:10px;margin-left:10px;}.form-horizontal .form-block.radio input{width:auto;float:left;height:20px;}.form-horizontal .btn-default{width:100%;font-family:Raleway;color:#fff;font-size:24px;font-weight:600;text-align:center;background-color:#0071a5;border-color:#0071a5;height:60px;margin:0;line-height:none;}.form-horizontal .btn-default:hover,.form-horizontal .btn-default:focus{background-color:transparent;color:#0071a5;}.form-horizontal h2{font-size:36px;font-weight:500;text-align:left;text-transform:uppercase;color:#44453d;}.title{display:block;padding-right:10px;text-transform:uppercase;color:#44453d;font-size:18px;font-weight:700;line-height:30px;text-align:left;border-bottom:4px solid #fcaf17;margin-bottom:30px;}.form-block [class*="col-"]{float:none;padding:2px;}.wgt-subscription hr{height:3px;width:100%;}.m-warning.completionCongrat{background-color:#65b372;}.m-warning .m-wrpp{padding:10px 20px;}.price-calculator .form-block .field-validation-error{margin:-3px auto 3px auto !important;width:320px !important;}.form-wrpp .form-block input{width:100%;}.form-wrpp .form-block input[type="file"]{padding:0;}.form-wrpp .form-block input[type="email"]{padding:6px;border-radius:6px;border-color:#ebe7df;border-width:3px;border-style:solid;transition:border-color ease 500ms;box-sizing:border-box;font-size:18px;font-weight:200;font-family:'Raleway',sans-serif;}.form-wrpp .form-block input[type="email"]:focus{border-color:#24afdc;background-color:#fff;}.form-wrpp.form-block input[type="email"].input-validation-error{border-color:#df3b3b;}.form-wrpp .form-block input[type="email"]:focus.input-validation-error{border-color:#c90909;}.door input{width:350px;}.custom-file-input::-webkit-file-upload-button{visibility:hidden;}.custom-file-input::before{display:none;background:-webkit-linear-gradient(top,#f9f9f9,#e3e3e3);border:1px solid #999;border-radius:3px;padding:5px 8px;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:700;font-size:10pt;}.zip input{width:100px;}span.completed{font-size:14px;font-family:'Raleway',sans-serif;line-height:20px;font-weight:bold;}.doc-upload>dl:nth-child(even){background:#eee;}.doc-upload>dl:nth-child(odd){background:#fff;}.doc-upload dl{display:inline-block;float:left;padding:5px;}.doc-upload dl dt{font-weight:bold;}.doc-view>dl:nth-child(even){background:#eee;}.doc-view>dl:nth-child(odd){background:#fff;}.doc-view dl{display:inline-block;float:left;padding:5px;}.doc-view dl dt{font-weight:bold;}.doc-view div{display:block;width:100%;padding:5px;position:relative;}.doc-view iframe{display:inline-block;width:100%;height:300px;}.doc-submit{display:inline-block;float:left;clear:left;}.timeline a:active{background-color:#d3d3d3;}a.tooltip{outline:none;}a.tooltip strong{line-height:30px;}a.tooltip:hover{text-decoration:none;}a.tooltip span{z-index:10;display:none;padding:14px 20px;margin-top:-30px;margin-left:28px;width:300px;font-weight:500;line-height:1.1;}a.tooltip:hover span{display:inline;position:absolute;color:#111;border:1px solid #dca;background:#fff;left:10px;top:10px;}a.tooltip span{border-radius:4px;box-shadow:5px 5px 8px #ccc;}.tooltip img{position:relative;left:-13px;}.logo h5{background-color:#fed2d1;}.logo b{background-color:#fed2d1;}.step-not-active{cursor:default;color:#808080;}.step-disabled{pointer-events:none;cursor:default;color:#808080;}.modal.popup .form-block{overflow:hidden;}.modal.popup .form-block.clear{padding-top:20px;}.modal.popup .col-6.left{padding-right:10px;}.modal.popup .col-6.right{padding-left:20px;}.modal.popup .btn-default{width:145px;margin-bottom:30px;height:36px;margin-top:0;font-size:18px;float:right;line-height:1.1;}.modal.popup .modal-close{font-family:Raleway;color:#fff;font-weight:600;text-align:center;background-color:#ea5454;border-color:#ea5454;line-height:1.1;margin-bottom:30px;height:36px;margin-top:0;font-size:18px;float:right;margin-right:15px;}.modal.popup .modal-close:hover{background-color:#fff;color:#ea5454;}.modal.popup#modal-blocked-form{height:auto !important;}.modal.popup#modal-blocked-form .modal-close{margin-right:0;}.profile .form-horizontal .btn.btn-default{height:auto;}.profile .col-6{padding:0 10px;}.profile .form-wrpp{padding:0;margin:0 50px;}.profile .blue-bg{background-color:#007db6;color:#fff;}.profile .blue-bg .title{color:#fff;}.profile .blue-bg a{display:block;font-size:30px;font-weight:700;color:#fff;margin:10px 0;text-decoration:underline;}.profile .shadow-box{margin-bottom:30px;}.profile h2{font-size:26px;font-weight:700;line-height:30px;margin-top:50px;margin-bottom:15px;}.profile .title{text-transform:none;font-size:24px;}.profile .col-7{display:inline-block;width:57%;}.profile .col-2{display:inline-block;width:15%;height:25px;}.profile table *{font-size:15px;}.profile .form-block{min-height:40px;margin-top:0;}.profile .form-block.no-min-height{min-height:0;}.profile .form-block .col-5{width:41%;display:inline-block;font-size:18px;font-weight:400;}.profile .form-block .col-5 input{margin:0;}.profile .form-block .checkbox input{width:20px;}.profile .form-block label.tooltipped{float:none;}.profile .form-block .control-label{text-align:right;font-size:18px;font-weight:700;line-height:1.2;height:40px;}.profile .form-block .control-label:after{content:":";}.profile .form-block label,.profile .form-block div{line-height:40px;line-height:1.2;word-wrap:break-word;}.profile .form-block label a,.profile .form-block div a{word-wrap:break-word;}.profile .form-block .fieldEditorSecondPostal{display:none;}.profile .form-block .check-box{width:20px;}.profile .form-block .remove-condominium{border:none;width:20px;height:20px;background-color:#aaa;color:#fff;text-transform:uppercase;border-radius:50%;font-size:11px;font-family:cursive;transition:background-color .3s ease-in-out;margin-top:0;padding-bottom:2px;}.profile .form-block .remove-condominium:hover{background-color:#df3b3b;}.profile #condominium-list{margin-bottom:0;}.profile #change-admin{margin-top:30px;}.profile #invite-condominum{margin-bottom:0;display:none;}.profile #invite-condominum .form-hdr{margin-top:0;padding-top:50px;}.profile #invite-condominum .control-label{text-align:left;}.profile table .middle{word-break:break-all;}.profile .icon{float:none;display:block;margin:0 auto;background-position:center;margin-bottom:30px;}.profile .page-title{margin:20px 0;}.profile .btn-default{font-size:18px;width:50% !important;margin:0 auto;display:block;}.profile .icon-small{background-size:20px;width:20px;height:20px;margin:0;display:inline-block;float:left;margin-right:5px;}.profile #sendInvitesFailed{background-color:#df3b3b;border-radius:3px;box-sizing:border-box;color:#fff;padding:13px 20px;display:none;}.profile #sendInvitesSuccess{background-color:#6b9b00;border-radius:3px;box-sizing:border-box;color:#fff;padding:13px 20px;display:none;}.profile textarea{resize:vertical;}.profile #change-admin label{margin-bottom:0;margin-top:20px;height:auto;text-align:left;}.profile #change-admin p{margin-bottom:10px;}.change-pass .form-horizontal{margin-top:100px;}input[type="radio"]{margin-top:0;}input[type="number"]{-moz-appearance:textfield;}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;}input#IBAN{width:calc(100% - 45px);}.before-input{font-size:15px;vertical-align:middle;display:inline-block;height:100%;margin-top:13px;width:40px;}.form-block .field-validation-error,.form-block span.validation-error{overflow:hidden;}.form-horizontal .new-subscription{line-height:42px;margin-top:30px !important;}.condominum-associated ul li{margin-left:20px;margin-top:5px;font-size:16px;}::-webkit-input-placeholder{color:#c8c8c8;}:-moz-placeholder{color:#c8c8c8;}::-moz-placeholder{color:#c8c8c8;}:-ms-input-placeholder{color:#c8c8c8;}.in-wrpp{background-color:#fff;}section.unsubscribe .container{max-width:800px;}section.unsubscribe .panel{width:100%;height:100%;min-height:310px;font-family:Raleway;text-align:center;display:inline-block;margin-bottom:2rem;padding-top:40px;padding-left:30px;padding-bottom:18px;padding-right:0;box-sizing:border-box;-webkit-box-shadow:0 0 10px 0 #c8c8c8;-moz-box-shadow:0 0 10px 0 #c8c8c8;box-shadow:0 0 10px 0 #c8c8c8;border-bottom:4px solid #aaa;}section.unsubscribe .title{font-size:24px;margin-bottom:20px;}section.unsubscribe h4{color:#44453d;font-size:24px;font-weight:400;margin-bottom:20px;}section.unsubscribe .msg{margin-right:30px;}section.unsubscribe .msg p{font-size:1.2rem;line-height:1.4;}section.unsubscribe .msg p span{color:#fcaf17;font-weight:bold;}section.unsubscribe .msg .email-clr{color:#0071a5;font-weight:bold;}section.unsubscribe .warning{margin-right:30px;}section.unsubscribe .warning p{font-size:1rem;line-height:1.4;text-align:justify;margin-bottom:1rem;}section.unsubscribe .cta{text-align:center;}section.unsubscribe .btn{display:block;width:auto;margin-left:15px;padding:.3rem 2rem;cursor:pointer;color:#fff;font-family:Raleway,Arial,sans-serif;font-style:normal;font-size:.9rem;font-weight:500;text-align:center;line-height:1.6rem;text-transform:uppercase;text-decoration:none;letter-spacing:1px;border:1px solid transparent;-ms-box-shadow:0 2px 2px rgba(0,0,0,.12);box-shadow:0 2px 2px rgba(0,0,0,.12);box-sizing:border-box;cursor:pointer;transition:200ms all ease-out;}section.unsubscribe .btn-primary{margin:0 auto;background-color:#0087cb;background:-webkit-linear-gradient(#0087cb,#0087cb);background:linear-gradient(#0087cb,#0087cb);}section.unsubscribe .btn-primary.confirm{float:none;display:block;margin:0 auto 20px;background-color:#7d7c7c;background:#7d7c7c;}section.unsubscribe .btn-primary:hover{color:#fff;border-color:#fcaf17;background:#fcaf17;}section.unsubscribe .btn-primary:active{box-shadow:none;position:relative;top:1px;border-color:transparent;}@media only screen and (max-width:800px){section.unsubscribe .btn-primary{float:none;display:block;margin:0 auto 20px;}section.unsubscribe .btn-primary.confirm{float:none;display:block;margin:0 auto 20px;}}@media only screen and (max-width:700px){section.unsubscribe .m-wrpp{width:auto;margin:0 5px;}}@media only screen and (max-width:500px){section.unsubscribe .msg p{font-size:1rem;}section.unsubscribe .warning p{font-size:.8rem;}section.unsubscribe .btn{font-size:.7rem;}}@media only screen and (max-width:425px){section.unsubscribe .m-wrpp{margin:0 5px;}section.unsubscribe h4{font-size:1.2rem;}}@media only screen and (max-width:375px){section.unsubscribe #step-1{padding-right:20px;}section.unsubscribe .msg p{font-size:1.1rem;}section.unsubscribe .msg .email-clr{font-size:14px;}section.unsubscribe .warning p{font-size:.7rem;}.col-6{width:100%;padding-bottom:15px;}.btn-primary,.btn-primary.confirm{margin:0;width:100%;}}.loader-container{overflow:hidden;clear:both;display:none;}.loader-container.service{position:absolute;top:100px;left:50%;margin-left:-50px;}.loader{margin:20px auto;width:100px;}.spinner-container{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;}.spinner-container .path{stroke-dasharray:1,150;stroke-dashoffset:0;stroke:#0071a5;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;}@keyframes rotate{100%{transform:rotate(360deg);}}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0;}50%{stroke-dasharray:90,150;stroke-dashoffset:-35;}100%{stroke-dasharray:90,150;stroke-dashoffset:-124;}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0;}50%{stroke-dasharray:90,150;stroke-dashoffset:-35;}100%{stroke-dasharray:90,150;stroke-dashoffset:-124;}}@font-face{font-family:'Prelo';src:url("/Content/Fonts/Prello/prelo-medium.eot?");src:url("/Content/Fonts/Prello/prelo-medium.eot?#iefixos1o8a") format("embedded-opentype"),url("/Content/Fonts/Prello/prelo-medium.woff?os1o8a") format("woff"),url("/Content/Fonts/Prello/prelo-medium.ttf?os1o8a") format("truetype"),url("/Content/Fonts/Prello/prelo-medium.svg?os1o8a#prelomedium") format("svg");font-weight:normal;font-style:normal;}@font-face{font-family:'PreloBold';src:url("/Content/Fonts/Prello/prelo-bold.eot?os1o8a");src:url("/Content/Fonts/Prello/prelo-bold.eot?#iefixos1o8a") format("embedded-opentype"),url("/Content/Fonts/Prello/prelo-bold.woff?os1o8a") format("woff"),url("/Content/Fonts/Prello/prelo-bold.ttf?os1o8a") format("truetype"),url("/Content/Fonts/Prello/prelo-bold.svg?os1o8a#prelobold") format("svg");font-weight:normal;font-style:normal;}@media screen and (min-width:53.1875em){.masthead__top{background-color:#303030;background:-webkit-linear-gradient(top,#303030 0%,#303030 83%,#2d2d2d 88%,#242424 95%,#262626 100%);background:linear-gradient(to bottom,#303030 0%,#303030 83%,#2d2d2d 88%,#242424 95%,#262626 100%);border-bottom:4px solid #e0dfde;float:left;width:100%;position:relative;z-index:1005;}.secondary-nav{margin:0 0 0 -15px;float:left;}.secondary-nav .icon-font,.secondary-nav .resource-list li:before,.resource-list .secondary-nav li:before,.secondary-nav .resource-list--icons li:before,.resource-list--icons .secondary-nav li:before,.secondary-nav .info-block--subscribe .info-block--subscribe__title:before,.info-block--subscribe .secondary-nav .info-block--subscribe__title:before,.secondary-nav .local-nav__item:before,.secondary-nav .trigger-link:before,.secondary-nav .show-more__trigger:before,.secondary-nav .banner-calendar__content ul li:before,.banner-calendar__content ul .secondary-nav li:before,.secondary-nav .alert__title:before,.secondary-nav .help-panel--call .panel .help-panel__innerlink:before,.help-panel--call .panel .secondary-nav .help-panel__innerlink:before,.secondary-nav .help-panel__call .panel .help-panel__innerlink:before,.help-panel__call .panel .secondary-nav .help-panel__innerlink:before,.secondary-nav .help-panel--call .small-highlight .help-panel__innerlink:before,.help-panel--call .small-highlight .secondary-nav .help-panel__innerlink:before,.secondary-nav .help-panel__call .small-highlight .help-panel__innerlink:before,.help-panel__call .small-highlight .secondary-nav .help-panel__innerlink:before,.secondary-nav #procon .pro:first-child:before,.secondary-nav .product__search__label:before,.secondary-nav .landing__main ul li:before{color:#6a6a69;}.secondary-nav__item{display:inline-block;vertical-align:middle;padding:0 1rem;color:#e0dfde;height:3em;font-family:"Prelo",sans-serif;}.masthead__constrained{margin:0 auto;padding:0 1rem;max-width:1200px;width:auto;position:static;height:auto;}.masthead--mobile-portal .secondary-nav__item{font-weight:700;}.ie7 .secondary-nav__item{float:left;}.secondary-nav__link{font-size:15px;line-height:3.4rem;color:#e0dfde;font-family:"Prelo",sans-serif;text-decoration:none;}.secondary-nav__link:hover{color:#e0dfde;text-decoration:underline;}.secondary-nav__link.phone-link{font-weight:normal;font-family:"PreloBold",sans-serif;}.secondary-nav__link.secondary-nav__link--larger{font-size:1.3rem;font-family:"PreloBold",sans-serif;}.masthead__desktop__inner{display:table;width:100%;height:11rem;vertical-align:middle;border-collapse:collapse;}.masthead__desktop__inner:before{content:'';display:table-cell;width:26.5rem;}.masthead__mobile-only,.masthead__mobile-btns{display:none;}}@media screen and (max-width:62em){.masthead__top{display:none;}}@media screen and (min-width:65.625em){.masthead__search input{width:28.5rem;}}@media screen and (max-width:65.625em){.masthead__login__welcome .icon-font:before,.masthead__login__welcome .resource-list li:before,.resource-list .masthead__login__welcome li:before,.masthead__login__welcome .resource-list--icons li:before,.resource-list--icons .masthead__login__welcome li:before,.masthead__login__welcome .info-block--subscribe .info-block--subscribe__title:before,.info-block--subscribe .masthead__login__welcome .info-block--subscribe__title:before,.masthead__login__welcome .local-nav__item:before,.masthead__login__welcome .trigger-link:before,.masthead__login__welcome .show-more__trigger:before,.masthead__login__welcome .banner-calendar__content ul li:before,.banner-calendar__content ul .masthead__login__welcome li:before,.masthead__login__welcome .alert__title:before,.masthead__login__welcome .help-panel--call .panel .help-panel__innerlink:before,.help-panel--call .panel .masthead__login__welcome .help-panel__innerlink:before,.masthead__login__welcome .help-panel__call .panel .help-panel__innerlink:before,.help-panel__call .panel .masthead__login__welcome .help-panel__innerlink:before,.masthead__login__welcome .help-panel--call .small-highlight .help-panel__innerlink:before,.help-panel--call .small-highlight .masthead__login__welcome .help-panel__innerlink:before,.masthead__login__welcome .help-panel__call .small-highlight .help-panel__innerlink:before,.help-panel__call .small-highlight .masthead__login__welcome .help-panel__innerlink:before,.masthead__login__welcome #procon .pro:first-child:before,#procon .masthead__login__welcome .pro:first-child:before,.masthead__login__welcome #procon li.con:before,#procon .masthead__login__welcome li.con:before,.masthead__login__welcome .product__search__label:before,.masthead__login__welcome .landing__main ul li:before,.landing__main ul .masthead__login__welcome li:before{display:none;}}.web4-nav{margin:0;float:right;height:3.1rem;font-family:"Prelo",sans-serif;}.web4-nav__item{display:inline-block;margin-left:-4px;text-transform:uppercase;}.web4-nav__link{display:inline-block;margin-top:.5rem;padding:0 1.2rem;border-top-left-radius:5px;border-top-right-radius:5px;height:2.8rem;line-height:2.4rem;color:#fff;font-size:15px;font-family:"PreloBold",sans-serif;text-decoration:none;}.web4-nav__link:hover{color:#fff;text-decoration:underline;}.web4-nav__link--selected{background-color:#e0dfde;color:#4a4a4a;}.web4-nav__link--selected:hover{color:#4a4a4a;}.web4-nav ul li{list-style:none;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);}.fly-out__wrapper{position:relative;display:inline-block;padding-right:1rem;}.fly-out__wrapper:hover .fly-out__pane,.fly-out__wrapper:focus .fly-out__pane{display:block;}.fly-out__wrapper.web4-nav__item{padding-right:0;}.fly-out__trigger{margin-bottom:0;position:relative;z-index:700;font-size:13px;text-transform:none;margin-bottom:.6rem;}.fly-out__trigger .icon:before{vertical-align:middle;}.fly-out__pane{position:absolute;display:none;top:3.6rem;padding:1.5rem;top:100%;right:-3px;z-index:1002;border-radius:5px;background:#303030;color:#fff;min-width:20rem;text-transform:none;}.fly-out__pane:after{content:'';position:absolute;width:0;height:0;border-right:8px solid transparent;border-left:8px solid transparent;border-bottom:8px solid #303030;top:-8px;right:1.5rem;}.fly-out__pane a{padding:1.2rem;color:#fff;font-size:15px;font-family:"PreloBold",sans-serif;text-decoration:none;display:block;}.fly-out__pane a:hover{color:inherit;}.fly-out__pane a:hover,.fly-out__pane a.selected{background:#4a4a4a;text-decoration:none;}.wgt-hero.wizzard .out-wrpp-block{border-bottom:50px solid #0071a5;}.wgt-hero.wizzard .wizzard-intro{color:#fff;padding:30px 0 0;}.wgt-hero.wizzard .wizzard-intro h1,.wgt-hero.wizzard .wizzard-intro .gr-h1 span,.gr-h1 .wgt-hero.wizzard .wizzard-intro span{margin-bottom:15px;}.wgt-hero.wizzard .wizzard-simulator h3{color:#fff;line-height:1.2;text-align:center;margin-bottom:30px;}.wgt-hero.wizzard .wizzard-simulator .nav-wizzard button{background:url(/Content/Images/lp-arrow.png) no-repeat 0 100px;width:20px;height:194px;float:left;display:inline-block;color:#007db6;font-size:72px;font-weight:300;margin:0;padding:0;vertical-align:top;border:0;line-height:25px;transition:opacity .2s ease-in-out;opacity:1;animation:flickerAnimation 1.2s infinite;filter:FlipH;-ms-filter:"FlipH";}.wgt-hero.wizzard .wizzard-simulator .nav-wizzard button#wizz-next{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);}.wgt-hero.wizzard .wizzard-simulator #WizardCalcForm{margin:0 auto;}.wgt-hero.wizzard .wizzard-simulator div[id^="question"]{text-align:center;}.wgt-hero.wizzard .wizzard-simulator div[id^="question"] .row-question{margin-bottom:40px;}.wgt-hero.wizzard .wizzard-simulator .form-actions{margin-top:-10px;margin-bottom:20px;}.wgt-hero.wizzard .wizzard-simulator p{font-family:Aller;color:#fff;font-size:25px;font-weight:300;text-align:center;margin-bottom:15px;margin-top:15px;line-height:1.65;}.wgt-hero.wizzard .wizzard-simulator label{color:#fff;font-family:Aller;font-size:25px;font-weight:300;text-align:center;margin-bottom:15px;margin-top:15px;line-height:1.65;}.wgt-hero.wizzard .wizzard-simulator span{font-size:18px;}.wgt-hero.wizzard .wizzard-simulator input.text-box{width:75px;background-color:transparent;color:#fcaf17;font-size:22px;font-weight:400;text-align:center;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #fff;}.wgt-hero.wizzard .wizzard-simulator select#Location{width:200px;background-color:transparent;color:#fcaf17;font-size:24px;font-weight:300;text-transform:capitalize;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #fff;}.wgt-hero.wizzard .wizzard-simulator select#Location option{color:#333;font-size:18px;font-weight:400;text-transform:capitalize;}.wgt-hero.wizzard .wizzard-simulator select#Location option:hover{background-color:#0071a5;}.wgt-hero.wizzard .shadow-box{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-bottom:none;background-color:#005a84;}.wgt-hero.wizzard .subscribe{text-align:center;}.wgt-hero.wizzard .subscribe .btn-default{width:280px;min-width:200px;height:auto;background-color:rgba(0,0,0,.3);color:#faaf19;font-family:"Aller",sans-serif;font-weight:400;line-height:.5;text-align:center;text-transform:uppercase;border-width:5px;border-color:#faaf19;margin:20px 0 0;}.wgt-hero.wizzard .subscribe .btn-default:hover{background-color:#faaf19;color:#fff;}.wgt-hero.wizzard h4.title{display:none;}.wgt-hero.wizzard .wizzard-result{margin-bottom:40px;}.wgt-hero.wizzard .wizzard-result h4{color:#fff;font-size:32px;font-weight:700;text-align:center;text-transform:uppercase;margin-bottom:10px;}.wgt-hero.wizzard .wizzard-result h4 span{color:#fcaf17;font-size:46px;font-weight:700;}.wgt-hero.wizzard .wizzard-result p{font-family:Aller;color:#333;font-size:16px;font-weight:300;text-align:left;margin-top:0;margin-bottom:0;line-height:1.65;}.wgt-hero.wizzard .wizzard-result p.disclaimer{color:#fcaf17;text-align:center;margin-bottom:20px;}.wgt-hero.wizzard .wizzard-result p.value{color:#333;font-size:22px;font-weight:800;text-align:center;margin-top:0;margin-bottom:10px;}.wgt-hero.wizzard .wizzard-result p span{float:right;font-size:16px;font-weight:500;text-align:right;}.wgt-hero.wizzard .wizzard-result .result-detail .detail-box{text-align:center;padding:0 5px;}.wgt-hero.wizzard .wizzard-result .result-detail .detail-box .inner-box{background-color:#fcaf17;padding:10px;float:none;margin-top:0;margin-right:0;}.wgt-hero.wizzard .wizzard-result .result-detail .detail-box .inner-box .details{float:none;background-color:#fff;margin-top:0;margin-right:0;padding:10px;}.wgt-hero.wizzard .wizzard-result .result-detail .disclaimer{color:#fff;}.wgt-hero.wizzard .wizzard-result .result-detail h5{color:#333;font-family:Aller-Display;font-size:18px;margin-bottom:10px;}@media only screen and (max-width:800px){.wgt-hero.wizzard .wizzard-result .result-detail .detail-box{width:50%;margin-bottom:10px;}}@media only screen and (max-width:520px){.wgt-hero.wizzard .wizzard-result .result-detail .detail-box{width:100%;}}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1,.gr-h1 span{font-size:2em;margin:.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}html input[type="button"],button,input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}em{font-style:italic;}strong{font-weight:500;}small{font-size:75%;}.light,footer.page-footer .footer-copyright{font-weight:300;}.thin{font-weight:200;}html{box-sizing:border-box;}*,*:before,*:after{box-sizing:inherit;}ul{list-style-type:none;}a{color:#005a84;text-decoration:underline;transition:text-decoration .3s ease-in-out;-webkit-tap-highlight-color:transparent;}.valign-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}.valign-wrapper .valign{display:block;}ul{padding:0;}ul li{list-style-type:none;}.clearfix{clear:both;}.z-depth-0{box-shadow:none !important;}.z-depth-1,nav,.side-nav,.dropdown-content,.toast,.collapsible{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);}.z-depth-1-half{box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);}.z-depth-2{box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);}.z-depth-3{box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);}.z-depth-4,.modal{box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21);}.z-depth-5{box-shadow:0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22);}.hoverable:hover{transition:box-shadow .25s;box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);}.divider{height:1px;overflow:hidden;background-color:#e0e0e0;}blockquote{margin:20px 0;padding-left:1.5rem;border-left:5px solid #ee6e73;}i{line-height:inherit;}i.left{float:left;margin-right:15px;}i.right{float:right;margin-left:15px;}i.tiny{font-size:1rem;}i.small{font-size:2rem;}i.medium{font-size:4rem;}i.large{font-size:6rem;}img.responsive-img,video.responsive-video{max-width:100%;height:auto;}.pagination li{float:left;font-size:1.2rem;padding:0 10px;line-height:30px;border-radius:2px;text-align:center;}.pagination li a{color:#444;}.pagination li.active a{color:#fff;}.pagination li.active{background-color:#ee6e73;}.pagination li.disabled a{cursor:default;color:#999;}.pagination li i{font-size:2rem;}.pagination li.pages ul li{display:inline-block;float:none;}@media only screen and (max-width:992px){.pagination{width:100%;}.pagination li.prev,.pagination li.next{width:10%;}.pagination li.pages{width:80%;overflow:hidden;white-space:nowrap;}}.parallax-container{position:relative;overflow:hidden;height:500px;}.parallax{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;}.parallax img{display:none;position:absolute;left:50%;bottom:0;min-width:100%;min-height:100%;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transform:translateX(-50%);}.pin-top,.pin-bottom{position:relative;}.pinned{position:fixed !important;}ul.staggered-list li{opacity:0;}.fade-in{opacity:0;transform-origin:0 50%;}@media only screen and (max-width:600px){.hide-on-small-only,.hide-on-small-and-down{display:none !important;}}@media only screen and (max-width:992px){.hide-on-med-and-down{display:none !important;}}@media only screen and (min-width:601px){.hide-on-med-and-up{display:none !important;}}@media only screen and (min-width:600px) and (max-width:992px){.hide-on-med-only{display:none !important;}}@media only screen and (min-width:993px){.hide-on-large-only{display:none !important;}}@media only screen and (min-width:993px){.show-on-large{display:initial !important;}}@media only screen and (min-width:600px) and (max-width:992px){.show-on-medium{display:initial !important;}}@media only screen and (max-width:600px){.show-on-small{display:initial !important;}}@media only screen and (min-width:601px){.show-on-medium-and-up{display:initial !important;}}@media only screen and (max-width:992px){.show-on-medium-and-down{display:initial !important;}}@media only screen and (max-width:600px){.center-on-small-only{text-align:center;}}footer.page-footer{margin-top:20px;padding-top:20px;background-color:#ee6e73;}footer.page-footer .footer-copyright{overflow:hidden;height:50px;line-height:50px;color:rgba(255,255,255,.8);background-color:rgba(51,51,51,.08);}table,th,td{border:none;}table{width:100%;display:table;}table.bordered>thead>tr,table.bordered>tbody>tr{border-bottom:1px solid #d0d0d0;}table.striped>tbody>tr:nth-child(odd){background-color:#f2f2f2;}table.striped>tbody>tr>td{border-radius:0;}table.hoverable>tbody>tr{-webkit-transition:background-color .25s ease;-moz-transition:background-color .25s ease;-o-transition:background-color .25s ease;-ms-transition:background-color .25s ease;transition:background-color .25s ease;}table.hoverable>tbody>tr:hover{background-color:#f2f2f2;}table.centered thead tr th,table.centered tbody tr td{text-align:center;}thead{border-bottom:1px solid #d0d0d0;}td,th{padding:15px 5px;display:table-cell;text-align:left;vertical-align:middle;border-radius:2px;}@media only screen and (max-width:992px){table.responsive-table{width:100%;border-collapse:collapse;border-spacing:0;display:block;position:relative;}table.responsive-table th,table.responsive-table td{margin:0;vertical-align:top;}table.responsive-table th{text-align:left;}table.responsive-table thead{display:block;float:left;}table.responsive-table thead tr{display:block;padding:0 10px 0 0;}table.responsive-table thead tr th::before{content:" ";}table.responsive-table tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;}table.responsive-table tbody tr{display:inline-block;vertical-align:top;}table.responsive-table th{display:block;text-align:right;}table.responsive-table td{display:block;min-height:1.25em;text-align:left;}table.responsive-table tr{padding:0 10px;}table.responsive-table thead{border:0;border-right:1px solid #d0d0d0;}table.responsive-table.bordered th{border-bottom:0;border-left:0;}table.responsive-table.bordered td{border-left:0;border-right:0;border-bottom:0;}table.responsive-table.bordered tr{border:0;}table.responsive-table.bordered tbody tr{border-right:1px solid #d0d0d0;}}.collection{margin:.5rem 0 1rem 0;border:1px solid #e0e0e0;border-radius:2px;overflow:hidden;position:relative;}.collection .collection-item{background-color:#fff;line-height:1.5rem;padding:10px 20px;margin:0;border-bottom:1px solid #e0e0e0;}.collection .collection-item.avatar{min-height:84px;padding-left:72px;position:relative;}.collection .collection-item.avatar .circle{position:absolute;width:42px;height:42px;overflow:hidden;left:15px;display:inline-block;vertical-align:middle;}.collection .collection-item.avatar i.circle{font-size:18px;line-height:42px;color:#fff;background-color:#999;text-align:center;}.collection .collection-item.avatar .title{font-size:16px;}.collection .collection-item.avatar p{margin:0;}.collection .collection-item.avatar .secondary-content{position:absolute;top:16px;right:16px;}.collection .collection-item:last-child{border-bottom:none;}.collection .collection-item.active{background-color:#26a69a;color:#eafaf9;}.collection a.collection-item{display:block;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;-ms-transition:.25s;transition:.25s;color:#26a69a;}.collection a.collection-item:not(.active):hover{background-color:#ddd;}.collection.with-header .collection-header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:10px 20px;}.collection.with-header .collection-item{padding-left:30px;}.collection.with-header .collection-item.avatar{padding-left:72px;}.secondary-content{float:right;color:#26a69a;}span.badge{min-width:3rem;padding:0 6px;text-align:center;font-size:1rem;line-height:inherit;color:#757575;position:absolute;right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}span.badge.new{font-weight:300;font-size:.8rem;color:#fff;background-color:#26a69a;border-radius:2px;}span.badge.new:after{content:" new";}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}.video-container.no-controls{padding-top:0;}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}.progress{position:relative;height:4px;display:block;width:100%;background-color:#acece6;border-radius:2px;margin:.5rem 0 1rem 0;overflow:hidden;}.progress .determinate{position:absolute;background-color:inherit;top:0;left:0;bottom:0;background-color:#26a69a;-webkit-transition:width .3s linear;-moz-transition:width .3s linear;-o-transition:width .3s linear;-ms-transition:width .3s linear;transition:width .3s linear;}.progress .indeterminate{background-color:#26a69a;}.progress .indeterminate:before{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;-webkit-animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;-moz-animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;-ms-animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;-o-animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;}.progress .indeterminate:after{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;-webkit-animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;-moz-animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;-ms-animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;-o-animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;-webkit-animation-delay:1.15s;-moz-animation-delay:1.15s;-ms-animation-delay:1.15s;-o-animation-delay:1.15s;animation-delay:1.15s;}@-webkit-keyframes indeterminate{0%{left:-35%;right:100%;}60%{left:100%;right:-90%;}100%{left:100%;right:-90%;}}@-moz-keyframes indeterminate{0%{left:-35%;right:100%;}60%{left:100%;right:-90%;}100%{left:100%;right:-90%;}}@keyframes indeterminate{0%{left:-35%;right:100%;}60%{left:100%;right:-90%;}100%{left:100%;right:-90%;}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%;}60%{left:107%;right:-8%;}100%{left:107%;right:-8%;}}@-moz-keyframes indeterminate-short{0%{left:-200%;right:100%;}60%{left:107%;right:-8%;}100%{left:107%;right:-8%;}}@keyframes indeterminate-short{0%{left:-200%;right:100%;}60%{left:107%;right:-8%;}100%{left:107%;right:-8%;}}.hide{display:none !important;}.left-align{text-align:left;}.right-align{text-align:right;}.center,.center-align{text-align:center;}.left{float:left !important;}.right{float:right !important;}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.circle{border-radius:50%;}.center-block{display:block;margin-left:auto;margin-right:auto;}.truncate{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.no-padding{padding-top:0 !important;}@font-face{font-family:"Material-Design-Icons";src:url("/Content/Fonts/Material-icons/Material-Design-Icons.eot?#iefix") format("embedded-opentype"),url("/Content/Fonts/Material-icons/Material-Design-Icons.woff2") format("woff2"),url("/Content/Fonts/Material-icons/Material-Design-Icons.woff") format("woff"),url("/Content/Fonts/Material-icons/Material-Design-Icons.ttf") format("truetype"),url("/Content/Fonts/Material-icons/Material-Design-Icons.svg#Material-Design-Icons") format("svg");font-weight:normal;font-style:normal;}[class^="mdi-"],[class*="mdi-"]{speak:none;display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0);}[class^="mdi-"]:before,[class*="mdi-"]:before{display:inline-block;speak:none;text-decoration:inherit;}[class^="mdi-"].pull-left,[class*="mdi-"].pull-left{margin-right:.3em;}[class^="mdi-"].pull-right,[class*="mdi-"].pull-right{margin-left:.3em;}[class^="mdi-"].mdi-lg:before,[class^="mdi-"].mdi-lg:after,[class*="mdi-"].mdi-lg:before,[class*="mdi-"].mdi-lg:after{font-size:1.33333333em;line-height:.75em;vertical-align:-15%;}[class^="mdi-"].mdi-2x:before,[class^="mdi-"].mdi-2x:after,[class*="mdi-"].mdi-2x:before,[class*="mdi-"].mdi-2x:after{font-size:2em;}[class^="mdi-"].mdi-3x:before,[class^="mdi-"].mdi-3x:after,[class*="mdi-"].mdi-3x:before,[class*="mdi-"].mdi-3x:after{font-size:3em;}[class^="mdi-"].mdi-4x:before,[class^="mdi-"].mdi-4x:after,[class*="mdi-"].mdi-4x:before,[class*="mdi-"].mdi-4x:after{font-size:4em;}[class^="mdi-"].mdi-5x:before,[class^="mdi-"].mdi-5x:after,[class*="mdi-"].mdi-5x:before,[class*="mdi-"].mdi-5x:after{font-size:5em;}[class^="mdi-device-signal-cellular-"]:after,[class^="mdi-device-battery-"]:after,[class^="mdi-device-battery-charging-"]:after,[class^="mdi-device-signal-cellular-connected-no-internet-"]:after,[class^="mdi-device-signal-wifi-"]:after,[class^="mdi-device-signal-wifi-statusbar-not-connected"]:after,.mdi-device-network-wifi:after{opacity:.3;position:absolute;left:0;top:0;z-index:1;display:inline-block;speak:none;text-decoration:inherit;}[class^="mdi-device-signal-cellular-"]:after{content:"";}[class^="mdi-device-battery-"]:after{content:"";}[class^="mdi-device-battery-charging-"]:after{content:"";}[class^="mdi-device-signal-cellular-connected-no-internet-"]:after{content:"";}[class^="mdi-device-signal-wifi-"]:after,.mdi-device-network-wifi:after{content:"";}[class^="mdi-device-signal-wifi-statusbasr-not-connected"]:after{content:"";}.mdi-device-signal-cellular-off:after,.mdi-device-signal-cellular-null:after,.mdi-device-signal-cellular-no-sim:after,.mdi-device-signal-wifi-off:after,.mdi-device-signal-wifi-4-bar:after,.mdi-device-signal-cellular-4-bar:after,.mdi-device-battery-alert:after,.mdi-device-signal-cellular-connected-no-internet-4-bar:after,.mdi-device-battery-std:after,.mdi-device-battery-full .mdi-device-battery-unknown:after{content:"";}.mdi-fw{width:1.28571429em;text-align:center;}.mdi-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}.mdi-ul>li{position:relative;}.mdi-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center;}.mdi-li.mdi-lg{left:-1.85714286em;}.mdi-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em;}.mdi-spin{-webkit-animation:mdi-spin 2s infinite linear;animation:mdi-spin 2s infinite linear;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;}.mdi-pulse{-webkit-animation:mdi-spin 1s steps(8) infinite;animation:mdi-spin 1s steps(8) infinite;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}.mdi-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.mdi-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.mdi-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}.mdi-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1);}.mdi-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1);}:root .mdi-rotate-90,:root .mdi-rotate-180,:root .mdi-rotate-270,:root .mdi-flip-horizontal,:root .mdi-flip-vertical{filter:none;}.mdi-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}.mdi-stack-1x,.mdi-stack-2x{position:absolute;left:0;width:100%;text-align:center;}.mdi-stack-1x{line-height:inherit;}.mdi-stack-2x{font-size:2em;}.mdi-inverse{color:#fff;}.mdi-action-3d-rotation:before{content:"";}.mdi-action-accessibility:before{content:"";}.mdi-action-account-balance-wallet:before{content:"";}.mdi-action-account-balance:before{content:"";}.mdi-action-account-box:before{content:"";}.mdi-action-account-child:before{content:"";}.mdi-action-account-circle:before{content:"";}.mdi-action-add-shopping-cart:before{content:"";}.mdi-action-alarm-add:before{content:"";}.mdi-action-alarm-off:before{content:"";}.mdi-action-alarm-on:before{content:"";}.mdi-action-alarm:before{content:"";}.mdi-action-android:before{content:"";}.mdi-action-announcement:before{content:"";}.mdi-action-aspect-ratio:before{content:"";}.mdi-action-assessment:before{content:"";}.mdi-action-assignment-ind:before{content:"";}.mdi-action-assignment-late:before{content:"";}.mdi-action-assignment-return:before{content:"";}.mdi-action-assignment-returned:before{content:"";}.mdi-action-assignment-turned-in:before{content:"";}.mdi-action-assignment:before{content:"";}.mdi-action-autorenew:before{content:"";}.mdi-action-backup:before{content:"";}.mdi-action-book:before{content:"";}.mdi-action-bookmark-outline:before{content:"";}.mdi-action-bookmark:before{content:"";}.mdi-action-bug-report:before{content:"";}.mdi-action-cached:before{content:"";}.mdi-action-check-circle:before{content:"";}.mdi-action-class:before{content:"";}.mdi-action-credit-card:before{content:"";}.mdi-action-dashboard:before{content:"";}.mdi-action-delete:before{content:"";}.mdi-action-description:before{content:"";}.mdi-action-dns:before{content:"";}.mdi-action-done-all:before{content:"";}.mdi-action-done:before{content:"";}.mdi-action-event:before{content:"";}.mdi-action-exit-to-app:before{content:"";}.mdi-action-explore:before{content:"";}.mdi-action-extension:before{content:"";}.mdi-action-face-unlock:before{content:"";}.mdi-action-favorite-outline:before{content:"";}.mdi-action-favorite:before{content:"";}.mdi-action-find-in-page:before{content:"";}.mdi-action-find-replace:before{content:"";}.mdi-action-flip-to-back:before{content:"";}.mdi-action-flip-to-front:before{content:"";}.mdi-action-get-app:before{content:"";}.mdi-action-grade:before{content:"";}.mdi-action-group-work:before{content:"";}.mdi-action-help:before{content:"";}.mdi-action-highlight-remove:before{content:"";}.mdi-action-history:before{content:"";}.mdi-action-home:before{content:"";}.mdi-action-https:before{content:"";}.mdi-action-info-outline:before{content:"";}.mdi-action-info:before{content:"";}.mdi-action-input:before{content:"";}.mdi-action-invert-colors:before{content:"";}.mdi-action-label-outline:before{content:"";}.mdi-action-label:before{content:"";}.mdi-action-language:before{content:"";}.mdi-action-launch:before{content:"";}.mdi-action-list:before{content:"";}.mdi-action-lock-open:before{content:"";}.mdi-action-lock-outline:before{content:"";}.mdi-action-lock:before{content:"";}.mdi-action-loyalty:before{content:"";}.mdi-action-markunread-mailbox:before{content:"";}.mdi-action-note-add:before{content:"";}.mdi-action-open-in-browser:before{content:"";}.mdi-action-open-in-new:before{content:"";}.mdi-action-open-with:before{content:"";}.mdi-action-pageview:before{content:"";}.mdi-action-payment:before{content:"";}.mdi-action-perm-camera-mic:before{content:"";}.mdi-action-perm-contact-cal:before{content:"";}.mdi-action-perm-data-setting:before{content:"";}.mdi-action-perm-device-info:before{content:"";}.mdi-action-perm-identity:before{content:"";}.mdi-action-perm-media:before{content:"";}.mdi-action-perm-phone-msg:before{content:"";}.mdi-action-perm-scan-wifi:before{content:"";}.mdi-action-picture-in-picture:before{content:"";}.mdi-action-polymer:before{content:"";}.mdi-action-print:before{content:"";}.mdi-action-query-builder:before{content:"";}.mdi-action-question-answer:before{content:"";}.mdi-action-receipt:before{content:"";}.mdi-action-redeem:before{content:"";}.mdi-action-reorder:before{content:"";}.mdi-action-report-problem:before{content:"";}.mdi-action-restore:before{content:"";}.mdi-action-room:before{content:"";}.mdi-action-schedule:before{content:"";}.mdi-action-search:before{content:"";}.mdi-action-settings-applications:before{content:"";}.mdi-action-settings-backup-restore:before{content:"";}.mdi-action-settings-bluetooth:before{content:"";}.mdi-action-settings-cell:before{content:"";}.mdi-action-settings-display:before{content:"";}.mdi-action-settings-ethernet:before{content:"";}.mdi-action-settings-input-antenna:before{content:"";}.mdi-action-settings-input-component:before{content:"";}.mdi-action-settings-input-composite:before{content:"";}.mdi-action-settings-input-hdmi:before{content:"";}.mdi-action-settings-input-svideo:before{content:"";}.mdi-action-settings-overscan:before{content:"";}.mdi-action-settings-phone:before{content:"";}.mdi-action-settings-power:before{content:"";}.mdi-action-settings-remote:before{content:"";}.mdi-action-settings-voice:before{content:"";}.mdi-action-settings:before{content:"";}.mdi-action-shop-two:before{content:"";}.mdi-action-shop:before{content:"";}.mdi-action-shopping-basket:before{content:"";}.mdi-action-shopping-cart:before{content:"";}.mdi-action-speaker-notes:before{content:"";}.mdi-action-spellcheck:before{content:"";}.mdi-action-star-rate:before{content:"";}.mdi-action-stars:before{content:"";}.mdi-action-store:before{content:"";}.mdi-action-subject:before{content:"";}.mdi-action-supervisor-account:before{content:"";}.mdi-action-swap-horiz:before{content:"";}.mdi-action-swap-vert-circle:before{content:"";}.mdi-action-swap-vert:before{content:"";}.mdi-action-system-update-tv:before{content:"";}.mdi-action-tab-unselected:before{content:"";}.mdi-action-tab:before{content:"";}.mdi-action-theaters:before{content:"";}.mdi-action-thumb-down:before{content:"";}.mdi-action-thumb-up:before{content:"";}.mdi-action-thumbs-up-down:before{content:"";}.mdi-action-toc:before{content:"";}.mdi-action-today:before{content:"";}.mdi-action-track-changes:before{content:"";}.mdi-action-translate:before{content:"";}.mdi-action-trending-down:before{content:"";}.mdi-action-trending-neutral:before{content:"";}.mdi-action-trending-up:before{content:"";}.mdi-action-turned-in-not:before{content:"";}.mdi-action-turned-in:before{content:"";}.mdi-action-verified-user:before{content:"";}.mdi-action-view-agenda:before{content:"";}.mdi-action-view-array:before{content:"";}.mdi-action-view-carousel:before{content:"";}.mdi-action-view-column:before{content:"";}.mdi-action-view-day:before{content:"";}.mdi-action-view-headline:before{content:"";}.mdi-action-view-list:before{content:"";}.mdi-action-view-module:before{content:"";}.mdi-action-view-quilt:before{content:"";}.mdi-action-view-stream:before{content:"";}.mdi-action-view-week:before{content:"";}.mdi-action-visibility-off:before{content:"";}.mdi-action-visibility:before{content:"";}.mdi-action-wallet-giftcard:before{content:"";}.mdi-action-wallet-membership:before{content:"";}.mdi-action-wallet-travel:before{content:"";}.mdi-action-work:before{content:"";}.mdi-alert-error:before{content:"";}.mdi-alert-warning:before{content:"";}.mdi-av-album:before{content:"";}.mdi-av-closed-caption:before{content:"";}.mdi-av-equalizer:before{content:"";}.mdi-av-explicit:before{content:"";}.mdi-av-fast-forward:before{content:"";}.mdi-av-fast-rewind:before{content:"";}.mdi-av-games:before{content:"";}.mdi-av-hearing:before{content:"";}.mdi-av-high-quality:before{content:"";}.mdi-av-loop:before{content:"";}.mdi-av-mic-none:before{content:"";}.mdi-av-mic-off:before{content:"";}.mdi-av-mic:before{content:"";}.mdi-av-movie:before{content:"";}.mdi-av-my-library-add:before{content:"";}.mdi-av-my-library-books:before{content:"";}.mdi-av-my-library-music:before{content:"";}.mdi-av-new-releases:before{content:"";}.mdi-av-not-interested:before{content:"";}.mdi-av-pause-circle-fill:before{content:"";}.mdi-av-pause-circle-outline:before{content:"";}.mdi-av-pause:before{content:"";}.mdi-av-play-arrow:before{content:"";}.mdi-av-play-circle-fill:before{content:"";}.mdi-av-play-circle-outline:before{content:"";}.mdi-av-play-shopping-bag:before{content:"";}.mdi-av-playlist-add:before{content:"";}.mdi-av-queue-music:before{content:"";}.mdi-av-queue:before{content:"";}.mdi-av-radio:before{content:"";}.mdi-av-recent-actors:before{content:"";}.mdi-av-repeat-one:before{content:"";}.mdi-av-repeat:before{content:"";}.mdi-av-replay:before{content:"";}.mdi-av-shuffle:before{content:"";}.mdi-av-skip-next:before{content:"";}.mdi-av-skip-previous:before{content:"";}.mdi-av-snooze:before{content:"";}.mdi-av-stop:before{content:"";}.mdi-av-subtitles:before{content:"";}.mdi-av-surround-sound:before{content:"";}.mdi-av-timer:before{content:"";}.mdi-av-video-collection:before{content:"";}.mdi-av-videocam-off:before{content:"";}.mdi-av-videocam:before{content:"";}.mdi-av-volume-down:before{content:"";}.mdi-av-volume-mute:before{content:"";}.mdi-av-volume-off:before{content:"";}.mdi-av-volume-up:before{content:"";}.mdi-av-web:before{content:"";}.mdi-communication-business:before{content:"";}.mdi-communication-call-end:before{content:"";}.mdi-communication-call-made:before{content:"";}.mdi-communication-call-merge:before{content:"";}.mdi-communication-call-missed:before{content:"";}.mdi-communication-call-received:before{content:"";}.mdi-communication-call-split:before{content:"";}.mdi-communication-call:before{content:"";}.mdi-communication-chat:before{content:"";}.mdi-communication-clear-all:before{content:"";}.mdi-communication-comment:before{content:"";}.mdi-communication-contacts:before{content:"";}.mdi-communication-dialer-sip:before{content:"";}.mdi-communication-dialpad:before{content:"";}.mdi-communication-dnd-on:before{content:"";}.mdi-communication-email:before{content:"";}.mdi-communication-forum:before{content:"";}.mdi-communication-import-export:before{content:"";}.mdi-communication-invert-colors-off:before{content:"";}.mdi-communication-invert-colors-on:before{content:"";}.mdi-communication-live-help:before{content:"";}.mdi-communication-location-off:before{content:"";}.mdi-communication-location-on:before{content:"";}.mdi-communication-message:before{content:"";}.mdi-communication-messenger:before{content:"";}.mdi-communication-no-sim:before{content:"";}.mdi-communication-phone:before{content:"";}.mdi-communication-portable-wifi-off:before{content:"";}.mdi-communication-quick-contacts-dialer:before{content:"";}.mdi-communication-quick-contacts-mail:before{content:"";}.mdi-communication-ring-volume:before{content:"";}.mdi-communication-stay-current-landscape:before{content:"";}.mdi-communication-stay-current-portrait:before{content:"";}.mdi-communication-stay-primary-landscape:before{content:"";}.mdi-communication-stay-primary-portrait:before{content:"";}.mdi-communication-swap-calls:before{content:"";}.mdi-communication-textsms:before{content:"";}.mdi-communication-voicemail:before{content:"";}.mdi-communication-vpn-key:before{content:"";}.mdi-content-add-box:before{content:"";}.mdi-content-add-circle-outline:before{content:"";}.mdi-content-add-circle:before{content:"";}.mdi-content-add:before{content:"";}.mdi-content-archive:before{content:"";}.mdi-content-backspace:before{content:"";}.mdi-content-block:before{content:"";}.mdi-content-clear:before{content:"";}.mdi-content-content-copy:before{content:"";}.mdi-content-content-cut:before{content:"";}.mdi-content-content-paste:before{content:"";}.mdi-content-create:before{content:"";}.mdi-content-drafts:before{content:"";}.mdi-content-filter-list:before{content:"";}.mdi-content-flag:before{content:"";}.mdi-content-forward:before{content:"";}.mdi-content-gesture:before{content:"";}.mdi-content-inbox:before{content:"";}.mdi-content-link:before{content:"";}.mdi-content-mail:before{content:"";}.mdi-content-markunread:before{content:"";}.mdi-content-redo:before{content:"";}.mdi-content-remove-circle-outline:before{content:"";}.mdi-content-remove-circle:before{content:"";}.mdi-content-remove:before{content:"";}.mdi-content-reply-all:before{content:"";}.mdi-content-reply:before{content:"";}.mdi-content-report:before{content:"";}.mdi-content-save:before{content:"";}.mdi-content-select-all:before{content:"";}.mdi-content-send:before{content:"";}.mdi-content-sort:before{content:"";}.mdi-content-text-format:before{content:"";}.mdi-content-undo:before{content:"";}.mdi-editor-attach-file:before{content:"";}.mdi-editor-attach-money:before{content:"";}.mdi-editor-border-all:before{content:"";}.mdi-editor-border-bottom:before{content:"";}.mdi-editor-border-clear:before{content:"";}.mdi-editor-border-color:before{content:"";}.mdi-editor-border-horizontal:before{content:"";}.mdi-editor-border-inner:before{content:"";}.mdi-editor-border-left:before{content:"";}.mdi-editor-border-outer:before{content:"";}.mdi-editor-border-right:before{content:"";}.mdi-editor-border-style:before{content:"";}.mdi-editor-border-top:before{content:"";}.mdi-editor-border-vertical:before{content:"";}.mdi-editor-format-align-center:before{content:"";}.mdi-editor-format-align-justify:before{content:"";}.mdi-editor-format-align-left:before{content:"";}.mdi-editor-format-align-right:before{content:"";}.mdi-editor-format-bold:before{content:"";}.mdi-editor-format-clear:before{content:"";}.mdi-editor-format-color-fill:before{content:"";}.mdi-editor-format-color-reset:before{content:"";}.mdi-editor-format-color-text:before{content:"";}.mdi-editor-format-indent-decrease:before{content:"";}.mdi-editor-format-indent-increase:before{content:"";}.mdi-editor-format-italic:before{content:"";}.mdi-editor-format-line-spacing:before{content:"";}.mdi-editor-format-list-bulleted:before{content:"";}.mdi-editor-format-list-numbered:before{content:"";}.mdi-editor-format-paint:before{content:"";}.mdi-editor-format-quote:before{content:"";}.mdi-editor-format-size:before{content:"";}.mdi-editor-format-strikethrough:before{content:"";}.mdi-editor-format-textdirection-l-to-r:before{content:"";}.mdi-editor-format-textdirection-r-to-l:before{content:"";}.mdi-editor-format-underline:before{content:"";}.mdi-editor-functions:before{content:"";}.mdi-editor-insert-chart:before{content:"";}.mdi-editor-insert-comment:before{content:"";}.mdi-editor-insert-drive-file:before{content:"";}.mdi-editor-insert-emoticon:before{content:"";}.mdi-editor-insert-invitation:before{content:"";}.mdi-editor-insert-link:before{content:"";}.mdi-editor-insert-photo:before{content:"";}.mdi-editor-merge-type:before{content:"";}.mdi-editor-mode-comment:before{content:"";}.mdi-editor-mode-edit:before{content:"";}.mdi-editor-publish:before{content:"";}.mdi-editor-vertical-align-bottom:before{content:"";}.mdi-editor-vertical-align-center:before{content:"";}.mdi-editor-vertical-align-top:before{content:"";}.mdi-editor-wrap-text:before{content:"";}.mdi-file-attachment:before{content:"";}.mdi-file-cloud-circle:before{content:"";}.mdi-file-cloud-done:before{content:"";}.mdi-file-cloud-download:before{content:"";}.mdi-file-cloud-off:before{content:"";}.mdi-file-cloud-queue:before{content:"";}.mdi-file-cloud-upload:before{content:"";}.mdi-file-cloud:before{content:"";}.mdi-file-file-download:before{content:"";}.mdi-file-file-upload:before{content:"";}.mdi-file-folder-open:before{content:"";}.mdi-file-folder-shared:before{content:"";}.mdi-file-folder:before{content:"";}.mdi-device-access-alarm:before{content:"";}.mdi-device-access-alarms:before{content:"";}.mdi-device-access-time:before{content:"";}.mdi-device-add-alarm:before{content:"";}.mdi-device-airplanemode-off:before{content:"";}.mdi-device-airplanemode-on:before{content:"";}.mdi-device-battery-20:before{content:"";}.mdi-device-battery-30:before{content:"";}.mdi-device-battery-50:before{content:"";}.mdi-device-battery-60:before{content:"";}.mdi-device-battery-80:before{content:"";}.mdi-device-battery-90:before{content:"";}.mdi-device-battery-alert:before{content:"";}.mdi-device-battery-charging-20:before{content:"";}.mdi-device-battery-charging-30:before{content:"";}.mdi-device-battery-charging-50:before{content:"";}.mdi-device-battery-charging-60:before{content:"";}.mdi-device-battery-charging-80:before{content:"";}.mdi-device-battery-charging-90:before{content:"";}.mdi-device-battery-charging-full:before{content:"";}.mdi-device-battery-full:before{content:"";}.mdi-device-battery-std:before{content:"";}.mdi-device-battery-unknown:before{content:"";}.mdi-device-bluetooth-connected:before{content:"";}.mdi-device-bluetooth-disabled:before{content:"";}.mdi-device-bluetooth-searching:before{content:"";}.mdi-device-bluetooth:before{content:"";}.mdi-device-brightness-auto:before{content:"";}.mdi-device-brightness-high:before{content:"";}.mdi-device-brightness-low:before{content:"";}.mdi-device-brightness-medium:before{content:"";}.mdi-device-data-usage:before{content:"";}.mdi-device-developer-mode:before{content:"";}.mdi-device-devices:before{content:"";}.mdi-device-dvr:before{content:"";}.mdi-device-gps-fixed:before{content:"";}.mdi-device-gps-not-fixed:before{content:"";}.mdi-device-gps-off:before{content:"";}.mdi-device-location-disabled:before{content:"";}.mdi-device-location-searching:before{content:"";}.mdi-device-multitrack-audio:before{content:"";}.mdi-device-network-cell:before{content:"";}.mdi-device-network-wifi:before{content:"";}.mdi-device-nfc:before{content:"";}.mdi-device-now-wallpaper:before{content:"";}.mdi-device-now-widgets:before{content:"";}.mdi-device-screen-lock-landscape:before{content:"";}.mdi-device-screen-lock-portrait:before{content:"";}.mdi-device-screen-lock-rotation:before{content:"";}.mdi-device-screen-rotation:before{content:"";}.mdi-device-sd-storage:before{content:"";}.mdi-device-settings-system-daydream:before{content:"";}.mdi-device-signal-cellular-0-bar:before{content:"";}.mdi-device-signal-cellular-1-bar:before{content:"";}.mdi-device-signal-cellular-2-bar:before{content:"";}.mdi-device-signal-cellular-3-bar:before{content:"";}.mdi-device-signal-cellular-4-bar:before{content:"";}.mdi-signal-wifi-statusbar-connected-no-internet-after:before{content:"";}.mdi-device-signal-cellular-connected-no-internet-0-bar:before{content:"";}.mdi-device-signal-cellular-connected-no-internet-1-bar:before{content:"";}.mdi-device-signal-cellular-connected-no-internet-2-bar:before{content:"";}.mdi-device-signal-cellular-connected-no-internet-3-bar:before{content:"";}.mdi-device-signal-cellular-connected-no-internet-4-bar:before{content:"";}.mdi-device-signal-cellular-no-sim:before{content:"";}.mdi-device-signal-cellular-null:before{content:"";}.mdi-device-signal-cellular-off:before{content:"";}.mdi-device-signal-wifi-0-bar:before{content:"";}.mdi-device-signal-wifi-1-bar:before{content:"";}.mdi-device-signal-wifi-2-bar:before{content:"";}.mdi-device-signal-wifi-3-bar:before{content:"";}.mdi-device-signal-wifi-4-bar:before{content:"";}.mdi-device-signal-wifi-off:before{content:"";}.mdi-device-signal-wifi-statusbar-1-bar:before{content:"";}.mdi-device-signal-wifi-statusbar-2-bar:before{content:"";}.mdi-device-signal-wifi-statusbar-3-bar:before{content:"";}.mdi-device-signal-wifi-statusbar-4-bar:before{content:"";}.mdi-device-signal-wifi-statusbar-connected-no-internet-:before{content:"";}.mdi-device-signal-wifi-statusbar-connected-no-internet:before{content:"";}.mdi-device-signal-wifi-statusbar-connected-no-internet-2:before{content:"";}.mdi-device-signal-wifi-statusbar-connected-no-internet-3:before{content:"";}.mdi-device-signal-wifi-statusbar-connected-no-internet-4:before{content:"";}.mdi-signal-wifi-statusbar-not-connected-after:before{content:"";}.mdi-device-signal-wifi-statusbar-not-connected:before{content:"";}.mdi-device-signal-wifi-statusbar-null:before{content:"";}.mdi-device-storage:before{content:"";}.mdi-device-usb:before{content:"";}.mdi-device-wifi-lock:before{content:"";}.mdi-device-wifi-tethering:before{content:"";}.mdi-hardware-cast-connected:before{content:"";}.mdi-hardware-cast:before{content:"";}.mdi-hardware-computer:before{content:"";}.mdi-hardware-desktop-mac:before{content:"";}.mdi-hardware-desktop-windows:before{content:"";}.mdi-hardware-dock:before{content:"";}.mdi-hardware-gamepad:before{content:"";}.mdi-hardware-headset-mic:before{content:"";}.mdi-hardware-headset:before{content:"";}.mdi-hardware-keyboard-alt:before{content:"";}.mdi-hardware-keyboard-arrow-down:before{content:"";}.mdi-hardware-keyboard-arrow-left:before{content:"";}.mdi-hardware-keyboard-arrow-right:before{content:"";}.mdi-hardware-keyboard-arrow-up:before{content:"";}.mdi-hardware-keyboard-backspace:before{content:"";}.mdi-hardware-keyboard-capslock:before{content:"";}.mdi-hardware-keyboard-control:before{content:"";}.mdi-hardware-keyboard-hide:before{content:"";}.mdi-hardware-keyboard-return:before{content:"";}.mdi-hardware-keyboard-tab:before{content:"";}.mdi-hardware-keyboard-voice:before{content:"";}.mdi-hardware-keyboard:before{content:"";}.mdi-hardware-laptop-chromebook:before{content:"";}.mdi-hardware-laptop-mac:before{content:"";}.mdi-hardware-laptop-windows:before{content:"";}.mdi-hardware-laptop:before{content:"";}.mdi-hardware-memory:before{content:"";}.mdi-hardware-mouse:before{content:"";}.mdi-hardware-phone-android:before{content:"";}.mdi-hardware-phone-iphone:before{content:"";}.mdi-hardware-phonelink-off:before{content:"";}.mdi-hardware-phonelink:before{content:"";}.mdi-hardware-security:before{content:"";}.mdi-hardware-sim-card:before{content:"";}.mdi-hardware-smartphone:before{content:"";}.mdi-hardware-speaker:before{content:"";}.mdi-hardware-tablet-android:before{content:"";}.mdi-hardware-tablet-mac:before{content:"";}.mdi-hardware-tablet:before{content:"";}.mdi-hardware-tv:before{content:"";}.mdi-hardware-watch:before{content:"";}.mdi-image-add-to-photos:before{content:"";}.mdi-image-adjust:before{content:"";}.mdi-image-assistant-photo:before{content:"";}.mdi-image-audiotrack:before{content:"";}.mdi-image-blur-circular:before{content:"";}.mdi-image-blur-linear:before{content:"";}.mdi-image-blur-off:before{content:"";}.mdi-image-blur-on:before{content:"";}.mdi-image-brightness-1:before{content:"";}.mdi-image-brightness-2:before{content:"";}.mdi-image-brightness-3:before{content:"";}.mdi-image-brightness-4:before{content:"";}.mdi-image-brightness-5:before{content:"";}.mdi-image-brightness-6:before{content:"";}.mdi-image-brightness-7:before{content:"";}.mdi-image-brush:before{content:"";}.mdi-image-camera-alt:before{content:"";}.mdi-image-camera-front:before{content:"";}.mdi-image-camera-rear:before{content:"";}.mdi-image-camera-roll:before{content:"";}.mdi-image-camera:before{content:"";}.mdi-image-center-focus-strong:before{content:"";}.mdi-image-center-focus-weak:before{content:"";}.mdi-image-collections:before{content:"";}.mdi-image-color-lens:before{content:"";}.mdi-image-colorize:before{content:"";}.mdi-image-compare:before{content:"";}.mdi-image-control-point-duplicate:before{content:"";}.mdi-image-control-point:before{content:"";}.mdi-image-crop-3-2:before{content:"";}.mdi-image-crop-5-4:before{content:"";}.mdi-image-crop-7-5:before{content:"";}.mdi-image-crop-16-9:before{content:"";}.mdi-image-crop-din:before{content:"";}.mdi-image-crop-free:before{content:"";}.mdi-image-crop-landscape:before{content:"";}.mdi-image-crop-original:before{content:"";}.mdi-image-crop-portrait:before{content:"";}.mdi-image-crop-square:before{content:"";}.mdi-image-crop:before{content:"";}.mdi-image-dehaze:before{content:"";}.mdi-image-details:before{content:"";}.mdi-image-edit:before{content:"";}.mdi-image-exposure-minus-1:before{content:"";}.mdi-image-exposure-minus-2:before{content:"";}.mdi-image-exposure-plus-1:before{content:"";}.mdi-image-exposure-plus-2:before{content:"";}.mdi-image-exposure-zero:before{content:"";}.mdi-image-exposure:before{content:"";}.mdi-image-filter-1:before{content:"";}.mdi-image-filter-2:before{content:"";}.mdi-image-filter-3:before{content:"";}.mdi-image-filter-4:before{content:"";}.mdi-image-filter-5:before{content:"";}.mdi-image-filter-6:before{content:"";}.mdi-image-filter-7:before{content:"";}.mdi-image-filter-8:before{content:"";}.mdi-image-filter-9-plus:before{content:"";}.mdi-image-filter-9:before{content:"";}.mdi-image-filter-b-and-w:before{content:"";}.mdi-image-filter-center-focus:before{content:"";}.mdi-image-filter-drama:before{content:"";}.mdi-image-filter-frames:before{content:"";}.mdi-image-filter-hdr:before{content:"";}.mdi-image-filter-none:before{content:"";}.mdi-image-filter-tilt-shift:before{content:"";}.mdi-image-filter-vintage:before{content:"";}.mdi-image-filter:before{content:"";}.mdi-image-flare:before{content:"";}.mdi-image-flash-auto:before{content:"";}.mdi-image-flash-off:before{content:"";}.mdi-image-flash-on:before{content:"";}.mdi-image-flip:before{content:"";}.mdi-image-gradient:before{content:"";}.mdi-image-grain:before{content:"";}.mdi-image-grid-off:before{content:"";}.mdi-image-grid-on:before{content:"";}.mdi-image-hdr-off:before{content:"";}.mdi-image-hdr-on:before{content:"";}.mdi-image-hdr-strong:before{content:"";}.mdi-image-hdr-weak:before{content:"";}.mdi-image-healing:before{content:"";}.mdi-image-image-aspect-ratio:before{content:"";}.mdi-image-image:before{content:"";}.mdi-image-iso:before{content:"";}.mdi-image-landscape:before{content:"";}.mdi-image-leak-add:before{content:"";}.mdi-image-leak-remove:before{content:"";}.mdi-image-lens:before{content:"";}.mdi-image-looks-3:before{content:"";}.mdi-image-looks-4:before{content:"";}.mdi-image-looks-5:before{content:"";}.mdi-image-looks-6:before{content:"";}.mdi-image-looks-one:before{content:"";}.mdi-image-looks-two:before{content:"";}.mdi-image-looks:before{content:"";}.mdi-image-loupe:before{content:"";}.mdi-image-movie-creation:before{content:"";}.mdi-image-nature-people:before{content:"";}.mdi-image-nature:before{content:"";}.mdi-image-navigate-before:before{content:"";}.mdi-image-navigate-next:before{content:"";}.mdi-image-palette:before{content:"";}.mdi-image-panorama-fisheye:before{content:"";}.mdi-image-panorama-horizontal:before{content:"";}.mdi-image-panorama-vertical:before{content:"";}.mdi-image-panorama-wide-angle:before{content:"";}.mdi-image-panorama:before{content:"";}.mdi-image-photo-album:before{content:"";}.mdi-image-photo-camera:before{content:"";}.mdi-image-photo-library:before{content:"";}.mdi-image-photo:before{content:"";}.mdi-image-portrait:before{content:"";}.mdi-image-remove-red-eye:before{content:"";}.mdi-image-rotate-left:before{content:"";}.mdi-image-rotate-right:before{content:"";}.mdi-image-slideshow:before{content:"";}.mdi-image-straighten:before{content:"";}.mdi-image-style:before{content:"";}.mdi-image-switch-camera:before{content:"";}.mdi-image-switch-video:before{content:"";}.mdi-image-tag-faces:before{content:"";}.mdi-image-texture:before{content:"";}.mdi-image-timelapse:before{content:"";}.mdi-image-timer-3:before{content:"";}.mdi-image-timer-10:before{content:"";}.mdi-image-timer-auto:before{content:"";}.mdi-image-timer-off:before{content:"";}.mdi-image-timer:before{content:"";}.mdi-image-tonality:before{content:"";}.mdi-image-transform:before{content:"";}.mdi-image-tune:before{content:"";}.mdi-image-wb-auto:before{content:"";}.mdi-image-wb-cloudy:before{content:"";}.mdi-image-wb-incandescent:before{content:"";}.mdi-image-wb-irradescent:before{content:"";}.mdi-image-wb-sunny:before{content:"";}.mdi-maps-beenhere:before{content:"";}.mdi-maps-directions-bike:before{content:"";}.mdi-maps-directions-bus:before{content:"";}.mdi-maps-directions-car:before{content:"";}.mdi-maps-directions-ferry:before{content:"";}.mdi-maps-directions-subway:before{content:"";}.mdi-maps-directions-train:before{content:"";}.mdi-maps-directions-transit:before{content:"";}.mdi-maps-directions-walk:before{content:"";}.mdi-maps-directions:before{content:"";}.mdi-maps-flight:before{content:"";}.mdi-maps-hotel:before{content:"";}.mdi-maps-layers-clear:before{content:"";}.mdi-maps-layers:before{content:"";}.mdi-maps-local-airport:before{content:"";}.mdi-maps-local-atm:before{content:"";}.mdi-maps-local-attraction:before{content:"";}.mdi-maps-local-bar:before{content:"";}.mdi-maps-local-cafe:before{content:"";}.mdi-maps-local-car-wash:before{content:"";}.mdi-maps-local-convenience-store:before{content:"";}.mdi-maps-local-drink:before{content:"";}.mdi-maps-local-florist:before{content:"";}.mdi-maps-local-gas-station:before{content:"";}.mdi-maps-local-grocery-store:before{content:"";}.mdi-maps-local-hospital:before{content:"";}.mdi-maps-local-hotel:before{content:"";}.mdi-maps-local-laundry-service:before{content:"";}.mdi-maps-local-library:before{content:"";}.mdi-maps-local-mall:before{content:"";}.mdi-maps-local-movies:before{content:"";}.mdi-maps-local-offer:before{content:"";}.mdi-maps-local-parking:before{content:"";}.mdi-maps-local-pharmacy:before{content:"";}.mdi-maps-local-phone:before{content:"";}.mdi-maps-local-pizza:before{content:"";}.mdi-maps-local-play:before{content:"";}.mdi-maps-local-post-office:before{content:"";}.mdi-maps-local-print-shop:before{content:"";}.mdi-maps-local-restaurant:before{content:"";}.mdi-maps-local-see:before{content:"";}.mdi-maps-local-shipping:before{content:"";}.mdi-maps-local-taxi:before{content:"";}.mdi-maps-location-history:before{content:"";}.mdi-maps-map:before{content:"";}.mdi-maps-my-location:before{content:"";}.mdi-maps-navigation:before{content:"";}.mdi-maps-pin-drop:before{content:"";}.mdi-maps-place:before{content:"";}.mdi-maps-rate-review:before{content:"";}.mdi-maps-restaurant-menu:before{content:"";}.mdi-maps-satellite:before{content:"";}.mdi-maps-store-mall-directory:before{content:"";}.mdi-maps-terrain:before{content:"";}.mdi-maps-traffic:before{content:"";}.mdi-navigation-apps:before{content:"";}.mdi-navigation-arrow-back:before{content:"";}.mdi-navigation-arrow-drop-down-circle:before{content:"";}.mdi-navigation-arrow-drop-down:before{content:"";}.mdi-navigation-arrow-drop-up:before{content:"";}.mdi-navigation-arrow-forward:before{content:"";}.mdi-navigation-cancel:before{content:"";}.mdi-navigation-check:before{content:"";}.mdi-navigation-chevron-left:before{content:"";}.mdi-navigation-chevron-right:before{content:"";}.mdi-navigation-close:before{content:"";}.mdi-navigation-expand-less:before{content:"";}.mdi-navigation-expand-more:before{content:"";}.mdi-navigation-fullscreen-exit:before{content:"";}.mdi-navigation-fullscreen:before{content:"";}.mdi-navigation-menu:before{content:"";}.mdi-navigation-more-horiz:before{content:"";}.mdi-navigation-more-vert:before{content:"";}.mdi-navigation-refresh:before{content:"";}.mdi-navigation-unfold-less:before{content:"";}.mdi-navigation-unfold-more:before{content:"";}.mdi-notification-adb:before{content:"";}.mdi-notification-bluetooth-audio:before{content:"";}.mdi-notification-disc-full:before{content:"";}.mdi-notification-dnd-forwardslash:before{content:"";}.mdi-notification-do-not-disturb:before{content:"";}.mdi-notification-drive-eta:before{content:"";}.mdi-notification-event-available:before{content:"";}.mdi-notification-event-busy:before{content:"";}.mdi-notification-event-note:before{content:"";}.mdi-notification-folder-special:before{content:"";}.mdi-notification-mms:before{content:"";}.mdi-notification-more:before{content:"";}.mdi-notification-network-locked:before{content:"";}.mdi-notification-phone-bluetooth-speaker:before{content:"";}.mdi-notification-phone-forwarded:before{content:"";}.mdi-notification-phone-in-talk:before{content:"";}.mdi-notification-phone-locked:before{content:"";}.mdi-notification-phone-missed:before{content:"";}.mdi-notification-phone-paused:before{content:"";}.mdi-notification-play-download:before{content:"";}.mdi-notification-play-install:before{content:"";}.mdi-notification-sd-card:before{content:"";}.mdi-notification-sim-card-alert:before{content:"";}.mdi-notification-sms-failed:before{content:"";}.mdi-notification-sms:before{content:"";}.mdi-notification-sync-disabled:before{content:"";}.mdi-notification-sync-problem:before{content:"";}.mdi-notification-sync:before{content:"";}.mdi-notification-system-update:before{content:"";}.mdi-notification-tap-and-play:before{content:"";}.mdi-notification-time-to-leave:before{content:"";}.mdi-notification-vibration:before{content:"";}.mdi-notification-voice-chat:before{content:"";}.mdi-notification-vpn-lock:before{content:"";}.mdi-social-cake:before{content:"";}.mdi-social-domain:before{content:"";}.mdi-social-group-add:before{content:"";}.mdi-social-group:before{content:"";}.mdi-social-location-city:before{content:"";}.mdi-social-mood:before{content:"";}.mdi-social-notifications-none:before{content:"";}.mdi-social-notifications-off:before{content:"";}.mdi-social-notifications-on:before{content:"";}.mdi-social-notifications-paused:before{content:"";}.mdi-social-notifications:before{content:"";}.mdi-social-pages:before{content:"";}.mdi-social-party-mode:before{content:"";}.mdi-social-people-outline:before{content:"";}.mdi-social-people:before{content:"";}.mdi-social-person-add:before{content:"";}.mdi-social-person-outline:before{content:"";}.mdi-social-person:before{content:"";}.mdi-social-plus-one:before{content:"";}.mdi-social-poll:before{content:"";}.mdi-social-public:before{content:"";}.mdi-social-school:before{content:"";}.mdi-social-share:before{content:"";}.mdi-social-whatshot:before{content:"";}.mdi-toggle-check-box-outline-blank:before{content:"";}.mdi-toggle-check-box:before{content:"";}.mdi-toggle-radio-button-off:before{content:"";}.mdi-toggle-radio-button-on:before{content:"";}.mdi-toggle-star-half:before{content:"";}.mdi-toggle-star-outline:before{content:"";}.mdi-toggle-star:before{content:"";}nav{color:#fff;background-color:#ee6e73;width:100%;height:50px;line-height:50px;}nav a{color:#fff;}nav .nav-wrapper{position:relative;height:100%;}nav .nav-wrapper i{display:block;font-size:2rem;}@media only screen and (min-width:993px){nav a.button-collapse{display:none;}}nav .button-collapse{float:left;position:relative;z-index:1;height:50px;}nav .button-collapse i{font-size:2.7rem;height:50px;line-height:50px;}nav .brand-logo{position:absolute;color:#fff;display:inline-block;font-size:2.1rem;padding:0;white-space:nowrap;}nav .brand-logo.center{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}nav .brand-logo.right{right:.5rem;padding:0;}nav ul{margin:0;}nav ul li{-webkit-transition:background-color .3s;-moz-transition:background-color .3s;-o-transition:background-color .3s;-ms-transition:background-color .3s;transition:background-color .3s;float:left;padding:0;}nav ul a{font-size:1rem;color:#fff;display:block;padding:0 15px;}nav ul.left{float:left;}nav .input-field{margin:0;}nav .input-field input{height:100%;font-size:1.2rem;border:none;padding-left:2rem;}nav .input-field input:focus,nav .input-field input[type=text]:valid,nav .input-field input[type=password]:valid,nav .input-field input[type=email]:valid,nav .input-field input[type=url]:valid,nav .input-field input[type=date]:valid{border:none;box-shadow:none;}nav .input-field label{top:0;left:0;}nav .input-field label i{color:rgba(255,255,255,.7);-webkit-transition:color .3s;-moz-transition:color .3s;-o-transition:color .3s;-ms-transition:color .3s;transition:color .3s;}nav .input-field label.active i{color:#fff;}nav .input-field label.active{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}.navbar-fixed{position:relative;height:50px;z-index:998;}.navbar-fixed nav{position:fixed;}@media only screen and (min-width:601px){nav,nav .nav-wrapper i,nav a.button-collapse,nav a.button-collapse i{height:50px;line-height:50px;}.navbar-fixed{height:50px;}}.side-nav{position:fixed;width:240px;left:-105%;top:0;margin:0;height:100%;height:calc(100% + 60px);height:-moz-calc(100%);padding-bottom:60px;background-color:#fff;z-index:999;overflow-y:auto;will-change:left;}.side-nav.right-aligned{will-change:right;right:-105%;left:auto;}.side-nav .collapsible{margin:0;}.side-nav li{float:none;padding:0 15px;}.side-nav li:hover,.side-nav li.active{background-color:#ddd;}.side-nav a{color:#444;display:block;font-size:1rem;height:64px;line-height:64px;padding:0 15px;}.drag-target{height:100%;width:10px;position:fixed;top:0;z-index:998;}.side-nav.fixed a{display:block;padding:0 15px;color:#444;}.side-nav.fixed{left:0;position:fixed;}.side-nav.fixed.right-aligned{right:0;left:auto;}@media only screen and (max-width:992px){.side-nav.fixed{left:-105%;}.side-nav.fixed.right-aligned{right:-105%;left:auto;}}.side-nav .collapsible-body li.active,.side-nav.fixed .collapsible-body li.active{background-color:#ee6e73;}.side-nav .collapsible-body li.active a,.side-nav.fixed .collapsible-body li.active a{color:#fff;}#sidenav-overlay{position:fixed;top:0;left:0;right:0;height:120vh;background-color:rgba(0,0,0,.5);z-index:997;will-change:opacity;}.modal{display:none;position:fixed;left:0;right:0;background-color:#fafafa;padding:0;max-height:70%;margin:auto;overflow-y:auto;border-radius:2px;will-change:top,opacity;}@media only screen and (max-width:992px){.modal{width:80%;}}.modal h1,.modal .gr-h1 span,.gr-h1 .modal span,.modal h2,.modal h3,.modal h4{margin-top:0;}.modal .modal-content{padding:24px;}.modal .modal-close{cursor:pointer;}.modal .modal-footer{border-radius:0 0 2px 2px;background-color:#fafafa;padding:4px 6px;height:56px;width:100%;}.modal .modal-footer .btn,.modal .modal-footer .btn-flat{float:right;margin:6px 0;}.lean-overlay{position:fixed;z-index:999;top:-100px;left:0;bottom:0;right:0;height:125%;width:100%;background:#000;display:none;will-change:opacity;}.modal.modal-fixed-footer{padding:0;height:70%;}.modal.modal-fixed-footer .modal-content{position:absolute;height:calc(100% - 56px);max-height:100%;width:100%;overflow-y:auto;}.modal.modal-fixed-footer .modal-footer{border-top:1px solid rgba(0,0,0,.1);position:absolute;bottom:0;}.modal.bottom-sheet{top:auto;bottom:-100%;margin:0;width:100%;max-height:45%;border-radius:0;will-change:bottom,opacity;}.dropdown-content{background-color:#fff;margin:0;display:none;min-width:100px;max-height:650px;overflow-y:auto;opacity:0;position:absolute;z-index:999;will-change:width,height;}.dropdown-content li{clear:both;color:rgba(0,0,0,.87);cursor:pointer;line-height:1.5rem;width:100%;text-align:left;text-transform:none;}.dropdown-content li:hover,.dropdown-content li.active{background-color:#eee;}.dropdown-content li>a,.dropdown-content li>span{font-size:1.2rem;color:#26a69a;display:block;padding:1rem 1rem;}.dropdown-content li>a>i{height:inherit;line-height:inherit;}#toast-container{display:block;position:fixed;z-index:1001;}@media only screen and (max-width:600px){#toast-container{min-width:100%;bottom:0%;}}@media only screen and (min-width:601px) and (max-width:992px){#toast-container{min-width:30%;left:5%;bottom:7%;}}@media only screen and (min-width:993px){#toast-container{min-width:8%;top:10%;right:7%;}}.toast{border-radius:2px;top:0;width:auto;clear:both;margin-top:10px;position:relative;max-width:100%;height:48px;line-height:48px;background-color:#323232;padding:0 25px;font-size:1.1rem;font-weight:300;color:#fff;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;}.toast .btn,.toast .btn-flat{margin:0;margin-left:3rem;}.toast.rounded{border-radius:24px;}@media only screen and (max-width:600px){.toast{width:100%;border-radius:0;}}@media only screen and (min-width:601px) and (max-width:992px){.toast{float:left;}}@media only screen and (min-width:993px){.toast{float:right;}}.collapsible{border-top:1px solid #ddd;border-right:1px solid #ddd;border-left:1px solid #ddd;margin:.5rem 0 1rem 0;}.collapsible-header{display:block;cursor:pointer;height:3rem;line-height:3rem;padding:0 1rem;background-color:#fff;border-bottom:1px solid #ddd;}.collapsible-header i{width:2rem;font-size:1.6rem;line-height:3rem;display:block;float:left;text-align:center;margin-right:1rem;}.collapsible-body{display:none;border-bottom:1px solid #ddd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.collapsible-body p{margin:0;padding:2rem;}.side-nav .collapsible{border:none;box-shadow:none;}.side-nav .collapsible li{padding:0;}.side-nav .collapsible-header{background-color:transparent;border:none;line-height:inherit;height:inherit;margin:0 1rem;}.side-nav .collapsible-header i{line-height:inherit;}.side-nav .collapsible-body{border:0;background-color:#fff;}.side-nav .collapsible-body li a{margin:0 1rem 0 2rem;}.collapsible.popout{border:none;box-shadow:none;}.collapsible.popout>li{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);margin:0 24px;transition:margin .35s cubic-bezier(.25,.46,.45,.94);}.collapsible.popout>li.active{box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);margin:16px 0;}.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.picker__input{cursor:default;}.picker__input.picker__input--active{border-color:#0089ec;}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;}
/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__holder,.picker__frame{bottom:0;left:0;right:0;top:100%;}.picker__holder{position:fixed;-webkit-transition:background .15s ease-out,top 0s .15s;-moz-transition:background .15s ease-out,top 0s .15s;transition:background .15s ease-out,top 0s .15s;-webkit-backface-visibility:hidden;}.picker__frame{position:absolute;margin:0 auto;min-width:256px;width:300px;max-height:350px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out;}@media(min-height:28.875em){.picker__frame{overflow:visible;top:auto;bottom:-100%;max-height:80%;}}@media(min-height:40.125em){.picker__frame{margin-bottom:7.5%;}}.picker__wrap{display:table;width:100%;height:100%;}@media(min-height:28.875em){.picker__wrap{display:block;}}.picker__box{background:#fff;display:table-cell;vertical-align:middle;}@media(min-height:28.875em){.picker__box{display:block;border:1px solid #777;border-top-color:#898989;border-bottom-width:0;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;-webkit-box-shadow:0 12px 36px 16px rgba(0,0,0,.24);-moz-box-shadow:0 12px 36px 16px rgba(0,0,0,.24);box-shadow:0 12px 36px 16px rgba(0,0,0,.24);}}.picker--opened .picker__holder{top:0;background:transparent;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";zoom:1;background:rgba(0,0,0,.32);-webkit-transition:background .15s ease-out;-moz-transition:background .15s ease-out;transition:background .15s ease-out;}.picker--opened .picker__frame{top:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}@media(min-height:35.875em){.picker--opened .picker__frame{top:10%;bottom:20%auto;}}.picker__input.picker__input--active{border-color:#e3f2fd;}.picker__frame{margin:0 auto;max-width:325px;}@media(min-height:38.875em){.picker--opened .picker__frame{top:10%;bottom:auto;}}.picker__box{padding:0 1em;}.picker__header{text-align:center;position:relative;margin-top:.75em;margin-bottom:.75em;}.picker__month,.picker__year{display:inline-block;margin-left:.25em;margin-right:.25em;}.picker .picker__header .picker__select--month,.picker .picker__header .picker__select--year{height:2em;padding:0;margin-left:.25em;margin-right:.25em;margin-top:0;border:0;display:inline-block;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;line-height:1.2;height:auto;font-size:16px;vertical-align:top;padding:0;user-select:none;}.picker__select--month.browser-default{display:inline;background-color:#fff;width:40%;}.picker__select--year.browser-default{display:inline;background-color:#fff;width:25%;}.picker__select--month:focus,.picker__select--year:focus{border-color:rgba(0,0,0,.05);}.picker__nav--prev,.picker__nav--next{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box;top:-.25em;transition:background .3s ease-in-out;}.picker__nav--prev{left:-1em;padding-right:1.25em;}.picker__nav--next{right:-1em;padding-left:1.25em;}.picker__nav--disabled,.picker__nav--disabled:hover,.picker__nav--disabled:before,.picker__nav--disabled:before:hover{cursor:default;background:none;border-right-color:#f5f5f5;border-left-color:#f5f5f5;}.picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:1rem !important;width:100%;margin-top:.75em;margin-bottom:.5em;}.picker__table th,.picker__table td{text-align:center;}.picker__table td{margin:0;padding:0;}.picker__weekday{width:14.285714286%;font-size:.75em !important;padding-bottom:.25em;color:#999;font-weight:500;}.picker__weekday div{font-size:.75em !important;}@media(min-height:33.875em){.picker__weekday{padding-bottom:.5em;}}.picker__day--today{position:relative;color:#595959;letter-spacing:-.3;padding:.75rem 0;font-weight:400;border:1px solid transparent;}.picker__day--disabled:before{border-top-color:#aaa;}.picker__day--infocus:hover{cursor:pointer;color:#000;font-weight:500;}.picker__day--outfocus{display:none;padding:.75rem 0;color:#fff;}.picker__day--outfocus:hover{cursor:pointer;color:#ddd;font-weight:500;}.picker__day--highlighted:hover,.picker--focused .picker__day--highlighted{cursor:pointer;}.picker__day--selected,.picker__day--selected:hover,.picker--focused .picker__day--selected{border-radius:50%;-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75);background:#0089ec;color:#fff;}.picker__day--disabled,.picker__day--disabled:hover,.picker--focused .picker__day--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default;}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb;}.picker__footer{text-align:center;display:flex;align-items:center;justify-content:space-between;}.picker__button--today,.picker__button--clear,.picker__button--close{border:1px solid #fff;background:#fff;font-size:.8em !important;padding:.66em 0;font-weight:bold;width:33%;display:inline-block;vertical-align:bottom;}.picker__button--today:hover,.picker__button--clear:hover,.picker__button--close:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb;}.picker__button--today:focus,.picker__button--clear:focus,.picker__button--close:focus{background:#b1dcfb;border-color:rgba(0,0,0,.05);outline:none;}.picker__button--today:before,.picker__button--clear:before,.picker__button--close:before{position:relative;display:inline-block;height:0;}.picker__button--today:before,.picker__button--clear:before{content:" ";margin-right:.45em;}.picker__button--today:before{top:-.05em;width:0;border-top:.66em solid #0059bc;border-left:.66em solid transparent;}.picker__button--clear:before{top:-.25em;width:.66em;border-top:3px solid #e20;}.picker__button--close:before{content:"×";top:-.1em;vertical-align:top;font-size:1.1em !important;margin-right:.35em;color:#777;}.picker__button--today[disabled],.picker__button--today[disabled]:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default;}.picker__button--today[disabled]:before{border-top-color:#aaa;}.picker__box{border-radius:2px;overflow:hidden;}.picker__date-display{text-align:center;background-color:#0071a5;color:#fff;padding-bottom:15px;font-weight:300;}.picker__nav--prev:hover,.picker__nav--next:hover{cursor:pointer;color:#000;background:#0071a5;}.picker__weekday-display{background-color:#005a84;padding:10px;font-weight:200;letter-spacing:.5;font-size:1rem !important;margin-bottom:15px;}.picker__month-display{text-transform:uppercase;font-size:2rem !important;}.picker__month-display div{font-size:2rem !important;}.picker__day-display{font-size:4.5rem !important;font-weight:400;}.picker__day-display div{font-size:4.5rem !important;}.picker__year-display{font-size:1.8rem !important;color:rgba(255,255,255,.4);}.picker__year-display div{font-size:1.8rem !important;}.picker__box{padding:0;}.picker__calendar-container{padding:0 1rem;}.picker__calendar-container thead{border:none;}.picker__table{margin-top:0;margin-bottom:.5em;}.picker__day--infocus{color:#595959;letter-spacing:-.3;padding:.75rem 0;font-weight:400;border:1px solid transparent;}.picker__day.picker__day--today{color:#0071a5;}.picker__day.picker__day--selected{color:#fff;padding:7px;}.picker__weekday{font-size:.9rem !important;}.picker__day--selected,.picker__day--selected:hover,.picker--focused .picker__day--selected{border-radius:50%;-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);background-color:#0071a5;color:#fff;}.picker__day--selected.picker__day--outfocus,.picker__day--selected:hover.picker__day--outfocus,.picker--focused .picker__day--selected.picker__day--outfocus{background-color:#0071a5;}.picker__footer{text-align:right;padding:5px 10px;padding-bottom:20px;}.picker__close,.picker__today,.picker__clear{font-size:1.1rem !important;padding:0 1rem;color:#fff;border-radius:40px;border:0;color:#fff;background-color:#0071a5;padding:0 10px;border:3px solid #0071a5;}.picker__close:hover,.picker__today:hover,.picker__clear:hover{background-color:#fff;color:#0071a5;border:3px solid #0071a5;}.picker__nav--prev:before,.picker__nav--next:before{transition:border .3s ease-in-out;content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.75em solid #676767;width:0;height:0;display:block;margin:0 auto;}.picker__nav--next:before{border-right:0;border-left:.75em solid #676767;}.picker__nav--next:hover:before{border-left:.75em solid #fff;}.picker__nav--prev:hover:before{border-right:.75em solid #fff;}button.picker__today:focus,button.picker__clear:focus,button.picker__close:focus{background-color:#0071a5;}.picker__list{list-style:none;padding:.75em 0 4.2em;margin:0;}.picker__list-item{border-bottom:1px solid #ddd;border-top:1px solid #ddd;margin-bottom:-1px;position:relative;background:#fff;padding:.75em 1.25em;}@media(min-height:46.75em){.picker__list-item{padding:.5em 1em;}}.picker__list-item:hover{cursor:pointer;color:#000;background:#b1dcfb;border-color:#0089ec;z-index:10;}.picker__list-item--highlighted{border-color:#0089ec;z-index:10;}.picker__list-item--highlighted:hover,.picker--focused .picker__list-item--highlighted{cursor:pointer;color:#000;background:#b1dcfb;}.picker__list-item--selected,.picker__list-item--selected:hover,.picker--focused .picker__list-item--selected{background:#0089ec;color:#fff;z-index:10;}.picker__list-item--disabled,.picker__list-item--disabled:hover,.picker--focused .picker__list-item--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default;border-color:#ddd;z-index:auto;}.picker--time .picker__button--clear{display:block;width:80%;margin:1em auto 0;padding:1em 1.25em;background:none;border:0;font-weight:500;font-size:.67em;text-align:center;text-transform:uppercase;color:#666;}.picker--time .picker__button--clear:hover,.picker--time .picker__button--clear:focus{color:#000;background:#b1dcfb;background:#e20;border-color:#e20;cursor:pointer;color:#fff;outline:none;}.picker--time .picker__button--clear:before{top:-.25em;color:#666;font-size:1.25em;font-weight:bold;}.picker--time .picker__button--clear:hover:before,.picker--time .picker__button--clear:focus:before{color:#fff;}.picker--time .picker__frame{min-width:256px;max-width:320px;}.picker--time .picker__box{font-size:1em;background:#f2f2f2;padding:0;}@media(min-height:40.125em){.picker--time .picker__box{margin-bottom:5em;}}.container{padding-top:50px;}.responsive-hide{display:block;}.desktop-hide{display:none;}@media screen and (max-width:1220px){.subscribe-landing .container{padding:0;}.container{padding:0 20px;padding-top:30px;}.m-hero .container{padding:0;}.Navigation.dynamic-nav.fixed .Search{right:15px;}.m-hero .highlight-next{right:24%;}.m-hero .highlight-prev{left:24%;}}@media only screen and (max-width:992px){.wgt-cookies{padding-top:50px;}.wgt-cookies .container{padding-bottom:20px;}.m-ftr .col-4{margin-bottom:20px;text-align:center;width:100%;}.m-ftr .col-4:first-child{float:none;text-align:center;padding-top:20px;}.m-ftr .col-4:first-child .social-blk{font-size:47px;width:40px;height:40px;}.m-ftr .col-4:first-child .social-blk i{font-size:21px;}.m-ftr .col-4:first-child .ftr-sptr{margin-top:15px;}.m-ftr .col-4:first-child .social-blk{float:none;}.wgt-warning{top:50px;}.ani-handler{left:30px !important;}.modal-trigger-container{display:block;}.modal-trigger{display:block;cursor:pointer;}.article-details .col-4 .topics{display:none;}.article-details .article-detail-ctn .contentBody{width:100%;}.article-details .lastNews{padding-right:0;}.article-details .lastNews .wide-card{width:100%;}.article-details .lastNews .article-sml{width:100%;padding-left:15px;padding-right:15px;padding-bottom:15px;}.article .contentContainer{padding-right:0;}.article-listing{width:100%;}#articles .col-3.categoriesList{display:none;}.ftr-city{width:100%;}.m-hero .highlight-next{right:17%;}.m-hero .highlight-prev{left:17%;}.page_wrapper h1,.page_wrapper .gr-h1 span,.gr-h1 .page_wrapper span{margin-top:40px;line-height:42px;}.m-hero{margin-top:0;}.col-4{width:50%;}.partner-details .sidebar{width:100%;float:none !important;clear:both;margin-bottom:45px;}.partner-details .contentBody{width:100%;}.partnershipSidebar{margin-left:0 !important;}.partnershipSidebar .btn-center{overflow:hidden;}.partnershipSidebar .btn-center .btn{width:243px;clear:both;float:left;margin-left:0;font-size:18px;height:43px;margin-bottom:20px !important;}.partnershipSidebar .btn-center .btn-secondary:after,.partnershipSidebar .btn-center .btn-flat:after{top:6px;}}@media screen and (max-width:62em){.m-hdr{height:50px;}.wgt-hero.oldversion .out-wrpp-block{margin-top:0;}h2.page-heading{margin-bottom:20px;margin-top:20px;}}@media screen and (max-width:970px){.all-about{display:block;overflow:hidden;}.all-about .col-7,.all-about .col-5{width:100%;}.modal.popup{width:100% !important;height:100% !important;min-height:100% !important;top:0 !important;max-width:100%;}.modal.popup .col-6.right{padding-left:0;}.modal.popup .col-6.left{padding-right:0;}.modal.popup .modal-content .form-horizontal{padding:0;}.responsive-hide{display:none;}.desktop-hide{display:block;}.container.help .col-7{width:100%;}.container.help .col-7 .desktop-hide{margin-top:30px;}.col-3-md{width:25%;}.col-4-md{width:33.33333333%;}.col-6-md{width:50%;}.col-8-md{width:66.66666667%;}.col-9-md{width:75%;}.col-12-md{width:100%;}.col-none-md{display:none;}.parallax-window.hero{min-height:400px;}Header .brand{width:50%;}Header .Navigation .brand{width:auto;}}@media only screen and (max-width:800px){.highlight-prev,.highlight-next{display:none;}form .form-subsc{padding:0 10px;}.header-wizard .m-hdr .logo{width:50% !important;}.step.step-active{width:50% !important;max-height:60px;}.step.step-active .hide-responsive{display:inline;}.step.step-past,.step.step-disabled,.step-not-active{width:25% !important;}.step.step-past .hide-responsive,.step.step-disabled .hide-responsive,.step-not-active .hide-responsive{display:none !important;}.wgt-hlight-ss{height:auto;}.wgt-hlight-ss .hl-top{height:auto;}.wgt-hlight-ss .hl-bottom{height:auto;}.wgt-hlight-ss .hl-footer{height:auto;padding-bottom:15px;}.wide-card .wide-img{display:none;}.wide-card .card-footer{left:0;}.wide-card .wide-body{width:100%;}.col-6{width:100%;}.desktop-hide{display:block;}}@media screen and (max-width:750px){.container{padding:20px;}.hl-bottom{padding:15px;}.col-4-sd{width:33.33333333%;}.col-6-sd{width:50%;}.col-12-sd{width:100%;}.col-none-sd{display:none;}.parallax-window.hero{min-height:200px;}.coming-soon .logo,.coming-soon .teaser{margin:0 0 10px;}.coming-soon .teaser h1,.coming-soon .teaser .gr-h1 span,.gr-h1 .coming-soon .teaser span{font-size:60px;}.coming-soon .list span{font-size:22px;}.coming-soon .list .col-4 div{margin-bottom:10px;}.coming-soon .list .col-4 .list-icon{width:40%;}.coming-soon .list .col-4 .list-promo{width:60%;}}@media only screen and (max-width:700px){.tall-card,.wide-card{margin:0 auto;float:none;}.tall-card{margin-bottom:20px;}.tall-card .tall-body{padding-bottom:90px;}.tall-card:last-child{margin-bottom:0;}.tall-card .card-footer .footer-icon{margin-left:-25px;}.ftr-city{background-size:120%;}.second-level.services .col-4.tall-card{width:100%;padding:0;}.second-level.services .col-4.tall-card:first-child{margin-top:40px;}}@media only screen and (max-width:600px){.gr-title{font-size:20px;}.container h1,.container .gr-h1 span,.gr-h1 .container span{padding-top:20px;padding-bottom:20px;font-size:22px;line-height:28px;}.breadcrumbs{margin-top:20px;font-size:14px;}.breadcrumbs b{font-size:inherit;}.second-level.partner,.second-level.services{padding:220px 10px 20px;}.second-level.partner .tall-card,.second-level.services .tall-card{padding:0;}.ctn-user{display:none;}.ctn-user.sidebar-user{display:block;}.calculator h5{font-size:14px;}.terms-conditions .contentContainer .calculator h5{font-size:14px;}.terms-conditions .contentContainer .form-hdr h5{font-size:18px;}.m-hero #owl-body .item .highlight-wrpp .highlight-btn,.m-hero #owl-body .item .highlight-wrpp .highlight-title,.m-hero #owl-body .item .highlight-wrpp .highlight-text{width:inherit;}.m-hero #owl-body .item .highlight-wrpp .highlight-title{font-size:30px;margin-top:25px;}.m-hero #owl-body .item .highlight-wrpp .highlight-text{font-size:18px;}.ftr-city{background-size:160%;}.card-extend.tall-card .tall-img{height:250px;}.hl-top{height:50%;}.hl-bottom{height:40%;}.hl-top-title{padding:0 29px;line-height:25px;font-size:20px;left:0;top:21px;}.m-hero .hero-bkgr{background:url("/Content/Images/Hero/big-circle.png") no-repeat;height:100%;background-position:center top;background-size:195%;top:105px;left:0;position:absolute;}.m-hero .highlight-next{right:0;top:35%;}.m-hero .highlight-prev{left:0;top:35%;}.m-hero .highlight-btn{left:0 !important;right:0 !important;}.wgt-sitemap{padding-top:0;padding-bottom:20px;}.ftr-sptr{height:0;}.tall-card .card-footer .footer-icon{margin-left:-16px;}.tall-card .card-footer h4{font-size:18px;line-height:1.4;}.coming-soon .logo img{width:70%;}.m-wrpp h1,.m-wrpp .gr-h1 span,.gr-h1 .m-wrpp span{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;}.form-horizontal .form-hdr{padding-left:20px;}.form-horizontal .form-wrpp{padding:0 20px;}.form-horizontal .form-block .btn-default{font-size:22px;}.calculator .shadow-box{padding:20px;padding-right:0;}.calculator .form-block{padding-right:20px;}.wgt-hero2level .out-wrpp-block{height:auto;margin:0;padding:0;}.wgt-hero2level .out-wrpp-block .container{padding:20px 20px 0;}}@media screen and (max-width:520px){.container{padding:20px 10px;}[class^="col-"],[class*="col-"]{width:100%;}.ftr-city{background-size:200%;}.coming-soon .logo img{width:70%;}.coming-soon .teaser h1,.coming-soon .teaser .gr-h1 span,.gr-h1 .coming-soon .teaser span{font-size:40px;}.coming-soon .city{width:320%;left:-140px;}.coming-soon .list .list-icon{width:45%;}.coming-soon .list .list-icon img{width:30%;}.coming-soon .list .list-promo{width:55%;}.hero-text{display:none;}.article-details .contentHeader h1,.article-details .contentHeader .gr-h1 span,.gr-h1 .article-details .contentHeader span{font-size:28px;}.article-details .contentBody .contentContainer p{font-size:17px;}.article-details .contentBody .contentContainer li{font-size:16px;}.m-hero #owl-body .item .highlight-wrpp{height:290px;}.m-hero #owl-body .item .highlight-wrpp .highlight-btn .btn{font-size:18px;height:43px;line-height:1.6;padding:5px 8px;}.m-hero .owl-theme .owl-controls{margin-top:0;}.profile .form-wrpp{margin:0;}.profile .form-block .col-5,.profile .form-block .col-7{height:auto;width:100%;text-align:left;}.profile .form-block .col-7{margin-bottom:10px;}h2.page-heading{font-size:26px;line-height:1.2;}}@media only screen and (max-width:500px){.hl-bottom h2{font-size:22px;line-height:1.4;margin-bottom:10px;}.hl-blue-bg{height:50px;}.img-promo p{font-size:15px;}.partnershipSidebar .partnershipSidebar-top h4{text-align:left;line-height:1.4;}.article-details .contentHeader .wgt-hlight-ss{padding:20px;}.partner .wide-card .card-footer .footer-icon{margin:5px 0;padding-right:10px;}.partner .wide-card .card-footer h4{float:none;line-height:1.2;}}
.landing-section.rede-presentation.alt {
  position: relative;
  background-color: #f2f2f2;
  display: block; }
  .landing-section.rede-presentation.alt::before {
    background-color: #127eb4;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    min-height: 400px;
    z-index: 0; }
  .landing-section.rede-presentation.alt .wide-card {
    margin-bottom: 20px;
    position: relative; }
.landing-section .top-title {
  margin-top: 40px; }
.landing-section .card-rede {
  background-color: #e4e5e6;
  display: block;
  box-shadow: none; }
  .landing-section .card-rede .intro {
    padding: 60px 64px 0px 64px; }
    .landing-section .card-rede .intro .title {
      font-family: "Aller",sans-serif;
      font-weight: bold;
      font-style: normal;
      font-size: 32px;
      color: #127eb4;
      line-height: 1.3;
      text-align: left;
      text-transform: none;
      border: none;
      margin: 0px 0px 30px 0px; }
  .landing-section .card-rede .text p {
    font-family: "Aller",sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.4;
    margin: 0px 0px 30px 0px;
    color: #6d6e71;
    text-transform: none; }
    .landing-section .card-rede .text p strong {
      font-weight: 700;
      color: #fcaf17;
      font-size: 24px; }
  .landing-section .card-rede .rede-deco {
    background-color: #FDAF17;
    padding: 0px 64px 56px 64px; }
    .landing-section .card-rede .rede-deco .title, .landing-section .card-rede .rede-deco .subtitle {
      font-family: Raleway, sans-serif;
      float: none;
      text-align: center;
      margin: 0;
      padding: 0;
      color: #fff;
      border: none; }
    .landing-section .card-rede .rede-deco .title {
      font-size: 26px;
      padding: 15px 0 5px 0px; }
    .landing-section .card-rede .rede-deco .subtitle {
      font-size: 22px;
      margin-bottom: 5px; }
    .landing-section .card-rede .rede-deco ul {
      margin-left: -10px;
      margin-right: -10px; }
      .landing-section .card-rede .rede-deco ul li {
        padding: 40px 0 20px; }
        .landing-section .card-rede .rede-deco ul li a {
          background-color: #ce902a;
          display: block;
          text-decoration: none;
          padding: 20px 0px;
          min-height: 240px; }
          .landing-section .card-rede .rede-deco ul li a:hover, .landing-section .card-rede .rede-deco ul li a.active {
            background-color: #127eb4; }
    .landing-section .card-rede .rede-deco .ico {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 140px;
      height: 140px;
      display: block;
      margin: 0 auto; }
    .landing-section .card-rede .rede-deco .ico-gestao-condominios {
        background-image: url("/Content/images/rede/ico-gestao-condominios.png");
    }
    .landing-section .card-rede .rede-deco .ico-limpezas {
        background-image: url("/Content/images/rede/ico-limpezas.png");
    }
    .landing-section .card-rede .rede-deco .ico-elevadores {
        background-image: url("/Content/images/rede/ico-elevadores.png");
    }
    .landing-section .card-rede .rede-deco .ico-manutencao {
        background-image: url("/Content/images/rede/ico-manutencao.png");
    }
    .landing-section .card-rede .rede-deco .ico-seguranca {
        background-image: url("/Content/images/rede/ico-seguranca.png");
    }
    .landing-section .card-rede .rede-deco .ico-construcao-civil {
        background-image: url("/Content/images/rede/ico-construcao-civil.png");
    }
    .landing-section .card-rede .rede-deco .ico-seguros {
        background-image: url("/Content/images/rede/ico-seguros.png");
    }
    .landing-section .card-rede .rede-deco .ico-controle-pragas {
        background-image: url("/Content/images/rede/ico-controle-pragas.png");
    }
    .landing-section .card-rede .rede-deco .ico-mediacao-seguros {
        background-image: url("/Content/images/rede/ico-mediacao-seguros.png");
    }
    .landing-section .card-rede .rede-deco .label {
      font-family: Raleway, sans-serif;
      font-size: 22px;
      line-height: 1.2;
      display: block;
      text-align: center;
      text-transform: uppercase;
      color: #fff; }
    .landing-section .card-rede .rede-deco .label-vcenter {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
    .landing-section .card-rede .skyline {
        background: url("/Content/images/rede/skyline.jpg") no-repeat center bottom;
        background-size: contain;
        height: 300px;
    }
    .landing-section .card-rede .garantia-referencia {
        background: url("/Content/images/rede/garantia-referencia.png") no-repeat center center;
        background-size: contain;
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
.landing-section .pesquisa-rede-deco .title {
  font-family: "Aller-Light";
  font-weight: 300;
  font-size: 26px;
  border: none;
  color: #127eb4;
  text-transform: none;
  margin: 0px;
  padding: 30px 0px 5px 0; }
.landing-section .pesquisa-rede-deco .form-container {
  width: 60%;
  margin: auto; }
.landing-section .pesquisa-rede-deco .custom-select {
  margin: 0 15px 35px;
  color: #fff;
  background-color: #127eb4;
  border-radius: 60px;
  overflow: hidden;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 25px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 10px 10px,10px 10px,0 2em;
  background-repeat: no-repeat;
  cursor: pointer; }
  .landing-section .pesquisa-rede-deco .custom-select select {
    font-weight: bold;
    padding: 15px 20px;
    border-width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent; }
.landing-section .pesquisa-rede-deco .btn-search {
  color: #fcaf17;
  font-size: 18px;
  margin-left: 15px;
  padding: 12px 20px;
  border-width: 3px;
  border-color: #fcaf17;
  border-radius: 60px;
  background-color: #fff; }
.landing-section .search-result {
  background-color: #fff;
  padding: 20px 60px; }
  .landing-section .search-result .search-item {
    margin: 30px 0px; }
    .landing-section .search-result .search-item .image {
      float: left;
      margin-right: 30px; }
    .landing-section .search-result .search-item .text {
      float: left;
      max-width: 300px; }
    .landing-section .search-result .search-item .title {
      color: #fcaf17;
      margin: 0 0 15px 0;
      padding: 0; }
    .landing-section .search-result-empty {
        text-align: center;
    }
.landing-section .landing-section.conflict-form {
  background-color: #fff; }
  .landing-section .landing-section.conflict-form .container {
    padding-top: 0px; }
  .landing-section .landing-section.conflict-form h3 {
    font-family: Raleway, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    padding: 15px 0px;
    background-color: #e4e5e6;
    color: #0a5b82;
    border: none; }
.landing-section .sou-empresa {
  background-color: #0a5b82; }
  .landing-section .sou-empresa .row {
    padding-left: 64px;
    padding-right: 64px; }
  .landing-section .sou-empresa .title {
    font-family: Raleway, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    padding: 15px 0px;
    background-color: #fcaf17;
    color: #fff;
    border: none;
    text-transform: uppercase; }
  .landing-section .sou-empresa .form-block input[type="text"], .landing-section .sou-empresa .form-block input[type="email"], .landing-section .sou-empresa .form-block input[type="number"], .landing-section .sou-empresa .form-block input[type="password"], .landing-section .sou-empresa .form-block select, .landing-section .sou-empresa .form-block textarea {
    border-radius: 4px;
    border-color: #ebe7df;
    border-width: 3px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 200;
    padding: 10px;
    transition: border-color ease 500ms;
    width: 100%;
    font-family: Raleway,sans-serif;
    resize: none;
    padding: 6px;
    font-weight: 400;
    border-radius: 40px;
    padding-left: 20px;
    margin-top: 5px; }
    .landing-section .sou-empresa .form-block input[type="text"]::-webkit-input-placeholder, .landing-section .sou-empresa .form-block input[type="email"]::-webkit-input-placeholder, .landing-section .sou-empresa .form-block input[type="number"]::-webkit-input-placeholder, .landing-section .sou-empresa .form-block input[type="password"]::-webkit-input-placeholder, .landing-section .sou-empresa .form-block select::-webkit-input-placeholder, .landing-section .sou-empresa .form-block textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fcaf17; }
    .landing-section .sou-empresa .form-block input[type="text"]::-moz-placeholder, .landing-section .sou-empresa .form-block input[type="email"]::-moz-placeholder, .landing-section .sou-empresa .form-block input[type="number"]::-moz-placeholder, .landing-section .sou-empresa .form-block input[type="password"]::-moz-placeholder, .landing-section .sou-empresa .form-block select::-moz-placeholder, .landing-section .sou-empresa .form-block textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #fcaf17; }
    .landing-section .sou-empresa .form-block input[type="text"]:-ms-input-placeholder, .landing-section .sou-empresa .form-block input[type="email"]:-ms-input-placeholder, .landing-section .sou-empresa .form-block input[type="number"]:-ms-input-placeholder, .landing-section .sou-empresa .form-block input[type="password"]:-ms-input-placeholder, .landing-section .sou-empresa .form-block select:-ms-input-placeholder, .landing-section .sou-empresa .form-block textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #fcaf17; }
    .landing-section .sou-empresa .form-block input[type="text"]:-moz-placeholder, .landing-section .sou-empresa .form-block input[type="email"]:-moz-placeholder, .landing-section .sou-empresa .form-block input[type="number"]:-moz-placeholder, .landing-section .sou-empresa .form-block input[type="password"]:-moz-placeholder, .landing-section .sou-empresa .form-block select:-moz-placeholder, .landing-section .sou-empresa .form-block textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #fcaf17; }
  .landing-section .sou-empresa .col-left {
    padding-top: 40px;
    padding-bottom: 110px; }
    .landing-section .sou-empresa .col-left p {
      font-family: Aller;
      color: #fff;
      font-size: 24px;
      font-weight: 400;
      line-height: 1.4;
      text-transform: none;
      width: 90%;
      text-shadow: none;
      margin-bottom: 30px; }
  .landing-section .sou-empresa .col-right {
    padding-top: 40px;
    padding-bottom: 110px; }
    .landing-section .sou-empresa .col-right .form-block {
      margin-top: 0px;
      margin-bottom: 10px; }
    .landing-section .sou-empresa .col-right .control-label {
      font-size: 13px;
      line-height: 1.4;
      text-align: justify;
      color: #fcaf17; }
    .landing-section .sou-empresa .col-right .checkbox, .landing-section .sou-empresa .col-right .info {
      float: left; }
    .landing-section .sou-empresa .col-right .btn-default {
      background-color: transparent;
      border-color: #fcaf17;
      border-width: 5px;
      color: #fcaf17;
      font-size: 18px;
      font-weight: bold;
      padding: 10px 0; }
      .landing-section .sou-empresa .col-right .btn-default:hover {
        color: #fff;
        background-color: #fcaf17; }

.membership {
    color: #fff;
    font-size: 20px;
    background-color: #fcaf17;
    text-transform: uppercase;
    margin-bottom: -10px;
    text-align: center;
    z-index: 22;
}
    
  .membership h4 
            {font-weight:bold;
             padding:5px;}


.shadow {
    box-shadow: 0px 0px 10px 0px #c8c8c8;
    border-bottom: 4px solid #aaaaaa
}

.bg-categories {
    background-color: #ce902a;
    display: none;
    justify-items: center;
    padding: 20px;
}
.imgs-categories {
    margin-top: 10px;
    display: grid;
    /*grid-template-columns: repeat(4, 240px);*/
    grid-gap: 20px;
    grid-template-rows: auto;
    justify-content: space-evenly;
}

.bg-categories > span {
    font-family: Raleway, sans-serif;
    font-size: 22px;
    line-height: 1.2;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 850px){
    .imgs-categories {
        grid-template-columns: 1fr !important;
    }
}
