/** GENERAL STYLES **/

.ftpage {
}

#topbit {
	border-bottom: none !important;
	box-shadow: none !important;
	background-color: transparent;
}

.tabsBackground {
	border-bottom: none !important;
	background-color: transparent;
}

@keyframes hue-cycle {
    0%, 93% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

#floatingHeroButton {
	position: absolute;
    right: 0px;
    top: 50px;
    opacity: 1;
    font-size: 0.8em;
    animation: hue-cycle 10s infinite;
    animation-delay: 10s; 
    animation-timing-function: linear;
}

.articleList {
    text-align: left;
    padding: 10px;
    color: white !important;
    margin-top: 10px;
    font-size: 0.9em;
    opacity: 0.9;
    background-color: #73736a0a;
   border-radius: 7px;
}

.img-animation {
	animation: slideout 1.5s forwards;
}

.img-animation-left {
	animation: slideleft 1.5s  forwards;
}

.img-animation-right {
	animation: slideright 1.5s  forwards;
}

@keyframes slideup {
	0% {
		opacity: 0;
		margin-top: 50px
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		margin-top: 0px
	}
}

@keyframes cycleInKF {
	0% {
		opacity: 0;
		filter: blur(5px);	
	}
	50% { filter: blur(0px); }
	100% {
		opacity: 1;
		filter: blur(0px);	
	}
}

@keyframes cycleOutKF {
	0% {
		opacity: 1;
		filter: blur(0px);	
	}
	50% { filter: blur(0px); }
	100% {
		opacity: 0;
		filter: blur(5px);	
	}
}

.cycleIn {
	animation: cycleInKF 0.4s forwards;
}

.cycleOut {
	animation: cycleOutKF 0.4s forwards;
}

#blobLeft {
    position: absolute;
    background-image: url(https://ee3qsah4i6n.exactdn.com/wp-content/themes/bridgelegal/assets/images/2.png);
    width: 7vw;
    height: 2000px;
    transform: rotateZ(180deg);
    background-size: cover;
    top: -120px;
    opacity: 0.05;
    left: 0px;
    filter: hue-rotate(345deg);
    z-index: -1;
}

#blobRight {
	position: absolute;
	background-image: url('https://ee3qsah4i6n.exactdn.com/wp-content/themes/bridgelegal/assets/images/2.png');
	width: 40vw;
	height: 1200px;
	background-size: cover;
	top: -200px;
	opacity: 0.1;
	right: 0px;
    filter: hue-rotate(345deg);
 z-index: -1; 
}

.features-icon-list.row {
    margin-left: 10px;
}

.articleList .artHeader {
    font-weight: bold;
    color: #382d2d;
    width: 100%;
    background-color: #c0c0c036;
    padding: 3px;	
}

.artEntry .date {
	color: gray;
	opacity: 0.8;
	font-size: 0.9em;
	margin-left: 5px;
}

.articleList .artEntry {
   padding: 3px;
}

.articleList a {
	color: black !improtant;
	text-decoration: none;
}

.articleList .artEntry a:hover {
	text-decoration: none !important;
	color: #3799ca !important;
}

.ftpage p {
  /*  text-shadow:#fff 0 1px 0; */
   /* color: #6b6767; */
}

.ftpage .thumbnail > img {
    border-radius: 1.25em;
}

.hero {
    opacity: 1;
}

.hero span {
    opacity: 1;
}

.subtitle {
    opacity: 1;
}

.subsubtitle {
    opacity:1;
}

.sectiontext {
    opacity: 1;
	font-size: 1.75em !important;
}

.ftpage .features-icon-list-item {
    position: relative;
    padding-left: 7.25em;
    margin-top: 2.25em;
    margin-bottom: 2.25em;
    min-height: 4.5em;
    text-align: left;
/*    height: 18.5em; */
}

.ftpage .buttons {
	/* margin-top: 2.25em; */
}

.ftpage .buttons  a {
	margin-left: .75em;
}

.ftpage .features {
	margin-top: 2.25em;
}

