/*
 * Globals
 */


/* Links */

@font-face {
    font-family: 'Montserrat-light';
    src: url('../fonts/montserrat/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-light-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'Montserrat-medium';
    src: url('../fonts/montserrat/montserrat-medium-webfont.eot');
    src: url('../fonts/montserrat/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-medium-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-medium-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-medium-webfont.svg#webfont') format('svg');
}

a,
a:focus {
    color: #41d5af;
}


/* Custom default button */

.btn-default,
.btn-default:hover,
.btn-default:focus {
    color: #636363;
    text-shadow: none;
    /* Prevent inheritance from `body` */
    background-color: #fff;
    border: 1px solid #fff;
}

a:hover {
    color: #36d5ae!IMPORTANT;
    text-decoration: none;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #fff;
    font-family: 'Montserrat-light', sans-serif;
}

body {
    color: #353535;
    text-align: left;
    /*  text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}


/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    /* For at least Firefox */
    min-height: 100%;
    /*
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
*/
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}


/* Padding for spacing */

.inner {
    padding: 30px;
}


/*
 * Header
 */

.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

.masthead-nav > li {
    display: inline-block;
}

.masthead-nav > li + li {
    margin-left: 20px;
}

.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    /* IE8 proofing */
    color: rgba(255, 255, 255, .75);
    border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: #a9a9a9;
    border-bottom-color: rgba(255, 255, 255, .25);
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }
    .masthead-nav {
        float: right;
    }
}

@media (min-width: 1200px) {
    #hero img {
        margin-left: -12em;
    }
    #hero {
        text-align: left!IMPORTANT;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    p,
    h1,
    h2 {
        text-align: center
    }
    .box {
        margin-left: 0px!IMPORTANT;
        margin-bottom: 30px;
    }
    #hero img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    p,
    h1,
    h2 {
        text-align: center;
    }
    .box {
        margin-left: 0px!IMPORTANT;
        margin-bottom: 30px;
    }
    #hero img {
        margin-left: -14em;
    }
}


/*
 * Cover
 */

.cover {
    padding: 0 20px;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
    color: #999;
    /* IE8 proofing */
    color: rgba(255, 255, 255, .5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }
    .mastfoot {
        position: fixed;
        bottom: 0;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%;
        /* Must be percentage or pixels for horizontal alignment */
    }
}

@media (min-width: 992px) {
    .masthead,
    .mastfoot,
    .cover-container {
        width: 700px;
    }
}

.Your_Online_Lawyer_Legal_help_at_your_fingertips {
    font-family: 'Montserrat-light', sans-serif;
    font-size: 18px;
    color: #36d7ae;
    line-height: 50%!IMPORTANT;
}

.Get_notified_when_we_will_be_back_online {
    font-family: 'Montserrat-light', sans-serif;
    font-size: 15px!IMPORTANT;
    color: #353535;
}

.Hero-Cta {
    border-radius: 2px!IMPROTANT;
    border-width: 0px!IMPORTANT;
    background-color: #36d5ae;
    font-size: 16px;
}

a.btn {
    color: #fff!IMPORTANT;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
}

a.btn {
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
}

a.btn:hover {
    background-color: #33c6a2;
}

h2 {
    font-family: 'Montserrat-medium', sans-serif;
}

.Quote {
    font-size: 28px;
    color: #353535;
    text-align: center;
}

.Sub-quote {
    text-align: center;
}

.box .btn {
    margin-top: 10px;
}

.box a {
    font-size: 16px;
}

.box:nth-child(2) {
    margin-left: 2.5em;
}

.box:nth-child(3) {
    margin-left: 2.5em;
}

.box-titles {
    color: #bcbcbc;
    font-size: 24px;
}

hr {
    width: 8em;
}

hr#full {
    width: 100%;
}

hr.modal-line {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    margin-left: 1em;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #fff;
}

.Bottom-Cta {
    border-width: 1px;
    border-color: #36d5ae!IMPORTANT;
    border-style: solid;
    border-radius: 2px;
    width: 251px;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
}

a.Bottom-Cta {
    color: #36d5ae!IMPORTANT;
}

a.Bottom-Cta:hover {
    color: white!IMPORTANT;
}

#btm-line {
    background-color: #36d5ae;
    height: 10px;
}


/* entire container, keeps perspective */

.flip-container {
    perspective: 1000px;
}


/* flip the pane when hovered */

.flip-container:hover .flipper,
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container,
.front,
.back {}


/* flip speed goes here */

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}


/* hide back of pane during swap */

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}


/* front pane, placed above back */

.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
    position: relative;
    width: 100%;
    height: 280px;
    border-style: solid;
    border-width: 0px;
    border-color: rgb(225, 225, 225);
    background-color: #f4f4f4;
    padding-top: 70px;
    padding-bottom: 70px;
}


/* back, initially hidden pane */

.back {
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    background-color: #f4f4f4;
    border-style: solid;
    border-width: 0px;
    border-color: rgb(225, 225, 225);
    padding-top: 50px;
    padding-bottom: 70px;
    vertical-align: top;
}

.white {
    color: #fff;
}

.light-blue {
    color: #9ed1ff;
}

.b {
    width: 33%;
    height: 2px;
    background-color: #77d7fd;
    margin-left:auto;
    margin-right:auto;
}

.modal-content {
    font-family: "Montserrat-light";
}

.form-group {
    padding: 0%;
}

.center {
    text-align: center;
}