.ftpage .features-icon-list-item i {
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    padding: 0.4em;
    margin-left: 0.25em;
    font-size: 2.5em;
    line-height: 1;
    text-align: center;
    background-color: #666565;
    color: #ffffff;
    border-radius: .5em;
 }

.ftpage .features-icon-list-item h5 {
    font-weight: bold;
    color: #5f6271;
    font-size: 1.5em;
    margin-top: 0px;
 }

.ftpage .features-icon-list-item p {
    margin-bottom: 0;
    font-size: 1.1em;
}

.ftpage .mainText img:hover {
    max-width: 77em;
}

.ftpage .mainText img {
    border: 1px dotted #d0d0d0;
    padding: .5em;
    max-width: 100%;
}

#sidebar .nav li a {
    position: relative;
    display: block;
    padding: .25em 1.25em;
}

#sidebar li .active {
    font-weight: bold;
    border-bottom-width: 1px;
}
#sidebar {
    height: 100%;
    padding-right: 0;
    padding-top: 1.5em;
}

#sidebar a {
    color: gray;
}

.ftpage aside, aside code, aside var, aside :link, aside :visited, .note, .note code, .note :link, .note :visited, .special, .special code, .special :link, .special :visited {
    background: #e1f5fe;
    color: #0288d1;
}

aside, .caution, .dogfood, .key-point, .key-term, .note, .objective, .special, .success, .warning, #embedded-explorer .com-google-api-explorer-client-history-EmbeddedHistoryItemView_HistoryItemUiBinderImpl_GenCss_style-error {
    display: block;
    font-size: 1em;
    margin: 1.25em 0;
    padding: 1em 1.75em 1em 4.5em;
    max-width: 50em;
}

aside::before, .note::before, .special::before {
    color: #039be5;
    content: 'star';
}

aside::before, .caution::before, .dogfood::before, .key-point::before, .key-term::before, .note::before, .objective::before, .special::before, .success::before, .warning::before, #embedded-explorer .com-google-api-explorer-client-history-EmbeddedHistoryItemView_HistoryItemUiBinderImpl_GenCss_style-error .gwt-Label::before {
    float: left;
    font: normal normal normal 1.75em/1 'Material Icons';
    font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    word-wrap: normal;
    margin-left: -2.75em;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.herobutton:hover {
    text-decoration: none !important;
    background-color: silver;
    border: 3px solid silver;    
}

.herobutton {
    text-decoration: none;
    text-align: left;
    margin-bottom: 1.2em;
    margin-right: 1.2em;
    padding: 0.8em;
    background-color: white;
    font-size: 1.19em;
    border: 3px solid transparent;    
   /* box-shadow: 2px 2px 2px silver; */
   border-radius: 15px;
    transition: box-shadow 0.5s;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}

#athis > h3 {
	text-align: left;
	margin-top: 2.25em;
    margin-bottom: 0px;	
	font-size: 2em;
}

#athis > h2 {
	text-align: left;
	margin-top: 2.25em;
    margin-bottom: 0px;	
	font-size: 2em;
}

#athis > ul {
	max-width: 50em;
}

#athis > h1 {
	margin-bottom: 3em;
    font-size: 26pt;
    font-weight: 100;
    color: #4fadae;
    font-family: Oswald, arial, Helvetica, serif;
}

#athis > p {
    letter-spacing: 1px;
    line-height: 1.75em;
    max-width: 50em;
    font-size: 1.0em;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    color: #303030;
    
}

.ftpage p {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    /* line-height: 1.75em; */
}

.ftpage a:link, .ftpage a:visited {
    color:#338bb8;
    text-decoration:none;
}

.ftpage a:hover {
    color:#3799ca;
    text-decoration:underline;
    
}

.ftpage h1 {
    text-align:center;
    font-size:3.9em;
    line-height:1.35em;
    /* margin:0.1em; */
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight:100;
    opacity: 1;

}

.ftpage h2 {
    text-align:center;
    font-size:3.5em;
    line-height:1.35em;
    margin:0.25em;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight:400;
    opacity: 1;

}

.ftpage h2 strong {
    font-weight:700;
}

.cwbullet {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 1.5em;
    font-weight: bold;
}

.bulletrow {
    margin-bottom: .75em;
}

.cwexpand {
    text-align: center;
    font-size: 1.3em;
    background-color: #eceaea;
    border-radius: .75em;
    border: .25em solid #cecece;
    padding: 1.25em;
    cursor: pointer;
    margin: 0;
}

.cwexpand:hover {
    background-color: #f0f0f0;
    
}

.cwexpand p {
    line-height: 1em;
    font-size: 1.3em;
}

.ftpage h3 {
    text-align:center;
    font-size:2.0em;
    line-height:1.35em;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight:400;
    margin: .4em 0 .4em;
    opacity: 1;
}

.ftpage h4 {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight:300;
    font-size:2em;
    opacity: 1;
    line-height: 1.5em;
    
}

.ftpage .subheader {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:600;
	color: #58794a;
}


.ftpage .table {
    background:#fff;
    
}

.subheader2 {
	color: #ca6b46;
}

.ftpage .table td {
    text-align:center;
}

.ftpage .table tbody tr:hover td {
    background:#fff;
}

.ftpage form h4 {
    margin-bottom:1.25em;
}

.ftpage .center {
    text-align:center;
}

.ftpage .right {
    text-align:right;
}

.ftpage .graded {
    min-height:3em;
    padding-bottom:7.75em;
    background:url("../img/bg/graded2.png") bottom center repeat-x;
}

.ftpage .drop-shadow {
   position:relative;
}


/** NAV **/

.ftpage nav .navbar-brand {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:700;
    font-size:2.5em;
    line-height: 3em;
    padding:0;
    margin-left:0;
    color: #999999;
}

.navbar .container .navbar-brand {
    margin-left: 0;
}


.navbar .nav {
    padding-top: .75em;
}

.navbar .nav li {
    margin-left:1.25em;
}

.navbar .nav li a {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size: 1em;
    padding:.5em 1.5em;
    color:#888;
    text-shadow:none;
    -webkit-border-radius:.5em;
    border-radius:.5em;
    background:#fff;
    border:1px solid #ddd;
    border-color:#ddd #d0d0d0 #bbb;
    line-height:1.25em;
    text-align:center;
    min-width:4.5em;
}

.navbar .nav .active a {
    -webkit-border-radius:.5em;
    border-radius:.5em;
    background:#4fb6e9;
    border:1px solid #ddd;
    border-color:#3ca3d7 #3799ca #338bb8;
    color:#fff;
    text-shadow:none;
    background-image: linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -o-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -moz-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -webkit-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -ms-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(146,219,255)),
        color-stop(0.05, rgb(79,182,233)),
        color-stop(1, rgb(57,160,211))
    );
    text-shadow:#3799ca 0 -1px 0;
    box-shadow:rgba(0,0,0,0.2) 0 1px 1px;
}


.navbar .nav li a:hover {
    color:#3799ca;
    background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(250,250,250) 5%, rgb(244,244,244) 100%);
    background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(250,250,250) 5%, rgb(244,244,244) 100%);
    background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(250,250,250) 5%, rgb(244,244,244) 100%);
    background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(250,250,250) 5%, rgb(244,244,244) 100%);
    background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(250,250,250) 5%, rgb(244,244,244) 100%);
    
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(255,255,255)),
        color-stop(0.05, rgb(250,250,250)),
        color-stop(1, rgb(244,244,244))
    );
    box-shadow:rgba(0,0,0,0.1) 0 1px .25em;
    text-shadow:#fff 0 0 .25em;
}


.navbar .nav .active a:hover {
    background:#3ca3d7;
    color:#fff;  
    text-shadow:#3799ca 0 -1px 0;
    box-shadow:none;
}

.navbar-toggle {
    margin-right: 0;
}

.navbar-toggle.collapsed .icon-bar {
    background: #3799ca;
    transition: all 0.3s;
}

.navbar-toggle .icon-bar {
    background: #aaa;
    transition: all 0.3s;
}


/** FEATURE ***/

.feature {
    /* margin-bottom:3.75em; */
    text-align:center;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
}

.feature img {
    margin:2.25em auto 0;
    text-align:center;
}

.box h3 {
    font-family:'Open Sans', sans-serif;
    font-weight:600;
    font-size:1.75em;
    margin-bottom:1.25em;
    text-align:left;
}


.box {
    background:#fff;
    box-shadow:none;
    -webkit-border-radius:.25em;
    border-radius:.25em;
    padding:4.5em 0;
    margin-top:1.25em;
/*    margin-bottom:4.5em; */
}

.box .row + .row {
    margin-top:2.25em;
}

.box .span6 + .span4 img {
    float:right;
}

.regtitle {
    color: black !important;
    -webkit-font-smoothing: antialiased;
    /* text-shadow: 0px 0px 2px #c3c3c3; */
}

.imgcenter {
	text-align: center;
}

.imgcenter img {
}

.quotes {
    margin-top:2.25em;
    margin-bottom:4.5em;
}

.thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thumbnail {
    border: none;
	background: none;
}

.fixheight {
/*    height: 15.25em !important;
	width: 19.25em !important; */
}

.fixheight2 {
/*    height: 13em !important; */
}

.thumbnail p {
	margin-top: .75em;
}

.artleft {
    /* border-left: 1px solid gray; */
}

.artleft p {
	text-align: left;
    font-size: 1.3em;	
}

.artleft h3 {
	text-align: left;
	margin-top: .75em;
	font-weight: bold;
}

.artright p {
	text-align: left;
    font-size: 1.3em;	
}

.artright h3 {
	text-align: left;
	margin-top: .75em;
	font-weight: bold;
}

#feature-screenshot {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}

.artright {
    /* border-right: 1px solid gray; */
}

.thumbnail > span {
    display:block;
    padding:.5em;
    text-align: center;
    font-family:'Open Sans', sans-serif;
    font-weight:600;
    font-size:1.3em;
}

.image-right {
    margin: 0 0 0 auto;
}

.featureImage {
    margin-top: 6em; 
    box-shadow: 1px 1px 5px 4px rgb(0 0 0 / 10%);
}

/*** PRICING ****/

.pricing {
    padding-top:3em;
    margin-bottom:2.25em;
    margin-left: 5%;
    margin-right: 5%;
}

.pricing .well {
	#f7fbf8;
    box-shadow:none;
    border:1px solid #ddd;
   border-top: 10px solid orange;
}

.well h3 {
	font-weight: bold;
}

.pricing .well.highlighted {
    box-shadow:rgba(0,0,0,0.2) 0 0 .75em;
    margin-top:-1.5em;
    /* padding-top:3em; */
    padding-bottom:2em;
}

.pricing .well ul {
    margin: 0;
    padding: 0;
    margin-left:0;
}

.pricing .well ul li {
    list-style:none;
    text-align:center;
    padding:.5em 0;
 /*   border-bottom:1px solid #eee; */
    font-size: 1.3em;
}

.pricing .well h4 {
    text-align:center;
}

.pricing .spot {
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    font-size:1em;
    -webkit-border-radius:5em;
    border-radius:5em;
    background:#71be42;
    border:1px solid #ddd;
    border-color:#7dca4f #71be42 #63a73a;
    color:#fff;
    text-shadow:none;
    z-index: 9999;
        
    background-image: -o-linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    background-image: -moz-linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    background-image: -webkit-linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    background-image: -ms-linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(188,255,146)),
        color-stop(0.05, rgb(144,231,91)),
        color-stop(1, rgb(124,202,79))
    );
    background-image: linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    text-shadow:#63a73a 0 -1px 0;
    box-shadow:rgba(0,0,0,0.3) 0 1px .25em;
    position:absolute;
    height:5em;
    padding:1.25em 0;
    line-height:1.25em;
    width:5em;
    text-align:center;
    /* margin-top:-2.75em; */
    margin-left:-1.25em;
}

/*** FOOTER ****/

.signup {
    display:inline-block;
    font-family:'Open Sans', sans-serif;
    font-size:1.75em;
    font-weight:400;
    padding:0.65em;
    -webkit-border-radius:.75em;
    border-radius:.75em;
    background:#4fb6e9;
    border:1px solid #ddd;
    border-color:#3ca3d7 #3799ca #338bb8;
    color:#fff;
    margin: .75em;
    text-shadow:none;
    background-image: linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -o-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -moz-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -webkit-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -ms-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(146,219,255)),
        color-stop(0.05, rgb(79,182,233)),
        color-stop(1, rgb(57,160,211))
    );
    text-shadow:#3799ca 0 -1px 0;
    box-shadow:rgba(0,0,0,0.2) 0 1px 1px;

}

a.signup:link, a.signup:visited {
    color:#fff;
}

a.signup:hover {
    background:#3ca3d7;
    box-shadow:none;
    color:#fff;
    text-decoration:none;
}

a.signup.small {
    font-size:1em;
    padding: .5em .75em;
    border-radius: .25em;
    vertical-align: bottom;
}

.ftpage footer {
    margin-bottom:2.25em;
}

.ftpage footer, .ftpage footer p {
    font-size: 1em;
}

.ftpage footer .links {
    list-style:none;
    margin-left:0;
    padding: 0;
}

.ftpage footer .links li {
    float:left;
    margin-right:1.25em;
    line-height:2.5em;
    height:2.5em;
}

.ftpage footer form .input-group {
    margin-top: .5em;
}

.ftpage footer form .signup {
    margin-top: .25em;
}


/*** MEDIA QUERIES ****/

@media (min-width: 1400px) {
	.container {
	    width: 1350px;
	}
}

@media (min-width: 768px) {
    .thumbnail span {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767px) {
    .ftpage h1 {
	    font-size:2.9em;
    }
    .featureImage {
        margin-top: 0.1em;
    }

    nav.navbar {
        margin-bottom: 0;
    }
    
    nav .navbar-brand {
        padding-left: 1.25em;
    }
    
    .navbar .nav {
        padding-top: 0;
    }
    
    .navbar .nav li {
        float:none;
        margin:0 0 1px;
    }
    
    .navbar .nav li a {
        border-radius: 0;
        text-align: left;
        padding-left: 1em;
        border: none;
        
    }
    
    .navbar .nav li.active a {
        border-radius: 0;
        padding-left: 1em;
    }
    
    .pricing .well.highlighted {
        margin-top:0;
        
    }
    
    .pricing .spot {
        margin-left:1.25em;
        margin-top:-1.25em;
    }
    
    .box {
        padding:1.25em;
    }
    
    .image-right {
        margin: 0;
    }
    
    .thumbnail span {
    }
    
    
    .ftpage footer .links li {
        margin-top: 1.25em;
    }
    
}

@media (max-width: 1000px) {
.features-icon-list-item {
/*    height: 21.5em; */
  }
}

@media (min-width: 800px){
  .container-fluid {
    width: 53.75em;
  }
}

@media (min-width: 1000px){
  .container-fluid {
    width: 980px;
  }

}

@media (min-width: 1200px){
  .container-fluid {
    width: 1100px;
  }
}

@media (min-width: 1600px){
  .container-fluid {
    width: 1570px;
  }
}




@media (max-width: 480px) {

    .ftpage h2 {
        font-size:2.5em;
        /* line-height:2.75em; */
    }
    
    .ftpage h3 {
        font-size:2em;
        /* line-height:2.25em; */
    }
    
    .pricing {
        padding-top:0;
        margin-top:2.25em;
    }
    
    .image-right {
        margin: 0;
    }
    
    .box img {
        margin-bottom: 1.25em;
    }
    
    .ftpage footer.container {
        padding: 0 2.25em;
    }
    
    
}